Write a comment
Writing comments is only allowed to registered users, registration is free and does not require an email address and can be done quickly here.
Writing comments is only allowed to registered users, registration is free and does not require an email address and can be done quickly here.
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.