RHBUUM01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for In Training and Event Management, you can store a budget for organizational units...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 RHBUUM01 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.
Selection Text: TEST = Test mode
Title: TEM : Budget Conversion BPJA -> Budget Objects
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
STRUCPACK_RELEASE_GET CALL FUNCTION 'STRUCPACK_RELEASE_GET' EXPORTING I_NAME_EXTENSION = 'SAP_HR' IMPORTING E_RELEASE = lv_release EXCEPTIONS STRUCPACK_NOT_INSTALLED = 1 NO_TSYST_ENTRY = 2 OTHERS = 3.
TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' TABLES XMSG = IT_PROT EXCEPTIONS FILE_NOT_FOUND = 1 WRONG_CALL = 2 OTHERS = 3.
TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' TABLES XMSG = IT_PROT EXCEPTIONS FILE_NOT_FOUND = 1 WRONG_CALL = 2 OTHERS = 3.
TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG' EXCEPTIONS OTHERS = 0.
HRCM_BTDB_BUDGET_CREATE CALL FUNCTION 'HRCM_BTDB_BUDGET_CREATE' EXPORTING PLVAR = PV_PLVAR BEGDA = PT_BUDGET-BEGDA ENDDA = PT_BUDGET-ENDDA SHORT = LS_ORG-SHORT STEXT = LS_ORG-STEXT I1500_DATA = LV_1500 I1520_DATA = LV_1520 VTASK = 'B' IMPORTING OBJID = LV_BUDGET_OBJID EXCEPTIONS INVALID_PLVAR = 1 INVALID_OTYPE = 2 INVALID_BUTGR = 3 INVALID_BUTYP = 4 INVALID_INFTY = 5 INVALID_DATE = 6 TEXT_REQUIRED = 7 ERROR_EXT_NUMBER = 8 ERROR_DURING_INSERT = 9 NO_AUTHORIZATION = 10 UNDEFINED = 11 OTHERS = 12.
HRCM_BTDB_BUDGET_RELATE CALL FUNCTION 'HRCM_BTDB_BUDGET_RELATE' EXPORTING PLVAR = PV_PLVAR BUDGET_ID = LV_BUDGET_BOSS_OBJID BEGDA = PT_BUDGET-BEGDA ENDDA = PT_BUDGET-ENDDA SHORT = LS_ORG-SHORT STEXT = LS_ORG-STEXT I1500_DATA = LV_1500 I1520_DATA = LV_1520 VTASK = 'B' IMPORTING OBJID = LV_BUDGET_OBJID EXCEPTIONS OBJECT_NOT_FOUND = 1 OBJECT_CREATE_ERROR = 2 INVALID_BUDGET = 3 TEXT_REQUIRED = 4 NO_AUTHORITY = 5 RELATION_ERROR = 6 UNDEFINED = 7 OTHERS = 8.
RH_INSERT_INFTY CALL FUNCTION 'RH_INSERT_INFTY' EXPORTING FCODE = 'INSE' VTASK = 'B' TABLES INNNN = LT_1001 EXCEPTIONS NO_AUTHORIZATION = 1 ERROR_DURING_INSERT = 2 REPID_FORM_INITIAL = 3 CORR_EXIT = 4 BEGDA_GREATER_ENDDA = 5 OTHERS = 6.
RH_UPDATE_DATABASE CALL FUNCTION 'RH_UPDATE_DATABASE' EXPORTING VTASK = 'D' * BUFFER_UPD = ' ' * ORDER_FLG = 'X' * COMMIT_FLG = 'X' * CLEAR_BUFFER = 'X' EXCEPTIONS CORR_EXIT = 1 OTHERS = 2.
FIRST_AND_LAST_DAY_IN_YEAR_GET CALL FUNCTION 'FIRST_AND_LAST_DAY_IN_YEAR_GET' EXPORTING i_gjahr = pv_year i_periv = periv IMPORTING e_first_day = pv_begda e_last_day = pv_endda EXCEPTIONS input_false = 1 t009_notfound = 2 t009b_notfound = 3 OTHERS = 4.
TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' TABLES XMSG = IT_PROT EXCEPTIONS FILE_NOT_FOUND = 1 WRONG_CALL = 2 OTHERS = 3.
TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG' EXCEPTIONS OTHERS = 0.
RH_READ_INFTY_1001 CALL FUNCTION 'RH_READ_INFTY_1001' EXPORTING SUBTY = A002 BEGDA = PV_BEGDA ENDDA = PV_ENDDA TABLES I1001 = LT_1001 OBJECTS = PT_ORGUNITS EXCEPTIONS NOTHING_FOUND = 1 WRONG_CONDITION = 2 OTHERS = 3.
RH_READ_OBJECT CALL FUNCTION 'RH_READ_OBJECT' EXPORTING PLVAR = PV_PLVAR OTYPE = PT_ORGUNITS-OTYPE OBJID = PT_ORGUNITS-OBJID BEGDA = PV_BEGDA ENDDA = PV_ENDDA IMPORTING OBEG = PT_ORG-BEGDA OEND = PT_ORG-ENDDA OSTAT = PT_ORG-ISTAT HISTO = PT_ORG-HISTO SHORT = PT_ORG-SHORT STEXT = PT_ORG-STEXT EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RHBUUM01 - TEM : Budget Conversion BPJA -> Budget Objects RHBUUM01 - TEM : Budget Conversion BPJA -> Budget Objects RHBUUM00 - Budget Converter in Training and Event Management RHBUUM00 - Budget Converter in Training and Event Management RHBUPAXR - Program RHBUPAXR: Access: External Links for CBP RHBUPAXR - Program RHBUPAXR: Access: External Links for CBP