‎2015 Sep 04 10:49 AM
Hi Group,
I am using FM POSTING_INTERFACE_DOCUMENT to post FI documents for FB01 transaction, I am using IDOCs , for the first IDOC its successfully processing subsequent IDOCs going to Error by throwing Error; "No batch input data for screen SAPMF05A 0700", but the same error IDOCs when I am processing through BD87 these IDOCs processing successfully.
‎2015 Sep 04 11:19 AM
What other message you are getting. The screen you are mentioning is the first screen. It might be a locking issue.
Try Calling FM DEQUEUE_ALL with _SYNCHRON = 'X'. After your call to the POSTING FM.
R
‎2015 Sep 04 11:31 AM
‎2015 Sep 04 11:39 AM
Can you check in the debug mode if you are getting any other error . Also try to run the Call transaction with MODE 'A'.
R
‎2015 Sep 04 12:58 PM
‎2015 Sep 04 1:07 PM
Hi Rajiv,
Please refer this link it is similar to yours.
http://scn.sap.com/thread/2053747
Hope This Helps.
Regards,
Shadab.
‎2015 Sep 04 1:49 PM
Thanks Shadab, I checked by modifying mode to 'E' in debug and its showing that "Posting is only possible with a zero balance; correct document' but same IDOC when I am positng through BD87 its successful
‎2015 Sep 04 3:28 PM
I suspect it may be you are not clearing the internal tables after the call. Please can you check this?
Check these tables :
*" TABLES
*" T_BLNTAB STRUCTURE BLNTAB
*" T_FTPOST STRUCTURE FTPOST
*" T_FTTAX STRUCTURE FTTAX
R
‎2015 Sep 04 3:31 PM
Hi Rajiv,
That is correct, you can only post a document when debit and credit entry is equal to zero, check the debit and credit entry in debug mode, I think this is the problem of some previous entrie's garbage value.
Regards,
Shadab.