EAPSCO_ADDRESS_TYPE1 is an SAP Structure so does not store data like a database table does but can be used to process "Proxy Structure (generated)" 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_ADDRESS_TYPE1 TYPE EAPSCO_ADDRESS_TYPE1 .
Below is the documentation avaialable and full details of the fields which make up this Structure.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Field | Component Type | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
CONTROLLER | PRXCTRLTAB | TTYP | Control Flags for Fields of a Structure | |||
.INCLUDE | EAPSCO_ADDRESS_GROUP1 | Group defined to hold typical Address information | ||||
ADDRESS1 | EAPSCO_ADDRESS11 | CHAR | 55 | Physical location or post office address line one | ||
ADDRESS2 | EAPSCO_ADDRESS21 | CHAR | 55 | Physical location or post office address line two | ||
CITY | EAPSCO_CITY1 | CHAR | 35 | City component of an address | ||
STATE | EAPSCO_STATE1 | STRING | State, province or territory component of an address | |||
POSTAL_CODE | EAPSCO_POSTAL_CODE1 | CHAR | 35 | Postal code component of an address | ||
FOREIGN_PROVINCE | EAPSCO_FOREIGN_PROVINCE1 | CHAR | 50 | Foreign province component of an address | ||
COUNTRY | EAPSCO_COUNTRY1 | STRING | Country component of an address. These three-character code |
Key field | |
Non-key field |
EAPSCO_ADDRESS_TYPE1 - Proxy Structure (generated) EAPSCO_ADDRESS_TYPE - Proxy Structure (generated) EAPSCO_ADDRESS_GROUP1 - Group defined to hold typical Address information EAPSCO_ADDRESS_GROUP - Group defined to hold typical Address information EAPSCO_ACCOUNTS_RECEIVABLE_POC - Point of contact provided to Defense Finance Accounting Serv EAPSCO_ACCOUNTS_RECEIVABLE_PO3 - Point of contact provided to Defense Finance Accounting Serv