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.
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
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?
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
Thank you for your reply, Bjorn. In my opinion, no extensibility seems like a waste of a good BO.