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

Batch Input Session

Former Member
0 Likes
585

Hi All,

Can anyboy help me regarding this:

I have created a LSMW-Batch Input program for Vendor Master upload. When I am running the session in Error mode only the screen is stopping at the SAPMF02K Screen no is 0111. & it is showing message:

'Field ADDR1_DATA-EXTENSION2. does not exist in the screen SAPMF02K 0111'

'Transaction error'.

Message type is 'S'. & it is creating vendors.

But if I am running in Background it showing the same message as mentioned above but NO VENDOR IS BEING created.

I can not run all the records in foreground as there are 4000 records.

Helpful relpies will be surely rewarded.

Ashvender

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
521

Why dont you correct the error which is displayed? You need to include that field on the screen thru customization....In foreground, because of <enter> keys, transaction is getting commited where as in background transaction abends due to error.

3 REPLIES 3
Read only

Former Member
0 Likes
522

Why dont you correct the error which is displayed? You need to include that field on the screen thru customization....In foreground, because of <enter> keys, transaction is getting commited where as in background transaction abends due to error.

Read only

0 Likes
521

Hi Sanjay,

Thanks for the quick reply. But there is no field called ADDR1_DATA-EXTENSION2 in Vendor master & it is also not mapped in the LSMW.

Thanks

Ashvender

Read only

Former Member
0 Likes
521

Solved by own.