SAP Reports / Programs

R_EHPRC_SUB_IUCLID_UNLINK SAP ABAP Report - Unlink Substance from IUCLID







R_EHPRC_SUB_IUCLID_UNLINK is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to unlink a pure substance from its IUCLID equivalents (IUCLID substance and/or a referenced IUCLID template)...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter R_EHPRC_SUB_IUCLID_UNLINK into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT R_EHPRC_SUB_IUCLID_UNLINK. "Basic submit
SUBMIT R_EHPRC_SUB_IUCLID_UNLINK AND RETURN. "Return to original report after report execution complete
SUBMIT R_EHPRC_SUB_IUCLID_UNLINK VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: PV_SUBID = D .
Title: Unlink Substance from IUCLID
Text Symbol: 001 = Are you sure you want to unlink the substance from IUCLID?
Text Symbol: 002 = Yes
Text Symbol: 003 = No


INCLUDES used within this REPORT R_EHPRC_SUB_IUCLID_UNLINK

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-cprog dynumb = sy-dynnr translate_to_upper = abap_true TABLES dynpfields = lt_dynpfields EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 OTHERS = 9.

EHPRC_RCS_IUC_SUB_READ CALL FUNCTION 'EHPRC_RCS_IUC_SUB_READ' IMPORTING ev_flg_error = lv_flg_error TABLES it_iuclid_sub_recn = lt_recn et_iuclid_sub = lt_iuclid_sub et_return = lt_return_tmp.

EHPRC_LB31_EP_AUTH_CHECK CALL FUNCTION 'EHPRC_LB31_EP_AUTH_CHECK' EXPORTING iv_actype = cl_ehprc_c_gen=>auth_actvt_edit iv_flg_no_auth_error = abap_false IMPORTING ev_flg_error = lv_flg_error TABLES * XT_EPREC = XT_EPREC * XT_EPLOA = XT_EPLOA * XT_EPCHA = XT_EPCHA xt_iucsu = lt_iuclid_sub et_return = lt_return_tmp.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING * TITLEBAR = ' ' * DIAGNOSE_OBJECT = ' ' text_question = text-001 text_button_1 = 'Yes'(002) icon_button_1 = 'ICON_CHECKED' text_button_2 = 'No'(003) * ICON_BUTTON_2 = ' ' default_button = '1' display_cancel_button = 'X' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = POPUP_TYPE * IV_QUICKINFO_BUTTON_1 = ' ' * IV_QUICKINFO_BUTTON_2 = ' ' IMPORTING answer = lv_answer * TABLES * PARAMETER = PARAMETER EXCEPTIONS text_not_found = 1 OTHERS = 2 .

C102_POPUP_TO_CONFIRM * CALL FUNCTION 'C102_POPUP_TO_CONFIRM' * EXPORTING ** TITLEBAR = ' ' * TEXT_QUESTION = text-001 * TEXT_BUTTON_1 = ' ' * ICON_BUTTON_1 = 'ICON_CHECKED' ** I_ICON1_INFO = ' ' * TEXT_BUTTON_2 = ' ' ** ICON_BUTTON_2 = ' ' ** I_ICON2_INFO = ' ' * TEXT_BUTTON_3 = ' ' ** ICON_BUTTON_3 = ' ' ** I_ICON3_INFO = ' ' * TEXT_BUTTON_4 = ' ' ** ICON_BUTTON_4 = ' ' ** I_ICON4_INFO = ' ' * DEFAULT_BUTTON = '1' * DISPLAY_CANCEL_BUTTON = 'X' ** START_COLUMN = 25 ** START_ROW = 6 * IMPORTING * ANSWER = lv_answer ** TABLES ** PARAMETER = PARAMETER * EXCEPTIONS * TEXT_NOT_FOUND = 1 * OTHERS = 2 * .

EHPRC_RCS_IUC_SUB_DELETE CALL FUNCTION 'EHPRC_RCS_IUC_SUB_DELETE' IMPORTING ev_flg_error = lv_flg_error TABLES it_iuclid_sub_recn = lt_recn et_return = lt_return_tmp.

EHPRC_CP_LB03N_RFC_LOG CALL FUNCTION 'EHPRC_CP_LB03N_RFC_LOG' TABLES xt_return = lt_return.

EHPRC_CP_LB03N_RFC_LOG CALL FUNCTION 'EHPRC_CP_LB03N_RFC_LOG' TABLES xt_return = lt_return.

EHPRC_CP_LB03N_RFC_LOG CALL FUNCTION 'EHPRC_CP_LB03N_RFC_LOG' TABLES xt_return = lt_return.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name R_EHPRC_SUB_IUCLID_UNLINK or its description.