cancel
Showing results for 
Search instead for 
Did you mean: 

Wrong outpt in SAP script

Former Member
0 Kudos

Hi,

There is a custom sap script with following text element for address:

&name&

&postcode&

&city&

&country&

But while printing the same, for a particular customer, the order in which values get printed is

Name

city

postcode country

Values of the various variables are correct in the debugger.

What could be the reason ?

<MOVED BY MODERATOR TO THE CORRECT FORUM>

TIA

Edited by: Alvaro Tejada Galindo on Sep 28, 2011 3:40 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

The possible reason may be because of SELECT statement..Make sure that the order of fields defined in workarea(or structure) and the SELECT statement which you are using is same..Or else,this problem will happen...

Regards,

Jithin