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

RFBIBL00 - issue in Batch Input Session created

Former Member
0 Likes
2,150

Hi Experts,

I am Posting a document thru FB01, for this I am using RFBIBL00 and RSBDCSUB programs to create a Batch Input Session,

I have filled all the required fields for structures BBPKF, BBSEG and BBTAX, but the session created is not processed successfully, while processing it in Foreground, I am getting a Message saying 'No batch input data for screen SAPLKEAK 0300 '.

Can anyone please help me on this.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,543

Hi,

Check SAP note 184769 or enter manually your data with FB01 to find errenous field values. For example customer number that does not exist.

Hi Experts,

I am Posting a document thru FB01, for this I am using RFBIBL00 and RSBDCSUB programs to create a Batch Input Session,

I have filled all the required fields for structures BBPKF, BBSEG and BBTAX, but the session created is not processed successfully, while processing it in Foreground, I am getting a Message saying 'No batch input data for screen SAPLKEAK 0300 '.

Can anyone please help me on this.

8 REPLIES 8
Read only

Former Member
0 Likes
1,544

Hi,

Check SAP note 184769 or enter manually your data with FB01 to find errenous field values. For example customer number that does not exist.

Read only

0 Likes
1,543

Hi Simo,

Thanks for your reply, the Status of the note you specified is 'Cannot be Implemented',

please let me know if there are any other notes available.

Read only

0 Likes
1,543

Hi,

The field RKE_BUKRS, which is maintained in the COPA structure has to be passed to avoid this message, it should not be '/',

the issue is solved.

Now I am getting another Message 'No batch input data for screen SAPMFO5A 0700', please let me know how to avoid this.

Read only

0 Likes
1,543

HI,

Do not process the session directly with the program.

Create a new session by the help of program and go to SM35 and process this session in the fore ground ( There is an option to processs session in fore groung in SM35 ). Now when the error appears you can see in which screen and the data for which of the fileds is missing. Know that field and fill that fields location in the file or in that location of the file pass '/'

Hope by this method you can find all errors which say 'No batch input data for screen ______' .

Regards,

Sravan

Read only

0 Likes
1,543

Hi Experts,

Now I have 2 errors in the Batch Input Session Log,

1. Field COBL-PRCTR(Profit Center). does not exist in the screen SAPLKACB 0002

2. Field DKACB-XERGO(Details - Its a check box in the screen). does not exist in the screen SAPLKACB 0002.

But I can see that these filelds are existing in the screens, can anyone let me know why this error occurs.

This is occuring after COPA generation with new fields.

I am trying for a OSS Note also, but I am not getting any. Please help.

Read only

0 Likes
1,543

Hi

U should check if the data you're transfering are ok, if there are wrong or missing data, the system could call an wrong dynpro.

And u should considere the fields can be hidden (that depends on fields status).

Max

Read only

0 Likes
1,543

Hi Max,

Thanks for your answer, it solved the issue, the issue is with the Field Status, when I run for a GL code which accepts Profit Center and Details, the Batch Input Session is procesed successfully, so the issue is solved for this GL account.

But the program has to be dynamic, if the program is run for a different GL account with different Field Status in the config, the batch input should be processed successfully, is there a way to acheive this, please help.

Read only

0 Likes
1,543

Hi

U can check the characteristics of the G/L account by reading the master data (table SKA1 and SKB1) in order to decide which data has to be transfered for a certain g/l account.

Probably it's enough to check if the g/l account is "P&L statament Account" or "Balance Sheet Account" (flag field SKA1-XBILK).

Max