BKK_PE_STR_ITEM_RFC SAP (Asynchronous Posting Response (RFC)) Structure details

Dictionary Type: Structure
Description: Asynchronous Posting Response (RFC)




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




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

BKK_PE_STR_ITEM_RFC 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 "Asynchronous Posting Response (RFC)" 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_BKK_PE_STR_ITEM_RFC TYPE BKK_PE_STR_ITEM_RFC.

The BKK_PE_STR_ITEM_RFC table consists of various fields, each holding specific information or linking keys about Asynchronous Posting Response (RFC) data available in SAP. These include CLEARING_AREA (Clearing Area in Payment Engine), GUID (GUID), PI_DATE (Payment Item Date in Payment Engine), PI_NO (Payment Item Number in Payment Engine).. 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: Cannot Be Enhanced


SAP BKK_PE_STR_ITEM_RFC 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
CLEARING_AREAClearing Area in Payment Engine BKK_PE_DTE_CLEARING_AREACHAR6BKK_PE_DOM_CLEARING_AREA
GUIDGUID BKK_PE_DTE_GUIDRAW16
PI_DATEPayment Item Date in Payment Engine BKK_PE_DTE_PI_DATEDATS8BKK_PE_DOM_PI_DATE
PI_NOPayment Item Number in Payment Engine BKK_PE_DTE_PI_NUMBERNUMC12BKK_PE_DOM_PI_NUMBER
STATUSStatus of Postprocessing BKK_PE_DTE_STATUS_POSTPROCCHAR1BKK_PE_DOM_STATUS_POSTPROC
DATE_POSTPosting Date BKK_PE_DTE_DATE_POSTDATS8BKK_PE_DOM_DATE_POST
DATE_VALUEValue Date BKK_PE_DTE_DATE_VALUEDATS8BKK_PE_DOM_DATE_VALUE
CTR_MARKCountry mark BKK_PE_DTE_CTRY_MARKNUMC1BKK_PE_DOM_CTRY_MARK
PROCESS_IDProcess ID BKK_PE_DTE_PROCESS_IDRAW16
SEQ_NOSequence number BKK_PE_DTE_SEQUENCE_NOINT410BKK_PE_DOM_SEQUENCE_NO

Key field Non-key field



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

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

How to access SAP table BKK_PE_STR_ITEM_RFC

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