‎2011 Apr 14 2:27 PM
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
‎2011 Apr 15 11:30 AM
‎2011 Apr 15 4:18 PM
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.