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

RJITPP01 SAP ABAP Report - Maintain Production Information - Plant-specific







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


Transaction Code(s):

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

JITL - Maintenance Dialog JIT Material


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


INCLUDES used within this REPORT RJITPP01

INCLUDE RJITPPTOP . " GLOBAL DATA
INCLUDE RJITPPSELECTION.


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:

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'.



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