SAPMF64H_100_T SAP (Table Structure for ALV Grid in SAPMF64H-100) Structure details

Dictionary Type: Structure
Description: Table Structure for ALV Grid in SAPMF64H-100




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




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

SAPMF64H_100_T 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 "Table Structure for ALV Grid in SAPMF64H-100" 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_SAPMF64H_100_T TYPE SAPMF64H_100_T.

The SAPMF64H_100_T table consists of various fields, each holding specific information or linking keys about Table Structure for ALV Grid in SAPMF64H-100 data available in SAP. These include SEC_ACCOUNT_TEXT (Securities account ID), ACCREF_OLD (Old acct assignment reference for balance sheet transfer), GL_ACCOUNT (General Ledger Account), UNITS (Number of units for unit-quoted securities).. 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 SAPMF64H_100_T 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
SEC_ACCOUNTSecurities Account RLDEPOCHAR10Assigned to domainRLDEPODEPACC_CCD_CORE
SEC_ACCOUNT_TEXTSecurities account ID XLDEPOCHAR30XLDEPO
ACCREF_OLDOld acct assignment reference for balance sheet transfer KOREF_ALTCHAR8T037SUSTRU
GL_ACCOUNTGeneral Ledger Account HKONTCHAR10SKA1ALPHASAKNR
UNITSNumber of units for unit-quoted securities ASTUECKDEC15(5) ASTUECK
NOMINALNominal amount in position currency BNOMINALCURR15(2) WERTV8_TR
NOMINAL_CURRENCYCurrency of nominal amount SNWHRCUKY5Assigned to domainWAERS
BOOKVALUEBook value in position currency BBUCHWRCURR15(2) WERTV8_TR
POSITION_CURRENCYPosition Currency (Currency of Position Amount) SBWHRCUKY5Assigned to domainWAERS
BOOKVALUE_HWBook value in local currency BBUCHHWCURR15(2) WERTV8_TR
LOCAL_CURRENCYLocal currency SHWHRCUKY5Assigned to domainWAERS

Key field Non-key field



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

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

How to access SAP table SAPMF64H_100_T

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