2011 Sep 26 1:21 PM
Hi,
I'm debugging the program SAPLSTXW but I cannot see what are
the fields that system uses for the printout.
How can I perform this ?
Best Regards
2011 Sep 26 1:24 PM
Hi,
I'm debugging the program SAPLSTXW but I cannot see what are
the fields that system uses for the printout.
How can I perform this ?
Best Regards
2011 Sep 26 1:24 PM
2011 Sep 26 1:45 PM
Hi,
I would find why the description (properties) of the VAT code has not been displayed in the printout, it takes only the VAT code
Regards
2011 Sep 26 1:48 PM
Hi
Run transaction NACE, here you should the setting for your output message, in particular you can see the driver program and the sapscript or smartform used
You can check there or set a break-point at the beginning of starting routine (it should be ENTRY, but look for it in NACE)
Anyway the description of tax code should be got from T007S
Max
2011 Sep 26 2:14 PM
Hi
The program mentioned by isnot used by VF02 but it is being used for OTF output.
If you want to debug, VF02, then
goto report RLB_INVOICE, then keep a break point on any of the statement,
Check the deep structure ls_bil_invoice for values.
If the description is not there, then write code in smartforms and pass it to screens.
Shiva