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

help in output type

former_member219850
Participant
0 Likes
689

Hiee gurus,,

I have created a billing output type in nace i.e. ZDSS,

I have also assigned that output type for a billing document in VF02 but the output type is not getting triggered.

Please help me regarding this issue.. what could be the reason behind that and please suggest a solution.

I am new into abap.

Thanx

4 REPLIES 4
Read only

former_member219850
Participant
0 Likes
654

sry I forgot to mentioned, I have assigned sap script and driver program into the output type ZDSS

Read only

0 Likes
654

Hi,

You have to add your new output type in messages list of T-code.

Read only

0 Likes
654

Keep a break point at below line of code in the program RSNAST00 and check which output type  is triggering

perform (tnapr-ronam) in program (tnapr-pgnam) using returncode

                                                          us_screen

                                                          if found.

Read only

0 Likes
654

Hi,

i would suggest the same -> setting a breakpoint there will cause ur programm (VF02) to stop at this point. You can look up your values (tnapr-ronam and tnapr-pgnam)in the debugger. If they are wrong at this point, you can be sure its a Customizing problem, if they are right its more a programm issue.

You can also check Table NAST to see what output have been created by your programm.

what did get printed insead of your expection?

regards

Stefan Seeburger