J_7LCHKVP_HEAD 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 J_7LCHKVP_HEAD into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
J_7L_F4_VRPNR CALL FUNCTION 'J_7L_F4_VRPNR' EXPORTING help_type = 1 dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = 'P_VRPNR-LOW' dynfieldvar = 'P_VARIA-LOW' IMPORTING selected_vrpnr = p_vrpnr-low selected_variante = p_varia-low.
J_7L_F4_VRPNR CALL FUNCTION 'J_7L_F4_VRPNR' EXPORTING help_type = 1 dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = 'P_VRPNR-HIGH' dynfieldvar = 'P_VARIA-HIGH' IMPORTING selected_vrpnr = p_vrpnr-high selected_variante = p_varia-high.
J_7L_F4_VRPNR CALL FUNCTION 'J_7L_F4_VRPNR' EXPORTING help_type = 2 dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = 'P_MAKTX-LOW' IMPORTING selected_maktx = p_maktx-low.
J_7L_F4_VRPNR CALL FUNCTION 'J_7L_F4_VRPNR' EXPORTING help_type = 2 dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = 'P_MAKTX-HIGH' IMPORTING selected_maktx = p_maktx-high.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = g_repid i_internal_tabname = 'ITABOUT' CHANGING ct_fieldcat = rt_fieldcat EXCEPTIONS inconsistent_interface = 1 "#EC * program_error = 2 "#EC * OTHERS = 3. "#EC *
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name =
-ampel info = lf_icontext add_stdinf = 'X' IMPORTING result = -ampel EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = g_repid i_callback_pf_status_set = g_status i_callback_user_command = g_user_command is_layout = gs_layout it_fieldcat = rt_fieldcat it_events = gt_events TABLES t_outtab = itabout EXCEPTIONS program_error = 1 "#EC * OTHERS = 2. "#EC *
SAP_WAPI_CREATE_EVENT CALL FUNCTION 'SAP_WAPI_CREATE_EVENT' EXPORTING object_type = /j7l/rea_bo=>rea_packaging object_key = object_key event = /j7l/rea_bo=>is_inconsistent * COMMIT_WORK = 'X' * EVENT_LANGUAGE = SY-LANGU * LANGUAGE = SY-LANGU * USER = SY-UNAME * IFS_XML_CONTAINER = IFS_XML_CONTAINER IMPORTING return_code = return_code * EVENT_ID = EVENT_ID * TABLES * INPUT_CONTAINER = INPUT_CONTAINER * MESSAGE_LINES = MESSAGE_LINES * MESSAGE_STRUCT = MESSAGE_STRUCT .
SAP_WAPI_START_WORKFLOW CALL FUNCTION 'SAP_WAPI_START_WORKFLOW' EXPORTING task = wf_task * LANGUAGE = SY-LANGU * DO_COMMIT = 'X' * USER = SY-UNAME * START_ASYNCHRONOUS = ' ' * DESIRED_START_DATE = DESIRED_START_DATE * DESIRED_START_TIME = DESIRED_START_TIME * DESIRED_START_ZONLO = SY-ZONLO * IFS_XML_CONTAINER = IFS_XML_CONTAINER * IMPORTING * RETURN_CODE = RETURN_CODE * WORKITEM_ID = WORKITEM_ID * NEW_STATUS = NEW_STATUS TABLES input_container = input_container * MESSAGE_LINES = MESSAGE_LINES * MESSAGE_STRUCT = MESSAGE_STRUCT * AGENTS = AGENTS .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.