RJITPP01 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 RJITPP01 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
JITL - Maintenance Dialog JIT Material
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.
Selection Text: ALL_PV = D All Plants
Selection Text: INIT_PV = D Initial Plant
Selection Text: ONE_PV = D Individual Plant
Selection Text: WERKS_PV = D Plant
Title: Maintain Production Information - Plant-specific
Text Symbol: 001 = Display Only
INCLUDE RJITPPTOP . " GLOBAL DATA
INCLUDE RJITPPSELECTION.
No SAP DATABASE tables are accessed within this REPORT code!
JIT03_CHECK_AUTHORITY CALL FUNCTION 'JIT03_CHECK_AUTHORITY' EXPORTING actvt_iv = actvt_lv * CUSTO_IV = * ACTION_IV = EXCEPTIONS no_authority = 1 OTHERS = 2.
VIEW_GET_DDIC_INFO CALL FUNCTION 'VIEW_GET_DDIC_INFO' EXPORTING viewname = 'V_JITPP' * VARIANT_FOR_SELECTION = ' ' TABLES sellist = sellist_lt x_header = x_header_lt x_namtab = x_namtab_lt EXCEPTIONS no_tvdir_entry = 1 table_not_found = 2 OTHERS = 3 .
JIT07_SET_WERKS CALL FUNCTION 'JIT07_SET_WERKS' EXPORTING werks_iv = werks_pv werks_type_iv = 'I'.
JIT07_SET_WERKS CALL FUNCTION 'JIT07_SET_WERKS' EXPORTING werks_iv = werks_pv werks_type_iv = 'X'.
JIT07_SET_WERKS CALL FUNCTION 'JIT07_SET_WERKS' EXPORTING werks_iv = werks_pv werks_type_iv = 'A'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RJITPP01 - Maintain Production Information - Plant-specific RJITPP01 - Maintain Production Information - Plant-specific RJITOUTMON01 - Monitor for Outgoing Calls RJITOUTMON01 - Monitor for Outgoing Calls RJITOUTDLCN01TOP - documentation and ABAP source code RJITOUTDLCN01O02 - documentation and ABAP source code