FKKCC_GPART_FULL SAP (Business Partner with Accounts for SAP CC Service) Structure details

Dictionary Type: Structure
Description: Business Partner with Accounts for SAP CC Service




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




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

FKKCC_GPART_FULL 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 "Business Partner with Accounts for SAP CC Service" 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_FKKCC_GPART_FULL TYPE FKKCC_GPART_FULL.

The FKKCC_GPART_FULL table consists of various fields, each holding specific information or linking keys about Business Partner with Accounts for SAP CC Service data available in SAP. These include GPART (Business Partner Number), GPART_DES (Business Partner Description), CCTAX (Tax Handling in SAP Convergent Charging), TAX_CODE (Tax Code for SAP CC).. 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 FKKCC_GPART_FULL 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
FKKCC_GPART 0
GPARTBusiness Partner Number GPART_KKCHAR10ALPHABU_PARTNERBPA
GPART_DESBusiness Partner Description GPART_DES_KKCHAR256TEXT256
CCTAXTax Handling in SAP Convergent Charging CCTAXTP_KKCHAR1CCTAXTP_KK
TAX_CODETax Code for SAP CC TAX_CODE_KKCHAR10CHAR10
CUSTOMER_COUNTRYCountry Key LAND1CHAR3LAND1LND
BUSINESS_CATEGORYType of Business Relationship (B2B or B2C) BUSINESS_CATEGORY_KKCHAR3BUSINESS_CATEGORY_KK
TAX_MODALITYTax Modality MODALITY_KKCHAR1MODALITY_KK
EZTAX_ORIGINATIONOrigin of Transaction ORIGIN_TRAN_KKCHAR10ORIGIN_TRAN_KK
EZTAX_TERMINATIONTarget of Transaction TERMIN_TRAN_KKCHAR10TERMIN_TRAN_KK
EZTAX_SERVICE_ADDRESSService Address SERVICE_ADDR_KKCHAR10SERVICE_ADDR_KK
EZTAX_CUSTOMER_TYPECustomer Type CUST_TYPE_KKCHAR256CUST_TYPE_KK
EZTAX_INCORPORATED_CODEIncorporated City Area (Code) INCORP_CODE_KKCHAR256INCORP_CODE_KK
EZTAX_CLIENT_RESALEClient Resale CLIENT_RESALE_KKCHAR256CLIENT_RESALE_KK
FKKCC_VKONT_TAB 0
FKKCC_PPACC_TAB 0

Key field Non-key field



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

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

How to access SAP table FKKCC_GPART_FULL

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