SAP Reports / Programs

RJBDANALYSE SAP ABAP Report - Program RJBDANALYSE







RJBDANALYSE 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 RJBDANALYSE into the relevant SAP transactions such as SE38 or SE80


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 RJBDANALYSE. "Basic submit
SUBMIT RJBDANALYSE AND RETURN. "Return to original report after report execution complete
SUBMIT RJBDANALYSE 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: DOCE1 = CE1 (Actual Line Items)
Selection Text: DOCE2 = CE2 (Plan Line Items)
Selection Text: DOCE3 = CE3 (Value Fields Object Lev.)
Selection Text: DOCE4 = CE4 (Characteristics Obj.Lev.)
Selection Text: ERKRS = Operating concern
Selection Text: PERIO = Period in Fiscal Year
Title: Program RJBDANALYSE
Text Symbol: 001 = Selection of Tables for Analysis
Text Symbol: 002 = Analysis of Table CE1 (Actual Line Items)
Text Symbol: 003 = Analysis of Table CE2 (Plan Line Items)
Text Symbol: 004 = Analysis of Table CE3 (Period Values)
Text Symbol: 005 = Analysis of Table CE4 (Object Table)
Text Symbol: 006 = Blocking Factor:
Text Symbol: 007 = Fiscal year variant:
Text Symbol: 008 = Analyze Table:


INCLUDES used within this REPORT RJBDANALYSE

No INCLUDES are used within this REPORT code!


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:

EDITOR_PROGRAM CALL FUNCTION 'EDITOR_PROGRAM' EXPORTING display = 'X' line = syntax-line MESSAGE = syntax-message offset = syntax-offset program = 'RJBD999999' topline = syntax-topline.

RKE_FILL_FIELD_TABLE CALL FUNCTION 'RKE_FILL_FIELD_TABLE' EXPORTING erkrs = erkrs * NEU_KZ = ' ' * PROTOKOLL_KZ = ' ' tabname = tabname * PA_TYPE = '1' * importing * currency = * currency_decim = * ledger = * subrc = * attributes = TABLES fieldtab = g_t_ft EXCEPTIONS ledger_not_def = 1 ledger_not_found = 2 table_not_found = 3 OTHERS = 4.

RKE_CONVERT_LOGNR_TO_PHYSNR CALL FUNCTION 'RKE_CONVERT_LOGNR_TO_PHYSNR' EXPORTING erkrs = erkrs perio = perio perio2 = perio2 IMPORTING perbl = perbl pos = pos EXCEPTIONS i_erkrs_notfound = 1 i_lognr_invalid = 2 i_periv_notedited = 3 OTHERS = 4.



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