Symptom
OData batch request fails with error message:
RFC Error: The current application has triggered a termination with a short dump.
Some details of the dump:
Category ABAP programming error
Runtime Errors MESSAGE_TYPE_X
ABAP Program /IWBEP/SAPLFGR_MGW_CLIENT_IF
Application Component OPU-BSE-SDE
Commit work during changeset processing not allowed.
The termination occurred in ABAP program or include
"/IWBEP/SAPLFGR_MGW_CLIENT_IF", in "COMMIT_CHECK".
Source Code Extract:
151 *&---------------------------------------------------------------------*
152 FORM commit_check .
153
154 * Commit Work is allowed for anyone of the following cases:
155 * - no ChangeSet
156 * - only one operation in Changeset
157 * - during CHANGESET_END
158 IF mv_changeset_optotal = 1 OR
159 mv_changeset_processing <> abap_true OR
160 mv_changeset_end_processing = abap_true OR
161 mv_is_metadata_loading = abap_true.
162 EXIT.
163 ENDIF.
164
>>>>> MESSAGE x051(/iwbep/cm_mgw_rt).
166
167 ENDFORM. " COMMIT_CHECK
Read more...
Environment
SAP Gateway (SAP_GWFND)
Product
Keywords
commit, message_type_x, dump, work, change set, changeset, batch, fail, error, gateway, gw, iwfnd, iwbep , KBA , OPU-GW-COR , Framework , Problem
About this page
This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).Search for additional results
Visit SAP Support Portal's SAP Notes and KBA Search.