FOPC_BTC_REPORTS SAP (Background Reports in System) Table details

Dictionary Type: Table
Description: Background Reports in System




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




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

FOPC_BTC_REPORTS is a standard SAP Table which is used to store Background Reports in System data and is available within R/3 SAP systems depending on the version and release level.

The FOPC_BTC_REPORTS table consists of various fields, each holding specific information or linking keys about Background Reports in System data available in SAP. These include REPORT_GUID (GUID in 'CHAR' Format in Uppercase), STATE (Status of Requested Report), SEND_WORKFLOW (Send Work Item), CREATE_USER (User Name).. 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: Can Be Enhanced (Deep)


SAP FOPC_BTC_REPORTS 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
REPORT_GUIDGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
STATEStatus of Requested Report FOPC_BTC_REPORT_STATECHAR1FOPC_BTC_REPORT_STATE
SEND_WORKFLOWSend Work Item FOPC_BTC_SEND_WORKFLOW_FLAGCHAR1FOPC_BTC_SEND_WORKFLOW_FLAG
CREATE_USERUser Name SYUNAMECHAR12SYCHAR12
CREATE_TIMEUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
START_USERUser Name SYUNAMECHAR12SYCHAR12
START_TIMEUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
END_TIMEUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
REPORT_MIC_USERUser Name SYUNAMECHAR12SYCHAR12
REPORT_TYPEReport Type FOPC_REP_TYPECHAR3FOPC_REP_TYPE
BTC_JOBNAMEBackground job name BTCJOBCHAR32CHAR32
BTC_JOBCOUNTJob ID BTCJOBCNTCHAR8CHAR8
BTC_STARTOPTIONS 0
REPORT_INPUT MIC Report Input, Serialzied Type fopcr_s_report_input0
REPORT_OUTPUT MIC Report Output, Serialzied Type fopcr_s_report_output0
IN_STRUCT_HASHHash Value (160 Bits) HASH160CHAR40
OUT_STRUCT_HASHHash Value (160 Bits) HASH160CHAR40
ATTACHMENT_TYPERequested Report: Document Type FOPC_BTC_ATTACHMENT_TYPECHAR10FOPC_BTC_ATTACHMENT_TYPE
ATTACHMENT_IOTYKW Framework: IO type SKWF_IOTYCHAR1SKWF_IOTY
ATTACHMENT_CLASSDocument class SDOK_CLASSCHAR10Assigned to domainSDOK_CLASS
ATTACHMENT_IDID for documents and relations SDOK_DOCIDCHAR32SDOK_DOCID
WRKFLW_RECIPIENTUser Name SYUNAMECHAR12SYCHAR12
BTC_REPORT_KINDType of Requested Report FOPC_BTC_REPORT_KINDCHAR1FOPC_BTC_REPORT_KIND

Key field Non-key field



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

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

SELECT SINGLE *
FROM FOPC_BTC_REPORTS
INTO CORRESPONDING FIELDS OF WA_FOPC_BTC_REPORTS
WHERE...

How to access SAP table FOPC_BTC_REPORTS

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