cancel
Showing results for 
Search instead for 
Did you mean: 

sapscript form name

Former Member
0 Kudos

hi,

i try to use se30 to check what is the form name that the abap print program is calling but to no avail.

may i know what would be the way to check what sapscript the print program is running if the form name is not defined in the print program but maybe in config.

thanks

Accepted Solutions (0)

Answers (7)

Answers (7)

Former Member
0 Kudos

It all depend upon module ,tables or transaction will vary ..

Most of the SD,MM Module in NACE Transaction or TNAPR Table

FI Module will store at T001F Table or Check of some of the transaction related to FI .

OB96,FBZP,FBMP

PP and PM Module will be AT OID1 Transactions

You can check other tables too TTXFP

Check other transaction too OPK8

Thanks

Seshu

former_member196280
Active Contributor
0 Kudos

This can be done in many ways.

1) goto table TNAPR

2) set break-point at open form and in debugging see form name

3) goto SE71, utilities--> activate debugger and execute(sapscript)

4) goto nace and see the respective output type.

Regards,

SaiRam

Former Member
0 Kudos

check in table TNAPR

or just run the program in debuggin and put break point at

FM 'OPEN FORM' and see whcih script it is calling

varma_narayana
Active Contributor
0 Kudos

Hi..

Goto Tcode: <b>NACE</b>

Select you <b>Application</b> : Eg: V1 - Sales

Click on the Button <b>Output types</b> (On App toolbar)

It will display all the output types of Sales.

Select your Output Type (Eg: BA00 - Order Conf)

Double click on the <b>Processing Routines</b> on Left Pane

It will Display the FORM and Print Program for BA00

<b><REMOVED BY MODERATOR></b>

Message was edited by:

Alvaro Tejada Galindo

Former Member
0 Kudos

Hi Eliana,

U can Check the Tcode <b>NACE</b>.

Select the <b>apllication area</b> and then choose the <b>output type</b> and then choose exact output type and click on processing routines.

u will get the detailed information..

Former Member
0 Kudos

hi,

check the table TNAPR

Former Member
0 Kudos

Hi eliana

check TNAPR table it stores form and print program name

Regards

sandhya