‎2006 May 08 10:32 AM
Can anybody tell me, how to find a SAPscript attached to a program or a script called by a program.
I am facing problem in finding SAPscrpt attached in report RFFOUS_T.
Please suggest ways other than 'CHECK' available in SAPscript.
Thanks & Regards
Sachin D.
‎2006 May 08 10:36 AM
Goto table TTXFP.
Give the ur program name in "PRINT_NAME" as the input parameter and execute...
‎2006 May 08 10:34 AM
Check <b>NACE</b> transaction.
SAP script + Print information
Table Use for PO and invoice, Name program and form in table :<b> TNAPR</b> (ME23N,VF02)
Table use for other transaction like<b> TTXFP</b> (F-58 ).
regards
vinod
‎2006 May 08 10:34 AM
Hi sachin,
Check FM SAPSCRIPT_USELIST_LIST_FORMS
Hope this helps
Thanks
Lakshman
‎2006 May 08 10:34 AM
‎2006 May 08 10:35 AM
Hi Sachin,
if it is custom script and not attached to output
types then check in the table <b>TTXFP</b>.
If it is attached to output types in <b>NACE</b> tran then
check in the table <b>TNAPR</b>.
Thanks&Regards,
Siri.
‎2006 May 08 10:35 AM
HI Sachin
Check TNAPR table.
Give the form name. You will get the report name
Thanks,
SUsmitha
‎2006 May 08 10:35 AM
Hi,
You can find the form name is being passed to the function OPEN_FORM. So, search for OPEN_FORM in your report and you should be able to see the script name.
Regards,
Ravi
Note : Please mark the helpful answers
‎2006 May 08 10:36 AM
Goto table TTXFP.
Give the ur program name in "PRINT_NAME" as the input parameter and execute...
‎2006 May 08 10:36 AM
‎2006 May 08 10:38 AM
Hi,
You can keep soft break points on all the "CALL FUNCTION OPEN_FORM" statements and dynamically find out the form which is called. Because i think the form name is not hard coded over there.
Thanks and Regards,
Bharat Kumar Reddy.v
‎2006 May 08 10:42 AM
Hi Sachin,
Goto transaction FBZP, select 'Payment methds in company code'> select ur company & payment mtd 'T' ( bank transfer )>ther click on Form Data--> u ll c the form name...to c the program name u can click on payment method in country..
Hope it helps,
REgards,
Bikash
‎2006 May 08 10:57 AM
Go to the table T042Z and give the PROGN as 'RFFOUS_T' .
FORMI should be giving the form name..