RCAPTR_TRANSFER_INSTRUCT_API SAP (CAPTR: Control Fields for Capital Transfer) Structure details

Dictionary Type: Structure
Description: CAPTR: Control Fields for Capital Transfer




ABAP Code to SELECT data from RCAPTR_TRANSFER_INSTRUCT_API
Related tables to RCAPTR_TRANSFER_INSTRUCT_API
Access table RCAPTR_TRANSFER_INSTRUCT_API




Structure field list including key, data, relationships and ABAP select examples

RCAPTR_TRANSFER_INSTRUCT_API is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "CAPTR: Control Fields for Capital Transfer" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_RCAPTR_TRANSFER_INSTRUCT_API TYPE RCAPTR_TRANSFER_INSTRUCT_API.

The RCAPTR_TRANSFER_INSTRUCT_API table consists of various fields, each holding specific information or linking keys about CAPTR: Control Fields for Capital Transfer data available in SAP. These include IULTDVALUTTF (Month-End Indicator on Transfer Key Date), ICOMTF (Transfer Procedure Indicator (' ' = Rem. Cap '1' = Val.DtCp)), IREDISTF (Indictor 'Transfer Post Remaining Discount / Premium'), IPREDISTF (Indicator Transfer Advance Discount / Premium).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RCAPTR_TRANSFER_INSTRUCT_API structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
DVALUTTFTransfer Key Date TB_TRANSFER_DATEDATS8DATUM
IULTDVALUTTFMonth-End Indicator on Transfer Key Date TB_IND_ULTIMOCHAR1VVSULT
ICOMTFTransfer Procedure Indicator (' ' = Rem. Cap '1' = Val.DtCp) TB_IND_TRANSFER_PROCEDURECHAR1TB_CAPTR_TRANSFER_PROCEDURE
IREDISTFIndictor 'Transfer Post Remaining Discount / Premium' TB_IND_REMAINING_DISCOUNT_TFCHAR1XFELD
IPREDISTFIndicator Transfer Advance Discount / Premium TB_IND_PRE_DISCOUNT_TRANSFERCHAR1XFELD
INSEREPCF_TIndicator 'Carry Forward Repayment Not Settled to Targ. Loan TB_IND_NOT_SETTLED_REP_TARGETCHAR1XFELD
RECAPCONTROLControl Transfer Remaining Capital TB_REMAINING_CAPITAL_CONTROLNUMC2T_CAPITAL_CONTROL
DIOBCONTROLControl Disbursement Obligation TB_DISBURSEMENT_OBL_CONTROLNUMC2T_CAPITAL_CONTROL
REDISCONTROLControl Remaining Discount / Premium TB_REMAINING_DISCOUNT_CONTROLNUMC2T_CAPITAL_CONTROL
PREDISCONTROLControl Advance Discount / Premium TB_PRE_DISCOUNT_CONTROLNUMC2T_CAPITAL_CONTROL
NSEREPCONTROLControl Repayment Amount Not Settled TB_NOT_SETTLED_REP_CONTROLNUMC2T_CAPITAL_CONTROL
COMCAPCONTROLValue-Dated Capital Control TB_VALUEDATED_CAPITAL_CONTROLNUMC2T_CAPITAL_CONTROL
SCHEDREPCONTROLScheduled Repayment Control TB_SCHEDULED_REPAY_CONTROLNUMC2T_CAPITAL_CONTROL
UNSCHEDREPCONTRUnscheduled Repayment Control TB_UNSCHEDULED_REPAY_CONTROLNUMC2T_CAPITAL_CONTROL
PRATETFTransfer Quota Capital Transfer TB_TRANSFER_RATEDEC10(7) TB_TRANSFER_RATE

Key field Non-key field



How do I retrieve data from SAP structure RCAPTR_TRANSFER_INSTRUCT_API using ABAP code?

As RCAPTR_TRANSFER_INSTRUCT_API is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on RCAPTR_TRANSFER_INSTRUCT_API as there is no data to select.

How to access SAP table RCAPTR_TRANSFER_INSTRUCT_API

Within an ECC or HANA version of SAP you can also view further information about RCAPTR_TRANSFER_INSTRUCT_API and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!