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

Debugging printout created by trx VF02

Former Member
0 Likes
921

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
753

But what you need to find?

Max

4 REPLIES 4
Read only

Former Member
0 Likes
754

But what you need to find?

Max

Read only

0 Likes
753

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

Read only

0 Likes
753

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

Read only

Former Member
0 Likes
753

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