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: 

Street Address Displayed in SAP SCRIPT

sri6666
Active Participant
0 Kudos
474

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.

1 ACCEPTED SOLUTION

sri6666
Active Participant
0 Kudos
416

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.

2 REPLIES 2

Sandra_Rossi
Active Contributor
0 Kudos
416

As said in the ADDRESS documentation:

"For more information, see the documentation for the SAP function module ADDRESS_INTO_PRINTFORM (transaction SE37)."

sri6666
Active Participant
0 Kudos
417

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.