‎2010 Oct 08 1:46 PM
Hi All,
I need a BAPI for FB08, when i searched in SDN i got BAPI_ACC_GL_POSTING_REV_POST, but i dont know what the values i need to pass for OBJ_TYPE,OBJ_KEY,OBJ_SYS and OBJ_KEY_R.
Please give your valueble inputs for the above issue.
Thanks in advance
‎2010 Oct 08 2:11 PM
‎2010 Oct 08 3:25 PM
Hello,
- OBJ_TYPE: same as field BKPF-AWTYP of the document you want to reverse
- OBJ_KEY: concatenate BKPF-BELNR, BKPF-BUKRS and BKPF-GJAHR of the document you want to reverse
- OBJ_KEY_R: same as OBJ_KEY
- OBJ_SYS: execute FM OWN_LOGICAL_SYSTEM_GET to get your Logical System.
Best regards.