cancel
Showing results for 
Search instead for 
Did you mean: 

Company address to be printed in a new window

Former Member
0 Kudos

Hi all,

I need to print the Company address in a new window. I have created the window, and i have included the standard text to print the Company address, which was specified in the technical Details. But still i don't see the address. Should the address number has to be passed to the standard text ? If so, How it has to be done?

Thanks,

ABAPer

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

If it is a standard text address, pass as follows:

/: INCLUDE &T024E-TXADR& OBJECT TEXT ID ADRS LANGUAGE &EKKO-SPRAS&

Check table T024 for the standard text line.

or pass it as

/: ADDRESS PARAGRAPH AS

/: TITLE &LFA1-ANRED&

/: NAME &LFA1-NAME1&, &LFA1-

/: STREET &LFA1-STRAS&

/: POBOX &LFA1-PFACH& CODE &

/: CITY &LFA1-ORT01&, &LFA1-

/: POSTCODE &LFA1-PSTLZ&

/: COUNTRY &LFA1-LAND1&

/: REGION &LFA1-REGIO&

/: FROMCOUNTRY &T001-LAND1&

/: ENDADDRESS

Regards

Subramanian