/PTGWFI/F_BCT SAP (BIR: Block Control table) Table details

Dictionary Type: Table
Description: BIR: Block Control table




ABAP Code to SELECT data from /PTGWFI/F_BCT
Related tables to /PTGWFI/F_BCT
Access table /PTGWFI/F_BCT




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

/PTGWFI/F_BCT is a standard SAP Table which is used to store BIR: Block Control table data and is available within R/3 SAP systems depending on the version and release level.

The /PTGWFI/F_BCT table consists of various fields, each holding specific information or linking keys about BIR: Block Control table data available in SAP. These include ZBLKRSN (Block Reason), ZINIACT (Responsible Party), ZACTFM (ABAP Function Name), ZDELAYFM (ABAP Function 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified

Text table = /OPT/VT_BLOCK

Text table = /PTGWFI/F_BCTT


SAP /PTGWFI/F_BCT 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 MANDTCLNT3T000MANDT
ZBLKRSNBlock Reason /PTGWFI/BLKRSNCHAR1/PTGWFI/BLKRSNZBR
ZINIACTResponsible Party /PTGWFI/RSPCHAR15/PTGWFI/W_ROLE/PTGWFI/RSP
ZACTFMABAP Function Name FUNCABAPCHAR30TFDIRFUNCNAME
ZDELAYFMABAP Function Name FUNCABAPCHAR30TFDIRFUNCNAME
ZDESCDescription /PTGWFI/DESCCHAR80TEXT80
ZOBJTYPObject Type SWO_OBJTYPCHAR10TOJTBOJ_NAMEOBJ
ZEVENTEvent SWO_EVENTCHAR32SWC_ELEM
ZTABLEReference table SWC_REFSTRCHAR30Assigned to domainAS4TAB
ZFIELDReference field SWC_REFFLDCHAR30Assigned to domainFDNAME

Key field Non-key field



How do I retrieve data from SAP table /PTGWFI/F_BCT using ABAP code

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

SELECT SINGLE *
FROM /PTGWFI/F_BCT
INTO CORRESPONDING FIELDS OF WA_/PTGWFI/F_BCT
WHERE...

How to access SAP table /PTGWFI/F_BCT

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