TA23APIS SAP () Table details

Dictionary Type: Table
Description:




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




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

TA23APIS is a standard SAP Table which is used to store data and is available within R/3 SAP systems depending on the version and release level.

The TA23APIS table consists of various fields, each holding specific information or linking keys about data available in SAP. These include COUNTRY (Country Key), MANDATORY (Checkbox), FC_DOC_TYPE (APIS Field Control for Document: Type of Document), FC_DOC_NUM (APIS Field Control for Document: Passport Number).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = TA23APIS1

Text table = TA23APIS_TEXT


SAP TA23APIS table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
COUNTRYCountry Key LAND1CHAR3T005LAND1LND
MANDATORYCheckbox XFELDCHAR1XFELD
FC_DOC_TYPEAPIS Field Control for Document: Type of Document APIS_FC_DTCHAR1AUSWL
FC_DOC_NUMAPIS Field Control for Document: Passport Number APIS_FC_DNCHAR1AUSWL
FC_DOC_EXPIRYAPIS Field Control for Document: Expiration Date APIS_FC_DECHAR1AUSWL
FC_DOC_ISSUINGAPIS Field Control for Document: Issued By Country APIS_FC_DICHAR1AUSWL
FC_PASS_LAST_NAMAPIS Field Control for Passport: Last (Family) Name APIS_FC_PLCHAR1AUSWL
FC_PASS_FIRST_NAAPIS Field Control for Passport: First (Given) Name APIS_FC_PFCHAR1AUSWL
FC_PASS_SEC_NAMEAPIS Field Control for Passport: Middle Name APIS_FC_PSCHAR1AUSWL
FC_PASS_DBIRTHAPIS Field Control for Passport: Date of Birth APIS_FC_PBCHAR1AUSWL
FC_PASS_NATIOAPIS Field Control for Passport: Nationality APIS_FC_PNCHAR1AUSWL
FC_PASS_B_COUNTRAPIS Field Control for Passport: Country of Birth APIS_FC_PCCHAR1AUSWL
FC_PASS_B_PLACEAPIS Field Control for Passport: Place of Birth APIS_FC_PPCHAR1AUSWL
FC_PASS_GENDERAPIS Field Control for Passport: Gender APIS_FC_PGCHAR1AUSWL
FC_VISA_NUMBERAPIS Field Control for Visa: Document Number APIS_FC_VNCHAR1AUSWL
FC_VISA_COUNTRYAPIS Field Control for Visa: Country APIS_FC_VCCHAR1AUSWL
FC_VISA_ISS_COUNAPIS Field Control for Visa: Country Issued BY APIS_FC_VICHAR1AUSWL
FC_VISA_ISS_DATEAPIS Field Control for Visa: Date of Issue APIS_FC_VDCHAR1AUSWL
FC_ADR_COUNTRYAPIS Field Control for Address: Country APIS_FC_ACCHAR1AUSWL
FC_ADR_CITYAPIS Field Control for Address: City APIS_FC_ATCHAR1AUSWL
FC_ADR_DETAILSAPIS Field Control for Address: Street APIS_FC_ADCHAR1AUSWL
FC_ADR_STATEAPIS Field Control for Address: State/County APIS_FC_ASCHAR1AUSWL
FC_ADR_ZIPAPIS Field Control for Address: Postal (Zip) Code APIS_FC_AZCHAR1AUSWL

Key field Non-key field



How do I retrieve data from SAP table TA23APIS using ABAP code

The following ABAP code Example will allow you to do a basic selection on TA23APIS to SELECT all data from the table
DATA: WA_TA23APIS TYPE TA23APIS.

SELECT SINGLE *
FROM TA23APIS
INTO CORRESPONDING FIELDS OF WA_TA23APIS
WHERE...

How to access SAP table TA23APIS

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