SAP Reports / Programs | Basis Components | Business Management | Organizational Management(BC-BMT-OM) SAP BC

RHAKTI00 SAP ABAP Report - Change Object Status







RHAKTI00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report changes the status of one or more objects and their infotypes in accordance with the entries in table T777F (Function Code Assignment to Planning Status)...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 RHAKTI00 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

RE_RHAKTI00 - Change Object Status


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 RHAKTI00. "Basic submit
SUBMIT RHAKTI00 AND RETURN. "Return to original report after report execution complete
SUBMIT RHAKTI00 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: INDEXNAM = ?...(INDEXNAM)
Selection Text: GENE = Approve submitted records
Selection Text: GDATE = Delimitation Date
Selection Text: BEAN = Submit planned records
Selection Text: AKTI = Activate approved records
Selection Text: ABPLVO = Propose change for rej'd recs
Selection Text: ABLN = Reject submitted records
Selection Text: %_ZTR018 = ?...(%_ZTR018)
Selection Text: %_WEG035 = ?...(%_WEG035)
Selection Text: %_VEC040 = ?...(%_VEC040)
Selection Text: %_VAL008 = ?...(%_VAL008)
Selection Text: %_STP032 = ?...(%_STP032)
Selection Text: %_SKP057 = ?...(%_SKP057)
Selection Text: %_POS027 = ?...(%_POS027)
Selection Text: %_POS019 = ?...(%_POS019)
Selection Text: %_POS016 = ?...(%_POS016)
Selection Text: %_POS009 = ?...(%_POS009)
Selection Text: %_PAT006 = ?...(%_PAT006)
Selection Text: %_OBG013 = ?...(%_OBG013)
Selection Text: %_END056 = ?...(%_END056)
Selection Text: %_END053 = ?...(%_END053)
Selection Text: %_END052 = ?...(%_END052)
Selection Text: INDEXTYP = ?...(INDEXTYP)
Selection Text: UPDA = Database update
Selection Text: TEST = Test
Selection Text: SELSUBTY = Subtype(s)
Selection Text: SELINFTY = Infotype(s)
Selection Text: PUFANZ = Display buffer contents?
Selection Text: PLVO = Propose change for active recs
Selection Text: PCHWEGID = ?...(PCHWEGID)
Selection Text: PCHTIMED = ?...(PCHTIMED)
Selection Text: PCHSVECT = ?...(PCHSVECT)
Selection Text: PCHSEARK = ?...(PCHSEARK)
Selection Text: PCHPLVAR = ?...(PCHPLVAR)
Selection Text: PCHOTYPE = ?...(PCHOTYPE)
Selection Text: PCHOSTAT = ?...(PCHOSTAT)
Selection Text: PCHOEND = ?...(PCHOEND)
Selection Text: PCHOBJID = ?...(PCHOBJID)





Selection Text: PCHOBEG = ?...(PCHOBEG)
Selection Text: PCHISTAT = ?...(PCHISTAT)
Selection Text: PCHENDDA = ?...(PCHENDDA)
Selection Text: PCHDYMOD = ?...(PCHDYMOD)
Selection Text: PCHDEPTH = ?...(PCHDEPTH)
Selection Text: PCHBEGDA = ?...(PCHBEGDA)
Selection Text: PCHACTIV = ?...(PCHACTIV)
Selection Text: %_END048 = ?...(%_END048)
Selection Text: %_***055 = ?...(%_***055)
Selection Text: %_ACT045 = ?...(%_ACT045)
Selection Text: %_BEG005 = ?...(%_BEG005)
Selection Text: %_BEG012 = ?...(%_BEG012)
Selection Text: %_BEG023 = ?...(%_BEG023)
Selection Text: %_BEG024 = ?...(%_BEG024)
Selection Text: %_BEG031 = ?...(%_BEG031)
Selection Text: %_BEG034 = ?...(%_BEG034)
Selection Text: %_BEG039 = ?...(%_BEG039)
Selection Text: %_BEG044 = ?...(%_BEG044)
Selection Text: %_BEG049 = ?...(%_BEG049)
Selection Text: %_BEG054 = ?...(%_BEG054)
Selection Text: %_END047 = ?...(%_END047)
Selection Text: %_END043 = ?...(%_END043)
Selection Text: %_END042 = ?...(%_END042)
Selection Text: %_END038 = ?...(%_END038)
Selection Text: %_END037 = ?...(%_END037)
Selection Text: %_END033 = ?...(%_END033)
Selection Text: %_END029 = ?...(%_END029)
Selection Text: %_END021 = ?...(%_END021)
Selection Text: %_END011 = ?...(%_END011)
Selection Text: %_DEP050 = ?...(%_DEP050)
Selection Text: %_BIS026 = ?...(%_BIS026)
Selection Text: %_BIS015 = ?...(%_BIS015)
Title: Change Object Status
Text Symbol: 000 = Required infotypes
Text Symbol: 001 = Objects Selected
Text Symbol: 002 = Edited objects
Text Symbol: 003 = Records proposed for change
Text Symbol: 004 = Records submitted
Text Symbol: 005 = Records approved





Text Symbol: 006 = Records activated
Text Symbol: 007 = Error when proposing change
Text Symbol: 008 = Error during submission
Text Symbol: 009 = Error during approval
Text Symbol: 010 = Error during activation
Text Symbol: 011 = Error in object consistency
Text Symbol: 012 = Records in status
Text Symbol: 013 = Error in
Text Symbol: 014 = No authorization for
Text Symbol: 015 = -> Consistent Object
Text Symbol: 016 = Actions in PLOG_TAB
Text Symbol: 017 = T E S T R U N
Text Symbol: 018 = Error when rejecting
Text Symbol: 019 = Records rejected


INCLUDES used within this REPORT RHAKTI00

INCLUDE MPHCOM00.
INCLUDE FHVTAB00.
INCLUDE FPH5ATOP.


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:

RH_INSERT_INFTY CALL FUNCTION 'RH_INSERT_INFTY' EXPORTING FCODE = ci_fcode VTASK = 'B' * ORDER_FLG = 'X' * COMMIT_FLG = 'X' * AUTHY = 'X' * PPPAR_IMP = * OLD_TABNR = ' ' REPID = 'RHAKTI00' FORM = 'GET_TABDATA' * KEEP_LUPD = * WORKF_ACTV = 'X' TABLES INNNN = infty_tab_insert * ILFCODE = 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' * KEEP_LUPD = * WORKF_ACTV = 'X' EXCEPTIONS CORR_EXIT = 1 OTHERS = 2.

RH_CLEAR_BUFFER CALL FUNCTION 'RH_CLEAR_BUFFER'.

RH_CLEAR_PLOG_TAB CALL FUNCTION 'RH_CLEAR_PLOG_TAB'.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = gv_repid * I_INTERNAL_TABNAME = G_TABNAME i_structure_name = gc_structure_name * I_CLIENT_NEVER_DISPLAY = 'X' CHANGING ct_fieldcat = gt_fieldcat_obj_status.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
EXPORTING * I_INTERFACE_CHECK = ' ' * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = ' ' i_callback_program = gv_repid * I_CALLBACK_PF_STATUS_SET = ' ' * I_CALLBACK_USER_COMMAND = ' ' i_structure_name = gc_structure_name is_layout = gs_layout_obj_status it_fieldcat = gt_fieldcat_obj_status * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' * I_SAVE = ' ' * IS_VARIANT = it_events = gt_events_obj_status * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IR_SALV_LIST_ADAPTER = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = gt_t777t EXCEPTIONS program_error = 1 OTHERS = 2 .

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING ** i_logo = 'HTMLCNTL_TESTHTM2_SAPLOGO' ** I_LOGO = 'ENJOYSAP_LOGO' it_list_commentary = gt_list_top_of_page.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_top_of_page_summ * I_LOGO = i_end_of_list_grid = 'X' * I_ALV_FORM = .

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
EXPORTING * I_INTERFACE_CHECK = ' ' * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = ' ' i_callback_program = gv_repid * I_CALLBACK_PF_STATUS_SET = ' ' * I_CALLBACK_USER_COMMAND = ' ' i_structure_name = gc_structure_name_obj is_layout = gs_layout_obj_status it_fieldcat = lt_fieldcat_obj_sltd * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' * I_SAVE = ' ' * IS_VARIANT = it_events = gt_events_obj_status * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IR_SALV_LIST_ADAPTER = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = gt_objec EXCEPTIONS program_error = 1 OTHERS = 2 .

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = gv_repid * I_INTERNAL_TABNAME = G_TABNAME i_structure_name = gc_structure_name_obj * I_CLIENT_NEVER_DISPLAY = 'X' CHANGING ct_fieldcat = xt_fieldcat_obj_sltd.




REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = ' ' i_callback_program = gv_repid * I_CALLBACK_PF_STATUS_SET = ' ' * I_CALLBACK_USER_COMMAND = ' ' i_structure_name = gc_structure_name_rec is_layout = gs_layout_obj_status it_fieldcat = lt_fieldcat_rec_status * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' * I_SAVE = ' ' * IS_VARIANT = it_events = gt_events_obj_status * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IR_SALV_LIST_ADAPTER = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = gt_infty_tab EXCEPTIONS program_error = 1 OTHERS = 2 .

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = gv_repid * I_INTERNAL_TABNAME = G_TABNAME i_structure_name = gc_structure_name_rec * I_CLIENT_NEVER_DISPLAY = 'X' CHANGING ct_fieldcat = xt_fieldcat_rec_status.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING * i_logo = 'HTMLCNTL_TESTHTM2_SAPLOGO' * I_LOGO = 'ENJOYSAP_LOGO' i_end_of_list_grid = gc_flag it_list_commentary = gt_end_of_list.



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