cancel
Showing results for 
Search instead for 
Did you mean: 

problem in sap script

Former Member
0 Kudos

Hi all,

In form, main window with loop is working..

but for variable window it shows only last value..

Plz help me...

if u can't understand question , please tell me so, i can tell u problem

please help me..

Edited by: ankita patel on Jan 30, 2009 11:40 AM

Edited by: ankita patel on Jan 30, 2009 11:49 AM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Try adjusting the size of your window. The problem may be because the values are getting over written.

Hope this helps.

Regards,

Deepthi.

Former Member
0 Kudos

Hi deepthi,

But it shows only second value not first value..

Plz help me..

Former Member
0 Kudos

Hi,

Yes, thats what I said, the first value is over wriiten by the second one.

Try using it within /:PROTECT ENDPROTECT.

Regards

Former Member
0 Kudos

tHANK YOU DEEPTHI..

MY PROBLEM IS SOLVED...

Answers (1)

Answers (1)

Former Member
0 Kudos

Only the MAIN window can be fed from a loop. Setting the window to VAR just means it's calculated anew each page (useful for running totals or page sensitive data). If you want to feed a table into a non-MAIN window you need to assign a unique variable to each record in the table and print the unique variables.

Former Member
0 Kudos

Hi all ,

Is this posible to write code in sap script..

its a function of READ_TEXT...

Former Member
0 Kudos

Hi

You can write the code using /: paragraph format.

Hope this helps

Regards,

Jayanthi.K