Hi All,I am fetching product id's from ERP based on some condition through a RFC FM. Now I want to display only these product in the standard Product Search help(PRD01QR). How can I do that??Regards,Harshal
Hi Senthil,I dont want to add any custom search help but only want to restrict some product id to be displayed in the list. I think this link is for extending search help with z field. Is there any way I can check PRODUCT_ID after pressing search but...
Hi Arindam,Declare your changing parameter (PAYROLL_RESULT) as belowDATA : PAYRESULT TYPE PAY99_RESULT.and in the exporting parameters pass 'X' toREAD_ONLY_INTERNATIONAL ..Also try to pass CLUSTERID which can be obtained from FM PYXX_GET_RELID_FROM_P...
Hi Arindam,You can use script as shown below to calculate totalSUM(Data.Tab1.Group1.Row1[*].VALUE[*])From the drop down list 'SHOW' you have to select 'Calculate' and in 'Language' drop down you have to select 'Formcalc'.There is a document in SAP te...