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: 

Rg: LSMW for GL Accounts UPload

Former Member
0 Kudos

Hi All,

I have created LSMW for GL accounts Upload Using Standard Batch Input Program.

Object : 0010

method: 0002-Flat Structure

My Problem Is Once i executed The program.. Its Not allow to create the Batch Input session. It says ' Account Already Exit ' and Program vil terminated. Its Not allow to process second record also.

Please confrom For this Standard program , How to avoid this..

If account already exit mean , why program will terminte.. Why not its process another record.

Thanks in advance.

Prabu K

2 REPLIES 2

0 Kudos

Add the validation in lsmw and check the account already exits or not in table SKA1 and SKB1.

If it's already available write statement skip_transaction.it will solve your issue.

Edited by: vijay gurav on Aug 22, 2011 1:07 PM

Former Member
0 Kudos

Got idea