CORU_ACTIV SAP (Use actual times from HR) Structure details

Dictionary Type: Structure
Description: Use actual times from HR




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




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

CORU_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 "Use actual times from HR" 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_CORU_ACTIV TYPE CORU_ACTIV.

The CORU_ACTIV table consists of various fields, each holding specific information or linking keys about Use actual times from HR data available in SAP. These include AUFNR (Order Number), APLFL (Sequence), VORNR (Operation/Activity Number), UVORN (Suboperation).. 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 CORU_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
RUECKCompletion confirmation number for the operation CO_RUECKNUMC10CO_RUECKRCK
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
APLFLSequence PLNFOLGECHAR6ALPHAPLNFOLGE
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
UVORNSuboperation UVORNCHAR4NUMCVVORNR
KAPARCapacity category KAPARTCHAR3Assigned to domainKAPARTCAA
SPLITSplit number CY_SPLITINT13INT1
PERNRPersonnel number CO_PERNRNUMC8PERNRPER
ZAUSWTime Recording ID Number DZAUSWNUMC8ZAUSW
ARBPLWork center ARBPLCHAR8ARBPLAGR
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LDATELogical Date LDATEDATS8DATUM
LTIMELogical time LTIMETIMS6UZEIT
BUDATPosting date BUCHDATUMDATS8DATUM
GRUNDReason for Variance CO_AGRNDCHAR4Assigned to domainCO_AGRND
LTXA1Confirmation text CO_RTEXTCHAR40TEXT40
RUEMGCurrent setup time to be confirmed RU_RUEWRTQUAN13(3) MENGV13
RUEEHUnit of measure for the activity to be confirmed CO_ISMNGEHUNIT3Assigned to domainCUNITMEINS
MASMGCurrent machine time to be confirmed RU_MASWRTQUAN13(3) MENGV13
MASEHUnit of measure for the activity to be confirmed CO_ISMNGEHUNIT3Assigned to domainCUNITMEINS
PERMGCurrent labor time to be confirmed RU_PERWRTQUAN13(3) MENGV13
PEREHUnit of measure for the activity to be confirmed CO_ISMNGEHUNIT3Assigned to domainCUNITMEINS
ABRMGCurrent teardown time to be confirmed RU_ABRWRTQUAN13(3) MENGV13
ABREHUnit of measure for the activity to be confirmed CO_ISMNGEHUNIT3Assigned to domainCUNITMEINS
VA1MGCurrent variable activity to be confirmed RU_VA1WRTQUAN13(3) MENGV13
VA1EHUnit of measure for the activity to be confirmed CO_ISMNGEHUNIT3Assigned to domainCUNITMEINS
LOARTWage Type LOHNARTCHAR4LOART
EXNAMExternal creator of confirmation RU_EXNAMCHAR12USNAM
EXERDExternal date of entry for confirmation RU_EXERDDATS8DATUM
EXERZExternal time of entry for confirmation RU_EXERZTIMS6UZEIT
EXTIDExternal Key for Confirmation (for example, from PDC System) RU_EXTIDRAW16SYSUUID

Key field Non-key field



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

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

How to access SAP table CORU_ACTIV

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