Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Finding SAPscript attached in report.

Former Member
0 Likes
1,347

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,282

Goto table TTXFP.

Give the ur program name in "PRINT_NAME" as the input parameter and execute...

11 REPLIES 11
Read only

vinod_gunaware2
Active Contributor
0 Likes
1,282

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

Read only

Lakshmant1
Active Contributor
0 Likes
1,282

Hi sachin,

Check FM SAPSCRIPT_USELIST_LIST_FORMS

Hope this helps

Thanks

Lakshman

Read only

Former Member
0 Likes
1,282

talble TNAPR.

OR transaction NACE

Read only

Former Member
0 Likes
1,282

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.

Read only

Former Member
0 Likes
1,282

HI Sachin

Check TNAPR table.

Give the form name. You will get the report name

Thanks,

SUsmitha

Read only

Former Member
0 Likes
1,282

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

Read only

Former Member
0 Likes
1,283

Goto table TTXFP.

Give the ur program name in "PRINT_NAME" as the input parameter and execute...

Read only

Former Member
0 Likes
1,282

chk table TNAPR

Read only

Former Member
0 Likes
1,282

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

Read only

Former Member
0 Likes
1,282

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

Read only

Former Member
0 Likes
1,282

Go to the table T042Z and give the PROGN as 'RFFOUS_T' .

FORMI should be giving the form name..