BAPI_PI_ACTIV SAP (Activity Confirmation Process Order) Structure details

Dictionary Type: Structure
Description: Activity Confirmation Process Order




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




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

BAPI_PI_ACTIV 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 "Activity Confirmation Process Order" 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_BAPI_PI_ACTIV TYPE BAPI_PI_ACTIV.

The BAPI_PI_ACTIV table consists of various fields, each holding specific information or linking keys about Activity Confirmation Process Order data available in SAP. These include ORDERID (Order Number), PHASE (Operation/Activity Number), SEC_RESOURCE (Suboperation), LOG_SYSTEM (Logical system).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP BAPI_PI_ACTIV structure 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
CONF_NOCompletion confirmation number for the operation CO_RUECKNUMC10CO_RUECKRCK
ORDERIDOrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
PHASEOperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
SEC_RESOURCESuboperation UVORNCHAR4NUMCVVORNR
LOG_SYSTEMLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
PERS_NOPersonnel number CO_PERNRNUMC8PERNRPER
TIMEID_NOTime Recording ID Number DZAUSWNUMC8ZAUSW
RESOURCEWork center ARBPLCHAR8ARBPLAGR
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LOGDATELogical Date LDATEDATS8DATUM
LOGTIMELogical time LTIMETIMS6UZEIT
POSTG_DATEPosting date BUCHDATUMDATS8DATUM
DEV_REASONReason for Variance CO_AGRNDCHAR4Assigned to domainCO_AGRND
CONF_TEXTConfirmation text CO_RTEXTCHAR40TEXT40
SETUP_VALCurrent setup time to be confirmed RU_RUEWRTQUAN13(3) MENGV13
SETUP_UNITUnit of measure for the activity to be confirmed CO_ISMNGEHUNIT3Assigned to domainCUNITMEINS
SETUP_UNITISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
MACHI_VALCurrent machine time to be confirmed RU_MASWRTQUAN13(3) MENGV13
MACHI_UNITUnit of measure for the activity to be confirmed CO_ISMNGEHUNIT3Assigned to domainCUNITMEINS
MACHI_UNITISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
LABOR_VALCurrent labor time to be confirmed RU_PERWRTQUAN13(3) MENGV13
LABOR_UNITUnit of measure for the activity to be confirmed CO_ISMNGEHUNIT3Assigned to domainCUNITMEINS
LABOR_UNITISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
TEARD_VALCurrent teardown time to be confirmed RU_ABRWRTQUAN13(3) MENGV13
TEARD_UNITUnit of measure for the activity to be confirmed CO_ISMNGEHUNIT3Assigned to domainCUNITMEINS
TEARD_UNITISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
VACT1_VALCurrent variable activity to be confirmed RU_VA1WRTQUAN13(3) MENGV13
VACT1_UNITUnit of measure for the activity to be confirmed CO_ISMNGEHUNIT3Assigned to domainCUNITMEINS
VACT1_UNITISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
WAGETYPEWage Type LOHNARTCHAR4LOART
EX_CREATED_BYExternal creator of confirmation RU_EXNAMCHAR12USNAM
EX_CREATED_DATEExternal date of entry for confirmation RU_EXERDDATS8DATUM
EX_CREATED_TIMEExternal time of entry for confirmation RU_EXERZTIMS6UZEIT
EX_IDENTExternal key of a confirmation (for example from PDC system) RU_EXTID_CHARCHAR32SYSUUID_C

Key field Non-key field



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

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

How to access SAP table BAPI_PI_ACTIV

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