SAP Reports / Programs

RJJCHOBJ SAP ABAP Report - IS-M/AM: Check Booking Unit/Content Component Assignment







RJJCHOBJ 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 RJJCHOBJ 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

JJBN - Check Booking Unit Content


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 RJJCHOBJ. "Basic submit
SUBMIT RJJCHOBJ AND RETURN. "Return to original report after report execution complete
SUBMIT RJJCHOBJ 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: GSO_HVER = D Hierarchy Version
Selection Text: GSO_HVAR = D Hierarchy Variant
Selection Text: GSO_BELE = D Booking Unit
Title: IS-M/AM: Check Booking Unit/Content Component Assignment
Text Symbol: 016 = No Error
Text Symbol: 015 = Production View
Text Symbol: 014 = Sales View
Text Symbol: 013 = View:
Text Symbol: 012 = Error
Text Symbol: 011 = Content component does not exist in the hierarchy under CC header
Text Symbol: 010 = Content component does not exist in the hierarchy
Text Symbol: 009 = CC Head.
Text Symbol: 008 = Con.Comp
Text Symbol: 007 = Indicator Successor Differs in Hierarchy and Assignment
Text Symbol: 006 = No errors found.
Text Symbol: 005 = Hierarchy Version:
Text Symbol: 004 = Hierarchy Variant:
Text Symbol: 003 = Booking Unit:
Text Symbol: 002 = Selection Using Content Component Hierarchy
Text Symbol: 001 = Selection Using Booking Unit


INCLUDES used within this REPORT RJJCHOBJ

INCLUDE MJ_AVMPOS_ART.
INCLUDE MJ_BE_OBJART.
INCLUDE MJ001TAL.
INCLUDE MJJ01T01.
INCLUDE MJJ00T03.
INCLUDE MJHLIF02.


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:

ISP_GET_ID_FROM_IKO_AND_1ST call function 'ISP_GET_ID_FROM_IKO_AND_1ST' exporting iko = jjtobjin_itab-inhaltskom iko_hietyp = tjj53_sel_itab-iko_hietyp iko_hievar = tjj53_sel_itab-iko_hievar iko_first_level = jjtobjin_itab-inhk_lev1 tables id = jjtikohy_fnd_itab changing tjj53_wa = tjj53_sel_itab exceptions error_in_hierarchy = 1 iko_fl_not_found = 2 iko_not_found = 3 version_not_found = 4 version_not_definite = 5 others = 6.



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