SAP Reports / Programs | Spain | Spain | Spain(IS-HER-CM-ES) SAP IS

RHIQ_ES_SEAT_RESERVATION_FORM SAP ABAP INCLUDE - Include RHIQ_ES_SEAT_RESERVATION_FORM







RHIQ_ES_SEAT_RESERVATION_FORM is a standard ABAP INCLUDE 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 RHIQ_ES_SEAT_RESERVATION_FORM 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 RHIQ_ES_SEAT_RESERVATION_FORM. "Basic submit
SUBMIT RHIQ_ES_SEAT_RESERVATION_FORM AND RETURN. "Return to original report after report execution complete
SUBMIT RHIQ_ES_SEAT_RESERVATION_FORM VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include RHIQ_ES_SEAT_RESERVATION_FORM


INCLUDES used within this REPORT RHIQ_ES_SEAT_RESERVATION_FORM

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:

RH_INFTY_SUBTY_TEXT_PD CALL FUNCTION 'RH_INFTY_SUBTY_TEXT_PD' EXPORTING language = sy-langu infotype = gc_infty_1793 read_infty_text = abap_true read_subty_texts = abap_true TABLES infotypes_subtypes_text = gt_subty_texts.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = p_gv_param values = gt_values EXCEPTIONS id_illegal_name = 1 OTHERS = 2.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'PIQ_ES_SEAT_RESERVATION' CHANGING ct_fieldcat = gt_fieldcatalog.

RH_READ_OBJECT CALL FUNCTION 'RH_READ_OBJECT' EXPORTING plvar = gv_active_plvar otype = gc_otype_o objid = ls_1794-orgid * REALO = ' ' * ISTAT = ' ' begda = sy-datum endda = sy-datum * LANGU = SY-LANGU * OINTERVAL = 'X' * STORE = 'X' * CHECK_STRU_AUTH = 'X' * READ_DB = ' ' IMPORTING * OBEG = * OEND = * OSTAT = * HISTO = * SHORT = * STEXT = * TISTAT = * TLANGU = display_text = lv_disptext * TABLES * EXISTENCE = * EXCEPTIONS * NOT_FOUND = 1 * OTHERS = 2 .

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING * DDIC_STRUCTURE = ' ' retfield = 'OBJID' * PVALKEY = ' ' dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = 'SO_ORGID-LOW' * STEPL = 0 window_title = w_title * VALUE = ' ' value_org = 'S' * MULTIPLE_CHOICE = ' ' * DISPLAY = ' ' * CALLBACK_PROGRAM = ' ' * CALLBACK_FORM = ' ' * CALLBACK_METHOD = * MARK_TAB = * IMPORTING * USER_RESET = TABLES value_tab = gt_f4_orgunit * FIELD_TAB = * RETURN_TAB = * DYNPFLD_MAPPING = EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3 .

HRIQ_CHECK_PLVAR CALL FUNCTION 'HRIQ_CHECK_PLVAR' IMPORTING plvar = gv_active_plvar EXCEPTIONS cancelled = 1 invalid_plvar = 2 no_authority = 3 OTHERS = 4.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = l_variant i_save = 'A' IMPORTING e_exit = l_exit es_variant = l_variant_help.

HRIQ_ACAD_READ_CUST_TIMELIMIT CALL FUNCTION 'HRIQ_ACAD_READ_CUST_TIMELIMIT' EXPORTING iv_timelimit_valid = lv_con_0100 IMPORTING ev_timelimit = lv_timelimit EXCEPTIONS entry_not_found = 1 OTHERS = 2.

HRIQ_ACAD_READ_TIMELIMITS CALL FUNCTION 'HRIQ_ACAD_READ_TIMELIMITS' EXPORTING iv_timepoint = lv_timepoint it_yearperiod = lt_yearperiod is_object = ls_object it_searchtl = lt_timelimit iv_activity = lv_activity IMPORTING et_timelimits = gt_timelimits EXCEPTIONS no_start_object_imported = 1 customizing_incomplete = 2 invalid_ca_object = 3 no_eval_path = 4 relative_timelimit_error = 5 no_data_found = 6 internal_error = 7 OTHERS = 8.

HRIQ_ACAD_TIMELIMITS_CONDENSER CALL FUNCTION 'HRIQ_ACAD_TIMELIMITS_CONDENSER' CHANGING ct_timelimits = gt_timelimits.

CONVERT_DATE_TO_EXTERNAL CALL FUNCTION 'CONVERT_DATE_TO_EXTERNAL' EXPORTING date_internal = sy-datum IMPORTING date_external = lv_dtext EXCEPTIONS date_internal_is_invalid = 1 OTHERS = 2.

RH_READ_INFTY_1001 CALL FUNCTION 'RH_READ_INFTY_1001' EXPORTING authority = gc_auth_display with_stru_auth = abap_true plvar = pv_plvar otype = pv_otype objid = pv_objid istat = gc_istat subty = pv_subty begda = pv_begda endda = pv_endda sort = abap_true TABLES i1001 = pt_p1001 EXCEPTIONS nothing_found = 1 wrong_condition = 2 wrong_parameters = 3 OTHERS = 4.

RH_READ_OBJECT CALL FUNCTION 'RH_READ_OBJECT' EXPORTING plvar = pv_plvar otype = pv_otype objid = pv_objid istat = pv_istat begda = pv_begda endda = pv_endda langu = sy-langu IMPORTING stext = pv_stext EXCEPTIONS not_found = 1 OTHERS = 2.

RH_READ_INFTY CALL FUNCTION 'RH_READ_INFTY' EXPORTING authority = gc_auth_display with_stru_auth = abap_true plvar = pv_plvar otype = pv_otype objid = pv_objid infty = pv_infty istat = pv_istat subty = pv_subty begda = pv_begda endda = pv_endda TABLES innnn = pt_pnnnn EXCEPTIONS all_infty_with_subty = 1 nothing_found = 2 no_objects = 3 wrong_condition = 4 wrong_parameters = 5 OTHERS = 6.

HRIQES_CHECK_MAIN_COHORT CALL FUNCTION 'HRIQES_CHECK_MAIN_COHORT' EXPORTING iv_cohort = pv_objid iv_begda = pv_begda iv_endda = pv_endda IMPORTING ev_ismain = pv_ismain EXCEPTIONS invalid_cohort = 1 no_active_plvar = 2 invalid_begindate = 3 invalid_enddate = 4 begda_greater_than_endda = 5 OTHERS = 6.

CONVERT_DATE_TO_EXTERNAL CALL FUNCTION 'CONVERT_DATE_TO_EXTERNAL' EXPORTING date_internal = pv_field IMPORTING date_external = pv_datext EXCEPTIONS date_internal_is_invalid = 1 OTHERS = 2.



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