Symptom
ST22 dump :
Category ABAP programming error
Runtime Errors RAISE_EXCEPTION
ABAP Program CL_RFC_RECORDER_EXECUTOR======CP
Application Component BC-MID-RFC
Short Text
Exception condition "MISSING_CONFIG" triggered
Information on where terminated
The termination occurred in ABAP program or include
"/IWNGW/SAPLFG_OUT_PR_CLOUD", in "/IWNGW/FM_OUT_NOTIF_CLOUD". The
main program was "SAPMSSY1".
In the source code, the termination point is in line 109 of include
"/IWNGW/LFG_OUT_PR_CLOUDU01".
include "/IWNGW/LFG_OUT_PR_CLOUDU01".
79| ls_nprop_resolve LIKE LINE OF lt_nprop_resolve,
80| lv_cache_sensitive_data TYPE ABAP_BOOL.
81|
82|
83|
84| CONSTANTS: lc_error TYPE symsgty VALUE 'E',
85| lc_warning TYPE symsgty VALUE 'W',
86| lc_info TYPE symsgty VALUE 'I',
87| lc_msg_class TYPE symsgid VALUE '/IWNGW/CM_HUB'.
88|
89| IF lines( it_notifications ) EQ 0.
90| RETURN.
91| ENDIF.
92|
93| DATA(lo_log) = /iwngw/cl_nc_logger=>init_logger( EXPORTING iv_system = 'HUB' iv_subobject
94|
95| " Get the configuration details
96| SELECT name, value
97| FROM /iwngw/general
98| INTO CORRESPONDING FIELDS OF TABLE @lt_settings
99| WHERE name = @/iwngw/cl_out_notif_cloud=>cloud_destination ##TOO_MANY_ITAB_FIELDS
100| OR name = @/iwngw/cl_out_notif_cloud=>oauth_profile
101| OR name = @/iwngw/cl_out_notif_cloud=>oauth_config.
102| IF sy-subrc NE 0.
103| lo_log->log_message(
104| EXPORTING
105| iv_msg_type = lc_error
106| iv_msg_id = lc_msg_class
107| iv_msg_number = '148' ).
108| lo_log->save_log( ).
>>>>>| RAISE missing_config .
110| ELSE.
111| LOOP AT lt_settings INTO DATA(ls_settings) .
112| CASE ls_settings-name.
113| WHEN /iwngw/cl_out_notif_cloud=>cloud_destination .
114| lv_http_dest = ls_settings-value .
115| WHEN /iwngw/cl_out_notif_cloud=>oauth_profile .
116| lv_profile = ls_settings-value.
117| WHEN /iwngw/cl_out_notif_cloud=>oauth_config .
118| lv_oauth_config = ls_settings-value.
119| ENDCASE.
120| ENDLOOP.
121| ENDIF.
122| TRY.
123| " Create http client
124| " Details depend on your connection settings
125| cl_http_client=>create_by_destination(
126| EXPORTING
127| destination = lv_http_dest
128| IMPORTING
Read more...
Environment
BTP cloud notification
Product
Keywords
CL_RFC_RECORDER_EXECUTOR======CP, MISSING_CONFIG, /iwngw/general, /IWNGW/SAPLFG_OUT_PR_CLOUD, /IWNGW/FM_OUT_NOTIF_CLOUD, RAISE_EXCEPTION , KBA , OPU-GW-NOT , Notification , 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.
SAP Knowledge Base Article - Preview