/SAPF15/ALV_RM SAP () Structure details

Dictionary Type: Structure
Description:




ABAP Code to SELECT data from /SAPF15/ALV_RM
Related tables to /SAPF15/ALV_RM
Access table /SAPF15/ALV_RM




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

/SAPF15/ALV_RM 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 "" 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_/SAPF15/ALV_RM TYPE /SAPF15/ALV_RM.

The /SAPF15/ALV_RM table consists of various fields, each holding specific information or linking keys about data available in SAP. These include GJAHR (Fiscal Year), BEWIRTSCHAFTER (), BBELNR (), SBELNR (Accounting Document 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: Not classified


SAP /SAPF15/ALV_RM 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
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BEWIRTSCHAFTER /SAPF15/BEWIRTSCHAFTERCHAR8Assigned to domain/SAPF15/BEWIRTSCHAFTER/SAPF15/BEWIRT
BBELNR /SAPF15/KASSENZEICHENCHAR12CHAR12
SBELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
SGJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
KFA /SAPF15/RM_KFACHAR3Assigned to domain/SAPF15/RM_KFA
KFAT /SAPF15/RM_KFATCHAR50/SAPF15/RM_KFAT
GUIDGUID in 'CHAR' format with upper-/lowercase (!) GUID_22CHAR22SYSUUID_22
HERKUNFT 0
VSL /SAPF15/VSLCHAR5Assigned to domain/SAPF15/VSL/SAPF15/TVSL
STATUS /SAPF15/RM_STATUSCHAR1/SAPF15/RM_STATUS
INFO 0
CHECKBOXSingle-Character Indicator CHAR1CHAR1CHAR1
FLAGSingle-Character Indicator CHAR1CHAR1CHAR1
COLOR3-Byte field CHAR3CHAR3CHAR3
ICONIcon in text fields (substitute display, alias) ICON_DCHAR4Assigned to domainICON
INFO132 /SAPF15/RM_KFA_POST_DATACHAR132/SAPF15/RM_KFA_POST_DATA
ERSDACreated On ERSDADATS8DATUM
ERZETEntry time ERZETTIMS6UZEIT
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
LAEDADate of Last Change LAEDADATS8DATUM
AEZETTime last change was made AEZETTIMS6UZEIT
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
BEARBUser INRUSCHAR12TEXT12
DATUMReference Date SBDAT_CMDATS8DATUM
F15Z_EINLIEFERER /SAPF15/F15Z_EINLIEFERERCHAR8Assigned to domain/SAPF15/BEWIRTSCHAFTER
F15_BEWIRT_GRP /SAPF15/BEWIRTSCHAFTER_GRUPPECHAR8Assigned to domain/SAPF15/BEWIRTSCHAFTER
F15_BUNDESKASSE /SAPF15/BUNDESKASSENUMC2/SAPF15/BUNDESKASSE

Key field Non-key field



How do I retrieve data from SAP structure /SAPF15/ALV_RM using ABAP code?

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

How to access SAP table /SAPF15/ALV_RM

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