Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

regarding the ADRC table entry

Former Member
0 Likes
1,958

Hi friends,

i have one customer in KNA1-kunnr as '1000' .and his address number is ADRNR is 2000. now the thing is i want to add the value R to the field NATION in the table ADRC. but i cant add it directly to ADRC table. so from which screen i need to enter?

Regards,

Venkat.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,407

Go to XD02 (Change customer master) transaction and and provide custiomer number in adresss tab you will find international versions button.you click this button and provide R here .

so it carries same value in adrc table in field nation

if you have to do the same operation for more than some records then choose bdc for the saem thing

Please reward if useful

Sivaparvathi

Message was edited by: Sivaparvathi

If this doesnt helps you, feel free to ask

Message was edited by:

Siva Parvathi

Hi friends,

i have one customer in KNA1-kunnr as '1000' .and his address number is ADRNR is 2000. now the thing is i want to add the value R to the field NATION in the table ADRC. but i cant add it directly to ADRC table. so from which screen i need to enter?

Regards,

Venkat.

5 REPLIES 5
Read only

Former Member
0 Likes
1,407

hi

There is no screen to enter it directly as per my knowledge. You have to fill it through program.

Siva Kumar

Read only

Former Member
0 Likes
1,407

Go to XD02 (Change customer master) transaction and change the country of the customer as you require.

Read only

Former Member
0 Likes
1,407

Hi,

Please goto XD02 transaction code i.e Customer change mode and provide cutsomer number and goto adress tab or contact persons tab and change as you like.

If you want to change more than some n of records then you have to write bdc for xd02 tcode

reward if useful

sivaparvathi

Read only

Former Member
0 Likes
1,407

try this code...

UPDATE ADRC SET URFIELD(NATION) = 'R' WHERE ADRNR = '2000'.

reward if usefull

Read only

Former Member
0 Likes
1,408

Go to XD02 (Change customer master) transaction and and provide custiomer number in adresss tab you will find international versions button.you click this button and provide R here .

so it carries same value in adrc table in field nation

if you have to do the same operation for more than some records then choose bdc for the saem thing

Please reward if useful

Sivaparvathi

Message was edited by: Sivaparvathi

If this doesnt helps you, feel free to ask

Message was edited by:

Siva Parvathi