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

Doc items clearing thru BAPI_ACC_GL_POSTING_POST

Former Member
0 Likes
516

Hi experts,

Im looking for a solution to all FB05 BDC in my client and after a search iv'e found that BAPI_ACC_GL_POSTING_POST it's a reliable soluiton on my version, ECC 6.

The problem it's that looking to the Bapi, im only able to see the necessary inputs to a FI documet post, not a items clearing.

Does anyone here uses this Bapi for items clearing?

If so, could you pelase give me an code example?

Thanks in advance

Best Regards

João Martins

2 REPLIES 2
Read only

Former Member
0 Likes
417

Can anyone help me on this subject?

thank

Regards

Read only

BTP_Architect
Participant
0 Likes
417

Hello Joao,

You can try the following standard program: RFBIBL00.

This program is calling RFBIBL01 which is using POSTING_INTERFACE_CLEARING when Tx name is FB05.

RFBIBL00 should be called from your specific program as RFBIBL01 is called from RFBIBL00.


* Report RFBIBL01 aufrufen
  SUBMIT RFBIBL01 WITH  DS_NAME   =   DS_NAME
                  WITH  FL_CHECK  =   FL_CHECK
                  WITH  OS_XON    =   OS_XON
                  WITH  XNONUNIC =    XNONUNIC
                  WITH  CALLMODE  =   CALLMODE
                  WITH  MAX_COMM  =   MAX_COMM
                  WITH  PA_XPROT  =   PA_XPROT
                  WITH  ANZ_MODE  =   ANZ_MODE
                  WITH  UPDATE    =   UPDATE
                  WITH  XPOP      =   XPOP
                  WITH  XLOG      =   XLOG
                  WITH  XINF      =   XINF
                  AND RETURN.

Hope that you got your solution.

Regards,

Moez.