2023 Sep 26 6:12 PM
Hi Experts,
Requirement is display the Customer Street address in SAP SCRIPT.
In my window i have written below
ADDRESS PARAGRAPH L LINES 7 PRIORITY S
ADDRESS &ADRC_ADRNR&
ENDADDRESS.
i have passed PRIORITY as S but still displayed only PO(Post Box) address not Street address.
Can some one correct the syntax or help if anything wrong in my syntax.
2023 Sep 26 7:58 PM
Hi All,
ADDRESS DELIVERY PARAGRAPH L LINES 7 PRIORITY S
ADDRESS &ADRC_ADRNR&
ENDADDRESS.
Above code if we Add DELIVERY in first line it took Street address.
Without DELIVERY its took PO(POST BOX Address.
2023 Sep 26 6:24 PM
As said in the ADDRESS documentation:
"For more information, see the documentation for the SAP function module ADDRESS_INTO_PRINTFORM (transaction SE37)."
2023 Sep 26 7:58 PM
Hi All,
ADDRESS DELIVERY PARAGRAPH L LINES 7 PRIORITY S
ADDRESS &ADRC_ADRNR&
ENDADDRESS.
Above code if we Add DELIVERY in first line it took Street address.
Without DELIVERY its took PO(POST BOX Address.