SAP Reports / Programs | Plant Maintenance | Technical Objects | Functional Locations(PM-EQM-FL) SAP PM

RIARCTPV SAP ABAP Report - Functional Location Archiving Preparation Program







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


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 RIARCTPV. "Basic submit
SUBMIT RIARCTPV AND RETURN. "Return to original report after report execution complete
SUBMIT RIARCTPV 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: 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


INCLUDES used within this REPORT RIARCTPV

INCLUDE RIARCTPT.


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:

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.



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