cancel
Showing results for 
Search instead for 
Did you mean: 

Field is not showing in the output

Former Member
0 Kudos

Hi gurus

Environment - ECC6

Transaction - SE71

I have made a simple change to our production order sheet - add field &VBKD-BSTKD& in header part. Table VBKD is included in printing program and when I make a syntax check for the SAPScript everything is fine. But unfortunately this field is simply not showing up in the printout - only an empty line without anything. Please suggest any solution so that I can find the problem. Thanks a lot in advance

yu

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

The only suggestion is to DEBUG the print program and Sap script simultaneously to check if the value is missing while populating the internal table in print program or in the script.

Once you know where the value is missing , solution will be infront of you.

Former Member
0 Kudos

Hi Manas

Can you please describe a little about how to debug the script and program simultaneously?

yu

Former Member
0 Kudos

In script. Go to Utilities--->Activate Debugger. In print program place a break-point before the internal table if filled with values and check.