Application Development 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: 

One time customer table in va01

Former Member
0 Kudos

Hi Experts,

In va01 when we create one time customer it ask for address which does'nt get stored in the kna1 table.. i have developed smartform where the address is coming but not the case of one customer...i have tried using table sadr and adr2,3,4,5 but not able to find as there is not data... can anyone help me its urgent.

regards,

Abhishek Pandey.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Use transaction ST05 and run VA01 with a one time vendor. This will show you which tables were updated.

Rob

3 REPLIES 3

Former Member
0 Kudos

Use transaction ST05 and run VA01 with a one time vendor. This will show you which tables were updated.

Rob

Former Member
0 Kudos

Hi Abhishek. the data is stored in the ADRC table, the same way it is stored for a regular customer. The difference is that instead of getting the ADRC-ADDRNUMBER from the KNA1 table you have to get it from the VBPA-ADRNR field, where the address number for that one time customer is stored.

If you still have doubts, I can give you a coding example.

Regards,

Edson

former_member212653
Active Contributor
0 Kudos

Get the address number from table VBPA rather than KNA1.

The addresses are stored in table ADRC.