SAP DPR_CP_BAPI1191_TSK_C Task List Header Data in CREATE-BAPI for Inspection Plans Table data and field list

DPR_CP_BAPI1191_TSK_C 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 "Task List Header Data in CREATE-BAPI for Inspection Plans" 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_DPR_CP_BAPI1191_TSK_C TYPE DPR_CP_BAPI1191_TSK_C.

The DPR_CP_BAPI1191_TSK_C table consists of various fields, each holding specific information or linking keys about Task List Header Data in CREATE-BAPI for Inspection Plans data available in SAP. These include GROUP_COUNTER (Version Number Component), CHANGE_NO (Character Field of Length 12), VALID_FROM (Field of type DATS), CHANGE_NO_TO (Character Field of Length 12)... 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. .

DPR_CP_BAPI1191_TSK_C structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP DPR_CP_BAPI1191_TSK_C structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the DPR_CP_BAPI1191_TSK_C table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
TASK_LIST_GROUPCharacter field, 8 characters long CHAR8CHAR8CHAR8
GROUP_COUNTERVersion Number Component CHAR2CHAR2CHAR2
CHANGE_NOCharacter Field of Length 12 CHAR12CHAR12CHAR12
VALID_FROMField of type DATS DATSDATS8DATS
CHANGE_NO_TOCharacter Field of Length 12 CHAR12CHAR12CHAR12
VALID_TO_DATEField of type DATS DATSDATS8DATS
DEL_INDSingle-Character Indicator CHAR1CHAR1CHAR1
TASK_LIST_USAGE3-Byte field CHAR3CHAR3CHAR3
PLANTNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
TASK_LIST_STATUS3-Byte field CHAR3CHAR3CHAR3
TASK_MEASURE_UNITUnit for Object Generation in Control Plan DPR_TV_CP_UNITUNIT3Assigned to domainCUNITMEINS
TASK_MEASURE_UNIT_ISO3-Byte field CHAR3CHAR3CHAR3
LOT_SIZE_FROMQuantity field, length 13, with +/- sign MENGV13QUAN13(3) MENGV13
LOT_SIZE_TOQuantity field, length 13, with +/- sign MENGV13QUAN13(3) MENGV13
RESP_PLANNER_GROUP3-Byte field CHAR3CHAR3CHAR3
DESCRIPTIONCharacter field of length 40 CHAR40CHAR40CHAR40
OLD_NUMBER_OF_TASK_LISTChar 20 CHAR20CHAR20CHAR20
RECALC_STD_VALUESSingle-Character Indicator CHAR1CHAR1CHAR1
DYN_MODIF_LEVELSingle-Character Indicator CHAR1CHAR1CHAR1
DYN_MODIF_RULE3-Byte field CHAR3CHAR3CHAR3
DYN_MODIF_BY_VENDORSingle-Character Indicator CHAR1CHAR1CHAR1
DYN_MODIF_BY_MANUFACTSingle-Character Indicator CHAR1CHAR1CHAR1
DYN_MODIF_BY_CUSTOMRSingle-Character Indicator CHAR1CHAR1CHAR1
SAMPLE_DRAWING_PROCEDURECharacter field, 8 characters long CHAR8CHAR8CHAR8
IND_UNITS_EXT_NUMBERINGSingle-Character Indicator CHAR1CHAR1CHAR1
IDENT_KEY3-Byte field CHAR3CHAR3CHAR3
INSPPOINT_PARTIALLOT_ASSGNMTSingle-Character Indicator CHAR1CHAR1CHAR1
CHANGE_RULESingle-Character Indicator CHAR1CHAR1CHAR1
OBJECT_CHANGE_TYPENumc3, internal use NUMC3NUMC3NUMC3
PLANNING_WORK_CENTERCharacter field, 8 characters long CHAR8CHAR8CHAR8

Key field Non-key field



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

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

How to access SAP table DPR_CP_BAPI1191_TSK_C

Within an ECC or HANA version of SAP you can also view further information about DPR_CP_BAPI1191_TSK_C and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).