SAP Reports / Programs

RAIDPT01 SAP ABAP Report - Portugal: Mapas fiscais (Data Retrieval)







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 (mapas fiscais) in accordance with Portuguese legal requirements...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 RAIDPT01 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 RAIDPT01. "Basic submit
SUBMIT RAIDPT01 AND RETURN. "Return to original report after report execution complete
SUBMIT RAIDPT01 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: 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





Text Symbol: 903 = Table IDPT_A011 empty or read error
Text Symbol: 904 = Company code data missing from table T093C or read error
Text Symbol: 905 = Table IDPT_A021 empty or read error
Text Symbol: 906 = Evaluation criteria do not match (table IDPT_A021):
Text Symbol: 907 = Error reading table IDPT_A031
Text Symbol: 908 = Error reading table IDPT_A051
Text Symbol: 909 = Error reading table IDPT_A099
Text Symbol: 910 = Error reading table structure ANLA
Text Symbol: 911 = Error reading table structure ANLB
Text Symbol: 912 = Error reading table structure ANLZ
Text Symbol: 913 = When deleting old form data
Text Symbol: 914 = error occurred in INDX
Text Symbol: 915 = When saving form data
Text Symbol: 916 = Fill out all fields for form 34
Text Symbol: 917 = Could not find depn area for form 34
Text Symbol: 918 = Index series not defined for form 34
Text Symbol: 919 = Enter fiscal year and depreciation area for forms 31-33
Text Symbol: 920 = Real est.
Text Symbol: 921 = without buildings
Text Symbol: 922 = Building
Text Symbol: 923 = without real estate
Text Symbol: 924 = Complex fixed asset
Text Symbol: 925 = without repaired asset
Text Symbol: 926 = Complex fixed asset


INCLUDES used within this REPORT RAIDPT01

INCLUDE RAIDPT01_SEL. "DATA SELECTION
INCLUDE RAIDPT01_FOR. "FORMS: SELECTION
INCLUDE RAIDPT01_ALV.


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:

No SAP FUNCTION MODULES are executed within this report code!



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