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

BDC for tcode f-51

Former Member
0 Likes
1,265

Hi All,

I am creating a program for f-51 using call trans and bdc insert.

I am facing the following issues.

1. When i am putting the call transaction mode as 'A' or 'E' , i am able to clear the invoices but the moment i am changing the mode to 'N'. I am getting errors and call transaction is getting failed .

i Have checked the screen sequence various times using SHDB but i am unable to figure out why i am getting this message(No batch input data for screen SAPDF05X 3100)

CAn some one help ASAP

Hi All,

I am creating a program for f-51 using call trans and bdc insert.

I am facing the following issues.

1. When i am putting the call transaction mode as 'A' or 'E' , i am able to clear the invoices but the moment i am changing the mode to 'N'. I am getting errors and call transaction is getting failed .

i Have checked the screen sequence various times using SHDB but i am unable to figure out why i am getting this message(No batch input data for screen SAPDF05X 3100)

CAn some one help ASAP

3 REPLIES 3
Read only

Former Member
0 Likes
877

Hi Ajay,

in Screen 3100 you are missing to fill some mandatory values, may be in A and E mode you are filling it manuvally or pressing enter to ignore that, so fill the madatory values

Regards

Sudheer

Read only

0 Likes
877

Hi sudheer,

i had the same thoughts but i don't feel i am missing out anything.I have checked it almost 10 times.is it possible that when you run any transaction code in background , there are additional screens to process.Which are not captured in SHDB recording.

Thanks,

Ajay

Read only

Former Member
0 Likes
877

Hi,

No, it is not possible ..

But i thinnk why don't you check the screen no 3100 and pass the values. what ever you are doing in the SHDB do the same way in the program

Regards

Sudheer