FDIES SAP (Include cash management memo records) Structure details

Dictionary Type: Structure
Description: Include cash management memo records




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




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

FDIES 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 "Include cash management memo records" 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_FDIES TYPE FDIES.

The FDIES table consists of various fields, each holding specific information or linking keys about Include cash management memo records data available in SAP. These include WRSHB (Amount in planned currency), KURST (Exchange Rate Type), XINVR (Indicator: inverted rate entry), DSART (Planning type).. 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: Can be enhanced (character-type or numeric)


SAP FDIES 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
DMSHBAmount in local currency DMSHWCURR15(2) WERTV8
WRSHBAmount in planned currency WRSHWCURR15(2) WERTV8
KURSTExchange Rate Type KURST_CURRCHAR4TCURVKURST
XINVRIndicator: inverted rate entry XKURSINVCHAR1XFELD
DSARTPlanning type DSARTCHAR2T037DSARTFFA
USRIDUser who created the record USRIDCHAR12USRID
HZDATDate on Which Record Was Created HZDATDATS8DATUM
AENUSLast user to make a change AENUSCHAR12Assigned to domainXUBNAME
AENDTDate of last change AENDTDATS8DATUM
AVDATArchiving or automatic expiration date AVDATDATS8DATUM
MERKMCharacteristics MERKMCHAR25MERKM
ZUONRAssignment Number FDZUOCHAR18ZUONR
REFERReference REFERCHAR16REFER
SGTXTText FDSGTCHAR50TEXT50
GGRUPOffsetting account GGRUPCHAR10ALPHAGRUPP
GBUKROffsetting company code GBUKRCHAR4T001BUKRS
GVALTOffsetting value date GVALTDATS8DATUM
AUSNRBank statement number AUSNRNUMC5AUSNR
AUSTGBank Statement Date AUSTGDATS8DATUM
VOARTTransaction type VOARTCHAR10VOART
ZINSSInterest rate DZINSSDEC7(3) PRZ43
KLARTCalendar type KLART_VZCHAR1KLART_VZ
STKNZStatistics Indicator STKNZCHAR1STKNZ
SDATMStart date SDATMDATS8DATUM
KLIDRID number for payment advice group in cash mgt and forecast KLIDRNUMC10IDENR
KLGNDReason for pairing payment advices in cash mgt and forecast KLGNDCHAR1KLGND
AUTH_RELAuthorization and Release Flag AUTH_RELCHAR8CHAR8
SEGMENTSegment for Segmental Reporting FB_SEGMENTCHAR10FAGL_SEGMALPHAFB_SEGMENT
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
GEBERFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC

Key field Non-key field



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

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

How to access SAP table FDIES

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