‎2009 Nov 09 2:05 PM
Hi All,
I have copied the BAPI_APPREQUEST_CREATE into Z to create the Appopriate Request (IMA1N transaction). If the input file consists 4 records, then the program is uploading the 1st and 3rd records,but giving the following error for the 2nd and 4th records.That means the program is dropping the every 2nd record.
Distribution of MATERIAL_GRP not allowed
Distribution of DIVISION not allowed
Distribution of INVESTMENT_REASON not allowed
Distribution of ENVIRONMNT_INVEST not allowed
Can anybody tell me how to resolve this error << removed >>.
‎2009 Nov 09 2:33 PM
Well it's very hard to say just based on what you are 'giving' us. Have you tried to change the order of the input records? Or did you try and process all lines individually? This way you can make sure it is not due to errors in the data itself.
The COMMIT WORK, are you doing this after every record (including WAIT?) or only at the end after processing all records?