2024 Oct 24 4:11 PM - edited 2024 Oct 24 4:14 PM
Im executing the action Post of this BDEF inside of a Determination on save as mentioned in this blog
How to use I_JournalEntryTP in custom RAP BO - SAP Community
METHODS post FOR DETERMINE ON SAVE
IMPORTING keys FOR zi_test_journal~post.
Request clarification before answering.
No commit at all, the behaviour definition itself its triggering the update task FM within its call stack... it may be related to some note/enhancement in the system not sure...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You may Create new RFC function module for your Action code and call it with DESTINATION ‘NONE’
Hope this helps…
Thanks-
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
as the short dump says, all implicit and explicit commits are not allowed in the additional save scenario. However there are some other possibilities.
- You can call the function with "... STARTING NEW TASK"
- You can use some other asynchronous way to execute the function module, e.g. ABAP Push Channels
Kind regards
Matthias
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
31 | |
9 | |
8 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.