RISTFL01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Status management for
If you would like to execute this report or see the full code listing simply enter RISTFL01 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: DY_TRPNR = RefFunctLocation..............
Title: Link FunctLocations Created Before 2.1 to Status Management
Text Symbol: 001 = Client:
Text Symbol: 002 = There are no FunctLocations without an initial status
Text Symbol: 003 = --> Further action not possible
Text Symbol: 004 = No. of FunctLocations without initial status:
Text Symbol: 005 = No. of functional locations changed:
Text Symbol: 006 = Action completed
Text Symbol: 007 = The following functional locations are locked:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FUNC_LOCATION_CALL CALL FUNCTION 'FUNC_LOCATION_CALL' EXPORTING FCODE = 'BU' S_MESSAGE_SUPPRESS = 'X' TCODE = 'IL02' TPLNR = ITAB-TPLNR IMPORTING LOCKING_USER = ITAB_LC-USNAM OBJECT_LOCKED = IND_OBJECT_LOCKED UPDATE_SUCCESS = IND_UPDATE_SUCCESS.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RISTFL01 - Link FunctLocations Created Before 2.1 to Status Management RISTFL01 - Link FunctLocations Created Before 2.1 to Status Management RISTEQ20 - Equipment: Usage period analysis (EQUZ) RISTEQ20 - Equipment: Usage period analysis (EQUZ) RISTEQ11 - Report for initialization of invalid configuration references RISTEQ11 - Report for initialization of invalid configuration references