Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Prob With address and endadress tag in script...

Former Member
0 Kudos

Hi All,

I have problem with address and enadress tag. I have passing all my address details into the tag. but while getting the output it's giving me with diffrent results.

Like iam sendig ORT01 as MANDIRA, But while printing it is MAND0RA. It is just printing 0 instead of I.

I have already checked through FM ADDRESS_INTO_PRINTFORM. But there i am getting correct text. can anyone tell me the reasons for this behaviour.

Here iam pasting the code that i wrote in script.

ADDRESS PARAGRAPH SM

TITLE &G_DELIVERY-SOLD_TO-ANRED&

NAME &G_DELIVERY-SOLD_TO-NAME1&, &G_DELIVERY-SOLD_TO-NAME2&, &G_DELIVERY-SOLD_TO-NAME3&, &G_DELIVERY-SOLD_TO-NAME4&

STREET &G_DELIVERY-SOLD_TO-STRAS&

LOCATION &G_DELIVERY-SOLD_TO-STRT4&

POBOX &G_DELIVERY-SOLD_TO-PFACH& CODE &G_DELIVERY-SOLD_TO-PSTL2& CITY &G_DELIVERY-SOLD_TO-PFORT&

CITY &G_DELIVERY-SOLD_TO-ORT01&, &G_DELIVERY-SOLD_TO-ORT02&

POSTCODE &G_DELIVERY-SOLD_TO-PSTLZ&

COUNTRY &G_DELIVERY-SOLD_TO-LAND1&

REGION &G_DELIVERY-SOLD_TO-REGIO&

ENDADDRESS

Please update me ur views on this, I wil surely reward u.

Thanks & Regards,

Raghu...

2 REPLIES 2

Former Member
0 Kudos

check with paragraph format and see the value in debugging.

i am sure that problem would be at paragraph format.

Former Member
0 Kudos

Hi Raghu,

Print city separatly ( I mean not in address endaddress)

P1 &G_DELIVERY-SOLD_TO-ORT01&

P1 is paragraph format and see the results.