SAP Reports / Programs

RJBGAPART SAP ABAP Report - Maintenance of ALM Valuation Type







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

CFMALMART - Maintain ALM Valuation Type
JBRALMART - Maintain ALM Valuation Type


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 RJBGAPART. "Basic submit
SUBMIT RJBGAPART AND RETURN. "Return to original report after report execution complete
SUBMIT RJBGAPART VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Maintenance of ALM Valuation Type
Text Symbol: 001 = ALM Val. Type
Text Symbol: 002 = Valuation Rule
Text Symbol: 003 = Write-Down Rule
Text Symbol: 004 =
Text Symbol: 005 = The parameters were changed
Text Symbol: 006 = Save changes?
Text Symbol: 007 = Gen. Information
Text Symbol: 008 = Delete the ALM
Text Symbol: 009 = valuation type with all related entries?
Text Symbol: 010 = Delete this node?
Text Symbol: 011 = Specify object to be copied
Text Symbol: 012 = The ALM valuation type
Text Symbol: 013 = has dependent entries.
Text Symbol: 014 = You can copy the entry, including
Text Symbol: 015 = its dependent entries,
Text Symbol: 016 = or copy the entry only.
Text Symbol: 017 = Copy All
Text Symbol: 018 = Only the entry


INCLUDES used within this REPORT RJBGAPART

INCLUDE RJBIGPCA.
INCLUDE RJBGAPARTDAT.
INCLUDE RJBGAPARTCL1.
INCLUDE RJBGAPARTO01.
INCLUDE RJBGAPARTI01.
INCLUDE RJBGAPARTF01.


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:

AFWCH_ACTIVE_INT_VIEW_GET * CALL FUNCTION 'AFWCH_ACTIVE_INT_VIEW_GET' ** IMPORTING ** E_DATASTR = ** E_INTERNAL_VIEW = * EXCEPTIONS * NO_ACTIVE_DATASTRUCTURE = 1 * ACTIVE_DATASTR_WRONG_TYPE = 2 * NO_INTERNAL_VIEW = 3 * ACTIVE_DATASTRUCTURE_NOT_FOUND = 4 * OTHERS = 5.

ALM_READ_GAPART_DATA * CALL FUNCTION 'ALM_READ_GAPART_DATA' * TABLES * E_TAB_JBRBG2 = G_TAB_JBRBG2 * E_TAB_JBRBG2T = G_TAB_JBRBG2T * E_TAB_JBRABREG2 = G_TAB_JBRABREG2 * E_TAB_JBRBG3 = G_TAB_JBRBG3 * E_TAB_JBRABREG3 = G_TAB_JBRABREG3 * E_TAB_JBRBEWREGT = G_TAB_JBRBEWREGT * E_TAB_JBRABREGTABT = G_TAB_JBRABREGTABT * EXCEPTIONS * READ_ERROR = 1 * OTHERS = 2.

ALM_READ_GAPART_DATA * CALL FUNCTION 'ALM_READ_GAPART_DATA' * TABLES * E_TAB_JBRBG2 = G_TAB_JBRBG2 * E_TAB_JBRBG2T = G_TAB_JBRBG2T * E_TAB_JBRBG3 = G_TAB_JBRBG3 * E_TAB_JBRBEWREGT = G_TAB_JBRBEWREGT * EXCEPTIONS * READ_ERROR = 1 * OTHERS = 2.



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