KAPRLST1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Display periodic replacement list This report selects devices from the periodic replacement list and displays the current status of the list...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 KAPRLST1 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
EG89 - Display Periodic Replacement List
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: VWJAHR = D Planned replcement year
Selection Text: TURNUSJ = D Periodic replacement year
Selection Text: SO_UIB = D Company area
Selection Text: SO_SPTYP = D Division Category
Selection Text: SO_GTYP = D Material
Selection Text: SO_FKLAS = D Function class
Selection Text: SO_BKLAS = D Construction class
Selection Text: SO_ABEIN = D Meter reading unit
Selection Text: DEVCOUNT = Maximum number of devices
Selection Text: ALL_DEV = Display All Entries
Title: Display Periodic Replacement List
Text Symbol: T07 = Custom Selections -->
Text Symbol: T06 = Regional Selection
Text Symbol: T05 = Custom Selections
Text Symbol: T04 = Regional Selection
Text Symbol: T01 = Selection in Periodic Replacement List
Text Symbol: S31 = Line
Text Symbol: S05 = Periodic Replacement List
Text Symbol: S03 = Periodic replacement list for year &XXXX&
Text Symbol: S01 = Periodic replacement year
Text Symbol: 014 = Plan. repl. yr
Text Symbol: 010 = Devices found
Text Symbol: 003 = Number of devices
Text Symbol: 001 = Display all entries
INCLUDE KAPL1TOP. " GLOBAL DATA
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
KAPRLST1 - Display Periodic Replacement List KAPRLST1 - Display Periodic Replacement List KAPL1TOP - Display TOP Include for Periodic Replacement List KAPL1O01 - Display PBO Include for Periodic Replacement List KAPL1I01 - Display PAI Include for Periodic Replacement List KAPL1F04 - documentation and ABAP source code