RCAPTR_ADMIN SAP (CAPTR: Administration Data for Capital Transfer) Structure details

Dictionary Type: Structure
Description: CAPTR: Administration Data for Capital Transfer




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




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

RCAPTR_ADMIN 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: Administration Data 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_ADMIN TYPE RCAPTR_ADMIN.

The RCAPTR_ADMIN table consists of various fields, each holding specific information or linking keys about CAPTR: Administration Data for Capital Transfer data available in SAP. These include MPOSTTYPE (Posting Control for the Capital Transfer), IMANPOPROC (Need for Postprocessing), DCOM_T (Commitment Date of Target Loan), DOFFON_T (Date of Offer Created for Target Loan).. 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_ADMIN 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
MRCAPTR_REASONReason for Capital Transfer TB_CAPTR_REASONNUMC3TDCAPTR_REASONTB_CAPTR_REASON
MPOSTTYPEPosting Control for the Capital Transfer TB_POSTTYPE_KEYNUMC2TZB09VVSBUST
IMANPOPROCNeed for Postprocessing TB_MAN_POSTPROCESSINGNUMC3TDCAPTR_POSTPRT_MAN_POSTPROCESSING
DCOM_TCommitment Date of Target Loan TB_DATE_COMMITMENT_TARGETDATS8DATUM
DOFFON_TDate of Offer Created for Target Loan TB_DATE_OFFER_ON_TARGETDATS8DATUM
DOFFUNT_TEnd of Validity Period of Offer of Target Loan TB_DATE_OFFER_UNTIL_TARGETDATS8DATUM
DACCEPT_TAceptance Date of Offer of Target Loan TB_DATE_ACCEPTED_ON_TARGETDATS8DATUM
DAPPLIC_TApplication Date of Target Loan TB_DATE_APPLICATION_ON_TARGETDATS8DATUM
DAPPROV_TApproval Date of Target Loan TB_DATE_APPROVAL_TARGETDATS8DATUM
DCONTRAC_TCreation Date of Contract for Target Loan TB_DATE_CONTRACT_ON_TARGETDATS8DATUM
ICONTR_CREATED_TContract Created Indicator (Target Loan) TB_IND_CONTRACT_CREATED_TARGETCHAR1XFELD
INEW_CONTRACTIndicator - Is Contract Registered for Capital Transfer TB_NEW_CONTRACTCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RCAPTR_ADMIN

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