2006 May 12 8:08 AM
HI Frnds,
I am using Address command to display Vendor Address in SAP Script.
But I am facing problem like that vendor's post code is display first rather then City name and after PO code.
I have change alignment to display format for City and PO Code display. But it also gives same error.
Kindly Help me out for this problem.
Regards,
PRiyank
You should use the command /: ADDRESS....ENDADDRESS.
An example can be :
/: ADDRESS DELIVERY PARAGRAPH AD
/: NAME &LFA1-NAME&
/: STREET &LFA1-STRAS&
/: CITY &LFA1-ORT01&
/: POSTCODE &LFA1-PSTLZ&
/: COUNTRY &LFA1-LAND1&
/: FROMCOUNTRY 'DE'
/: ENDADDRESS
2006 May 12 8:15 AM
You should use the command /: ADDRESS....ENDADDRESS.
An example can be :
/: ADDRESS DELIVERY PARAGRAPH AD
/: NAME &LFA1-NAME&
/: STREET &LFA1-STRAS&
/: CITY &LFA1-ORT01&
/: POSTCODE &LFA1-PSTLZ&
/: COUNTRY &LFA1-LAND1&
/: FROMCOUNTRY 'DE'
/: ENDADDRESS
2006 May 12 8:15 AM
chk this out
<b>/:ADDRESS PARAGRAPH AS
/: TITLE &VBLKK-ANRED&
/: NAME &VBLKK-NAME1&, &VBLKK-NAME2&, &VBLKK-NAME3&, &VBLKK-NAME4&/: Street 115
/: POBOX &VBLKK-PFACH& CODE &VBLKK-PSTL2& CITY &VBLKK-PFORT&
/: CITY &VBLKK-ORT01&, &VBLKK-ORT02&
/: POSTCODE &VBLKK-PSTLZ&
/: COUNTRY &VBLKK-LAND1&
/: REGION &VBLKK-REGIO&
/: FROMCOUNTRY &TVST-ALAND&
/: End Address</b>
2006 May 12 8:23 AM
I am using same format.. then also gives such display in output as: First City then POstal code
my code:
/: ADDRESS DELIVERY PARAGRAPH AN
/: NAME &LFA1-NAME2&, &LFA1-NAME3&, &LFA1-NAME4&
/: STREET &LFA1-STRAS&
/: CITY &LFA1-ORT01&, &LFA1-ORT02&
/: POSTCODE &LFA1-PSTLZ&
/: COUNTRY &LFA1-LAND1&
/: REGION &LFA1-REGIO&
/: ENDADDRESS
2006 May 12 8:24 AM
my code:
/: ADDRESS DELIVERY PARAGRAPH AN
/: NAME &LFA1-NAME2&, &LFA1-NAME3&, &LFA1-NAME4&
/: STREET &LFA1-STRAS&
<b>/: POSTCODE &LFA1-PSTLZ&
/: CITY &LFA1-ORT01&, &LFA1-ORT02&</b>
/: COUNTRY &LFA1-LAND1&
/: REGION &LFA1-REGIO&
/: ENDADDRESS
ya change
2006 May 12 10:25 AM
I have change mucode but its give same output .. nothing changed.
| User | Count |
|---|---|
| 6 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |