2009 Sep 14 8:48 AM
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.
2009 Sep 14 10:45 AM
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.
2009 Sep 14 10:45 AM
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.
2009 Sep 14 11:23 AM
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.
2009 Sep 14 12:03 PM
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.
2009 Sep 14 12:10 PM
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
2009 Sep 15 11:11 AM
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.
2009 Sep 15 11:26 AM
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
2009 Sep 15 12:59 PM
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.
2009 Sep 15 1:23 PM
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