SAP RMODEL_ATTACHMENTS Attachments Table data and field list

RMODEL_ATTACHMENTS 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 "Attachments" 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_RMODEL_ATTACHMENTS TYPE RMODEL_ATTACHMENTS.

The RMODEL_ATTACHMENTS table consists of various fields, each holding specific information or linking keys about Attachments data available in SAP. These include BORROWER_TEXT (Description for Attachment), TAB_PERSONS_INSURED (), TAB_CHECKED_CHECKLIST (), TAB_DISBURSEMENT ()... 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. .

RMODEL_ATTACHMENTS structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


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

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the RMODEL_ATTACHMENTS table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
BORROWERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
BORROWER_TEXTDescription for Attachment TB_MODEL_ATTACHMENT_TEXTCHAR130
TAB_PERSONS_INSURED 0
TAB_CHECKED_CHECKLIST 0
TAB_DISBURSEMENT 0
TAB_DISBURSEMENT_KEYS 0
TAB_DISCHARGE_DEBT 0
TAB_PARTNER 0
BANK_SETTLEMENT 0
OK 0
BOOLEData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
PARTNERBusiness Partner Number BU_PARTNERCHAR10ALPHABU_PARTNERBPABUPA
BKVIDBank details ID BU_BKVIDCHAR4CHAR4
DATE_REPAYMENTStart Date for Repayment TB_VIEW_DATE_REPAYMENTDATS8DATUM
ZLSCHPayment Method DZLSCHCHAR1ZLSCH
TEXTDescription for Attachment TB_MODEL_ATTACHMENT_TEXTCHAR130
DAY_OF_PAYMENTDay of Installment Payment TB_VIEW_DAY_OF_PAYMENTNUMC2T_VIEW_DAY_OF_PAYMENT
MNDIDUnique Referene to Mandate per Payment Recipient SEPA_MNDIDCHAR35ID035
IBANIBAN (International Bank Account Number) BU_IBANCHAR34CHAR34
DISBURSEMENT 0
DISBURSEMENT_COMPLETEData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
DISBURSEMENT_ERRORData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
DISCHARGE_DEBT 0
DISCHARGED_DEBT_AMOUNTLoan Amount for Discharging TB_VIEW_DISCHARGED_DEBT_AMOUNTCURR13(2) WERT7
DISCHARGE_ADD_REQUESTED_AMOUNTAdditional Loan Request (when Loan Is Discharged) TB_VIEW_ADD_REQUESTED_AMOUNTCURR13(2) WERT7
INSURANCE_OKData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
INSURANCE_REQUIREDData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
CURRCurrency Key WAERSCUKY5Assigned to domainWAERSFWS

Key field Non-key field



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

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

How to access SAP table RMODEL_ATTACHMENTS

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

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