FMFGGENERAL_INFO1 SAP (Element grouping that contains general information about the) Structure details

Dictionary Type: Structure
Description: Element grouping that contains general information about the




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




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

FMFGGENERAL_INFO1 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 "Element grouping that contains general information about the" 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_FMFGGENERAL_INFO1 TYPE FMFGGENERAL_INFO1.

The FMFGGENERAL_INFO1 table consists of various fields, each holding specific information or linking keys about Element grouping that contains general information about the data available in SAP. These include BASIC_INFO (), CONTROLLER (), DUNS (Data Universal Numbering System - a Dun and Bradstreet uniqu), DUNS4 (Data Universal Numbering System plus 4 digits).. 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 FMFGGENERAL_INFO1 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
CONTROLLER 0
BASIC_INFO 0
CONTROLLER 0
DUNSData Universal Numbering System - a Dun and Bradstreet uniqu FMFGDUNS1STRG0
DUNS4Data Universal Numbering System plus 4 digits FMFGDUNS41STRG0
CAGECommercial and Government Entity number - identification cod FMFGCAGE1STRG0
LEGAL_BUSINESS_NAMELegal name of the business FMFGLEGAL_BUSINESS_NAME1CHAR120
DOING_BUSINESS_ASName under which business is conducted FMFGDOING_BUSINESS_AS1CHAR60
TAXPAYER_IDENTIFICATION_NUMBER9-digit identification number used by companies for income t FMFGTAXPAYER_IDENTIFICATION_N1STRG0
SOCIAL_SECURITY_NUMBER9-digit unique personal identification number. Level 2. FMFGSOCIAL_SECURITY_NUMBER1STRG0
CURRENT_REGISTRATION_STATUSCurrent status of the CCR registration FMFGCURRENT_REGISTRATION_STATUSTRG0
REGISTRATION_EXPIRATION_DATEDate the CCR registration expires FMFGREGISTRATION_EXPIRATION_D1STRG0
DIVISION_NAMEName of the company division if part of a larger company FMFGDIVISION_NAME1CHAR60
DIVISION_NUMBERNumber of the company division if part of a larger company FMFGDIVISION_NUMBER1STRG0
URLUniform Resource Locator - world wide web address FMFGURL1CHAR200
START_DATEBusiness start date FMFGSTART_DATE1STRG0
EMPLOYEE_NUMBERNumber of employees. Level 2. FMFGEMPLOYEE_NUMBER1STRG0
LOCATION_EMPLOYEE_NUMBERNumber of employees at the specified location. Level 2. FMFGLOCATION_EMPLOYEE_NUMBER1STRG0
END_DATEEnd date of the fiscal year in MMDD format FMFGEND_DATE1STRG0
REVENUEIncome generated by the business. Level 2. FMFGREVENUE1STRG0
LOCATION_REVENUEIncome generated by the business at the specified location. FMFGLOCATION_REVENUE1STRG0
COMPANY_SECURITY_LEVEL2-digit security level for the company FMFGCOMPANY_SECURITY_LEVEL1STRG0
HIGHEST_EMPLOYEE_SECURITY_LEV2-digit code indicating highest level of employee security FMFGHIGHEST_EMPLOYEE_SECURITY1STRG0
ORGANIZATION_TYPE_CODECode that indicates the type of organization FMFGORGANIZATION_TYPE_CODE1STRG0
DELINQUENT_FEDERAL_DEBTReflects whether the vendor currently has outstanding delinq FMFGDELINQUENT_FEDERAL_DEBT1CHAR1
NO_PUBLIC_DISPLAY_FLAGFlag indicating vendor information may not be displayed or d FMFGNO_PUBLIC_DISPLAY_FLAG1CHAR1
PHYSICAL_ADDRESS 0
CONTROLLER 0
ADDRESS1Physical location or post office address line one FMFGADDRESS11CHAR55
ADDRESS2Physical location or post office address line two FMFGADDRESS21CHAR55
CITYCity component of an address FMFGCITY1CHAR35
STATEState, province or territory component of an address FMFGSTATE1STRG0
POSTAL_CODEPostal code component of an address FMFGPOSTAL_CODE1CHAR35
FOREIGN_PROVINCEForeign province component of an address FMFGFOREIGN_PROVINCE1CHAR50
COUNTRYCountry component of an address. These three-character code FMFGCOUNTRY1STRG0
MAILING_ADDRESS 0
CONTROLLER 0
NAMEName as a component of contact information FMFGNAME1CHAR60
ADDRESS1Physical location or post office address line one FMFGADDRESS11CHAR55
ADDRESS2Physical location or post office address line two FMFGADDRESS21CHAR55
CITYCity component of an address FMFGCITY1CHAR35
STATEState, province or territory component of an address FMFGSTATE1STRG0
POSTAL_CODEPostal code component of an address FMFGPOSTAL_CODE1CHAR35
FOREIGN_PROVINCEForeign province component of an address FMFGFOREIGN_PROVINCE1CHAR50
COUNTRYCountry component of an address. These three-character code FMFGCOUNTRY1STRG0

Key field Non-key field



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

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

How to access SAP table FMFGGENERAL_INFO1

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