FKKOPTID SAP (Help Structure for All Optimization IDs) Structure details

Dictionary Type: Structure
Description: Help Structure for All Optimization IDs




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




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

FKKOPTID 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 "Help Structure for All Optimization IDs" 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_FKKOPTID TYPE FKKOPTID.

The FKKOPTID table consists of various fields, each holding specific information or linking keys about Help Structure for All Optimization IDs data available in SAP. These include OPT_0002 (Payment Lot: Read Data by Block), OPT_0010 (Payment Run: Mass Selection of Business Partners), OPT_0011 (Payment Run: Mass Selection of IBANs), OPT_0012 (Payment Run: Block Size for Processing).. 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 FKKOPTID 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
OPT_0001Payment Lot: Block Size for Processing OPT_0001_KKCHAR4OPTID_KK
OPT_0002Payment Lot: Read Data by Block OPT_0002_KKCHAR4OPTID_KK
OPT_0010Payment Run: Mass Selection of Business Partners OPT_0010_KKCHAR4OPTID_KK
OPT_0011Payment Run: Mass Selection of IBANs OPT_0011_KKCHAR4OPTID_KK
OPT_0012Payment Run: Block Size for Processing OPT_0012_KKCHAR4OPTID_KK
OPT_0020Selection of Open Items: Optimization of Field List OPT_0020_KKCHAR4OPTID_KK
OPT_0030Dunning Proposal Run: Mass Selection of Dunning History OPT_0030_KKCHAR4OPTID_KK
OPT_0031Dunning Proposal Run: Mass Selection of Contract Accounts OPT_0031_KKCHAR4OPTID_KK
OPT_0032Dunning Proposal Run: Read Open Items with Field List OPT_0032_KKCHAR4OPTID_KK
OPT_0035Mass Activity Run: Mass Selection of Contract Accounts OPT_0035_KKCHAR4OPTID_KK
OPT_0036Mass Activity Run: Mass Selection of Business Partners OPT_0036_KKCHAR4OPTID_KK
OPT_0040Correspondence Printing: Buffer Description for DDIC Objects OPT_0040_KKCHAR4OPTID_KK
OPT_0041Correspondence Print: Mass Selection BP and Correspondence OPT_0041_KKCHAR4OPTID_KK
OPT_0042Dunning Notice Printout: Mass Selection OPT_0042_KKCHAR4OPTID_KK
OPT_0043Correspondence Printing: Buffer Application Form OPT_0043_KKCHAR4OPTID_KK
OPT_0050Open Item List: Mass Selection of Clearing Histories OPT_0050_KKCHAR4OPTID_KK
OPT_0060Clearing Processes: Mass Update OPT_0060_KKCHAR4OPTID_KK
OPT_0070CO-PA Transfer: Change of Commit Control OPT_0070_KKCHAR4OPTID_KK
OPT_0071Check G/L Documents: Switch to Block Processing OPT_0071_KKCHAR4OPTID_KK
OPT_0072Check Totals Records: Changeover to Block Processing OPT_0072_KKCHAR4OPTID_KK
OPT_0080Mass Write-Off: Conversion Routine OPT_0080_KKCHAR4OPTID_KK
OPT_0081Mass Write-Off: Buffer Data OPT_0081_KKCHAR4OPTID_KK
OPT_0085Interest Run: Buffer Data OPT_0085_KKCHAR4OPTID_KK
OPT_0086Interest Run: Mass Selection of Locks OPT_0086_KKCHAR4OPTID_KK
OPT_0550Invoicing: Mass Selection of Business Partners OPT_0550_KKCHAR4OPTID_KK
OPT_0580Invoicing: Asynchronous Update of Totals Records OPT_0580_KKCHAR4OPTID_KK

Key field Non-key field



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

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

How to access SAP table FKKOPTID

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