RAIDPT01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to retrieve the data required for the asset reports
If you would like to execute this report or see the full code listing simply enter RAIDPT01 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: P_TOTREV = Total Revaluation from Area 01
Selection Text: P_GRP_31 = Form 31: Grp N. Homog. Grp
Selection Text: PA_POC = D .
Selection Text: PA_92_A = D .
Selection Text: EX_3133 = Retrieve Data
Selection Text: AREAS = Depreciation Areas
Selection Text: ANOFIS = Fiscal Year
Title: Portugal: Mapas fiscais (Data Retrieval)
Text Symbol: 927 = without repairs
Text Symbol: 928 = Entries created
Text Symbol: 929 = for forms 31-33
Text Symbol: 930 = Could not find depreciation area with suitable revaluation data (table T089)
Text Symbol: 931 = Results could have wrong year
Text Symbol: 932 = Rate missing from index series for year
Text Symbol: 933 = for form 34
Text Symbol: 934 = Start date
Text Symbol: 935 = Time
Text Symbol: 936 = End date
Text Symbol: 937 = Time
Text Symbol: 938 = Data saved for
Text Symbol: 939 = Number of entries:
Text Symbol: 940 = No authorization for CC
Text Symbol: 941 = (FI-AA closing)
Text Symbol: 942 = Enter a real depreciation area
Text Symbol: 943 = Asset has no capitalization date and will be ignored
Text Symbol: 944 = Report date not within year
Text Symbol: 945 = Report date not within last report year
Text Symbol: 946 = f basis depn area (edict 00)
Text Symbol: 947 = Form data
Text Symbol: 948 = Portugal: Mapas fiscais (Data Retrieval)
Text Symbol: 949 = Chart of Account Type
Text Symbol: 001 =
Text Symbol: 002 = Asset
Text Symbol: 003 = Sbno.
Text Symbol: 004 =
Text Symbol: 900 = Only one company code allowed per run
Text Symbol: 901 = Forms 31-33
Text Symbol: 902 = Form 34
INCLUDE RAIDPT01_SEL. "DATA SELECTION
INCLUDE RAIDPT01_FOR. "FORMS: SELECTION
INCLUDE RAIDPT01_ALV.
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.