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

RJHSTAT2 SAP ABAP Report - IS-M/AM: Status/Characteristic Attributes of Billing Datasets







RJHSTAT2 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Evaluation of Billing Dataset Status This function allows you to determine billing datasets using the billing dataset 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 RJHSTAT2 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

JH68 - Status/char.attributes bill.dataset


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 RJHSTAT2. "Basic submit
SUBMIT RJHSTAT2 AND RETURN. "Return to original report after report execution complete
SUBMIT RJHSTAT2 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: P_NOLINF = No List Information
Selection Text: P_NONEWP = No New Page
Selection Text: P_NOSINF = No Selection Information
Selection Text: P_NOVLIN = No Column Separation Line
Selection Text: P_PRINT = Print Immediately
Selection Text: P_RESERV = Number of Footer Lines
Selection Text: P_ZEBRA = Striped Pattern
Selection Text: ABSCHLNR = D .
Selection Text: AVM_NR = D .
Selection Text: BELEGEIN = D .
Selection Text: FAKDATUM = D .
Selection Text: FAKSPP = D .
Selection Text: GFMANU = D .
Selection Text: GF_STAT = D .
Selection Text: GPAG = D .
Selection Text: HRKNFT = D .
Selection Text: INSERENT = D .
Selection Text: PKP_EE = D .
Selection Text: POS_ART = D .
Selection Text: P_VARI = D .
Selection Text: SPART = D .
Selection Text: UR_BELEI = D .
Selection Text: VKORG = D .
Selection Text: VORAUS = D .
Selection Text: VTWEG = D .
Selection Text: WERBK_TY = D .
Selection Text: XAB_AUS = D .
Selection Text: XAGENAUF = D .
Selection Text: XCCAUT = D .
Selection Text: XCMP_F = D .
Selection Text: XFAKT_EE = D .
Selection Text: XKFMAEND = D .
Selection Text: XMANU = D .
Selection Text: XPREIS = D .
Selection Text: XPROVA = D .
Selection Text: XPROVM = D .
Selection Text: XPRSAEND = D .
Selection Text: XRABZU = D .





Selection Text: XSTORN = D .
Selection Text: XUVVZ = D .
Selection Text: P_NOCOVE = No Cover Sheet
Selection Text: MERKMAL0 = Characteristic 0
Selection Text: MERKMAL1 = Characteristic 1
Selection Text: MERKMAL2 = Characteristic 2
Selection Text: MERKMAL3 = Characteristic 3
Selection Text: MERKMAL4 = Characteristic 4
Selection Text: MERKMAL5 = Characteristic 5
Selection Text: MERKMAL6 = Characteristic 6
Selection Text: MERKMAL7 = Characteristic 7
Selection Text: MERKMAL8 = Characteristic 8
Selection Text: MERKMAL9 = Characteristic 9
Selection Text: PKID = D .
Selection Text: PSTYV_G = Billing Dataset Item Category
Selection Text: PSTYV_P = Item Category
Selection Text: P_COLOPT = Optimize Columns
Selection Text: P_NOCOLH = No Column Headings
Title: IS-M/AM: Status/Characteristic Attributes of Billing Datasets
Text Symbol: 001 = Header Data
Text Symbol: 002 = Item/Dataset Data
Text Symbol: 020 = Add.Dataset Data
Text Symbol: 021 = Org.Data
Text Symbol: 022 = Ind.Characteristics
Text Symbol: 030 = Reading billing dataset
Text Symbol: 040 = Processing datasets
Text Symbol: 041 = Preparing field catalog
Text Symbol: 042 = OrBooUnit
Text Symbol: 043 = D/S
Text Symbol: 098 = Billing Dataset Characteristics
Text Symbol: 099 = Not Relevant for Selection
Text Symbol: 100 = AA
Text Symbol: 150 = Item Cat.
Text Symbol: 151 = BDtstIType
Text Symbol: 200 = Status Grn.
Text Symbol: 201 = Status Yel.
Text Symbol: 202 = Status Red
Text Symbol: 203 = Status
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 RJHSTAT2

INCLUDE: MJ001TAL,
MJ000TDI,
MJH00T10,
MJH00T11,
MJH00T12,
MJJ00T03,
MJJ00T21,
MJHA0TOP, "ALLG TOP-INCLUDE AUFTRAG
MJHS2TOP, "TOP-INCLUDE RJHSTAT2
INCLUDE MJ_ACTIV_AUTH.
INCLUDE MJ_AVM_HRKNFT.
INCLUDE MJ_AVMPOS_ART.
INCLUDE MJ_CHAR1.
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 RJHST2VR.


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