Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 3316

Re: ABAP/4 processor: COMMIT_IN_POSTING

$
0
0

hello,

 

this problem occured when output is processed immediately on save.

 

Create a Function Module with RCF call enabled, and call it on Backgroud task:

 

CALL FUNCTION 'TH_IN_UPDATE_TASK'
     IMPORTING
       in_update_task = w_task.
IF w_task <> 0.


CALL FUNCTION'ZRFC_FCT_ON_OUTPUT'
       IN BACKGROUND TASK
         EXPORTING
              IS_NAST = NAST.


ENDIF.


Viewing all articles
Browse latest Browse all 3316

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>