This is a test message to test the length of the message box.
Login

Kommentar verfassen

Das Schreiben von Kommentaren ist nur registrierten Benutzern erlaubt, die Registrierung ist kostenlos und erfordert keine E-Mail Adresse und kann schnell hier durchgeführt werden.

Custom fields

Chitrang - 01.10.2025 - 11:48

How do we fill custom field (added in ACDOCA, BSEG, or BKPF) values if we are using I_JOURNALENTRYTP instead of BAPI_ACC_DOCUMENT_POST?


Xexer - 01.10.2025 - 19:17

Hello Chitrang,

The short answer is: It's complicated. Currently, the RAP object isn't covered by Key User Extensibility and isn't defined as extensible. This means you can't extend the structures nor the BO. However, you could use other fields to pass the information. You can then perform the substitution in the BAdI released for ABAP Cloud.

Greetings Björn


Chitrang - 03.10.2025 - 07:57

Thank you for your reply, Bjorn. In my opinion, no extensibility seems like a waste of a good BO.