Technology Blog Posts by Members
cancel
Showing results for 
Search instead for 
Did you mean: 
martin_schrode
Explorer
0 Likes
799

Yes it is possible to post Customer Down Payment Request (Transaction F-37) via  BAPI_ACC_DOCUMENT_POST or message type ACC_DOCUMENT.

I used iDoc message type ACC_DOCUMENT (Basic type ACC_DOCUMENT05) and populated the following segments:

E1BPACHE09 - Header
BUS_ACT RFST
USERNAME USER01
HEADER_TXT TEST
COMP_CODE 1000
DOC_DATE 20250321
PSTNG_DATE 20250321
DOC_TYPE UE

E1BPACAR09 - Accounts Receivable

ITEMNO_ACC 1
CUSTOMER 1000123
TAX_CODE D1
SP_GL_IND F

E1BPACCR09 Currency

ITEMNO_ACC 1
CURR_TYPE 00
CURRENCY_ISO EUR
AMT_DOCCUR 100

That's all:

martin_schrode_2-1742565466900.png

It works the same with BAPI_ACC_DOCUMENT_POST

martin_schrode_1-1742565348176.png

martin_schrode_0-1742565258254.png

1 Comment