Application Development 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: 

Problem with BDC posting through RFBIBL00

Former Member
0 Kudos

Hi ,

I am posting documents through RFBIBL00 for FB01 transaction. It was working fine all these days and now a day a session is getting created why because it gives a message "No batch input data for screen SAPLKACB 0200 ".

I guess it has started creating sessions after the suport pack update. I dont hav any contol over the report RFBIBL00 to skip this error.

Any ideas from experts ?

Thanks,

Joe

3 REPLIES 3

Former Member
0 Kudos

Hi,


RFBIBL00  is a report , try to Use Submit report instead of BDC.

*   Submit report in background and creating spool
  SUBMIT (w_rname) USING SELECTION-SET p_var
      TO SAP-SPOOL WITHOUT SPOOL DYNPRO
      SPOOL PARAMETERS wa_pri_params AND RETURN.

Regards,

Prabhudas

Former Member
0 Kudos

Check if the screen is modified after support pack.If yes you would need to poulate the same via ur recording.

Thanks!

Former Member
0 Kudos

Check Account Editing Options in FB00, depending on the options selected the screen input fields in FB01 may change.