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

J_7LIKU1_FOR SAP ABAP INCLUDE - REA Infosystem: Form-Routine to the Program J_7LIKU1







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


Text pool values


Title: REA Infosystem: Form-Routine to the Program J_7LIKU1


INCLUDES used within this REPORT J_7LIKU1_FOR

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:

SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING * PROGRAM = restriction = restrict * DB = ' ' EXCEPTIONS too_late = 1 repeated = 2 selopt_without_options = 3 selopt_without_signs = 4 invalid_sign = 5 empty_option_list = 6 invalid_kind = 7 repeated_kind_a = 8 OTHERS = 9.

WS_ULDL_PATH * CALL FUNCTION 'WS_ULDL_PATH' * IMPORTING * DOWNLOAD_PATH = g_download_path * UPLOAD_PATH = g_upload_path * EXCEPTIONS * OTHERS = 1.

RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = report_save TABLES selection_table = rsparams_tab EXCEPTIONS not_found = 1 "#EC * no_report = 2 "#EC * OTHERS = 3. "#EC *

J_7L_COMKA1 CALL FUNCTION 'J_7L_COMKA1' EXPORTING modus_p = help_modus TABLES rsparams_tab = rsparams_tab j_7lkcm1_tab = j_7lkcm1_tab j_7lkcm2_tab = j_7lkcm2_tab * j_7lkcm1_tab = j_7lkcm1_tab * j_7lkcm2_tab = j_7lkcm2_tab * j_7lkcv1_tab = j_7lkcv1_tab * j_7lkcv2_tab = j_7lkcv2_tab * j_7lkcv3_tab = j_7lkcv3_tab * j_7lkcv4_tab = j_7lkcv4_tab balmi_tab = mpds EXCEPTIONS OTHERS = 1.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING * DDIC_STRUCTURE = ' ' retfield = 'BLART' * PVALKEY = ' ' * DYNPPROG = ' ' * DYNPNR = ' ' * DYNPROFIELD = ' ' * STEPL = 0 * WINDOW_TITLE = * VALUE = ' ' value_org = 'S' * MULTIPLE_CHOICE = ' ' * DISPLAY = ' ' * CALLBACK_PROGRAM = ' ' * CALLBACK_FORM = ' ' * MARK_TAB = * IMPORTING * USER_RESET = TABLES value_tab = e09_help_tab * FIELD_TAB = return_tab = lt_return * DYNPFLD_MAPPING = EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.



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