RMF67H SAP (Loans screen-only fields: Decision and so on) Structure details

Dictionary Type: Structure
Description: Loans screen-only fields: Decision and so on




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




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

RMF67H 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 "Loans screen-only fields: Decision and so on" 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_RMF67H TYPE RMF67H.

The RMF67H table consists of various fields, each holding specific information or linking keys about Loans screen-only fields: Decision and so on data available in SAP. These include BGESTKOS (Prime costs), PABSCHLB (Collateral value - Reduction), PABSCHLK (Prime costs reduction), BBELWERG (Result of credit standing check).. 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: Not classified


SAP RMF67H 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
BBELWERTCollateral value VVBBELWERTCURR13(2) WERTV7
BGESTKOSPrime costs VVBGESTKOSCURR13(2) WERTV7
PABSCHLBCollateral value - Reduction VVPABSCHLBDEC5(3) DEC2_3
PABSCHLKPrime costs reduction VVPABSCHLKDEC5(3) DEC2_3
BBELWERGResult of credit standing check VVBBONIPRFCURR13(2) WERTV7
BGESTERGPrime costs result VVBGESTERGCURR13(2) WERTV7
BBONIPRFResult of credit standing check VVBBONIPRFCURR13(2) WERTV7
PBONIKPDCredit standing-Result in % VVPBONIKPDDEC5(3) DEC2_3
BBISHENGExisting commitment VVBBISHENGCURR13(2) WERTV7
BNEUENGANew commitment VVBNEUENGACURR13(2) WERTV7
BDARLSUMLoans total amount VVBDARLSUMCURR13(2) WERTV7
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
RANLLoan number RANLDCHAR13ALPHARANLRAD
SFGKZRelease Indicator VVSFGKZCHAR1VVSFGKZ
SVZWECKPurpose of Loan SVZWECKCHAR2Assigned to domainSVZWK
BANTRAGCapital applied for BANTRAGCURR13(2) BWHR
BZUSAGECommitment capital BZUSAGECURR13(2) WERTV7
SANTWHRCurrency SWHRCUKY5Assigned to domainWAERSWHR
SSKZBBAV stock indicator SSKZBNUMC1Assigned to domainSSKZB
OPRUEKZIndicator whether outstanding open items are displayed VVOPRUEKZCHAR1XFELD
PAUSZKDisburs.Rate in Percent. of Commitment Capital (Short Form) VVPAUSZKDEC5(2) DEC3_2
PTILGKRepayment Rate (Short Form) VVPTILGKDEC5(2) DEC3_2
PNOMZKNominal interest (shrt form) VVPNOMZKDEC5(2) DEC3_2
DELFZEnd of Term DELFZDATS8DATUM
QSTAT_AChar 15 CHAR15CHAR15CHAR15
QSTAT_BChar 15 CHAR15CHAR15CHAR15
QSTAT_CChar 15 CHAR15CHAR15CHAR15

Key field Non-key field



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

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

How to access SAP table RMF67H

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