‎2010 Jul 09 7:56 AM
Hi Gurus,
I am using KO02 to create settlement orders.
I have created batch input session. When I execute batch input it updates the data correctly.
But after saving i get error as "No batch input data for screen SAPMKAUF 0110". and stops. After several back button clicks it comes back to SM35 screen.
Session status shows as error. But actually data was updated correctly.
Let me know the issue and to avoid.
‎2010 Jul 09 9:51 AM
HI Praveen,
As per your query what I can suggest is, try to run the session having error records in 'Display Errors only' mode.
You will find the exact cause of the problem. What I think is that it could be a ' Information' message which is coming as
error in the session log. Apart from that check your recording and check the field in screen 0110 of SAPMKAUF. This field
would might not be mandatory and it is there in your recording. Since you are not passing data for this screen field you are
getting this error.
Please let me know if you still need some more clairification.
Cheers
VJ
Edited by: Vishal Jindal on Jul 9, 2010 10:54 AM
‎2010 Jul 09 3:44 PM
Hi Vishal,
Thanks for help.
Actually it is first screen in KO02 transaction.
After executing the KO02, when I press save in recoridng that screen is not captured at the end. First screen SAPM... 110 is not captured..
But When i create session and execute it. It updates all the recrods and at the end it is coming back to first screen and shows the error.
‎2010 Jul 09 4:35 PM
Praveen, In that case what you can do is, you just manually code for the missing recording like :
PERFORM bdc_dynpro USING 'SAPMKAUF' '0110'.
PERFORM bdc_field USING 'BDC_CURSOR' 'COAS-AUFNR'
perform bdc_field using 'COAS-AUFNR' val_1. .
I hope it will solve your problem. Revert back if still having some problem.
Cheers
VJ
‎2010 Jul 09 11:37 AM
Run it in all screen mode, you will find the field for which the error is appearing.