cancel
Showing results for 
Search instead for 
Did you mean: 

print program

Former Member
0 Kudos

Hi all

need a help on sap script , how do we find the print program for the sap script , say i have the name F140_ACC_STAT_01.....

what is the program name of the same ....

thanks .help is aappreciated ....

Accepted Solutions (1)

Accepted Solutions (1)

varma_narayana
Active Contributor
0 Kudos

Hi..

1. In the Text elements of a Window (in SE71)

Menu path: TEXT -> CHECK

this will show the print programs linked.

2. Table TNAPR stores the FORMS and PRINT PROGRAMS

<b>reward if Helpful.</b>

Answers (2)

Answers (2)

Former Member
0 Kudos

check this table

TNAPR

or this t-code

NACE

former_member196280
Active Contributor
0 Kudos

goto SE71, give the form name, display from menu FORM> CHECK> TEXTS

you will see the print program name.

Regards,

SaiRam

Former Member
0 Kudos

thanks for your instant help .

One more thing i have an issue with this script that

The customer address on the customer statement (transaction F.27)is wrapping incorrectly and also only printing 3 of the 4 address lines. Examples are BP# 1000526460 (missing attn: line) and BP# 1000506960 (wrapping).

can u suggest me how do i go about it ....

thanks once again

Former Member
0 Kudos

HI ALL

y do we need a text element in a sap script ?