2025 Nov 05 8:03 AM - edited 2025 Nov 05 9:11 AM
Hello,
I would like to check if there is a way to update the Journal Entry custom fields after creating checks in Manage Outgoing Checks.
I have tested all available Journal Entry custom logic options, but none of them are triggered or update the custom fields.
I need this for a custom report in Create Correspondence, where the data from Manage Outgoing Checks must be reflected in the Journal Entry custom fields.
if you have any recommendations or alternative solutions, please let me know.
Thank you.
Request clarification before answering.
Good day @Oliver231
Thank you for your question.
Have a look at these references for more details.
App Extensibility: Post General Journal Entries, Process Extensibility for Journal Entries, Queries
Journal Entry Item - Read (A2X), Journal Entry - Post (Synchronous), Secure Extensibility
The postings you mentioned are not done by user-interactive BAdIs that are tied to Manage Journal Entries or Journal Entry Post APIs, instead they are often created by automatic payment (legal compliance related) program logic. Once payment document is created, it is not re-processed through the extensibility points in Journal Entry and any custom fields defined on the journal entry item is only populated during document creation. So, your test result is the expected outcome.
To summarise, in public cloud, you cannot update custom journal-entry fields after creating check. The payment program posts those entries in a locked accounting context.
The correct clean-core approach is to join check data and journal-entry data through a Custom CDS View (or CBO if needed) for you correspondence/reporting instead of attempting to modify the journal entry itself.
Below is a step-by-step clean-core approach:
Open CDS Views, create and name “YY1_JournalEntryCheckLink”
For the Primary data source --> I_JournalEntryItem.
Then add association --> I_Check
Then Join the CompanyCode and JournalEntry (where available). Add required fields, save and publish it.
Opening Custom Analytical Queries
Create a query based on your new CDS, add filter on Check Number/Payment Document, save. Then use in Create Correspondence.
Let me know if you have further questions.
Best regards
Chris
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 22 | |
| 19 | |
| 14 | |
| 9 | |
| 7 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.