cancel
Showing results for 
Search instead for 
Did you mean: 

PO condition update

former_member188914
Contributor
0 Kudos

Hello,

I am creating a LSMW to mass update freight condition in PO header via batch input recording. LSMW update is failing with error RV61A-KOEIN(10) is not an input field. Seems the error is because system tries to add new condition in row number 1 which is already occupied by some other condition. It should be updating in last, hence the error. Please suggest how can I overcome this error.

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member188914
Contributor
0 Kudos

okay.. So i tried Idoc method. But it did not worked. Idoc has been posted successfully but no update in PO. Am I using correct Idoc type and BAPI ?

Any suggestions please.

JL23
Active Contributor
0 Kudos

the details of the data record structures and content would be needed to evaluate the situation

BUS2012 should be right, as there are many OSS notes with fixes which can be used as evident that it is supposed to work

JL23
Active Contributor
0 Kudos

LSMW is LSMW, the steps to be done are the same for all import objects until the conversion, only the last steps are depending on the chosen import method.

the main difference between a recording and a SAP standard input is basically that you fill only the fields that you need in a recording and you and SAP ignoring all the empty fields which are visible in the screens that you access during your recording. In a standard batch input you have almost nothing to do in this LSMW step 1 compared to a recording, but in step 5 you then get all those standard fields displayed and you have to select here which fields you want to fill with data from your source file.

Try it. LSMW is more than just recording.

from: SAP Library – Legacy System Migration Workbench You can use the recording function to create a new object (or a new “import method”) if neither a standard batch input program nor a standard direct input program nor the BAPI/IDoc method is available for a data object.

JL23
Active Contributor
0 Kudos

a recording is not suitable to load conditions. SAP has provided an Idoc import method as well as a standard batch input import method in LSMW.

former_member188914
Contributor
0 Kudos

do you have some link which explains the steps with more details ?