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

F-02 BDC problem

Former Member
0 Likes
654

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

4 REPLIES 4
Read only

pawan_rai
Participant
0 Likes
619

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.

Read only

Former Member
0 Likes
619

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

Read only

nirajgadre
Active Contributor
0 Likes
619

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.

Read only

0 Likes
619

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