SAP Reports / Programs | Recycling Administration Core Functions | Recycling Administration | Recycling Administration Core Functions(IS-REA-COR) SAP IS

J_7LCHKVP_HEAD SAP ABAP INCLUDE - J7LCHKVPHEAD







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


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


INCLUDES used within this REPORT J_7LCHKVP_HEAD

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:

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 .



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