SAP Reports / Programs

/ISDFPS/RHAKTI00 SAP ABAP Report - Change Object Status







/ISDFPS/RHAKTI00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report changes the status for one or more objects and their infotypes in accordance with the entries in table T777F (assignment of function codes 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 /ISDFPS/RHAKTI00 into the relevant SAP transactions such as SE38 or SE80


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 /ISDFPS/RHAKTI00. "Basic submit
SUBMIT /ISDFPS/RHAKTI00 AND RETURN. "Return to original report after report execution complete
SUBMIT /ISDFPS/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 Requested Records
Selection Text: GDATE = Delimitation Date
Selection Text: BEAN = Request Planned Records
Selection Text: AKTI = Activate Approved Records
Selection Text: ABPLVO = Propose Change for Rej'd Recs
Selection Text: ABLN = Reject Requested 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 Act.Records
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 = Selected Objects
Text Symbol: 002 = Edited Objects
Text Symbol: 003 = Records Proposed for Chg
Text Symbol: 004 = Records Rqstd.
Text Symbol: 005 = Records Approved





Text Symbol: 006 = Records Actvtd.
Text Symbol: 007 = Err. When Proposing Change
Text Symbol: 008 = Error During Request
Text Symbol: 009 = Error During Approval
Text Symbol: 010 = Error During Actvtn.
Text Symbol: 011 = Error in Obj. Consist.
Text Symbol: 012 = Recds. in Status
Text Symbol: 013 = Error Dur.
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 /ISDFPS/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_GET_BUFFER_PLOG_TAB CALL FUNCTION 'RH_GET_BUFFER_PLOG_TAB' "ANDISDFPS IMPORTING buffer_count_exp = buffer_count buffo_object_count_exp = buffo_object_count plog_tab_count_exp = plog_tab_count tb_buffer_count_exp = tb_buffer_count tb_plog_tab_count_exp = tb_plog_tab_count TABLES buffer_tab = buffer buffo_tab = buffo plog_tab_tab = plog_tab tb_buffer_tab = tb_buffer tb_plog_tab_tab = tb_plog_tab.

RH_READ_INFTY CALL FUNCTION 'RH_READ_INFTY' EXPORTING with_stru_auth = space plvar = -plvar otype = -otype objid = -objid infty = -ref_infty istat = '1' extend = 'X' subty = -ref_subty begda = -ref_begda endda = -ref_endda inftb = '0' TABLES innnn = lt_pnnnn_exp EXCEPTIONS nothing_found = 1 all_infty_with_subty = 2 no_objects = 3 wrong_condition = 4 wrong_parameters = 5 OTHERS = 6.

RH_DELETE_INFTY CALL FUNCTION 'RH_DELETE_INFTY' EXPORTING vtask = 'B' authy = space workf_actv = space TABLES innnn = lt_planned_operation_p6200 EXCEPTIONS error_during_delete = 1 no_authorization = 2 delete_first_record = 3 corr_exit = 4 OTHERS = 5.

RH_INSERT_INFTY CALL FUNCTION 'RH_INSERT_INFTY' EXPORTING fcode = ci_fcode vtask = 'B' * ORDER_FLG = 'X' commit_flg = space * AUTHY = 'X' * PPPAR_IMP = * OLD_TABNR = ' ' repid = '/ISDFPS/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' EXCEPTIONS corr_exit = 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 /ISDFPS/RHAKTI00 or its description.