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

J_7LISR1 SAP ABAP Report - REA Info Systems: Recycling Partner Master Data







J_7LISR1 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 J_7LISR1 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

J7LISR - REA Infosystem Re.Partner Master


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_7LISR1. "Basic submit
SUBMIT J_7LISR1 AND RETURN. "Return to original report after report execution complete
SUBMIT J_7LISR1 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: SO_ZNEHM = D Licensee
Selection Text: SO_ZART = D Payment Type
Selection Text: SO_WAERE = D Partner Currency
Selection Text: SO_NAME1 = D Name
Selection Text: SO_LVORM = Deleted Recycling Partners
Selection Text: SO_LAND1 = D Country Key
Selection Text: SO_LAEDA = D Last Change
Selection Text: SO_ESTAT = D Partner Status
Selection Text: SO_ERSDA = D Created On
Selection Text: SO_ERNAM = D Created By
Selection Text: SO_ENTNA = D Recycling Partner
Selection Text: SO_DATZE = D Date: LicUsageContract
Selection Text: SO_DATPE = D Key Date: Per.Declaration
Selection Text: SO_BUKRS = D Company Code
Selection Text: SO_AENAM = D Changed By
Selection Text: MEHRZL = Multirow Display
Selection Text: MAXSEL = D Maximum Number of Hits
Title: REA Info Systems: Recycling Partner Master Data
Text Symbol: 009 = Recycling Partner
Text Symbol: 006 = PL Valid To
Text Symbol: 005 = PL Valid From
Text Symbol: 004 = Hits Display
Text Symbol: 002 = Administration


INCLUDES used within this REPORT J_7LISR1

INCLUDE J_7LISAF.


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:

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = 'J_7LISR1' i_callback_pf_status_set = 'SET_PF_STATUS_4' i_callback_user_command = 'USER_COMMAND' it_fieldcat = field_tab i_save = 'A' is_variant = gs_variant TABLES t_outtab = outtab.

K_KKB_LIST_DISPLAY * CALL FUNCTION 'K_KKB_LIST_DISPLAY' * EXPORTING ** I_INTERFACE_CHECK = * I_CALLBACK_PROGRAM = 'J_7LISR1' * I_CALLBACK_USER_COMMAND = 'USER_COMMAND' ** I_CALLBACK_TOP_OF_PAGE = ** I_CALLBACK_TOP_OF_LIST = ** I_CALLBACK_END_OF_PAGE = ** I_CALLBACK_END_OF_LIST = * I_CALLBACK_PF_STATUS_SET = 'SET_PF_STATUS' ** i_callback_layout_save = ** I_CALLBACK_FIELDCAT_SAVE = ** I_CALLBACK_GROUPLEVEL_CHANGE = ** I_CALLBACK_BEFORE_LINE_OUTPUT = ** I_CALLBACK_AFTER_LINE_OUTPUT = ** I_CALLBACK_FOREIGN_TOP_OF_PAGE = ** I_CALLBACK_FOREIGN_END_OF_PAGE = ** I_CALLBACK_LIST_MODIFY = ** I_CALLBACK_TOP_OF_COVERPAGE = ** I_CALLBACK_END_OF_COVERPAGE = ** I_CALLBACK_HEADER_TRANSPORT = * I_TABNAME = 'OUTTAB' ** IS_LAYOUT = * IT_FIELDCAT = FIELD_TAB ** I_FCTYPE = 'R' ** IT_EXCLUDING = ** IT_SPECIAL_GROUPS = ** IT_SORT = ** IT_FILTER = ** IT_EVENT_EXIT = ** IS_SEL_HIDE = ** 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 * OTHERS = 1. "#EC *



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