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: 

LSMW - Field GT_Lines-Value(15) does not exist in the screen SAPMKEI2 0200

Former Member
0 Kudos
2,267

Hi Gurus,

Running LSMW everything looks good, data read, data converted (receive warning message of above message but no errors). Problem is during step #14 run batch input session. Session completes but when I look at the transaction the data did not populate for three fields. Checked log and the following messages are listed. Please advise how to resolve

Cursor field GT_Lines-Value(16) does not exist in the screen

Field GT_Lines-Value(15) does not exist in the screen SAPMKEI2 0200

Cursor field GT_Lines_Val-value(26) does not exist in the screen

Line items added (document "1007949832")

Thanks,

Annette

1 ACCEPTED SOLUTION

Former Member
0 Kudos
379

Hello Annette,

I don't know the program, but I think the program tries to fill the 16th line of a table control, which isn't on the actual screen (i.e. after filling the 15th line, the report has to scroll one page down). You should go to transaction SM35 and run the session in foreground. If the problem is a missing scroll, you should have a look at the OSS (if you use a standard object). If you use your own bdc recording, you have to implement (ABAP Coding in the mapping) a scroll down by your own.

Best regards

Stephan

10 REPLIES 10

Former Member
0 Kudos
379

in you tcode the error fileds are not visible, dont pass the values for the error fileds. in customization these fileds are disabled..

if you can check manually these fileds are not input fileds...

0 Kudos
379

Thanks,

What is the work around as I need this information to be loaded?

0 Kudos
379

below fields dont pass the LSMW strcture

in the LSMW 5th step Maintain Field Mapping and Conversion Rules

dont assign these values to LSMW strcture...

Cursor field GT_Lines-Value(16) does not exist in the screen

Field GT_Lines-Value(15) does not exist in the screen SAPMKEI2 0200

Cursor field GT_Lines_Val-value(26) does not exist in the screen

0 Kudos
379

Thank you for responding

I went to LSMW step 5 and selected the field then selected edit from the menu bar and selected 'remove source field'. I re-ran LSMW and received the same messages.

0 Kudos
379

Did I do this correctly? - Removing the structure?

Former Member
0 Kudos
380

Hello Annette,

I don't know the program, but I think the program tries to fill the 16th line of a table control, which isn't on the actual screen (i.e. after filling the 15th line, the report has to scroll one page down). You should go to transaction SM35 and run the session in foreground. If the problem is a missing scroll, you should have a look at the OSS (if you use a standard object). If you use your own bdc recording, you have to implement (ABAP Coding in the mapping) a scroll down by your own.

Best regards

Stephan

0 Kudos
379

Thanks for the help. This is the first time I am trying to use LSMW and the messages have been corrected are not appearing any more. What is happening though is the last two fields are not being read into step 9 read data. Any ideas why or what I should do to correct this?

0 Kudos
379

Hello Annette,

have you checked "Maintain Source Fields" (step 3)? Perhaps there's a difference in the length definition of the fields and the field length in your source file?

Best regards

Stephan

0 Kudos
379

That was it - I just ran it and it worked. Thank you so much for the help!!! Points awarded

Edited by: Annette Ameel on Dec 18, 2008 4:59 PM

Former Member
0 Kudos
379

.