RCAPTR_TARGET_API SAP (CAPTR: Fields for Target Loan) Structure details

Dictionary Type: Structure
Description: CAPTR: Fields for Target Loan




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




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

RCAPTR_TARGET_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: Fields for Target Loan" 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_TARGET_API TYPE RCAPTR_TARGET_API.

The RCAPTR_TARGET_API table consists of various fields, each holding specific information or linking keys about CAPTR: Fields for Target Loan data available in SAP. These include MBVTYP_T (Bank Details ID in Target Loan), MZLSCH_T (Payment Method in Target Loan), PARTNR_T (Partner Number), FTRECAIF_T (Flow Type Remaining Capital Inflow).. 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_TARGET_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
MRANL_TLoan Number Target Loan TB_RANL_TARGETCHAR13ALPHARANL_TDARL
MBVTYP_TBank Details ID in Target Loan TB_BVTYP_TARGETCHAR4BVTYP
MZLSCH_TPayment Method in Target Loan TB_ZLSCH_TARGETCHAR1Assigned to domainZLSCH
PARTNR_TPartner Number TB_PARTNR_CAPTRCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
FTRECAIF_TFlow Type Remaining Capital Inflow TB_FT_REMAINING_CAPITAL_IFCHAR4Assigned to domainSBEWART
FTREPCF_TFlow Type Repayment Carry Forward TB_FT_REPAYMENT_CARRY_FORWARDCHAR4Assigned to domainSBEWART
FTREDISIF_TFlow Type Remaining Discount / Premium Inflow TB_FT_REMAINING_DISCOUNT_IFCHAR4Assigned to domainSBEWART
FTPREDISIF_TFlow Type Advance Discount / Premium Inflow TB_FT_PRE_DISCOUNT_IFCHAR4Assigned to domainSBEWART
CTNSETREPCFCondition Type Carry Forward Repayment Amnt Not Settled TB_CT_NOT_SET_REP_CARRY_FORWNUMC4Assigned to domainSKOART
MSBOTERM_TRepayment Change Indicator Target Loan TB_SBOTERM_CAPTR_TARGETCHAR1T_SBOTERM_CAPTR_TARGET
CTREP_TRepayment Condition Type in Target Loan TB_CT_REPAYMENT_TARGETNUMC4Assigned to domainSKOART
DBEGREP_TRepayment Start in Target Loan TB_REPAYMENT_DATE_FROM_TARGETDATS8DATUM
PREPCHG_TRepayment Rate in Target Loan in Percent TB_REPAYMENT_RATE_TARGETDEC10(7) DEC3_7
AREPCHG_TSpecified Payment Installment in Target Loan TB_REPAYMENT_AMOUNT_TARGETCURR13(2) WERTV7
AREPCHGBAS_TBase Amount in Target Loan TB_REPAYMENT_BAS_AMOUNT_TARGETCURR13(2) WERTV7
ATFVALCAIF_TValue-Dated Capital to Transfer in Target Loan (Inflow) TB_TF_VALUEDATED_CAP_TARGETCURR13(2) WERTV7
ATFSCHRIF_TScheduled Repayment Capital to be Transferred (Inflow) TB_TF_SCHEDULED_REPAY_CAP_TCURR13(2) WERTV7
ATFUNSCHRIF_TUnscheduled Repayment Capital to be Transferred (Inflow) TB_TF_UNSCHEDULED_REPAY_CAP_TCURR13(2) WERTV7
FTVALCAIF_TFlow Type Value-Dated Captial Inflow TB_FT_VALUEDATED_CAPITAL_IFCHAR4Assigned to domainSBEWART
FTSCHRIF_TFlow Type Scheduled Repayment Inflow TB_FT_SCHEDREP_CAPITAL_IFCHAR4Assigned to domainSBEWART
FTUNSCHRIF_TFlow Type Unscheduled Repayment Inflow TB_FT_UNSCHEDREP_CAPITAL_IFCHAR4Assigned to domainSBEWART

Key field Non-key field



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

As RCAPTR_TARGET_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_TARGET_API as there is no data to select.

How to access SAP table RCAPTR_TARGET_API

Within an ECC or HANA version of SAP you can also view further information about RCAPTR_TARGET_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!