cancel
Showing results for 
Search instead for 
Did you mean: 

LSMW - Vendor Master: Field ... does not exist in the screen SAPMF02K 0111

Former Member
0 Kudos

Greetings:

I am developing an LSMW object using:


Standard Bacth/Direct Input

Object 0040

Method 0001

Program RFBIKR00.


My Source Structure is all fields from MARA table and I am relating it only to BGR00, BLF00 and BLFA1 target structures. In other words, I want this LSMW to be able to upload Vendor Master (General Section) only.


I get to create a Batch Input session, but when I run it I get the following errors:


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

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

These fields do not exist in any of the target structures and I do not see them in any screen layout. I cannot understand what exactly my problem is.


Thank you so much for your kind attention.


Accepted Solutions (0)

Answers (1)

Answers (1)

JL23
Active Contributor
0 Kudos

There are actually 3 bug fixes regarding the Field ADDR1_DATA-EXTENSION1

Implement OSS notes

1649215 - Fields ADDR1_DATA-EXTENSION1 and EXTENSION2 hidden

1749827 - Few address fields editable even in the display mode

1752697 - Incorrect customizing of address fields

and see if the error goes away

Former Member
0 Kudos

Greetings, Jürgen:

My apologies for taking this long to complete this case. After retaking this issue, I end up realizing that for this specific LSMW Object type, every field containing no data should have been populated with a "/" character.

This is what I did and ended up uploading all my Vendor Master records.

I still do not know why this is a requirement for Vendor Master: other Direct Input objects do not require it.

Thanks a lot.