IFMFG_ECATT_VENDOR SAP (eCATT: Mini-structure for Vendor Master) Structure details

Dictionary Type: Structure
Description: eCATT: Mini-structure for Vendor Master




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




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

IFMFG_ECATT_VENDOR 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 "eCATT: Mini-structure for Vendor Master" 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_IFMFG_ECATT_VENDOR TYPE IFMFG_ECATT_VENDOR.

The IFMFG_ECATT_VENDOR table consists of various fields, each holding specific information or linking keys about eCATT: Mini-structure for Vendor Master data available in SAP. These include BUKRS (Company Code), EKORG (Purchasing Organization), KTOKK (Vendor account group), PSOVN (First Name).. 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 (Deep)


SAP IFMFG_ECATT_VENDOR 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
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
KTOKKVendor account group KTOKKCHAR4Assigned to domainKTOKKKGK
PSOVNFirst Name PSOVNCHAR35NAME
NAME1Name 1 NAME1_GPCHAR35NAME
SORT1Search Term 1 AD_SORT1ULCHAR20TEXT20
STREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
POST_CODE1City postal code AD_PSTCD1CHAR10CHAR10
CITY1City AD_CITY1CHAR40TEXT40CLCITYNAME
COUNTRYCountry Key LAND1CHAR3Assigned to domainLAND1LND
REGIONSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
KONZSGroup key KONZSCHAR10KONZS
STCD1Tax Number 1 STCD1CHAR16STCD1
BANK_COUNTRYBank country key BANKSCHAR3Assigned to domainLAND1BKL
BANK_KEYBank Keys BANKKCHAR15BANKKBNK
BANK_ACCOUNTBank account number BANKNCHAR18BANKN
AKONTReconciliation Account in General Ledger AKONTCHAR10Assigned to domainALPHASAKNR
VZSKZInterest calculation indicator VZSKZCHAR2Assigned to domainVZSKZ
ZTERM_PMNTTerms of Payment Key DZTERMCHAR4ZTERM
KULTGProbable time until check is paid KULTGDEC3PACK2
ZWELSList of the Payment Methods to be Considered DZWELSCHAR10ZWELS
HBKIDShort Key for a House Bank HBKIDCHAR5Assigned to domainHBKID
ZGRUPKey for Payment Grouping DZGRUPCHAR2Assigned to domainZGRUP
WAERSPurchase order currency BSTWACUKY5Assigned to domainWAERS
ZTERM_PURCHTerms of Payment Key DZTERMCHAR4ZTERM
UZAWEPayment Method Supplement UZAWECHAR2Assigned to domainUZAWE

Key field Non-key field



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

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

How to access SAP table IFMFG_ECATT_VENDOR

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