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

Document Posting Issue

Former Member
0 Likes
759

Hi Experts,

I am using BAPI_ACC_DOCUMENT_POST for document posting. But I am not able to find few fields in std. BAPI structures.

The fields are

Trading Partner (VBUND)

GL Ledger (LDGRP)

Base Amount (FWBAS)

Personnel Number (PERNR).

Can anybody suggest how we can map above mentioned fields in that BAPI?

Thanks,

Neha

2 REPLIES 2
Read only

Former Member
0 Likes
453

Hi,

In the Bapi: BAPI_ACC_DOCUMENT_POST

The required fields you will get in the Tables Tab of the BAPI,

In internal table - BAPIACGL09(For AccountGL)

GL_ACCOUNT - HKONT can be your GL Ledger (LDGRP),

TR_PART_BA - PARGB can be your Trading Partner (VBUND)

The Base Amount field you can get in the Internal table BAPIACCR09(Currency Amount)

AMT_BASE- BAPIFWBAS can be your Base Amount (FWBAS)

Hope it helps

Regards

Mansi

Read only

Former Member
0 Likes
453

d