cancel
Showing results for 
Search instead for 
Did you mean: 

Order confirmation Form

Former Member
0 Kudos

Hi,gurus,

I use the standard program RVADOR01 to print the order confirmation, it can show the customer name and address , but can't show the telepone and fax number.

My script is :

/: IF &PAGE& EQ '1 '.

/* INCLUDE &TVKO-TXNAM_ADR& OBJECT TEXT ID ADRS

/: ENDIF.

/: ADDRESS PARAGRAPH AS

/: ADDRESSNUMBER &VBDKA-ADRNR(K)&

/: TELEPHONE &VBDKA-TELF1&

/: ENDADDRESS

Can someone tell me give me some advice? Award point is surely.

Thanks advance.

Accepted Solutions (1)

Accepted Solutions (1)

messier31
Active Contributor
0 Kudos

&VBDKA-TELF1& shoud work. Can you double it master data is maintained.

Enjoy SAP.

Pankaj Singh.

Answers (2)

Answers (2)

Former Member
0 Kudos

It's still can't work, someone told me :

The Adress window with the "Adress" command has a fix defined range of informations:

/: ADDRESS

/: TITLE anrede

/: NAME name1[,name2[,name3[,name4]]]

/: PERSON name der person

/: PERSONNUMBER personennr

/: DEPARTMENT abteilung

/: STREET straße HOUSE hausnr

/: LOCATION zusätzliche ortsangaben

/: POBOX postfach

/: POSTCODE postleitzahl

/: CITY stadt1[,stadt2]

/: NO_UPPERCASE_FOR_CITY

/: REGION bezirk

/: COUNTRY empfängerland

/: COUNTRY_IN_REC_LANG

/: LANG_FOR_COUNTRY langkey

/: FROMCOUNTRY absenderland

/: ADDRESSNUMBER adreßnummer

/: ENDADDRESS

Neither the phone number nor the fax number are available for this standard functionality.

So I think I should give up to search this issue

Former Member
0 Kudos

this might help

/: ADDRESS [DELIVERY] [TYPE t] [PARAGRAPH a][ PRIORITY p] [LINES l]

/: TITLE form of address

/: NAME name1[, name2[, name3[,name4]]]

/: PERSON name of natural person [TITLE form of address]

/: PERSONNUMBER number of the person

/: DEPARTMENT department

/: STREET strno HOUSE house number

/: POBOX pobox [CODE code]

/: POSTCODE postal code

/: CITY city1[,city2]

/: REGION district

/: COUNTRY recipient country

/: FORMCOUNTRY sender country

/: ENDADDRESS

Parameter PRIORITY defines which address lines may be omitted, if necessary. The possible values are as follows :

A Form of address

B Mandatory blank line 1

C Mandatory blank line 2

2 Name2

3 Name3

4 Name4

L Country name

S Street line

O City line

The parameter LINES are available for formatting the address. Possible values are from 1 to n. If it is not possible to format all address data due to a lack of lines, the data which is entered in the parameter PRIORITY is omitted.

amarnath_kathi
Active Contributor
0 Kudos

Yes, this priority thing should work for you Lee.