RIARCTPV 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 RIARCTPV 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: DET_PROT = Detail log
Selection Text: S_FLTYP = Functional location category
Selection Text: S_STRNO = D Functional location
Selection Text: S_TPLKZ = Structure indicator
Selection Text: TESTMODE = Test mode
Title: Functional Location Archiving Preparation Program
Text Symbol: 001 = Client
Text Symbol: 002 = FunctLoc
Text Symbol: 003 = FunctLoc cat.
Text Symbol: 004 = StrIndicator
Text Symbol: 005 = TestMode
Text Symbol: 006 = Status
Text Symbol: 007 = Deletion indicator
Text Symbol: 008 = Inactive
Text Symbol: 009 = AlreadyActive
INCLUDE RIARCTPT.
No SAP DATABASE tables are accessed within this REPORT code!
LOCATION_VERWENDUNG_TEST CALL FUNCTION 'LOCATION_VERWENDUNG_TEST' EXPORTING vwt_tplnr = iiflot-tplnr vwt_protokoll = det_prot TABLES prot = vprot EXCEPTIONS iflot_not_found = 1 iflot_used = 2 OTHERS = 3.
STATUS_CHANGE_INTERN CALL FUNCTION 'STATUS_CHANGE_INTERN' EXPORTING objnr = iiflot-objnr TABLES status = set_stat EXCEPTIONS object_not_found = 1 status_inconsistent = 2 status_not_allowed = 3 OTHERS = 4.
STATUS_UPDATE_DIALOG CALL FUNCTION 'STATUS_UPDATE_DIALOG'.
TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' TABLES xmsg = vprot EXCEPTIONS OTHERS = 0.
TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG'.
IREP1_LOCATION_CONVERSION CALL FUNCTION 'IREP1_LOCATION_CONVERSION' EXPORTING check_maxcount = p_check TABLES i_strno_tab = p_s_strno e_tplnr_tab = p_s_tplnr EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RIARCTPV - Functional Location Archiving Preparation Program RIARCTPV - Functional Location Archiving Preparation Program RIARCTPT - FunctLocation Archiving: Data definitions RIARCTPS - Functional Location Archiving: Display Archive RIARCTPS - Functional Location Archiving: Display Archive RIARCTPR - FunctLocation Archiving: Reload Archive