RGCT875D 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 RGCT875D into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
OCAS - FI-LC: Print Asset Transfer
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: PANLN1 = Asset number
Selection Text: PANLN2 = Asset number Acquiring co.
Selection Text: PA_AHK = APC threshold
Selection Text: PA_MEHR = Gain threshold
Selection Text: PA_WB = Depreciation threshold
Selection Text: PPERID = Transfer period
Selection Text: PRASSC = Acquiring company
Selection Text: PRCOMP = Retiring company
Selection Text: PRSUBD = Subgroup
Selection Text: PRVERS = Version
Selection Text: PRYEAR = Transfer year
Selection Text: PUNR1 = Subnumber
Selection Text: PUNR2 = Sub-Number Acquiring co.
Selection Text: P_INCLV = Include prior periods
Title: Print Asset Transfers
Text Symbol: 202 = the specified time period, otherwise only the data for the key date.
Text Symbol: 201 = When this field is marked, the data is taken into consideration up to
Text Symbol: 200 = incl. prior periods
Text Symbol: 106 = Accumulated values (reported data)
Text Symbol: 105 = Transfer Gain/Loss APC/Depr/Gain Control
Text Symbol: 104 = Ledger:
Text Symbol: 103 = Currency:
Text Symbol: 102 = Company:
Text Symbol: 101 = Acq.Co. Yr. Mo. Year Prd APC Depr.
Text Symbol: 100 = RetCo Asset Sub M Depr.% Life Depr.Bg. FS item FS item Asset description
Text Symbol: 092 = Elimination (accumulated values w/o considering threshold values)
Text Symbol: 091 = FS item APC Retirements Depr. Retirements APC Acquisitions Gains Losses
Text Symbol: 090 = Elimination (accumulated item values)
Text Symbol: 010 = Transfer:
Text Symbol: 030 = Gains :
Text Symbol: 031 = Losses :
Text Symbol: 032 = Gain/Loss:
Text Symbol: 033 = Number of entries :
Text Symbol: 034 = Depr. Adjustments :
Text Symbol: 035 = Acquisition cost :
Text Symbol: 040 = Gains :
Text Symbol: 041 = Losses :
Text Symbol: 042 = Depr. Adjustments :
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_INFORM * CALL FUNCTION 'POPUP_TO_INFORM' * EXPORTING * TITEL = TEXT-200 * TXT1 = TEXT-201 * TXT2 = TEXT-202.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.