Application Development and Automation 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: 
Read only

Program /SAPDMC/SAP_LSMW_INTERFACE

Former Member
0 Likes
868

This program executes all "new" and "error" batch input sessions.

It is very bad to execute "error" sessions. Is there any way to remove batch input sessions, rename them or somehow other way to make them "invisible" for this program?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
585

Hello Maris,

Check transaction SM35.

Regards,

John.

3 REPLIES 3
Read only

Former Member
0 Likes
586

Hello Maris,

Check transaction SM35.

Regards,

John.

Read only

0 Likes
585

First, this is to schedule a periodic job for your LSMW projects. In your case, it just happened to be a batch input job. This by itself does not process batch input sessions like RSBDCSUB. This actually submits RSBDCSUB to process the sessions.

Coming to your actual problem, yes you can avoid reprocessing of the error sessions by changing the variant. If you look at the selection screen of this program, there is a checkbox under the section "Import Data: Batch Input" that says 'Also run incorrect sessions'. Uncheck that and save the variant and your should be good to go.

Read only

0 Likes
585

Although it is called "Also Save Folder with Errors" your answer was very suggestive. Thanks!