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: 

Problem uploading data through RM06IBI0

Former Member
0 Kudos

Hi Experts,

We are uploading purchase info records data( ME12) through direct input program RM06IBI0. For some records, we are getting errors.

This program is creating a sesson in SM35, In that sesson errors are:

Cursor field KONP-KSCHL(1) does not exist in the screen

Field KONP-KSCHL(1) does not exist in the screen SAPMM06I 0102

Field KONP-KBETR(1) does not exist in the screen SAPMM06I 0102

1) How to Debug the sesson in SM35. and

2) These errors are coming some(randomly) records. We are unable expect this error will come for this record only.

Thanks in advance,

Sandya.

2 REPLIES 2

Former Member
0 Kudos

1) Run the batch input session in the foreground. It will be quicker if you do it clicking the display errors only radio button.

2) Different line items may expect different data depending on configuration. Your business analyst should go through the error session with you.

Rob

Former Member
0 Kudos

i think in ur flat file u have two values which are related to KSCHL(1), if i am rite

then u should maintain two different fields in the Maintain source fields.

for eg:--

kschl1 kschl2 and for kbetr(1)---> kbetr1 ok

now mapp this source fields to ur target fields with respectively..

u should change ur flat file values also

respective to their values maintain it as HORIZONTALLY.

just ping if u have any doudts,

Thanks