J_7LPUB1_FORMS 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_7LPUB1_FORMS 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.
Title: Include J_7LPUB1_FORMS
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
J_7L_REA_DOCUMENT_GET_LIST CALL FUNCTION 'J_7L_REA_DOCUMENT_GET_LIST' EXPORTING * INCLUDE_DOC_FLOW = ' ' ignore_canceled = 'X' ignore_testruns = 'X' * DYNAMIC_SELECT = ' ' TABLES so_vbeln = vbeln so_bltyp = bltyp so_blart = blart * so_perid = * so_perio_geld = so_perinr = perinr so_datab = datab so_datbi = datbi so_gjahr = gjahr so_entna = entna * so_entnr = ientnr so_bukrs = bukrs so_land1 = land1 o_j7lv1k = ij_7lv1k EXCEPTIONS no_document_found = 1 OTHERS = 2.
J_7L_REA_DOCUMENT_GET_LIST CALL FUNCTION 'J_7L_REA_DOCUMENT_GET_LIST' EXPORTING ignore_testruns = ignore_testruns TABLES so_vbeln = vbeln so_bltyp = bltyp so_blart = blart * so_perid = * so_perio_geld = so_perinr = perinr so_datab = datab so_datbi = datbi so_gjahr = gjahr so_entna = entna * so_entnr = ientnr so_bukrs = bukrs so_land1 = land1 o_j7lv1k = ij_7lv1k EXCEPTIONS no_document_found = 1 OTHERS = 2.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name =
-icon info = lv_icontext add_stdinf = 'X' IMPORTING result = -icon EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' i_callback_program = 'J_7LPUB1' i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_user_command = 'USER_COMMAND' * i_structure_name = 'J_7LPUBS_NEW' * IS_LAYOUT = it_fieldcat = ct_fieldcat[] * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = i_default = 'X' i_save = 'A' is_variant = variant * IT_EVENTS = * IT_EVENT_EXIT = * IS_PRINT = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = outtab EXCEPTIONS program_error = 1 OTHERS = 2.
J_7L_REA_DOCUMENT_GET_DETAIL CALL FUNCTION 'J_7L_REA_DOCUMENT_GET_DETAIL' EXPORTING in_vbeln = outtab-vbeln resolve_cancel_doc = 'X' TABLES * O_J7LV1K = o_j7lv1p = ij_7lv1p o_j7lv1m = ij_7lv1m o_j7lv1h = ij_7lv1h o_j7lv1f = ij_7lv1f o_j7lv1s = ij_7lv1s o_j7lv1a = ij_7lv1a o_j7lv1b = ij_7lv1b.
J_7L_READ_HDLST_DATA * CALL FUNCTION 'J_7L_READ_HDLST_DATA' "10 * EXPORTING "10 * in_vbeln = v1h_vbeln "10 * TABLES "10 * o_j7lv1h = ij_7lv1h "10 * EXCEPTIONS "10 * beleg_nicht_gefunden = 1 "10 * andere = 2 "10 * OTHERS = 2. "10
J_7L_READ_MM_DATA * CALL FUNCTION 'J_7L_READ_MM_DATA' * EXPORTING * in_vbeln = v1f_vbeln * TABLES * o_j7lv1f = ij_7lv1f * EXCEPTIONS * beleg_nicht_gefunden = 1 * OTHERS = 2.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING * I_PROGRAM_NAME = * I_INTERNAL_TABNAME = i_structure_name = 'J_7LPUBS' * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = CHANGING ct_fieldcat = ct_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.