USMDA_S_FSI_ATTR SAP (FinMDM Extraction Structure Group Account Attributes) Structure details

Dictionary Type: Structure
Description: FinMDM Extraction Structure Group Account Attributes




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




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

USMDA_S_FSI_ATTR 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 "FinMDM Extraction Structure Group Account Attributes" 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_USMDA_S_FSI_ATTR TYPE USMDA_S_FSI_ATTR.

The USMDA_S_FSI_ATTR table consists of various fields, each holding specific information or linking keys about FinMDM Extraction Structure Group Account Attributes data available in SAP. These include CCOA (Group Chart of Accounts), DATETO (System Date), DATEFROM (System Date), USMD_EDITION (Edition).. 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 USMDA_S_FSI_ATTR 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
FSIItem USMDZ1_FSI2CHAR10ALPHAUSMDZ1_FSI
CCOAGroup Chart of Accounts USMDZ1_CCOACHAR4USMDZ1_CCOA
DATETOSystem Date SYDATUMDATS8SYDATS
DATEFROMSystem Date SYDATUMDATS8SYDATS
USMD_EDITIONEdition USMD_EDITIONCHAR10Assigned to domainALPHAUSMD_EDITION
USMD_RELEASED_ATUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
FSIBSIGNDebit/Credit Sign (+/-) USMDZ1_SIGN2CHAR1USMDZ1_SIGN2
FSIEBSTYPBalance Sheet Item Type USMDZ1_BSITEMTYPECHAR2USMDZ1_BSITEMTYPE
FSIECATSingle-Character Indicator CHAR1CHAR1CHAR1
FSIECFNBSingle-Character Indicator CHAR1CHAR1CHAR1
FSIFBLCRESingle-Character Indicator CHAR1CHAR1CHAR1
FSIFBLPLASingle-Character Indicator CHAR1CHAR1CHAR1
FSIFBLPOSSingle-Character Indicator CHAR1CHAR1CHAR1
FSIFDELSingle-Character Indicator CHAR1CHAR1CHAR1
FSIFTYPSingle-Character Indicator CHAR1CHAR1CHAR1
ACCGRPFSINot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
BDCFSINot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
FICOAFSINot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
FSISTATSingle-Character Indicator CHAR1CHAR1CHAR1
FSIECONTRCharacter Field Length = 10 CHAR10CHAR10CHAR10
SUBMPFSINot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
COANot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
FSICDIMDimensionality USMDZ1_FSIDIMENSIONCHAR12USMDZ1_FSIDIMENSION
FSICRATETCurrency Translation Method USMDZ1_RATETYPECHAR10USMDA1_RATETYPE
FSICSCALScaling Factor USMDZ1_SCALINGCHAR1USMDZ1_FLAG
FSICSCGYItem category 2 USMDZ1_FSISUBCGYCHAR3USMDZ1_FSISUBCGY
FSIRESPPPerson Responsible USMDZ1_RESP_PERSONCHAR20USMDZ1_PERSON
FSIRESPUUser Responsible USMDZ1_RESP_USERCHAR12Assigned to domainXUBNAME
FSIELCFSIElimination Item USMDZ1_FSIELIMCHAR10ALPHAUSMDZ1_FSI
FSINEWFSINew Group Account USMDZ1_FSINCHAR10ALPHAUSMDZ1_FSI
FSIUSAGEWhere-applied Indicator USMDZ1_USAGECHAR1USMDZ1_USAGE
FSIDECIMNumber of Decimal Places USMDZ1_DECIMCHAR1USMDZ1_DECIM
FSICNVIDAutomatic Currency Translation USMDZ1_CNVINDCHAR1USMDZ1_FLAG
CATEGFSIItem category 1 USMDZ1_FSICGYCHAR10USMDZ1_FSICGY
SUBCFSIItem category 2 USMDZ1_FSISUBCGYCHAR3USMDZ1_FSISUBCGY
DIMFSIDimensionality USMDZ1_FSIDIMENSIONCHAR12USMDZ1_FSIDIMENSION
MVMTFSITransaction Type Category USMDZ1_FSIMVMTYCHAR12USMDZ1_FSIMVMTY

Key field Non-key field



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

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

How to access SAP table USMDA_S_FSI_ATTR

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