FDES_IMPORT_ASCII SAP (Structure for Importing TR-CM Memo Recs (Pyt Advs/Plan Itms)) Structure details

Dictionary Type: Structure
Description: Structure for Importing TR-CM Memo Recs (Pyt Advs/Plan Itms)




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




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

FDES_IMPORT_ASCII 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 "Structure for Importing TR-CM Memo Recs (Pyt Advs/Plan Itms)" 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_FDES_IMPORT_ASCII TYPE FDES_IMPORT_ASCII.

The FDES_IMPORT_ASCII table consists of various fields, each holding specific information or linking keys about Structure for Importing TR-CM Memo Recs (Pyt Advs/Plan Itms) data available in SAP. These include BNKKO (G/L account/internal Cash Mgmt account), GRUPP (Planning Group), EBENE (Planning level), DISPW (Planned currency for cash management and forecast).. 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 FDES_IMPORT_ASCII 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
BNKKOG/L account/internal Cash Mgmt account SKPSKCHAR10Assigned to domainALPHASKPSKFFB
GRUPPPlanning Group FDGRPCHAR10Assigned to domainALPHAFDGRPFFG
EBENEPlanning level FDLEVCHAR2Assigned to domainFDLEVFFE
DISPWPlanned currency for cash management and forecast DISPWCUKY5Assigned to domainWAERSFDW
DATUMPlanning date FDTAGDATS8DATUMFDT
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
DMSHBField of length 16 CHAR16CHAR16CHAR16
WRSHBField of length 16 CHAR16CHAR16CHAR16
KURSTExchange Rate Type KURST_CURRCHAR4Assigned to domainKURST
XINVRIndicator: inverted rate entry XKURSINVCHAR1XFELD
DSARTPlanning type DSARTCHAR2Assigned to domainDSARTFFA
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 GBUKRCHAR4Assigned to domainBUKRS
GVALTOffsetting value date GVALTDATS8DATUM
AUSNRBank statement number AUSNRNUMC5AUSNR
AUSTGBank Statement Date AUSTGDATS8DATUM
VOARTTransaction type VOARTCHAR10VOART
ZINSSCharacter field, 8 characters long CHAR8CHAR8CHAR8
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_SEGMENTCHAR10Assigned to domainALPHAFB_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 FDES_IMPORT_ASCII using ABAP code?

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

How to access SAP table FDES_IMPORT_ASCII

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