FKKBIEDRZ01 SAP (Test Data: EDRs with Additional Services for Toll Billing) Structure details

Dictionary Type: Structure
Description: Test Data: EDRs with Additional Services for Toll Billing




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




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

FKKBIEDRZ01 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 "Test Data: EDRs with Additional Services for Toll Billing" 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_FKKBIEDRZ01 TYPE FKKBIEDRZ01.

The FKKBIEDRZ01 table consists of various fields, each holding specific information or linking keys about Test Data: EDRs with Additional Services for Toll Billing data available in SAP. These include MANDT (Client), LOADPERIOD (Transfer Period), BILLACCOUNT (Billing Account Number), LOADTIME (Time of Transfer).. 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 or numeric)


SAP FKKBIEDRZ01 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
LOADPERIODTransfer Period LOADPERIOD_KKCHAR4
BILLACCOUNTBilling Account Number BILLACCOUNT_KKNUMC12DFKKBIBILLACC_HBILLACCOUNT_KKBILLACCOUNT_ID
LOADTIMETime of Transfer LOADTIME_KKDEC15TZNTSTMPS
EDRUUIDGUID in 'RAW' format GUID_16RAW16SYSUUID
EVENTTIMETime of Origin of EDR EVENTTIME_KKDEC15TZNTSTMPS
EDRTYPEType of EDR EDRTYPE_KKCHAR10TFK8013EDRTYPE_KK
EDRAMOUNTAmount of EDR EDRAMOUNT_KKCURR13(2) WRTV7
EDRCURREDR Currency EDRCURR_KKCUKY5TCURCWAERS
BILLINGOBJECTBilling Object BILLINGOBJECT_KKCHAR50BILLINGOBJECT_KK
PARKINGLOTIdentification of Metered Parking Space PARKLOT_SAMPLE_KKNUMC4
PARKDURATIONChargeable Parking Duration in Hours PARKDUR_SAMPLE_KKDEC4(1)
GASSTATIONGas Station ID GASSTATION_SAMPLE_KKNUMC4
FUELTYPEType of Fuel FUELTYPE_SAMPLE_KKNUMC2FUELTYPE_SAMPLE_KK
VOLUMEFuel Quantity in Liters FUELVOLUME_SAMPLE_KKDEC5(2)
FUELPRICEFuel Price FUELPRICE_SAMPLE_KKDEC5(3)

Key field Non-key field



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

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

How to access SAP table FKKBIEDRZ01

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