RJHSTAT6 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Evaluation of Status in Distribution Items This function allows you to determine schedule lines in distribution items using the schedule line status and display these in a list...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RJHSTAT6 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
JH73 - Status/Char.Attribute DT Sched.Line
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: P_RESERV = Number of Footer Lines
Selection Text: P_ZEBRA = Striped Pattern
Selection Text: STATUSK = Schedule Line Status
Selection Text: AVM_NR = D .
Selection Text: BELEGEIN = D .
Selection Text: EIMER0 = D .
Selection Text: EIMER1 = D .
Selection Text: EIMER2 = D .
Selection Text: EIMER3 = D .
Selection Text: EIMER4 = D .
Selection Text: EIMER5 = D .
Selection Text: EIMER6 = D .
Selection Text: EIMER7 = D .
Selection Text: EIMER8 = D .
Selection Text: EIMER9 = D .
Selection Text: ETERM_B = D .
Selection Text: ETERM_V = D .
Selection Text: GPAG = D .
Selection Text: HRKNFT = D .
Selection Text: P_VARI = D .
Selection Text: SPART = D .
Selection Text: UR_BEL = D .
Selection Text: VKORG = D .
Selection Text: VTWEG = D .
Selection Text: XEISTO = D .
Selection Text: XERSCH = D .
Selection Text: XRESER = D .
Selection Text: XVERS_EE = D .
Selection Text: XVERS_GE = D .
Selection Text: P_PRINT = Print Immediately
Selection Text: P_NOVLIN = No Column Separation Line
Selection Text: P_NOSINF = No Selection Information
Selection Text: P_NONEWP = No New Page
Selection Text: P_NOLINF = No List Information
Selection Text: P_NOCOVE = No Cover Sheet
Selection Text: P_NOCOLH = No Column Headings
Selection Text: P_COLOPT = Optimize Columns
Selection Text: PKID = D .
INCLUDE: MJ001TAL,
MJ000TDI,
MJH00T10,
MJH00T11,
MJH00T12,
MJJ00T03,
MJJ00T21,
MJHA0TOP, "ALLG TOP-INCLUDE AUFTRAG
MJHS6TOP, "TOP-INCLUDE RJHSTAT6
INCLUDE MJ_ACTIV_AUTH.
INCLUDE MJ_AVM_HRKNFT.
INCLUDE MJ_AVMPOS_ART.
INCLUDE MJ_CHAR1.
INCLUDE MJ_DATE.
INCLUDE MJ_MEMORYID.
INCLUDE MJ_ON_OFF.
INCLUDE MJ_STAT_EBENE.
INCLUDE MJ_TVARV_OPTI.
INCLUDE MJ_TVARV_SIGN.
No SAP DATABASE tables are accessed within this REPORT code!
ISM_GET_ACTIVE_ACC_SWITCH CALL FUNCTION 'ISM_GET_ACTIVE_ACC_SWITCH' IMPORTING ex_xactive = gv_acc_mode.
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 RJHSTAT6 or its description.
RJHSTAT6 - IS-M/AM: Status/Characteristic Attributes for Distribution Schd.Lines RJHSTAT6 - IS-M/AM: Status/Characteristic Attributes for Distribution Schd.Lines RJHSTAT5A - Status/Characteristic Attributes for Sched.Lines/Ad Specs for Commerc. RJHSTAT5A - Status/Characteristic Attributes for Sched.Lines/Ad Specs for Commerc. RJHSTAT5 - Status/Characteristic Attributes for Sched.Lines/Ad Specs for Commerc. RJHSTAT5 - Status/Characteristic Attributes for Sched.Lines/Ad Specs for Commerc.