IDWTS_CO_COMPCD_PARTNER SAP (Structure for Company code & Partner data) Structure details

Dictionary Type: Structure
Description: Structure for Company code & Partner data




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




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

IDWTS_CO_COMPCD_PARTNER 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 "Structure for Company code & Partner data" 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_IDWTS_CO_COMPCD_PARTNER TYPE IDWTS_CO_COMPCD_PARTNER.

The IDWTS_CO_COMPCD_PARTNER table consists of various fields, each holding specific information or linking keys about Structure for Company code & Partner data data available in SAP. These include PARTNERNO (Partner ID), BUTXT (Name of Company Code or Company), NO_OF_PAGES (Count for No. of Pages), PAGE_DISPLAY (Display No. of pages).. 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 (character-type or numeric)


SAP IDWTS_CO_COMPCD_PARTNER 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
PARTNERNOPartner ID PARTNERNOCHAR35
BUTXTName of Company Code or Company BUTXTCHAR25TEXT25
NO_OF_PAGES Count for No. of Pages0
PAGE_DISPLAY Display No. of pages0
WT_TAXREF1_VALCompany ( or Business place ) Tax reference 1 WT_REFV1CHAR48TEXT48
WT_TAXREF2_VALCompany ( or business place ) Tax reference 2 WT_REFV2CHAR48TEXT48
NAME_COMPCDName 1 AD_NAME1CHAR40TEXT40
CITY1_COMPCDCity AD_CITY1CHAR40TEXT40CLCITYNAME
STREETCODE_COMPCDStreet AD_STREETCHAR60TEXT60CLSTRTNAME
NAME_PARTNERName 1 AD_NAME1CHAR40TEXT40
NAME_PARTNER_1Name 1 AD_NAME1CHAR40TEXT40
STCD2Tax Number 1 STCD1CHAR16STCD1
CITY1_PARTNERCity AD_CITY1CHAR40TEXT40CLCITYNAME
STREETCODE_PARTNERStreet AD_STREETCHAR60TEXT60CLSTRTNAME
STCD1Tax Number 1 STCD1CHAR16STCD1
FISCAL_YEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
MONTH_SIGNATURE MONTH0
DATE_SIGNATURE DATE0
YEAR_SIGNATUREFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
INDEX_SIGNATURERow Index of Internal Tables SYTABIXINT410SYST_LONG
CITY1_PARTNER_1City AD_CITY1CHAR40TEXT40CLCITYNAME
STREETCODE_PARTNER_1Street AD_STREETCHAR60TEXT60CLSTRTNAME
BEZEIRegion AD_REGIONCHAR20TEXT20
ADDRESSNUMBERAddress number AD_ADDRNUMCHAR10Assigned to domainALPHAAD_ADDRNUMADR
NAME2Name 2 AD_NAME2CHAR40TEXT40
REGIONSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
DISPLAY_NAME Name of the form displayed0
XREF2Business partner reference key XREF2CHAR12CHAR12

Key field Non-key field



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

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

How to access SAP table IDWTS_CO_COMPCD_PARTNER

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