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

output types in SAP script

Former Member
0 Likes
618

Hi experts,

what are output types ? and how can we fetch the name of script program and SAP script layout using output type only.

For example if the out type is LD0010 the how can i get the program name and script name of this particular output type.

1 ACCEPTED SOLUTION
Read only

amit_khare
Active Contributor
0 Likes
581

Before doing any of these searches, use the forum search feature to check your query.

4 REPLIES 4
Read only

former_member156446
Active Contributor
0 Likes
581

hi check the table TNAPR

Read only

Former Member
0 Likes
581

Also see the txn NACE

Read only

Former Member
0 Likes
581

Use TNAPR table. Enter your ouputtype in KSCHL.

Then you can see NACHA - Message transmission medium i.e., Printout / fax / etc

KAPPL - Application ie.e, sales / shipping,

PGNAM - Program name,

FONAM- Form name

Read only

amit_khare
Active Contributor
0 Likes
582

Before doing any of these searches, use the forum search feature to check your query.