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

NEED HELP IN USING BAPI FOR FB08

Former Member
0 Likes
913

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

2 REPLIES 2
Read only

Former Member
0 Likes
548

Hi,

Please refer

Read only

mrio_espinheira
Participant
0 Likes
548

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.