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
Below is a list of transaction codes which are relevant to this SAP report
RE_RHAKTI00 - Change Object Status
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: 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)
INCLUDE MPHCOM00.
INCLUDE FHVTAB00.
INCLUDE FPH5ATOP.
No SAP DATABASE tables are accessed within this REPORT code!
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.
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.