SAP Reports / Programs

RAIDSG_CAP_ALLOW SAP ABAP Report - Capital Allowance Report (Singapore)







RAIDSG_CAP_ALLOW 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 RAIDSG_CAP_ALLOW 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 RAIDSG_CAP_ALLOW. "Basic submit
SUBMIT RAIDSG_CAP_ALLOW AND RETURN. "Return to original report after report execution complete
SUBMIT RAIDSG_CAP_ALLOW 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: S_POSNR = D WBS Element
Selection Text: S_EAUFN = D Order
Selection Text: PA_XGBAF = Posted Values
Title: Capital Allowance Report (Singapore)
Text Symbol: 500 = Line
Text Symbol: 140 = Acc. Depn at Start of Year
Text Symbol: 138 = Acc. Depn at Year-End
Text Symbol: 136 = Acc. Depn FY Start + Posted Dep.
Text Symbol: 135 = Planned Depreciation
Text Symbol: 134 = Depreciation Posted
Text Symbol: 132 = Sender/Receiver
Text Symbol: 131 = Receiver
Text Symbol: 130 = Sender
Text Symbol: 120 = Asset Values
Text Symbol: 115 = Fiscal Year
Text Symbol: 110 = in CC
Text Symbol: 105 = Assets
Text Symbol: 100 = Asset
Text Symbol: 009 = By Country
Text Symbol: 008 = List
Text Symbol: 007 = Withholding Tax
Text Symbol: 005 = Detailed Info
Text Symbol: 001 = Further Selections


INCLUDES used within this REPORT RAIDSG_CAP_ALLOW

INCLUDE GLOBAL_VARIABLES_SG.
INCLUDE TREE_CLASS_SG.
INCLUDE TREE_FUNCTIONS_SG.
INCLUDE GRID_CLASS_SG.
INCLUDE GRID_FUNCTIONS_SG.


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:

ANKT_READ_SINGLE CALL FUNCTION 'ANKT_READ_SINGLE' * ASSET CLASSES: DESCRIPTION EXPORTING F_ANKT = s_ankt IMPORTING F_ANKT = s_ankt.

T093C_READ CALL FUNCTION 'T093C_READ' * COMPANY CODES IN ASSET ACCOUNTING EXPORTING F_T093C = s_t093c IMPORTING F_T093C = s_t093c.

T093B_READ CALL FUNCTION 'T093B_READ' * DESCRIPTION OF DEPRECIATION AREAS EXPORTING F_T093B = s_t093b IMPORTING F_T093B = s_t093b.

T093T_READ CALL FUNCTION 'T093T_READ' * DESCRIPTION OF DEPRECIATION AREAS EXPORTING F_T093T = s_t093t IMPORTING F_T093T = s_t093t.

T095_READ CALL FUNCTION 'T095_READ' EXPORTING F_T095 = s_t095 IMPORTING F_T095 = s_t095.

FIAA_GIVE_PROJ_TO_PSPID CALL FUNCTION 'FIAA_GIVE_PROJ_TO_PSPID' EXPORTING I_PSPNR = tmp_posnr IMPORTING E_PSPID = tmp_pspid.

ANLB_READ_SINGLE CALL FUNCTION 'ANLB_READ_SINGLE' EXPORTING F_ANLB = s_anlb IMPORTING F_ANLB = s_anlb.

ANLC_READ_SINGLE CALL FUNCTION 'ANLC_READ_SINGLE' EXPORTING F_ANLC = s_anlc IMPORTING F_ANLC = s_anlc.

FI_AA_VALUES_CALCULATE CALL FUNCTION 'FI_AA_VALUES_CALCULATE' EXPORTING I_ANLC = s_anlc IMPORTING E_ANLCV = s_anlcv.

ANEP_READ_MULTIPLE_GJAHR_ALL CALL FUNCTION 'ANEP_READ_MULTIPLE_GJAHR_ALL' EXPORTING I_BUKRS = s_anlb-bukrs I_ANLN1 = s_anlb-anln1 I_ANLN2 = s_anlb-anln2 I_GJAHR = BERDATUM(4) TABLES T_ANEP = lt_anep T_ANLB = lt_anlb.

ANLA_READ_SINGLE CALL FUNCTION 'ANLA_READ_SINGLE' EXPORTING F_ANLA = s_anla I_LOCK = ' ' IMPORTING F_ANLA = s_anla EXCEPTIONS NOT_FOUND = 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 RAIDSG_CAP_ALLOW or its description.