RAIDTR_SHAR_CAP 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 RAIDTR_SHAR_CAP 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_TESTM = D Test Run
Selection Text: P_PERCNT = Percentage Rate
Selection Text: P_PACC1 = Share Capital Account
Selection Text: P_GJAHR = D Fiscal Year
Selection Text: P_BWASL = D Transaction Type
Selection Text: P_BUDAT = Posting Date
Selection Text: P_BI_ALL = Post to FI-AA and FI-GL
Selection Text: P_BI_AA = Post to FI-AA Only
Selection Text: P_AFABET = Revaluation Fund Area
Selection Text: P_AFABED = Share Capital Area
Selection Text: BAT_NAME = Batch Input Session
Title: Transfer Revaluation Fund to Share Capital (Turkey)
Text Symbol: 031 = Rev. Fund for Depr.
Text Symbol: 032 = Rev. Fund for APC
Text Symbol: 033 = Net Value for Posting
Text Symbol: 036 = Revaluation Fund
Text Symbol: 037 = Rem. Rev. Fund
Text Symbol: 038 = Acquis. Date
Text Symbol: 039 = Revaluation Amount
Text Symbol: 030 = Share Capital
Text Symbol: 025 = Enter a percentage rate (0-100)
Text Symbol: 024 = Test run: Batch input session not allowed
Text Symbol: 022 = Transfer to Share Capital
Text Symbol: 021 = Create Batch Input Session for
Text Symbol: 019 = No
Text Symbol: 018 = Yes
Text Symbol: 017 = Do you want to continue?
Text Symbol: 006 = Run Type
Text Symbol: 005 = Posting Parameters for FI-GL Documents
Text Symbol: 004 = Transaction type not allowed
Text Symbol: 002 = Posting Parameters for FI-AA Documents
Text Symbol: 040 = Depreciation of Revaluation
Text Symbol: 049 = Error opening batch input session
Text Symbol: 048 = Batch input session created
Text Symbol: 047 = No batch input session created
Text Symbol: 046 = User
Text Symbol: 045 = Date
Text Symbol: 042 = Fiscal Period
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
LAST_DAY_IN_YEAR_GET CALL FUNCTION 'LAST_DAY_IN_YEAR_GET' EXPORTING I_DATE = p_budat I_PERIV = f_periv IMPORTING E_DATE = berdatum.
BDC_OPEN_GROUP CALL FUNCTION 'BDC_OPEN_GROUP' EXPORTING group = bat_name user = sy-uname keep = 'X' EXCEPTIONS client_invalid = 1 destination_invalid = 2 group_invalid = 3 holddate_invalid = 4 internal_error = 5.
BDC_CLOSE_GROUP CALL FUNCTION 'BDC_CLOSE_GROUP' EXCEPTIONS not_open = 1 queue_error = 2.
BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING tcode = trncode TABLES dynprotab = bdctable EXCEPTIONS internal_error = 1 not_open = 2 queue_error = 3 tcode_invalid = 4.
POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING defaultoption = 'N' diagnosetext1 = text-021 diagnosetext2 = text-022 textline1 = text-018 textline2 = text-019 titel = text-017 IMPORTING answer = batch_do.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = heading[].
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = g_repid i_callback_pf_status_set = g_status i_callback_user_command = g_user_command i_save = g_save is_variant = g_variant it_events = gt_events[] it_fieldcat = gt_fieldcat[] is_layout = gs_layout TABLES t_outtab = gt_outtab.
FI_COMPANY_CODE_CHECK CALL FUNCTION 'FI_COMPANY_CODE_CHECK' EXPORTING i_bukrs = bukrs-low EXCEPTIONS company_code = 1 OTHERS = 2.
DATE_TO_PERIOD_CONVERT CALL FUNCTION 'DATE_TO_PERIOD_CONVERT' EXPORTING i_date = p_budat i_periv = f_periv IMPORTING e_gjahr = p_gjahr " Move value to Sel.Screen field
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RAIDTR_SHAR_CAP - Transfer Revaluation Fund to Share Capital (Turkey) RAIDTR_SHAR_CAP - Transfer Revaluation Fund to Share Capital (Turkey) RAIDSG_CAP_RETIRE - Balancing Adjustment Report (Singapore) RAIDSG_CAP_RETIRE - Balancing Adjustment Report (Singapore) RAIDSG_CAP_ALLOW - Capital Allowance Report (Singapore) RAIDSG_CAP_ALLOW - Capital Allowance Report (Singapore)