EPIC_BACO_DAT SAP (Bank Communication Program Data (XML Files)) Table details

Dictionary Type: Table
Description: Bank Communication Program Data (XML Files)




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




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

EPIC_BACO_DAT is a standard SAP Table which is used to store Bank Communication Program Data (XML Files) data and is available within R/3 SAP systems depending on the version and release level.

The EPIC_BACO_DAT table consists of various fields, each holding specific information or linking keys about Bank Communication Program Data (XML Files) data available in SAP. These include GUID (UUID in X form (binary)), STATUS (Bank Communication Status), REQUEST_USER (User Name), REQUEST_TIME (Bank Communication Request Time).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP EPIC_BACO_DAT table 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
GUIDUUID in X form (binary) SYSUUID_XRAW16SYSUUID
STATUSBank Communication Status EPIC_BACO_STATUSCHAR3EPIC_BACO_STATUS
REQUEST_USERUser Name SYUNAMECHAR12SYCHAR12
REQUEST_TIMEBank Communication Request Time EPIC_BACO_REQUEST_TIMEDEC15TSTPSEPIC_BACO_TIMESTAMP
REQUEST_FILEFile for HTTP Communication EPIC_XSTRING_FILERSTR0
RESPONSE_TIMEBank Communication Response Time EPIC_BACO_RESPONSE_TIMEDEC15TSTPSEPIC_BACO_TIMESTAMP
RESPONSE_FILEFile for HTTP Communication EPIC_XSTRING_FILERSTR0
REQUEST_DESCRBank Communication Request Description EPIC_BACO_REQUEST_DESCRCHAR80EPIC_BACO_REQUEST_DESCR

Key field Non-key field



How do I retrieve data from SAP table EPIC_BACO_DAT using ABAP code

The following ABAP code Example will allow you to do a basic selection on EPIC_BACO_DAT to SELECT all data from the table
DATA: WA_EPIC_BACO_DAT TYPE EPIC_BACO_DAT.

SELECT SINGLE *
FROM EPIC_BACO_DAT
INTO CORRESPONDING FIELDS OF WA_EPIC_BACO_DAT
WHERE...

How to access SAP table EPIC_BACO_DAT

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