cancel
Showing results for 
Search instead for 
Did you mean: 

how to get Sapscript Form name ?

Former Member
0 Kudos

Hi ..

I am a newbie . Help me ..

Based on the Transaction code we are fetching the program name from that how to identify their corresponding sap script form name .

Thanks in advance ,

Deepa.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Deepa,

go to transaction code: F.18.

press on system-->status in the menu bar.

get the program name SAPF130K.

go to t code: SE38

put the program name SAPF130K and go in display mode.

press the binacular symbol in the application tool bar.

find open_form. Put break-point in all the places of open_form.

now execute F.18 transaction with proper data. now the the navigation will stops at the break point. check 'FORM', which is your script name.

From here you know how to do modifications in se71 for the script.....

Former Member
0 Kudos

Hi Kishore ..

Your answer is solved my problem . Given 10 points to you Thanks ya .

Regards

Deepa.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

RSNAST00 Progarm

at the point perform (tnapr-ronam) in program (tnapr-pgnam) using returncode

us_screen

if found.

put ur break point and run your t.code for wht t.code you want to find script name.

Regards

Kiran Suire

former_member609120
Contributor
0 Kudos

In SAP Transaction NACE, navigate to the category of your transaction..click output types, there you will find the name of the print program and form/script attached if any to a Standard SAP Tcode

Former Member
0 Kudos

hi ..

My requirement is the tcode F.18 - it is a vendor balance confirmation , i dont know the output type then how to get the form name . It comes under which application in NACE .

Thanks in advance

Deepa

Edited by: Deepa Manian on Mar 27, 2008 11:49 AM

Former Member
0 Kudos

Hi Deepa,

For this you ill not find the form in NACE as this is an FI transaction. Go To tcode ob96.Here all FI forms are present.

Reward if helpful.

Thanks,

Dishant

former_member609120
Contributor
0 Kudos

For FICO Transactions, navigate in SPRO

former_member210123
Active Participant
0 Kudos

There is a easy way to find out.Keep a break point on the function module 'OPEN_FORM' in your debugger.

So that it stop when the sap script is called.From there u can get th e Sap Script name easily.