cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Script

Former Member
0 Kudos

In a Script Program, How come i know which SAP SCript is called?? the program uses the standard program 'RSNAST00'..

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Satya

For this just go to SE71 anf without giving any form name and language just activate the debugger.

Now go to SE38 and run ur driver program with the suitable variant.it will open up in the sap script debugger window and there you can see which form it is calling.

Do reward if found useful

Cheers

Anup S.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

RSNAST00 is not a print program.

This will run for scripts that are configured in NACE transaction.

If you know the Print program then go to TNAPR table give the program name you will get script name for that.

IF you donno both Print program and script and you know the output type go to TNAPR table give Output type in the field KSCHl and execute you will get both.

Otherwise Go to RSNAST00 and put break points at line no 792 or before that. Then run the development . Then in the debug mode check TNAPR-FONAM that will give you the Script name.

Reward points if useful.

Regards,

Nageswar

former_member196280
Active Contributor
0 Kudos

Usually, basing on the config done in NACE transaction we will know which SAPscript program is used for the driver program.. if config is not done... and you want to find out the SAPscript name for particular program.. goto SE38, give program name and select documentation radio button.. it will give your all details of form names that can be used by this driver program.

Regards,

Sairam