PARTNER_CENTRAL_ORGANIZATION SAP (CENTRAL_ORGANIZATION) Structure details

Dictionary Type: Structure
Description: CENTRAL_ORGANIZATION




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




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

PARTNER_CENTRAL_ORGANIZATION 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 "CENTRAL_ORGANIZATION" 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_PARTNER_CENTRAL_ORGANIZATION TYPE PARTNER_CENTRAL_ORGANIZATION.

The PARTNER_CENTRAL_ORGANIZATION table consists of various fields, each holding specific information or linking keys about CENTRAL_ORGANIZATION data available in SAP. These include NAME1 (), CONTROLLER (), UPDATE_INDICATOR (Indicator whether an element carries an updated value or not), VALUE (Object name within business partner data).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP PARTNER_CENTRAL_ORGANIZATION structure 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
CONTROLLER 0
NAME1 0
CONTROLLER 0
UPDATE_INDICATORIndicator whether an element carries an updated value or not UPDATE_INDICATORCHAR5
VALUEObject name within business partner data PARTY_NAME_CONTENTCHAR40
NAME2 0
CONTROLLER 0
UPDATE_INDICATORIndicator whether an element carries an updated value or not UPDATE_INDICATORCHAR5
VALUEObject name within business partner data PARTY_NAME_CONTENTCHAR40
NAME3 0
CONTROLLER 0
UPDATE_INDICATORIndicator whether an element carries an updated value or not UPDATE_INDICATORCHAR5
VALUEObject name within business partner data PARTY_NAME_CONTENTCHAR40
NAME4 0
CONTROLLER 0
UPDATE_INDICATORIndicator whether an element carries an updated value or not UPDATE_INDICATORCHAR5
VALUEObject name within business partner data PARTY_NAME_CONTENTCHAR40
LEGAL_FORM 0
CONTROLLER 0
UPDATE_INDICATORIndicator whether an element carries an updated value or not UPDATE_INDICATORCHAR5
VALUEProxy Data Element (generated) TYPE_STRING_MIN0MAX2CONTENTCHAR2
INDUSTRY_SECTOR_CODE 0
CONTROLLER 0
UPDATE_INDICATORIndicator whether an element carries an updated value or not UPDATE_INDICATORCHAR5
VALUEIndustrySectorCode PARTY_INDUSTRY_SECTOR_CODE_COCHAR10
FOUNDATION_DATE 0
CONTROLLER 0
UPDATE_INDICATORIndicator whether an element carries an updated value or not UPDATE_INDICATORCHAR5
VALUEProxy Data Element (Generated) GDT_DATEDATS8
LIQUIDATION_DATE 0
CONTROLLER 0
UPDATE_INDICATORIndicator whether an element carries an updated value or not UPDATE_INDICATORCHAR5
VALUEProxy Data Element (Generated) GDT_DATEDATS8
LOCATION_IDPART1 0
CONTROLLER 0
UPDATE_INDICATORIndicator whether an element carries an updated value or not UPDATE_INDICATORCHAR5
VALUEProxy Data Element (generated) TYPE_STRING_MIN0MAX7PATTERN_DNUMC7
LOCATION_IDPART2 0
CONTROLLER 0
UPDATE_INDICATORIndicator whether an element carries an updated value or not UPDATE_INDICATORCHAR5
VALUEProxy Data Element (generated) TYPE_STRING_MIN0MAX5PATTERN_DNUMC5
LOCATION_IDCHECK_DIGIT 0
CONTROLLER 0
UPDATE_INDICATORIndicator whether an element carries an updated value or not UPDATE_INDICATORCHAR5
VALUEProxy Data Element (generated) TYPE_STRING_MIN0MAX1PATTERN_DNUMC1
LEGAL_ENTITY_CODE 0
CONTROLLER 0
UPDATE_INDICATORIndicator whether an element carries an updated value or not UPDATE_INDICATORCHAR5
VALUELegal Entity of Organization PARTY_LEGAL_ENTITY_CODE_CONTECHAR2

Key field Non-key field



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

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

How to access SAP table PARTNER_CENTRAL_ORGANIZATION

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