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: 

how to know whether record is already there in lsmw to create or change

Former Member
0 Kudos

Dear Freinds,

How can we know whether a record is already exisitng in the database ,

for us to decide to do the LSMW in INS or MOD.

I mean to say if for a record already exisits in the database (ex pa0002) and we are doing a LSMW , How can we check a record already exsits in the database and modify of that record and if doesn't exits go for create option. Please let me know in which step we can do this validation?

Regards

syamla

2 REPLIES 2

Former Member
0 Kudos

Hi,

You can do this validation in Convert Data.

regards,

Atish

0 Kudos

Hi Atish ,

How can i do this , you said we can check whether we have to insert(INS) or Change(MOD) for a record in the database at Convert Data , At convert data i cannot

do the change as it is Standard program.

If you have any piece of code please let me know how i can do the same.

regards

syamala