SAP Reports / Programs

R_EHPRC_TEST_SUBADD_IMPORT SAP ABAP Report - Import Additional Information About Specifications







R_EHPRC_TEST_SUBADD_IMPORT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter R_EHPRC_TEST_SUBADD_IMPORT 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_TEST_SUBADD_IMPORT. "Basic submit
SUBMIT R_EHPRC_TEST_SUBADD_IMPORT AND RETURN. "Return to original report after report execution complete
SUBMIT R_EHPRC_TEST_SUBADD_IMPORT 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: P_IMPORT = Import
Selection Text: P_TCOUNT = Tester ID
Selection Text: P_TEST = Test Only
Title: Import Additional Information About Specifications
Text Symbol: 001 = No Specifications Found
Text Symbol: 002 = - Import aborted
Text Symbol: 003 = Cost Monitoring data import successful.
Text Symbol: 004 = Import of Cost Monitoring data was not successful.
Text Symbol: 005 = Endpoint information import successful.
Text Symbol: 006 = Import of Endpoint information was not successful.
Text Symbol: 007 = Letter of access information import successful.
Text Symbol: 008 = Import of letter of access information was not successful.
Text Symbol: T01 = Parameter


INCLUDES used within this REPORT R_EHPRC_TEST_SUBADD_IMPORT

INCLUDE CBUI09.
INCLUDE EHPRC_CPXX01.


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:

EHPRC_CP_XX01_FRONT_LOAD CALL FUNCTION 'EHPRC_CP_XX01_FRONT_LOAD' IMPORTING et_data = lt_data.

C14N_DATE_DECF_CONV_TOGGLE CALL FUNCTION 'C14N_DATE_DECF_CONV_TOGGLE' EXPORTING i_flg_set = true i_deci_sign = l_user_deci_sign i_date_form = l_user_date_form.

C14N_DATE_DECF_CONV_TOGGLE CALL FUNCTION 'C14N_DATE_DECF_CONV_TOGGLE' EXPORTING i_flg_set = false i_deci_sign = l_user_old_deci_sign i_date_form = l_user_old_date_form.

EHPRC_CP_XX01_TESTID_ADD CALL FUNCTION 'EHPRC_CP_XX01_TESTID_ADD' EXPORTING i_tc_count = p_tcount CHANGING x_subid = -subid.

C1A0_TRANSLATE_SUBID_TO_RECN CALL FUNCTION 'C1A0_TRANSLATE_SUBID_TO_RECN' EXPORTING i_subid = -subid IMPORTING e_recn = lv_recn.

EHPRC_RCS_COST_CREATE CALL FUNCTION 'EHPRC_RCS_COST_CREATE' TABLES it_cost = gt_cost et_return = lt_return.

EHPRC_RCS_STUDY_CREATE * CALL FUNCTION 'EHPRC_RCS_STUDY_CREATE' * TABLES * et_return = lt_return * xt_altrn = gt_altrn * xt_tstpr = gt_tstpr * xt_study = gt_study * xt_dataw = gt_dataw * xt_litera = gt_litera.

EHPRC_RCS_STUDY_STDEP_INS_UPD * CALL FUNCTION 'EHPRC_RCS_STUDY_STDEP_INS_UPD' * TABLES * it_stdep = gt_stdep.

/TDAG/RCS_LEOA_CREATE * CALL FUNCTION '/TDAG/RCS_LEOA_CREATE' * TABLES * it_leoa = gt_leoa * ct_return = lt_return.

EHPRC_CP_LB081_DECSUB_WRIT CALL FUNCTION 'EHPRC_CP_LB081_DECSUB_WRIT' EXPORTING i_addinf = ls_addinf i_reglist = l_reglist * i_recnroot = it_decsub = gt_decsub_reg IMPORTING e_error = l_flg_error TABLES et_message = lt_msg_ext.

EHPRC_CP_LB03N_MSG_2_MSG CALL FUNCTION 'EHPRC_CP_LB03N_MSG_2_MSG' EXPORTING it_msg = lt_msg_ext CHANGING xt_msg = lt_balmi EXCEPTIONS parameter_error = 1 conversion_error = 2 OTHERS = 3.

EHPRC_CP_LB081_DECSUB_WRIT CALL FUNCTION 'EHPRC_CP_LB081_DECSUB_WRIT' EXPORTING i_addinf = ls_addinf i_reglist = l_reglist * i_recnroot = it_decsub = gt_decsub_reg IMPORTING e_error = l_flg_error TABLES et_message = lt_msg_ext.

EHPRC_CP_LB03N_MSG_2_MSG CALL FUNCTION 'EHPRC_CP_LB03N_MSG_2_MSG' EXPORTING it_msg = lt_msg_ext CHANGING xt_msg = lt_balmi EXCEPTIONS parameter_error = 1 conversion_error = 2 OTHERS = 3.

EHPRC_CP_LB03_DISPLAY_ADHOC CALL FUNCTION 'EHPRC_CP_LB03_DISPLAY_ADHOC' EXPORTING i_no_tree = true TABLES it_error_msg = lt_msg EXCEPTIONS log_not_found = 1 save_not_allowed = 2 numbering_error = 3 OTHERS = 4.



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_TEST_SUBADD_IMPORT or its description.