cancel
Showing results for 
Search instead for 
Did you mean: 

sap script issue

Former Member
0 Kudos

Guy's

i have one problem,below is the code written in script,

when i went in debugging mode ,this VBDKA-ADRNR is

having value 9000061805 and VBDKA-SLAND is having value

'DE'.

/:ADDRESS PARAGRAPH AS

/: ADDRESSNUMBER &VBDKA-ADRNR(K)&

/: FROMCOUNTRY &VBDKA-SLAND&

/:ENDADDRESS

but in output of these script ,i am having value

SNCF-ETBAL. MM

DE BORDEAUX-UP MAT. MOTEUR

133 BIS

F-33800 BORDEAUX

it's quite strange ,how these value got converted,

this is for sure that particular code only is fecthing

that value

window:address

Accepted Solutions (1)

Accepted Solutions (1)

former_member188685
Active Contributor
0 Kudos

Hi Sanju,

actually the address tag calls one FM that is <b>ADDRESS_INTO_PRINTFORM</b>, if you run this FM with the options you provided to the Address command. and see how it is fetching the address data.

Regards

vijay

Answers (3)

Answers (3)

Former Member
0 Kudos

adrc,adr3,adr6,addr_key are some address tables..u will get the address from these tables by using address no (adrnr)

Former Member
0 Kudos

HI sanju,

It will get the address(from address tables) by using the address no(ADRNR),from address no. 9000061805 it will get the adress from those tables.

Former Member
0 Kudos

Hi,

That is the trick the ADDRESS Tag does, you pass the Adress number ADRNR, it will fetch the address and display the same. You don't have to handle the address separately.

Regards,

Ravi

Note : Please mark the helpful answers