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: 

LSMW Customer Master Urgent

sreenivasa_reddy
Participant
0 Kudos

Hi

I am using RFBIDE00 to create customer.

I have requirement like I have several legacy customers with different numbers but with same TAXJURIDICTION CODE.

1)For all these customers I should create only one customer in SAP,,, How?

2)And Also I should store all legacy customer values with SAP value

i.e one SAP customer will have several legacy customers.

In which Table I can store these values(I can't use custom table)

If its one to one I used to store in KNB1-ALTKN.

Regards'

Sreenivas

1 ACCEPTED SOLUTION

Former Member
0 Kudos

This is just reference ,

i dont know its useful r not ,

just analyze with this.

... LSMW itself using one statement transfer_record

if BKNVI-ALAND = 'US '

and BKNVI-TATYP = 'UTX2'.

BKNVI-TAXKD = '1'.

transfer_record.

endif.

if BKNVI-ALAND = 'US '

and BKNVI-TATYP = 'UTX3'.

BKNVI-TAXKD = '1'.

transfer_record.

endif.

if BKNVI-ALAND = 'US '

and BKNVI-TATYP = 'UTXJ'.

BKNVI-TAXKD = '1'.

endif.

Thanks

3 REPLIES 3

Former Member
0 Kudos

This is just reference ,

i dont know its useful r not ,

just analyze with this.

... LSMW itself using one statement transfer_record

if BKNVI-ALAND = 'US '

and BKNVI-TATYP = 'UTX2'.

BKNVI-TAXKD = '1'.

transfer_record.

endif.

if BKNVI-ALAND = 'US '

and BKNVI-TATYP = 'UTX3'.

BKNVI-TAXKD = '1'.

transfer_record.

endif.

if BKNVI-ALAND = 'US '

and BKNVI-TATYP = 'UTXJ'.

BKNVI-TAXKD = '1'.

endif.

Thanks

0 Kudos

I will give a try.

Please see my 2nd question

2)And Also I should store all legacy customer values with SAP value

i.e one SAP customer will have several legacy customers.

In which Table I can store these values(I can't use custom table)

If its one to one I used to store in KNB1-ALTKN.

0 Kudos

Please can any body help me ????