SAP Reports / Programs | Just-In-Time Processing | Industry Solution Automotive | Just-In-Time Processing(IS-A-JIT) SAP IS

RJITLAB001F01 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

GRAPH_3D CALL FUNCTION 'GRAPH_3D' EXPORTING * auto_cmd_1 = ' ' * auto_cmd_2 = ' ' dim1 = 'Bedarf'(g01) dim2 = 'Abrufkomponenten'(g02) * TYPE = ' ' * DISPLAY_TYPE = ' ' * INBUF = ' ' * INFORM = ' ' * MAIL_ALLOW = ' ' * PWDID = ' ' * SET_FOCUS = mark_gc * SO_CONTENTS = ' ' * SO_RECEIVER = ' ' * SO_SEND = ' ' * so_title = 'Bedarfsvergleich PAB-Abrufe' * STAT = ' ' * SUPER = ' ' * TIMER = ' ' titl = 'Bedarfsvergleich kritische JIT-Abrufe '(g04) valt = 'ST' * WDID = ' ' * WINID = ' ' * WINPOS = ' ' * WINSZX = '50' * WINSZY = '50' * X_OPT = ' ' * NOTIFY = ' ' * IMPORTING * B_KEY = * B_TYP = * CUA_ID = * MOD_COL = * MOD_ROW = * MOD_VAL = * M_TYP = * RBUFF = * RWNID = TABLES data = graf_lt EXCEPTIONS OTHERS = 0.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = pgm_name_gc i_internal_tabname = 'SHELP_GT' * I_STRUCTURE_NAME = * I_CLIENT_NEVER_DISPLAY = mark_gc * I_INCLNAME = CHANGING ct_fieldcat = fkat_lt EXCEPTIONS inconsistent_interface = 0 program_error = 0 OTHERS = 0.

REUSE_ALV_POPUP_TO_SELECT CALL FUNCTION 'REUSE_ALV_POPUP_TO_SELECT' EXPORTING i_title = text-006 * I_SELECTION = mark_gc i_zebra = mark_gc * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 i_checkbox_fieldname = 'SEL' * I_LINEMARK_FIELDNAME = * I_SCROLL_TO_SEL_LINE = mark_gc i_tabname = 'SHELP_GT' * I_STRUCTURE_NAME = it_fieldcat = fkat_lt * IT_EXCLUDING = * I_CALLBACK_PROGRAM = * I_CALLBACK_USER_COMMAND = * IMPORTING * ES_SELFIELD = * E_EXIT = TABLES t_outtab = shelp_gt EXCEPTIONS program_error = 0 OTHERS = 0.

POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING * DEFAULTOPTION = '1' textline1 = text-007 * TEXTLINE2 = ' ' * TEXTLINE3 = ' ' text_option1 = icon_okay text_option2 = 'Abbrechen'(008) titel = 'Zu viele Komponenten selektiert'(009) * START_COLUMN = 25 * START_ROW = 6 cancel_display = ' ' IMPORTING answer = answer_lv EXCEPTIONS OTHERS = 0.

GRAPH_MATRIX CALL FUNCTION 'GRAPH_MATRIX' EXPORTING dim1 = 'Bedarfe'(g10) dim2 = 'Abrufkomponenten'(g11) * DIM3 = ' ' titl = titl_lv valt = 'ST' * WDID = ' ' * WINID = ' ' * WINPOS = ' ' * WINSZX = '50' * WINSZY = '50' * X_OPT = ' ' * NOTIFY = ' ' TABLES data = graf_lt opts = opts_lt tdim1 = dim1_lt tdim2 = dim2_lt tdim3 = dim3_lt EXCEPTIONS OTHERS = 0.

JIT03_CHECK_AUTHORITY CALL FUNCTION 'JIT03_CHECK_AUTHORITY' EXPORTING actvt_iv = jit_actvt_fabgen_gc EXCEPTIONS no_authority = 1 OTHERS = 2.

JIT03_CHECK_AUTHORITY CALL FUNCTION 'JIT03_CHECK_AUTHORITY' EXPORTING actvt_iv = jit_actvt_fabgen_gc EXCEPTIONS no_authority = 1 OTHERS = 2.

JIT05_SHOW_MATERIAL_DETAILS CALL FUNCTION 'JIT05_SHOW_MATERIAL_DETAILS' EXPORTING matid_iv = slave_gt-matid quant_iv = slave_gt-quant.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = pgm_name_gc i_internal_tabname = 'MSG_GT' CHANGING ct_fieldcat = fkat_m_gt.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = pgm_name_gc * I_CALLBACK_USER_COMMAND = ' ' * IS_LAYOUT = it_fieldcat = fkat_m_gt * IT_SORT = * I_DEFAULT = 'X' * IS_VARIANT = ' ' it_events = event_m_gt * IS_PRINT = TABLES t_outtab = msg_gt.



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