cancel
Showing results for 
Search instead for 
Did you mean: 

SAPSCRIPT Program symbol not getting printed.

Former Member
0 Kudos

Hello,

I am working on a support project where SAPScript is used for invoice.

There is Z-program symbol used in the script which is getting populated and the value can be seen during debugging but it is not getting printed.

It is used as below:

&ZSSA_SD_SKR-TEXT_LFB(C)&

Earlier it was written as &'  ZSSA_SD_SKR-TEXT_LFB(C)& 'VBDKR-INKD&.

Can anyone of you please help me out of this as I have very limited experience with sripts ?

--

Thanks,

Chetan.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Did you debug the program or SAP script. If not then debug script also where this value is printing.

Could be in SAP Script this value is getting initialize.

Also Check the window size. Sometimes If value is too large and window declare as constant then it will not print.

Regards,

Deepti