cancel
Showing results for 
Search instead for 
Did you mean: 

Adress Endadress in SAP Script prints unexpected content

0 Kudos
99

I am using adress endadress in SAPSCRIPT.

I have defined for an adress window: 

ADDRESS PARAGRAPH AS
NAME &DKADR-NAME1&, &DKADR-NAME2&, &DKADR-NAME3&, &DKADR-NAME4&
STREET &DKADR-STRAS&
POBOX &DKADR-PFACH& CODE &DKADR-PSTL2&
CITY &DKADR-ORT01&, &DKADR-ORT02&
POSTCODE &DKADR-PSTLZ&
COUNTRY &DKADR-LAND1&
REGION &DKADR-REGIO&
FROMCOUNTRY &DKADR-INLND&
ADDRESSNUMBER &DKADR-ADRNR&
ENDADDRESS

(Each line has a slash and double point in front - I am not allowed to include the coding from editor here as that is interpretated as xml tags...) 

the defintion of the window is: 

left upper width hight

7,00 CH 11,00 LN 35,00 CH 10,00 LN

The system prints in the resulting form the field title from master data even though this is not wanted and from my understanding not defined in above coding ?!

How can I suppress the title ?

I have not yet tried but could the parameter priority be used ? If so, what to I add to it to ensure the title is not printed even if only name 1 is filled and name 2-4 not ?

(in case it is relevant: Calling program SAPF130D)

Thanks !

 

 

Sandra_Rossi
Active Contributor
0 Kudos

Please use the buttons "..." and "</>" to display your code nicely and to avoid XML interpretation issue. See how to do it here: https://community.sap.com/t5/questions-about-sap-websites/how-to-post-code-in-sap-community-gt-2024/...

/: ADDRESS PARAGRAPH AS
/: NAME &DKADR-NAME1&, &DKADR-NAME2&, &DKADR-NAME3&, &DKADR-NAME4&
/: STREET &DKADR-STRAS&
/: POBOX &DKADR-PFACH& CODE &DKADR-PSTL2&
/: CITY &DKADR-ORT01&, &DKADR-ORT02&
/: POSTCODE &DKADR-PSTLZ&
/: COUNTRY &DKADR-LAND1&
/: REGION &DKADR-REGIO&
/: FROMCOUNTRY &DKADR-INLND&
/: ADDRESSNUMBER &DKADR-ADRNR&
/: ENDADDRESS

Accepted Solutions (0)

Answers (0)