cancel
Showing results for 
Search instead for 
Did you mean: 

issue with text elements display -SAPSCRIPT

Former Member
0 Kudos

Hi,

I am having a display problem with AP cheque.

When i do a debug i see the values in the variables.I am displaying it in main window.

what could be the problem?


                /E   525
 	/*    ------------------------Line items -------------------------------------
 	/:    PROTECT
 	T1  ,,&REGUP-XBLNR&,,,,,&REGUP-BELNR&,,,,,&REGUP-SGTXT&,,&REGUD-WNETT(13)&,
 	/:   ENDPROTECT
               

rgds

praveen

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

I presume you have seen the values of the variables in the pgm. I think the best way would be to activate the SAP SCRIPT debugger, so that you will be sure the element '525' is being written from the pgm & the values of the variables at the SAP SCRIPT level.

I hope this helps,

Regards

Raju Chitale

Former Member
0 Kudos

Thank you all for your replies.

I had too many windows on Main -window and theye were blocking the display.

I figured out by hard coding before text elements.

Rgds

Praveen

Former Member
0 Kudos

Hi Praveen..

Main window data will be in loop only other than that on main window nothing will be print..

So wht was the need to create windows on Main window..??

Could You let me know...

Regards,

Sg

Former Member
0 Kudos

Hi..

Try to ..

add or hard core some thing before ..

/: Protect

T1 praveen ,,&Regup-xblnr&,,&your field&

/: EndProtect

If thats still same ...try to remove protect and endprotect..

change yur character or Paragraph project...

Regards,

Sg

naimesh_patel
Active Contributor
0 Kudos

May be it is calling the element 525.

Regards,

Naimesh Patel