Skip to Content
0
Former Member
Jul 18, 2007 at 03:42 AM

SAP Script ADDRESS....ENDADDRESS

93 Views

Hi,

I have the following code in one window of my SAP Script

/: ADDRESS

/: NAME &SHIPINV-S2NAME1&, &SHIPINV-S2NAME2&, &SHIPINV-S2NAME3&

-


All other address nodes

-


/: ENDADDRESS

All the 3 names are printed successfully.

Now i want to add &SHIPINV-S2NAME4& to NAME node of ADDRESS. Since the length of the line in editor window is occupied by first 3 name fields I had to put my 4th field in next line.

/: ADDRESS

/: NAME &SHIPINV-S2NAME1&, &SHIPINV-S2NAME2&, &SHIPINV-S2NAME3&

<b>/: &SHIPINV-S2NAME4&</b> <i>is this correct ??</i>

-


All other address nodes

-


/: ENDADDRESS

But its not at all printing the 4th value (In debugger i checked the value s available in &SHIPINV-S2NAME4&). I am not sure about the syntax for next line in NAME node & also notation to use like /: or /( or space, or /= and so on. I tried many combinations but cudn't get thru it. So i am confused with NAME node of ADDRESS...ENDADDRESS

Please help me out in this case.

Thanks,

Sail