cancel
Showing results for 
Search instead for 
Did you mean: 

Address window

Former Member
0 Kudos

HI All,

I am working on a smartform, where in i have to print the address of a business partner.

I have used the address window to that, and i am passing the addrnumber, to it. The address gets printed, but without phone number and fax number.

How to get the phone number and fax number.

How to do that.....???

All answers will be rewarded.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks all for the replies.

Answered in other forum.

Former Member
0 Kudos

hi,

could u plz tell me wheather my codehelped u or not.

if else reply me with ur another forum.

thanks in advance

Former Member
0 Kudos

hi,

In form

/: ADDRESS PARAGRAPH AS

/: TITLE &LFA1-ANRED&

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

/: STREET &LFA1-STRAS&

/: POBOX &LFA1-PFACH& CODE &LFA1-PSTL2&

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

/: POSTCODE &LFA1-PSTLZ&

/: COUNTRY &LFA1-LAND1&

/: REGION &LFA1-REGIO&

/: FROMCOUNTRY &T001-LAND1&

/: phone &adrc-TEL_NUMBER&

/: fax &adrc-FAX_NUMBER&

/: ENDADDRESS

IN Program

use the function module

ADDRESS_INTO_PRINTFORM

and pass address no and country and address type

reward me if helpful.

Former Member
0 Kudos

hi,

could you ellaborate a bit more.

Where in form to place this code....?

Should i create a text or what...???

Former Member
0 Kudos

hi,

u should create a text for address window.and then write this code.

Former Member
0 Kudos

Hi Runal,

Try to create small window where u can make only your numbers to fit. size it in form painter accordingly that it should exactly fall bellow your address fields.

Regards

Swetha