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

J_7LLOG_ANALYSER_CLASSES SAP ABAP INCLUDE - J7LLOGANALYSERCLASSES







J_7LLOG_ANALYSER_CLASSES 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_7LLOG_ANALYSER_CLASSES 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_7LLOG_ANALYSER_CLASSES. "Basic submit
SUBMIT J_7LLOG_ANALYSER_CLASSES AND RETURN. "Return to original report after report execution complete
SUBMIT J_7LLOG_ANALYSER_CLASSES 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_7LLOG_ANALYSER_CLASSES

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_CALL_TRANSACTION CALL FUNCTION 'J_7L_CALL_TRANSACTION' EXPORTING fields = fields EXCEPTIONS pids_not_complete = 1 preisl_does_not_exist = 2.

J_7L_CHECK_ARTICLE CALL FUNCTION 'J_7L_CHECK_ARTICLE' EXPORTING i_matnr = wa_result-matnr i_bukrs = wa_result-bukrs i_land1 = wa_result-land1 i_vrkme = wa_result-vrkme i_datab = wa_result-datab i_datbi = wa_result-datbi i_kzten = 'X' TABLES i_entnr = entnr_tab o_message_tab = message_tab.

J_7L_READ_ARTICLE CALL FUNCTION 'J_7L_READ_ARTICLE' EXPORTING i_matnr = article_data-matnr i_bukrs = article_data-bukrs i_land = article_data-land1 i_vrkme = article_data-vrkme * i_datab = article_data-datab * I_DATBI = I_DATBI * i_flg_buffer_on = 'X' * I_FLG_ENQUE_ART = ' ' TABLES o_m01 = tmp_m01 * O_M02 = O_M02 o_m03 = tmp_m03 * O_M04 = O_M04 * O_M05 = O_M05 * O_M06 = O_M06 * O_M07 = O_M07 * O_M08 = O_M08 * O_M09 = O_M09 * O_M10 = O_M10 * O_M11 = O_M11 return = return EXCEPTIONS read_error = 1.

J_7L_CONSISTENCY_DISPLAY CALL FUNCTION 'J_7L_CONSISTENCY_DISPLAY' EXPORTING i_mode_article = 'X' * I_PACKAGING = i_article = article_data TABLES i_message_tab = message_tab.

J_7L_CHECK_PACKAGING CALL FUNCTION 'J_7L_CHECK_PACKAGING' EXPORTING i_vrpnr = wa_result-matnr i_datab = wa_result-datab i_datbi = wa_result-datbi i_kzten = 'X' * I_FILTER_ON = 'X' * IMPORTING * O_CHECK_SUMMARY = O_CHECK_SUMMARY TABLES i_entnr = entnr_tab o_message_tab = message_tab.

J_7L_READ_PACK CALL FUNCTION 'J_7L_READ_PACK' EXPORTING i_vrpnr = packaging_data-vrpnr * I_DATAB = I_DATAB * I_DATBI = I_DATBI * I_FLG_BUFFER_ON = ' ' * I_FLG_ENQUE_PACK = ' ' TABLES o_v01 = tmp_v01 * O_V02 = O_V02 * O_V03 = O_V03 * O_V08 = O_V08 * O_M11 = O_M11 return = return EXCEPTIONS read_error = 1.

J_7L_CONSISTENCY_DISPLAY CALL FUNCTION 'J_7L_CONSISTENCY_DISPLAY' EXPORTING i_mode_article = space i_packaging = packaging_data * i_article = article_data TABLES i_message_tab = message_tab.



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