cancel
Showing results for 
Search instead for 
Did you mean: 

wrong values in second page

Former Member
0 Kudos

Hi

I am facing a problem in my sapscript.

I am using invoice and sales documents in my script.

It is picking the write values from the table.

but when calling new page it is giving wrong dates.. everytime.

I have executed this with 2 scenarios, it is giving same wrong dates..

Where can I see the problem located?

I have debugged this program.. it is picking the correct values and copying to ITCVL structure of the script. but printing wrong values in the output.

please help me

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Whether the value which is printed in the form is being taken from an internal table or just the structure?

Since i didnt understand full requirements ,may be i can give a trial and error method. just assign that value to another temporary variable and use that variable in the SAP Script.

I think this will help you.

If you are interested please tell me from where that varaiable is coming from either Internal Table etc. Meanwhile try the method specified above.

Thanks,

Karthik

former_member188005
Contributor
0 Kudos

The data in SAP script is associate with the Text Elements used .

Check the Text Element for which u want to print the data and write the Field after that Text Element.

Regards..

Former Member
0 Kudos

HI

Check the field in form wheteher the correct one or not

regards

Shiva

Former Member
0 Kudos

fld is correct it is picking the correct values for the other line items.. only first line item and in the new page.. it is showing wrong values.