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

Out put type

Former Member
0 Likes
385

Hi all,

please tell me How we will find output type from Billing document type? is there any table ?

please tell me...

Thanks,

kishore.

3 REPLIES 3
Read only

Former Member
0 Likes
360

Go to transaction NACE ,

There in the list click on billing , under that yuo will see all the output types available for billing.

Read only

Former Member
0 Likes
360

HI,

Check the table TNAPR .

TNAPR is the Table which is related to the NACE transaction code.

It holds the information about Form name and its respective Program Name, Output type and also the Respective Message transmission medium.

It is very helpful in SAP SCRIPTS to find the related program name, its output type for a specific form in the script.

Hope this solves your problem. Reward if helpful.

Regards,

Raj.

Read only

Former Member
0 Likes
360

solved