COFIV SAP (PI Sheet: Signature for Deviation) Table details

Dictionary Type: Table
Description: PI Sheet: Signature for Deviation




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




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

COFIV is a standard SAP Table which is used to store PI Sheet: Signature for Deviation data and is available within R/3 SAP systems depending on the version and release level.

The COFIV table consists of various fields, each holding specific information or linking keys about PI Sheet: Signature for Deviation data available in SAP. These include CRID (PI sheet (process instruction sheet)), FTNO (Sequence number of process instruction in recipe), FVNO (Sequence number of proc.instruction characteristic in recipe), TAB_MELD (Logical Column: Corresponds to Message (Message Category)).. 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 (character-type or numeric)


SAP COFIV 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
CRIDPI sheet (process instruction sheet) PI_CRIDNUMC18COCHPPI_CRIDPVL
FTNOSequence number of process instruction in recipe FTNONUMC8Assigned to domainFTNO
FVNOSequence number of proc.instruction characteristic in recipe FVNONUMC4NUMC4
TAB_MELDLogical Column: Corresponds to Message (Message Category) CO_SPALTEINT13CO_SPALTE
SIGN_COUNTSignature counter CO_SIGNCNTNUMC2CO_SIGNCNT
TAB_ZEILETable line in the PI sheet CO_ZEILENUMC3CO_ZEILE
SIGNERName of Person who Created the Object ERNAMCHAR12USNAM
ATWRTCharacteristic Value ATWRTCHAR30ATWRT
SIGN_DATEDate on Which Record Was Created ERDATDATS8DATUM
SIGN_TIMETime, at Which Record Was Added ERZEITTIMS6UHRZT

Key field Non-key field



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

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

SELECT SINGLE *
FROM COFIV
INTO CORRESPONDING FIELDS OF WA_COFIV
WHERE...

How to access SAP table COFIV

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