SAP Reports / Programs | Advertising Management | SAP Media | Advertising Management(IS-M-AM) SAP IS

RJHSTAT7 SAP ABAP Report - IS-M: Status/Characteristic Attributes for Online Sched.Line/Ad Specs







RJHSTAT7 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Evaluate Schedule Line/Ad Spec Status in Online Items This function allows you to use the schedule line or ad spec status to determine schedule lines and ad specs in online items 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 RJHSTAT7 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

JH77 - Status/Char.Attributes S.Line/Ad Spc


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 RJHSTAT7. "Basic submit
SUBMIT RJHSTAT7 AND RETURN. "Return to original report after report execution complete
SUBMIT RJHSTAT7 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: 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: GPAG = D .
Selection Text: HRKNFT = D .
Selection Text: INHK_PL = D .
Selection Text: MOMER0 = D .
Selection Text: MOMER1 = D .
Selection Text: MOMER2 = D .
Selection Text: MOMER3 = D .
Selection Text: MOMER4 = D .
Selection Text: MOMER5 = D .
Selection Text: MOMER6 = D .
Selection Text: MOMER7 = D .
Selection Text: MOMER8 = D .
Selection Text: MOMER9 = D .
Selection Text: P_VARI = D .
Selection Text: SPART = D .
Selection Text: STERM_B = D .
Selection Text: STERM_V = D .
Selection Text: STICHW = D .
Selection Text: UR_BEL = D .
Selection Text: VKORG = D .
Selection Text: VTWEG = D .
Selection Text: XEISTO = D .
Selection Text: XERSCH = D .
Selection Text: XMOSTO = D .
Selection Text: XPRNOT = D .





Selection Text: XRESER = D .
Selection Text: XUVMOT = D .
Selection Text: P_ZEBRA = Striped Pattern
Selection Text: P_RESERV = Number of Footer Lines
Selection Text: P_PRINT = Print Immediately
Selection Text: P_NOVLIN = Do Not Print Column Sep.Immed.
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 .
Selection Text: MOTISTAT = Ad Spec Status
Title: IS-M: Status/Characteristic Attributes for Online Sched.Line/Ad Specs
Text Symbol: 001 = Header Data
Text Symbol: 002 = Sched.Line Data
Text Symbol: 003 = Status/Characteristic Attrib
Text Symbol: 007 = AdSpc Data
Text Symbol: 010 = Publication Date
Text Symbol: 011 = To
Text Symbol: 012 = Schedule Line Chars
Text Symbol: 013 = Ad Spec Chars
Text Symbol: 021 = Ind.Chars
Text Symbol: 022 = Org.Data
Text Symbol: 023 = Add.SL Data
Text Symbol: 024 = Add.AdSpc Data
Text Symbol: 040 = Reading schd.lines
Text Symbol: 041 = Preparing field catalog
Text Symbol: 042 = Processing sched.lines ad specs
Text Symbol: 043 = Reading ASpc
Text Symbol: 099 = Not Relevant for Selection
Text Symbol: 200 = Status Grn.
Text Symbol: 201 = Status Yel.
Text Symbol: 202 = Status Red
Text Symbol: 203 = SL Status
Text Symbol: 204 = AdSpc Stat.
Text Symbol: LAY = Layout/Print Options
Text Symbol: UE1 = Date





Text Symbol: UE2 = Time
Text Symbol: UE3 = User
Text Symbol: UE4 = Report


INCLUDES used within this REPORT RJHSTAT7

INCLUDE: MJ001TAL,
MJ000TDI,
MJH00T10,
MJH00T11,
MJH00T12,
MJJ00T03,
MJJ00T21,
MJHA0TOP, "ALLG TOP-INCLUDE AUFTRAG
MJHS7TOP, "TOP-INCLUDE RJHSTAT7
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.
INCLUDE: MJH0FE11,
MJH00F12,
MJY00F03,
MJHA0FOB.
INCLUDE: MJHLTOP.
INCLUDE: MJHLIF01.
INCLUDE: MJHLIF02.
INCLUDE: MJH00CNTENT.
INCLUDE RJHST7VR.


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:

ISM_GET_ACTIVE_ACC_SWITCH CALL FUNCTION 'ISM_GET_ACTIVE_ACC_SWITCH' IMPORTING EX_XACTIVE = gv_acc_mode.



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