Application Development and Automation 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: 
Read only

Error in SM35 session

Former Member
0 Likes
1,535

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.

4 REPLIES 4
Read only

Former Member
0 Likes
926

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

Read only

0 Likes
926

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.

Read only

0 Likes
926

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

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
926

Run it in all screen mode, you will find the field for which the error is appearing.