Quantcast
Channel: SCN: Message List
Viewing all 8746 articles
Browse latest View live

Calculated MICs across operations

$
0
0

Standard SAP has the capability to perform calculations using MIC results from within the SAME inspection operation.  The formula definition is constructed using the formula parameters defined in config.  E.g. A00010 + A00020  (measured value of char 0010 + measured value of char 0020).

 

I have a requirement to define a calculation formula that will get results for MICs that are assigned to DIFFERENT inspection operations.  A quick Google search reveals this is possible using the enhancement QPAA0001 which contains four FM's

 

·      EXIT_SAPLCQBM_001: Customer Exit When Checking Formula in CQ_BM_QSS_CONSISTENCY

·      EXIT_SAPLCQCL_002:  Customer-Specific Formula Checks in Inspection Characteristic

EXIT_SAPLQEEM_001:  Customer Function for Calculating Formulas in Results Record

EXIT_SAPLQPAA_001:  Customer Function for Formula Testing in SAPLQPAA

 

What I need to know is how to structure the formula to point to the relevant MICs in the specific operations required by the formula.

For e.g. CALC_MIC (operation 0030) = A00010 (operation 0020) + A00020 (operation 0050)

 

Does anybody have experience in defining formula's that reference MICs in different operations?

 

Thanks for your help :-)


Re: Impact and pre-requsites for upgrade from ECC6 to ECC6 - EHP7 for ESS

desinstalar add-on BPP

$
0
0

Buenas noches,

 

Como puedo desintalar el Add-on BPP?? Estoy desintalando SAP B1 de una PC y ese add-on no se puede desintalar

Recapitulation

$
0
0

Can some body help me?

 

form show-recap.

   data: dmbtr_o_txt(25) type c.

   if p_bukrs eq '5000'.

     dmbtr_o_txt = 'Discount'.

   else.

     dmbtr_o_txt = 'Output Tax Payable'.

   endif.

 

   skip 5.

   write: /05 'Recapitulation of Accounts:'.

   skip 1.

   write: /05 'Accounts',

           40(15) 'Debit' right-justified,

           60(15) 'Credit' right-justified.

 

   write: /05 sy-uline(71).

   loop at htab.

     sum.

     recdmbtr_a = htab-dmbtr_a.

     recdmbtr_s = htab-dmbtr_s.

     recdmbtr_o = htab-dmbtr_o.

   endloop.

 

   "neza 111313

   "   write: /05 'Sales'.

   "   if recdmbtr_s gt 0.

   "     write: 40 recdmbtr_s no-sign.

   "   else.

   "     write: 60 recdmbtr_s no-sign.

   "   endif.

 

   "  write: /05 'Accounts Receivable'.

   "   if recdmbtr_a lt 0.

   "     write: 60 recdmbtr_a no-sign.

   "   else.

   "     write: 40 recdmbtr_a no-sign.

   "   endif.

 

 

   write: /05 dmbtr_o_txt.

   if  recdmbtr_o lt 0.

     write: 60 recdmbtr_o no-sign.

   else.

     write: 40 recdmbtr_o no-sign.

   endif.

 

   sort rtab by hkont.

 

   loop at rtab where hkont <> '0020305001' AND "neza 111813

                      hkont <> '0020305002' AND

                      hkont <> '0020305003' AND

                      hkont <> '0020305004' AND

                      hkont <> '0020305005' AND

                      hkont <> '0041002010' AND

                      hkont <> '0041002011' AND

                      hkont <> '0041002014' AND

                      hkont <> '0041002020' AND

                      hkont <> '0041002030'.

     rectotal_d = rectotal_d + rtab-dmbtr_d.

     rectotal_c = rectotal_c + rtab-dmbtr_c.

     select single * from zfi_ska1 where saknr eq rtab-hkont.

     if sy-subrc ne 0.

*      zfi_ska1-txt50 = 'NO DESCRIPTION'.

       zfi_ska1-txt50 = rtab-hkont.

     endif.

 

     write: /05 zfi_ska1-txt50,

             40 rtab-dmbtr_d no-sign,

             60 rtab-dmbtr_c no-sign.

   endloop.

   write: /05 sy-uline(71).

 

   if p_bukrs eq '1000' or p_bukrs eq '2000' or p_bukrs eq '3000'

                        or p_bukrs eq '6000' or p_bukrs eq '8000'.

 

     if  recdmbtr_s gt 0.  recdmbtr_s =  recdmbtr_s * -1. endif.

     rectotal_d =  rectotal_d + recdmbtr_o. "recdmbtr_a +

     rectotal_c = recdmbtr_s - rectotal_c.

 

 

   else.

     if  recdmbtr_s gt 0.  recdmbtr_s =  recdmbtr_s * -1. endif.

     if  recdmbtr_o gt 0.  recdmbtr_o =  recdmbtr_o * -1. endif.

     if  rectotal_c gt 0.  rectotal_c =  rectotal_c * -1. endif.

 

 

     select single * from zfi_ska1 where saknr eq rtab-hkont.

     if sy-subrc ne 0.

 

       rectotal_d = rectotal_d. "  + recdmbtr_a.

       rectotal_c = rectotal_c + recdmbtr_s + recdmbtr_o.

 

     else.

 

       rectotal_d = rectotal_d - recdmbtr_o.

       rectotal_c = rectotal_c + recdmbtr_s + recdmbtr_o.

 

     endif.

 

   endif.

   write: /05 'Total',

           40 rectotal_d no-sign,

           60 rectotal_c no-sign.

 

 

 

 

   write: /05

'======================================================================='.

 

endform.                    " show-recap

Re: Proxy message not arriving in PI

$
0
0

Hi Hidayat,

 

Yes, configuration of PI connection in ECC is correct.

Re: Cannot put item number into Sales Order

$
0
0

Hi again,

 

I tried to remove the Add-on, however, this issue still exists. So i guess its not the add-on problem.

It just happens on the Sales Order window, the other documents are fine.

Re: SAP Fiori Purchase Order approval empty list

$
0
0

Hi Ted,

 

What is the last called OData service and the returned data in the Network tab?

/sap/opu/odata/...

 

Regards,

Masa

SAP Rapid Innovation Group - RIG

Re: Could not load file or assembly 'CrystalDecisions.CrystalReports.Engine.dll'

$
0
0

thanks for reply, we are using CR 9.1 (VS .NET 2003)


Re: 0FI_GL_20

$
0
0

Lisa,

 

Sure,However i do not have any documents.

Let me know if you face any issues,by the way were you able to resolve the issues you are having ?

Re: Functional Location List on which equipment is not installed

$
0
0

Hi Raj,

Here is the solution

 

1. Use IH08 Tcode to get the Functional Location List under which the Equipments are installed.

(Confine this query to your Plant Section Planner Group etc)

Copythis list of F/Locns to clipboard (Ctrl+C)

 

2, Open another session.

With the same selection parameters above (Plant section/ Planner Group), execute Tcode IH06 to get the list of Total F/Ls.

Here in ALV,  select F/Locn column --> click Filter icon --> Multiple selection--> Exclude single values tab--> click on Copy from clip board icon.

 

This is screen-shot from IH06 output.

Capture.JPG

So the list remains in ALV here is the list you desire. I saw this working.

 

 

Jogeswara Rao K

Re: Which privileges are needed for Calculation Views

$
0
0

Hi Johannes,

 

I'm glad that you go it working.  As for changing the default schema, I was wondering when you open the calculation view, is the top of the view appearing in color red (ie: indicating that the view is read-only.  For example if the view was not created on that server and was imported and therefor considered non-native).  Otherwise you should be able to edit the default schema (if you wanted to still)

 

-Patrick

MTO VC

$
0
0

How  is make  to order strategy mapped in VC what is the strategy  used  how  do   we consider  sales order in make to stock  ?

 

 

Thanks

Re: Cannot put item number into Sales Order

$
0
0

Hi,

 

Did you create SO before using with same setting?

 

Thanks & Regards,

Nagarajan

Re: SAP PI 7.3: SFTP PGP module

$
0
0

RE Problem 1 : SAP Note 1945020 confirms that it doesn’t like the keyboard interactive authentication as it is not supported by the SAP adapter. As I am not able to switch off keyboard auth on that SFTP server I will have to go for a key auth instead.

 

RE Problem 2: thanks Amit.  Why SAP cannot document this themselves is another thing.

Re: Error in neo-sdk-javaweb-1.41.17.5 neo.bat?

$
0
0

Hi Andrew,

 

Thanks for reporting this issue! We'll fix it asap.

 

Cheers,

--Vlado


Re: Batch Management - numbering logic

$
0
0

Please post this question in the thread for Production Planning.

Re: Dashboard Designer 4.0.

$
0
0

Hi Swati

 

If you are using Tab Set container, the components used in Tab1 will be visible only when user clicks on Tab1 and same for Tab2.

 

What do you mean by User selector?

 

Runali

Using modal windows forms in B1 9.0

$
0
0

Are you using window forms on SAP Add-on? If no, you can check C:\Program Files (x86)\SAP\SAP Business One SDK\Samples\COM UI\VB.NET\12.ModalForm

Re: Error #Refresh when refresh the WEBI report

$
0
0

Thx for ur reply William. I noticed one thing i have created mulitple Measure variables to get the final results. But in the chart(report) i want to show only final calculations so i am deleting all other calultions from the report. This is issue causes refresh error. do you know how to solve this. If i tried to hide them in the chart but it is giving error. Please share ur ideas on this how to fix this.

Re: HCM/SucessFactors - Português

$
0
0

Olá Priscila,

 

Existem sim e com bastante força. Antes mesmo da SAP comprar a SFSF já existiam parceiros habilitados e projetos no Brasil.

Conheço bem a parte técnica e de integrações entre o HCM clássico e a Nuvem, podemos bater um papo durante o SAP Inside Track Sao Paulo 2013

 

#Material

Ainda acho que o conteúdo do site em inglês muito bacana - link aqui.

 

Abs,

Marlo Simon

Viewing all 8746 articles
Browse latest View live




Latest Images