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

POSTING_INTERFACE_DOCUMENT FM Issue

former_member188791
Participant
0 Likes
1,636

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.

8 REPLIES 8
Read only

Former Member
0 Likes
1,296

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

Read only

0 Likes
1,296

Hi Rudra,

Yes, I called this FM but there is no difference.

Read only

0 Likes
1,296

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

Read only

0 Likes
1,296

Can any body suggest on this issue

Read only

0 Likes
1,296

Hi Rajiv,

Please refer this link it is similar to yours.

http://scn.sap.com/thread/2053747

Hope This Helps.

Regards,

Shadab.

Read only

0 Likes
1,296

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

Read only

0 Likes
1,296

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

Read only

0 Likes
1,296

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.