RJBDBALCOST 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 RJBDBALCOST into the relevant SAP transactions such as SE38 or SE80
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.
Title: CO-PA/Read Product Cost Estimate: Callbacks
Text Symbol: 001 = Costing Rule for Volume Costing
Text Symbol: 002 = Scenario for Volume Costing
Text Symbol: 003 = Condition List for Volume Costing
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RKE_VRGAR_CHECK CALL FUNCTION 'RKE_VRGAR_CHECK' EXPORTING PLIKZ = '*' " Plan und Ist BEWERT = 'X' " Zulässig für Bewertung SVRGAR = L_VRGAR IMPORTING SUBRC = RETURN_CODE EXCEPTIONS OTHERS = 0.
ISB_TCOSTRULE_DEFINITION_READ CALL FUNCTION 'ISB_TCOSTRULE_DEFINITION_READ' EXPORTING RKALRG = L_RKALRG IMPORTING E_JBTKREG = L_JBTKREG EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
RKE_DOMVALUE_TEXT_GET CALL FUNCTION 'RKE_DOMVALUE_TEXT_GET' EXPORTING I_DOMA = 'RKE_BWFKT' I_DOMVALUE = I_VALUE I_LANGU = SY-LANGU IMPORTING E_DDTEXT = E_TEXT EXCEPTIONS DOMNAME_NOT_FOUND = 1 DOMVALUE_NOT_FOUND = 2 OTHERS = 3.
RKD_SHORT_TEXT_SINGLE CALL FUNCTION 'RKD_SHORT_TEXT_SINGLE' EXPORTING APPLCLASS = 'KE' CHARACTERISTIC = l_characteristic CRITERIA = I_NAME-FIELDNAME I_RKB1X = RKB1X IMPORTING CHARACTERISTIC_TEXT = E_TEXT_SHORT CHARACTERISTIC_TEXT_L = E_TEXT_LONG EXCEPTIONS CRITERIA_NOT_FOUND = 1 KEY_NOT_FOUND = 2 TABLE_NOT_FOUND = 3 TKEBF_ENTRY_NOT_FOUND = 4 EMPTY_APPLCLASS = 5 WRONG_MODE = 6 NO_ESCAPE_SYMBOL_ALLOWED = 7 OTHERS = 8.
RKE_VRGAR_F4 CALL FUNCTION 'RKE_VRGAR_F4' EXPORTING PLIKZ = '*' " Plan und Ist BEWERT = 'X' " Bewertungsrelevant IMPORTING SVRGAR = L_VRGAR EXCEPTIONS OTHERS = 0.
RKE_VALUE_REQUEST_VERSI CALL FUNCTION 'RKE_VALUE_REQUEST_VERSI' EXPORTING ERKRS = L_ERKRS IMPORTING VERSI = L_VERSI EXCEPTIONS OTHERS = 0.
HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING FIELDNAME = 'RKALRG' TABNAME = 'JBTKREG' TITEL = TEXT-001 IMPORTING SELECT_VALUE = L_RKALRG TABLES FIELDS = FIELDS VALUETAB = VALUES EXCEPTIONS FIELD_NOT_IN_DDIC = 1 MORE_THEN_ONE_SELECTFIELD = 2 NO_SELECTFIELD = 3 OTHERS = 4.
HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING FIELDNAME = 'SZENARI' TABNAME = 'VTVSZKO' TITEL = TEXT-002 IMPORTING SELECT_VALUE = L_SZENARI TABLES FIELDS = FIELDS VALUETAB = SZ_VALUES EXCEPTIONS FIELD_NOT_IN_DDIC = 1 MORE_THEN_ONE_SELECTFIELD = 2 NO_SELECTFIELD = 3 OTHERS = 4.
HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING FIELDNAME = 'CNDLIST' TABNAME = 'JBACDLI' TITEL = TEXT-003 IMPORTING SELECT_VALUE = L_CNDLIST TABLES FIELDS = FIELDS VALUETAB = CND_VALUES EXCEPTIONS FIELD_NOT_IN_DDIC = 1 MORE_THEN_ONE_SELECTFIELD = 2 NO_SELECTFIELD = 3 OTHERS = 4.
RKE_HELP_VALUES_GET CALL FUNCTION 'RKE_HELP_VALUES_GET' EXPORTING I_FIELDNAME = I_NAME-FIELDNAME I_DISPLAY = I_DISPLAY IS_RKB1X = RKB1X IMPORTING E_SELECTED_VALUE = E_VALUE EXCEPTIONS OTHERS = 0.
RKE_FILL_FIELD_TABLE CALL FUNCTION 'RKE_FILL_FIELD_TABLE' EXPORTING ERKRS = ERKRS TABNAME = TABNAME TABLES FIELDTAB = E_FIELDTAB EXCEPTIONS LEDGER_NOT_DEF = 1 LEDGER_NOT_FOUND = 2 TABLE_NOT_FOUND = 3 OTHERS = 4.
RKD_RKB1X_SET CALL FUNCTION 'RKD_RKB1X_SET' EXPORTING APPLCLASS = 'KE' I_GET_TABLE = '0' I_RKB1X = E_RKB1X I_TABLE = TABNAME IMPORTING E_RKB1X = E_RKB1X EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.