RALV_LOAN_TOP SAP (Loan Structure for Top of Page for ALV Grid Lists) Structure details

Dictionary Type: Structure
Description: Loan Structure for Top of Page for ALV Grid Lists




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




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

RALV_LOAN_TOP 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 "Loan Structure for Top of Page for ALV Grid Lists" 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_RALV_LOAN_TOP TYPE RALV_LOAN_TOP.

The RALV_LOAN_TOP table consists of various fields, each holding specific information or linking keys about Loan Structure for Top of Page for ALV Grid Lists data available in SAP. These include BUKRS_TEXT (Name of Company Code or Company), GSART (Product Type), GSART_TEXT (Text (30 Characters)), RANL (Contract Number).. 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 RALV_LOAN_TOP 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BUKRS_TEXTName of Company Code or Company BUTXTCHAR25TEXT25
GSARTProduct Type VVSARTCHAR3Assigned to domainVVSARTSANVVSART_APPL_BAS
GSART_TEXTText (30 Characters) TEXT30CHAR30TEXT30
RANLContract Number RANLCHAR13ALPHARANLRAN
SSTATIStatus of data record SSTATINUMC2Assigned to domainSTATI
SSTATI_TEXTStatus name LTXCHAR30TEXT30
SBEA_TEXTShort Text for Fixed Values VAL_TEXTCHAR60DDTEXT
LC_DISBURSE_TEXTShort Text for Fixed Values VAL_TEXTCHAR60DDTEXT
ORIGIN_TEXTShort Text for Fixed Values VAL_TEXTCHAR60DDTEXT
ADDRESS_TEXTOne-line short form of formatted address AD_LINE_SCHAR80CHAR80
PRODUCT_ID_TEXTText Field TEXT50CHAR50TEXT50
SEPA_DATAText Field TEXT50CHAR50TEXT50
CONTRACT_BICSWIFT/BIC for International Payments SWIFTCHAR11SWIFT
CONTRACT_IBANIBAN (International Bank Account Number) BU_IBANCHAR34CHAR34

Key field Non-key field



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

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

How to access SAP table RALV_LOAN_TOP

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