‎2014 Jun 27 10:01 AM
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
‎2014 Jun 27 10:03 AM
sry I forgot to mentioned, I have assigned sap script and driver program into the output type ZDSS
‎2014 Jun 27 10:11 AM
Hi,
You have to add your new output type in messages list of T-code.
‎2014 Jun 27 10:12 AM
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.
‎2014 Jun 27 10:26 AM
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