‎2011 May 09 4:53 AM
Hi experts,
i am doing BDC for F-02..it is working in foreground with all screens mode..not working in background mode N
it is showing error as NO BATCH INPUT SCREEN For 0002.
can any body plz check my code and suggest me please
<removed by moderator>
Thanks in advance,
veena
Edited by: s veena on May 9, 2011 5:54 AM
Edited by: s veena on May 9, 2011 5:55 AM
Edited by: s veena on May 9, 2011 5:56 AM
Moderator message: please post only relevant code parts, your posts must contain less than 5000 characters to preserve formatting.
Edited by: Thomas Zloch on May 9, 2011 10:08 AM
‎2011 May 09 5:42 AM
Hi Veena,
This may be happening because there may be some warning occuring while entering values for F-02. If there is a warning occuring and you do background processing it will show error. So You have to do in Foreground.
regards,
pawan.
‎2011 May 09 5:52 AM
Hi,
Run the BDC in foreground then check in the status bar it will show the message tat NO BATCH INPUT SCREEN For 0002
identify when it is giving the message .
Debug the program check the creation of the BDCDATA table .
Regards,
Madhukar Shetty
‎2011 May 09 6:51 AM
Hi,
it seems that on the one off the screen Ok code is not getting populated hence system is not able to go to next screen. to find out this try to execute the BDC in mode A and then try to check on which screen you are not able to get the okcode screen.
add the ok code in your BDC at same position and try to execute again.
‎2011 May 09 8:18 AM
Hi all
Thanks for giving reply...
i have tried with all screens mode....but i could not find any status message with no batch input screen..
but on ething is the screen 0002 is coming two times...hope bcoz of that background is not working...
but i am not able to find where it is getting ..can any body plz help me