TA20OFFICE_AS0 SAP (Assignment of Fulfillment Sales Offices) Table details

Dictionary Type: Table
Description: Assignment of Fulfillment Sales Offices




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




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

TA20OFFICE_AS0 is a standard SAP Table which is used to store Assignment of Fulfillment Sales Offices data and is available within R/3 SAP systems depending on the version and release level.

The TA20OFFICE_AS0 table consists of various fields, each holding specific information or linking keys about Assignment of Fulfillment Sales Offices data available in SAP. These include OFFICE_FIND (Grouping for Sales Office Determination), OFFICE_ASSIGN (Processing Type of Sales Office for Another Sales Office), GDS (Reservation System), ASSGN_OFFICE (Sales Office).. 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: Not classified


SAP TA20OFFICE_AS0 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
OFFICE_FINDGrouping for Sales Office Determination OFFICE_FINDCHAR2TA20OFFICE_FINDOFFICE_FIND
OFFICE_ASSIGNProcessing Type of Sales Office for Another Sales Office OFFICE_ASSIGNCHAR1OFFICE_ASSIGN
GDSReservation System RESERVATION_SYSTEMCHAR3TA21PFTPD_PROVIDER_CODE
ASSGN_OFFICESales Office OFFICECHAR12TA20OFFICEFTPD_OFFICE_ID
CORPORATECorporate Identification CORPORATE_IDCHAR30FTPD_CORPORATE_ID
CORPORATE_NAMEOrganization name CORPORATE_NAMECHAR40FTPD_CORPORATE_NAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM TA20OFFICE_AS0
INTO CORRESPONDING FIELDS OF WA_TA20OFFICE_AS0
WHERE...

How to access SAP table TA20OFFICE_AS0

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