KCD_ALL_TYPES_BIG SAP (Large Receiver Structure for Test Type = 999) Structure details

Dictionary Type: Structure
Description: Large Receiver Structure for Test Type = 999




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




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

KCD_ALL_TYPES_BIG 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 "Large Receiver Structure for Test Type = 999" 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_KCD_ALL_TYPES_BIG TYPE KCD_ALL_TYPES_BIG.

The KCD_ALL_TYPES_BIG table consists of various fields, each holding specific information or linking keys about Large Receiver Structure for Test Type = 999 data available in SAP. These include FACCP (Period in the form YYYYMM), FCHAR1 (Single-Character Indicator), FCHAR10 (Character Field Length = 10), FCUKY1 (Local currency of airline).. 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: Not classified


SAP KCD_ALL_TYPES_BIG 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
FACCPPeriod in the form YYYYMM FBUPERACCP6FBUPER
FCHAR1Single-Character Indicator CHAR1CHAR1CHAR1
FCHAR10Character Field Length = 10 CHAR10CHAR10CHAR10
FCUKY1Local currency of airline S_CURRCODECUKY5Assigned to domainS_CURR
FCUKY2Local currency of airline S_CURRCODECUKY5Assigned to domainS_CURR
FCURR1Airfare S_PRICECURR15(2) S_PRICE
FCURR2Total of current bookings S_SUMCURR17(2) S_SUM
FCLNTClient ID SYMANDTCLNT3Assigned to domainMANDT
FDATSDate DATUMDATS8DATUM
FINT1Dummy for B20 int1 (Local Everywhere) INT1INT13INT1
FINT22 byte integer (signed) INT2INT25INT2
FINT4Natural Number INT4INT410INT4
FLANGLanguage ID LANGLANG1ISOLALANG
FNUMC1NUMC1 FNUMC1NUMC1FNUMC1
FNUMC5NUMC5 FNUMC5NUMC5FNUMC5
FTIMSField of type TIMS TIMSTIMS6TIME
FQUANQuantity field FQUANQUAN15(3) FQUAN
FUNITUnit FUNIT1UNIT3FUNIT

Key field Non-key field



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

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

How to access SAP table KCD_ALL_TYPES_BIG

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