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

Former Member
0 Kudos

HI All,

Can any one help me out in uploading data using LSMW.

The requirement is for a single customer <b>i want to enter multiple Payment Transactions</b> in Transaction <b>XD02</b>.The problem is every time a new record is being processed it is <b>updating</b> the existing record <b>but not creating a new record</b>.Plz help me out in this.

Thanks,

Swamy Mantha

3 REPLIES 3

Former Member
0 Kudos

Hi Swamy;

Have you tried using report RFBIKR00? It can be used for "Batch Input Interface for Vendors," using a data file.

Cheers,

John

Former Member
0 Kudos

Hi Swamy,

i think you have to remove the sample data and you have to place internal table which u r going to give it from flat file and place the loop .

if ur not clear, reply.

Thanks

Muthappan

Former Member
0 Kudos

You could use batchinput std RFBIDE00 instead of recording method. In this program you can use structure BKNBK to update bank data.