SAP EAPSCO_BASIC_INFO Element grouping that contains basic information about the c Table data and field list

EAPSCO_BASIC_INFO 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 basic information about the c" 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_EAPSCO_BASIC_INFO TYPE EAPSCO_BASIC_INFO.

The EAPSCO_BASIC_INFO table consists of various fields, each holding specific information or linking keys about Element grouping that contains basic information about the c data available in SAP. These include DUNS (Data Universal Numbering System - a Dun and Bradstreet uniqu), DUNS4 (Data Universal Numbering System plus 4 digits), CAGE (Commercial and Government Entity number - identification cod), LEGAL_BUSINESS_NAME (Legal name of the business)... 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. .

EAPSCO_BASIC_INFO structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP EAPSCO_BASIC_INFO structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the EAPSCO_BASIC_INFO table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
CONTROLLER 0
DUNSData Universal Numbering System - a Dun and Bradstreet uniqu EAPSCO_DUNSSTRG0
DUNS4Data Universal Numbering System plus 4 digits EAPSCO_DUNS4STRG0
CAGECommercial and Government Entity number - identification cod EAPSCO_CAGESTRG0
LEGAL_BUSINESS_NAMELegal name of the business EAPSCO_LEGAL_BUSINESS_NAMECHAR120
DOING_BUSINESS_ASName under which business is conducted EAPSCO_DOING_BUSINESS_ASCHAR60
TAXPAYER_IDENTIFICATION_NUMBER9-digit identification number used by companies for income t EAPSCO_TAXPAYER_IDENTIFICATIONSTRG0
SOCIAL_SECURITY_NUMBER9-digit unique personal identification number. Level 2. EAPSCO_SOCIAL_SECURITY_NUMBERSTRG0
CURRENT_REGISTRATION_STATUSCurrent status of the CCR registration EAPSCO_CURRENT_REGISTRATION_STSTRG0
REGISTRATION_EXPIRATION_DATEDate the CCR registration expires EAPSCO_REGISTRATION_EXPIRATIONSTRG0
DIVISION_NAMEName of the company division if part of a larger company EAPSCO_DIVISION_NAMECHAR60
DIVISION_NUMBERNumber of the company division if part of a larger company EAPSCO_DIVISION_NUMBERSTRG0
URLUniform Resource Locator - world wide web address EAPSCO_URLCHAR200
START_DATEBusiness start date EAPSCO_START_DATESTRG0
EMPLOYEE_NUMBERNumber of employees. Level 2. EAPSCO_EMPLOYEE_NUMBERSTRG0
LOCATION_EMPLOYEE_NUMBERNumber of employees at the specified location. Level 2. EAPSCO_LOCATION_EMPLOYEE_NUMBESTRG0
END_DATEEnd date of the fiscal year in MMDD format EAPSCO_END_DATESTRG0
REVENUEIncome generated by the business. Level 2. EAPSCO_REVENUESTRG0
LOCATION_REVENUEIncome generated by the business at the specified location. EAPSCO_LOCATION_REVENUESTRG0
COMPANY_SECURITY_LEVEL2-digit security level for the company EAPSCO_COMPANY_SECURITY_LEVELSTRG0
HIGHEST_EMPLOYEE_SECURITY_LEVE2-digit code indicating highest level of employee security EAPSCO_HIGHEST_EMPLOYEE_SECURISTRG0
ORGANIZATION_TYPE_CODECode that indicates the type of organization EAPSCO_ORGANIZATION_TYPE_CODESTRG0
REGISTRATION_DATEDate the CCR registration EAPSCO_REGISTRATION_DATESTRG0
STATE_OF_INCState of Incorporation EAPSCO_STATE_OF_INCCHAR2
COUNTRY_OF_INCCountry of Incorporation EAPSCO_COUNTRY_OF_INCCHAR3
AUSTIN_TETRA_NUMBERAustin Tetra Number EAPSCO_AUSTIN_TETRA_NUMBERCHAR10
AUSTIN_TETRA_PARENT_NUMBERAustin Tetra Parent Number EAPSCO_AUSTIN_TETRA_PAREN_NUMCHAR10
AUSTIN_TETRA_ULTIMATE_NUMBERAustin Tetra Ultimate Number EAPSCO_AUSTIN_TETRA_ULTIM_NUMCHAR10
EXTERNAL_CERTIFICATIONS 0
CONTROLLER 0
EXTERNAL_CERTIFICATION 0
CCRFLAGS 0
CONTROLLER 0
CCRFLAG 0

Key field Non-key field



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

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

How to access SAP table EAPSCO_BASIC_INFO

Within an ECC or HANA version of SAP you can also view further information about EAPSCO_BASIC_INFO and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).