FKK_EXTERNAL_BILLING_RECORD SAP (Invoice Types of an External Billing System) Structure details

Dictionary Type: Structure
Description: Invoice Types of an External Billing System




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




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

FKK_EXTERNAL_BILLING_RECORD 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 "Invoice Types of an External Billing System" 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_FKK_EXTERNAL_BILLING_RECORD TYPE FKK_EXTERNAL_BILLING_RECORD.

The FKK_EXTERNAL_BILLING_RECORD table consists of various fields, each holding specific information or linking keys about Invoice Types of an External Billing System data available in SAP. These include DOCUMENT_HEADER (), CONTROLLER (), BILL_FROM_ID (), CONTROLLER ().. 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 FKK_EXTERNAL_BILLING_RECORD 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
CONTROLLER 0
DOCUMENT_HEADER 0
CONTROLLER 0
BILL_FROM_ID 0
CONTROLLER 0
SCHEME_ID 0
SCHEME_AGENCY_ID 0
SCHEME_AGENCY_SCHEME_ID 0
SCHEME_AGENCY_SCHEME_AGENCY_ID 0
CONTENTProxy Datenelement (generiert) FKK_ID_VALUECHAR35
POSTING_DATEProxy Datenelement (generiert) FKK_DATE2DATS8
DOCUMENT_DATEProxy Datenelement (generiert) FKK_DATE2DATS8
ORIGIN_TYPE_IDOrigin Key FKK_FICAORIGIN_TYPE_CODECHAR2
OBJECT_TYPEReference Transaction FKK_FICAOBJECT_TYPECHAR5
OBJECT_KEYReference Key FKK_FICAOBJECT_KEYCHAR32
PENDING_COMMITMENT_GROUP_IDProxy Datenelement (generiert) FKK_PAIR_MESSAGE_REFERENCECHAR10
INVOICE_REFERENCE_ID 0
CONTROLLER 0
ID 0
CONTROLLER 0
SCHEME_ID 0
SCHEME_AGENCY_ID 0
SCHEME_AGENCY_SCHEME_ID 0
SCHEME_AGENCY_SCHEME_AGENCY_ID 0
CONTENTProxy Datenelement (generiert) FKK_ID_VALUECHAR35
ITEM_IDProxy Datenelement (generiert) FKK_ITEM_ID_VALUECHAR10
DISPUTE_DOCUMENT_REFERENCE_ID 0
CONTROLLER 0
ID 0
CONTROLLER 0
SCHEME_ID 0
SCHEME_AGENCY_ID 0
SCHEME_AGENCY_SCHEME_ID 0
SCHEME_AGENCY_SCHEME_AGENCY_ID 0
CONTENTProxy Datenelement (generiert) FKK_ID_VALUECHAR35
ITEM_IDProxy Datenelement (generiert) FKK_ITEM_ID_VALUECHAR10
DEBTOR_POSITION 0
GENERAL_LEDGER_POSITION 0
TAX_POSITION 0
EXTERNAL_WRITE_OFF_DETAIL 0
CONTROLLER 0
REFERENCE_DOCUMENT_ID 0
CONTROLLER 0
ID 0
CONTROLLER 0
SCHEME_ID 0
SCHEME_AGENCY_ID 0
SCHEME_AGENCY_SCHEME_ID 0
SCHEME_AGENCY_SCHEME_AGENCY_ID 0
CONTENTProxy Datenelement (generiert) FKK_ID_VALUECHAR35
ITEM_IDProxy Datenelement (generiert) FKK_ITEM_ID_VALUECHAR10
AMOUNT 0
CONTROLLER 0
CURRENCY_CODE 0
CONTENTProxy Datenelement (generiert) FKK_AMOUNT_VALUEDEC28(6)
PARTY_ID 0
CONTROLLER 0
SCHEME_ID 0
SCHEME_AGENCY_ID 0
SCHEME_AGENCY_SCHEME_ID 0
SCHEME_AGENCY_SCHEME_AGENCY_ID 0
VALUEProxy Datenelement (generiert) FKK_PARTY_IDCONTENTCHAR60
PAYMENT_FORM_INFORMATION 0
CONTROLLER 0
BILL_FROM_PAYMENT_FORM_ID 0
CONTROLLER 0
SCHEME_ID 0
SCHEME_AGENCY_ID 0
SCHEME_AGENCY_SCHEME_ID 0
SCHEME_AGENCY_SCHEME_AGENCY_ID 0
CONTENTProxy Datenelement (generiert) FKK_ID_VALUECHAR35
PAYMENT_FORM_REFERENCE_ID 0

Key field Non-key field



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

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

How to access SAP table FKK_EXTERNAL_BILLING_RECORD

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