KWG_STRUCT SAP (GBA Structure) Structure details

Dictionary Type: Structure
Description: GBA Structure




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




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

KWG_STRUCT 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 "GBA Structure" 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_KWG_STRUCT TYPE KWG_STRUCT.

The KWG_STRUCT table consists of various fields, each holding specific information or linking keys about GBA Structure data available in SAP. These include KONZERN (Business Partner Number), BUKRS (Company Code), NAMEKON (Name), PARTNR (Business Partner 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP KWG_STRUCT 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
KONZERNBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
NAMEKONName NAMEKONCHAR40CHAR40
PARTNRBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
ADRAddress of Borrower/Borrower Entity KWG_ADRCHAR40
NAMEName NAMEKONCHAR40CHAR40
DISP_GESAMTTotal Debt of Borrower/Borrower Entity GESMATCHAR12DISP
DISP_KREDLoans Acc. to Para.19 (20) DISP_KREDCHAR12DISP
DISP_AUBILOff-Balance Sheet Transactions DISP_AUBILCHAR12DISP
DISP_FISWAPColumn: Swaps, Forward Transactions, Options for Para.14 GBA DISP_FISWAPCHAR12DISP
DISP_GEWAEWarranties for Swaps, Forward Transactions and Options DISP_GEWAECHAR12DISP
DISP_BUERGColumn: Warranties for Para. 14 GBA DISP_BUERGCHAR12DISP
DISP_REALRE Loans DISP_REALCHAR12DISP
DISP_OEFFPublicly Guaranteed Loans DISP_OEFFCHAR12DISP
DISP_INTERInterbank Loans DISP_INTERCHAR12DISP
DISP_NRKECharacter Field of Length 12 CHAR12CHAR12CHAR12
DISP_NRCharacter Field of Length 12 CHAR12CHAR12CHAR12
ISTYPEIndustry System BU_ISTYPECHAR4Assigned to domainBU_ISTYPE
IND_SECTORIndustry BU_IND_SECTORCHAR10Assigned to domainBU_INDSECTOR
BERUFIndustry or Profession FTI_INDUSTRY_PROFESSIONCHAR30XMBEZ
KWGNRKOSCB borrower no. in acc. with par. 14 GBA RKWG14CHAR8RKWG14
BERUFKONIndustry or Profession FTI_INDUSTRY_PROFESSIONCHAR30XMBEZ
ADRKONAddress of Borrower/Borrower Entity KWG_ADRCHAR40
ISTYPE_KONIndustry System BU_ISTYPECHAR4Assigned to domainBU_ISTYPE
IND_SECTOR_KONIndustry BU_IND_SECTORCHAR10Assigned to domainBU_INDSECTOR
ADR1Business Partner for GBA List DISP_ADRCHAR80DISP_ADR_DOM
KWGSCB Borrower Entity No. According to Para. 14 GBA KWG_NRCHAR12

Key field Non-key field



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

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

How to access SAP table KWG_STRUCT

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