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

EAPSCO_BASIC_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 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_INFO1 TYPE EAPSCO_BASIC_INFO1.

The EAPSCO_BASIC_INFO1 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_INFO1 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_INFO1 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_INFO1 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_DUNS1STRG0
DUNS4Data Universal Numbering System plus 4 digits EAPSCO_DUNS41STRG0
CAGECommercial and Government Entity number - identification cod EAPSCO_CAGE1STRG0
LEGAL_BUSINESS_NAMELegal name of the business EAPSCO_LEGAL_BUSINESS_NAME1CHAR120
DOING_BUSINESS_ASName under which business is conducted EAPSCO_DOING_BUSINESS_AS1CHAR60
TAXPAYER_IDENTIFICATION_NUMBER9-digit identification number used by companies for income t EAPSCO_TAXPAYER_IDENTIFICATIO1STRG0
SOCIAL_SECURITY_NUMBER9-digit unique personal identification number. Level 2. EAPSCO_SOCIAL_SECURITY_NUMBER1STRG0
CURRENT_REGISTRATION_STATUSCurrent status of the CCR registration EAPSCO_CURRENT_REGISTRATION_S1STRG0
REGISTRATION_EXPIRATION_DATEDate the CCR registration expires EAPSCO_REGISTRATION_EXPIRATIO1STRG0
DIVISION_NAMEName of the company division if part of a larger company EAPSCO_DIVISION_NAME1CHAR60
DIVISION_NUMBERNumber of the company division if part of a larger company EAPSCO_DIVISION_NUMBER1STRG0
URLUniform Resource Locator - world wide web address EAPSCO_URL1CHAR200
START_DATEBusiness start date EAPSCO_START_DATE1STRG0
EMPLOYEE_NUMBERNumber of employees. Level 2. EAPSCO_EMPLOYEE_NUMBER1STRG0
LOCATION_EMPLOYEE_NUMBERNumber of employees at the specified location. Level 2. EAPSCO_LOCATION_EMPLOYEE_NUMB1STRG0
END_DATEEnd date of the fiscal year in MMDD format EAPSCO_END_DATE1STRG0
REVENUEIncome generated by the business. Level 2. EAPSCO_REVENUE1STRG0
LOCATION_REVENUEIncome generated by the business at the specified location. EAPSCO_LOCATION_REVENUE1STRG0
COMPANY_SECURITY_LEVEL2-digit security level for the company EAPSCO_COMPANY_SECURITY_LEVEL1STRG0
HIGHEST_EMPLOYEE_SECURITY_LEVE2-digit code indicating highest level of employee security EAPSCO_HIGHEST_EMPLOYEE_SECUR1STRG0
ORGANIZATION_TYPE_CODECode that indicates the type of organization EAPSCO_ORGANIZATION_TYPE_CODE1STRG0
REGISTRATION_DATEDate the CCR registration EAPSCO_REGISTRATION_DATE1STRG0
STATE_OF_INCState of Incorporation EAPSCO_STATE_OF_INC1CHAR2
COUNTRY_OF_INCCountry of Incorporation EAPSCO_COUNTRY_OF_INC1CHAR3
AUSTIN_TETRA_NUMBERAustin Tetra Number EAPSCO_AUSTIN_TETRA_NUMBER1CHAR10
AUSTIN_TETRA_PARENT_NUMBERAustin Tetra Parent Number EAPSCO_AUSTIN_TETRA_PARENT_NUMCHAR10
AUSTIN_TETRA_ULTIMATE_NUMBERAustin Tetra Ultimate Number EAPSCO_AUSTIN_TETRA_ULTIMATE_NCHAR10
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_INFO1 using ABAP code?

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

How to access SAP table EAPSCO_BASIC_INFO1

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