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

LSMW No Batch Input for screen

Former Member
0 Likes
1,778

Hi,

I have created a project in LSMW and prepared a data file. During the BDC execution, it returns "No batch input for screen.... ". Any idea on this error?? The data value did not load in the BDC screen. All the source structures,fields and mapping has completed.

Regards,

Kit

8 REPLIES 8
Read only

Former Member
0 Likes
1,180

Did you forgot any Mandatory fields check it once.

also check this.

Did you use Auto Field Mapping, And also checked any Unassigned Fields left after Auto mapping. If so Assign manually.

Conversion Program executed properly or not.

Read only

0 Likes
1,180

Dear Yash,

All the source fields were mapped. Actually, i'm working on the material master MM01. The error that i encountered was in the plant code input screen.

Regards,

Kit

Read only

0 Likes
1,180

Run BDC in display mode. You will come to know the screen & field. check whether you are passing the data to that field or not.

Read only

Former Member
0 Likes
1,180

Hi,

Can you clear the question... Wht have u done actually .. BDC or LSMW ???

Read only

0 Likes
1,180

Dear SHREE WADEKAR ,

Let me make it clear. I'm using the LSMW with direct input recording.

Regards,

Kit

Read only

Former Member
0 Likes
1,180

Hi

Did you use Auto Field Mapping, And also checked any Unassigned Fields left after Auto mapping. If so Assign manually.

Conversion Program executed properly or not.

for 'basic data' to get plant u need to put 'X' in that field while field mapping

i think u forgot that one plz check

Read only

0 Likes
1,180

Dear upender verma,

I'm using the auto mapping and all the fields were mapped. Where can i define the "'basic data' to get plant u need to put 'X' in that field while field mapping"??

Regards,

Kit

Read only

Former Member
0 Likes
1,180

hi

hope it will help you.

Reward if help.

BDC is the way to transfer data by writing a batch input program which can use either session or call transaction method.

LSMW used to transfer data without/less code.

What type of data we transfer using LSMW?

LSMW is best suited for transferring master data.

Actually BDC and LSMW are not comparable at all.

for example LSMW itself can use BDC as a way of mass data transfer.

BDC is a mass data transfer technique via screen logic of existing SAP Data entry transactions. It behaves as if you are manually making thousand of entires into sap system as a background job. And that is probably the reason why BAPI's are preffered over BDC's.

On the other hand LSMW is a tool to facilitate DATA migration from other legacy systems ... It contains step by step procedure for data migration.

Like Managing Data Migration Projects , Creating Source Structures , Mapping Source structures wid Target structures , etc etc

LSMW internally might well be using the following techniqes for data transfer..

1. IDOX

2. Direct Input / BDC

4. BAPI's

LSMW is an encapsulated data transfer tool. It can provide the same functionality as BDC infact much more but when coming to techinical perspective most the parameters are encapulated. To listout some of the differences :

LSMW is basicaly designed for a fuctional consultant who do not do much coding but need to explore the fuctionality while BDC is designed for a technical consultant.

LSMW offers different techinque for migrating data: Direct input ,BAPI,Idoc,Batch input recording. While bdc basically uses recording.

LSMW mapping is done by SAP while in BDC we have to do it explicitly .

LSMW is basically for standard SAP application while bdc basically for customized application.

Coding can be done flexibly in BDC when compared to LSMW