FKKDPR_S_TEST_TESTCASE SAP (Data Privacy: Structure of Test Case Parameter) Structure details

Dictionary Type: Structure
Description: Data Privacy: Structure of Test Case Parameter




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




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

FKKDPR_S_TEST_TESTCASE 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 "Data Privacy: Structure of Test Case Parameter" 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_FKKDPR_S_TEST_TESTCASE TYPE FKKDPR_S_TEST_TESTCASE.

The FKKDPR_S_TEST_TESTCASE table consists of various fields, each holding specific information or linking keys about Data Privacy: Structure of Test Case Parameter data available in SAP. These include DESCRIPTION (Character field of length 40), CALLER (Not More Closely Defined Area, Possibly Used for Patchlevels), CATEGORY (Character field, 8 characters long), GPART_STATUS (Status).. 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 FKKDPR_S_TEST_TESTCASE 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
TESTCASE_IDTest Case ID DPR_TESTCASE_IDCHAR16CHAR16
DESCRIPTIONCharacter field of length 40 CHAR40CHAR40CHAR40
CALLERNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
CATEGORYCharacter field, 8 characters long CHAR8CHAR8CHAR8
GPART_STATUSStatus DPR_STATUS_KKCHAR1DPR_STATUS_KK
GPART_CREDATEField of type DATS DATSDATS8DATS
GPART_CHKDTDate of Next Check DPR_CHKDT_KKDATS8DATS
GPART_XBUSBusiness Relationship Exists DPR_XBUS_KKCHAR1BOOLE
RES_CHKDTDate of Next Check DPR_CHKDT_KKDATS8DATS
RES_GPART_STATUSStatus DPR_STATUS_KKCHAR1DPR_STATUS_KK
RES_GPART_XBUSBusiness Relationship Exists DPR_XBUS_KKCHAR1BOOLE
RES_SORT_RLVAR1Field of type DATS DATSDATS8DATS
RES_SORT_RLVAR2Field of type DATS DATSDATS8DATS
RES_SORT_RLVAR3Field of type DATS DATSDATS8DATS
RES_EOP_CODEStatus of Business Relationship DPR_EOP_CODE_KKNUMC1DPR_EOP_CODE_KK
RES_SORT_EOPField of type DATS DATSDATS8DATS
VKONT_ALLCheckbox XFELDCHAR1XFELD
VKONT_SINGLECheckbox XFELDCHAR1XFELD
VKONT_ARCHCheckbox XFELDCHAR1XFELD
STANDARD_COMP_CODEStandard Company Code STDBK_KKCHAR4Assigned to domainBUKRS
OPBUKCompany Code Group OPBUK_KKCHAR4Assigned to domainOPBUK_KKOPBUK

Key field Non-key field



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

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

How to access SAP table FKKDPR_S_TEST_TESTCASE

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