ALM_ME_PM_OPERATION_SPLIT SAP (Maintenance Operation Split (KBED)) Structure details

Dictionary Type: Structure
Description: Maintenance Operation Split (KBED)




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




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

ALM_ME_PM_OPERATION_SPLIT 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 "Maintenance Operation Split (KBED)" 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_ALM_ME_PM_OPERATION_SPLIT TYPE ALM_ME_PM_OPERATION_SPLIT.

The ALM_ME_PM_OPERATION_SPLIT table consists of various fields, each holding specific information or linking keys about Maintenance Operation Split (KBED) data available in SAP. These include SUB_ACTIVITY (Suboperation), SPLIT (Split number), CAP_ID (ID of the capacity requirements record), CAP_COUNTER (Internal counter).. 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 ALM_ME_PM_OPERATION_SPLIT 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
ACTIVITYOperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
SUB_ACTIVITYSuboperation UVORNCHAR4NUMCVVORNR
SPLITSplit number CY_SPLITINT13INT1
CAP_IDID of the capacity requirements record BEDIDNUMC12Assigned to domainBEDID
CAP_COUNTERInternal counter CIM_COUNTNUMC8CIM_COUNT
CAP_MAIN_COUNTCounter for the main capacity requirements record CANUMFNUMC4NUM4
CAP_CY_COUNTCounters for cap. rqmts. records (various caps. + indiv.caps CY_COUNTNUMC4Assigned to domainCY_COUNT
WORKCENTERMain work center for maintenance tasks GEWRKCHAR8ARBPLVAP
RES_OBJIDWork center ID ARBPLATZNUMC8NUM08
PERSON_NOPersonnel Number PERNR_DNUMC8PERNRPER
EARL_START_DATEEarliest start / date FSTADDATS8DATUM
EARL_START_TIMEEarliest start / time FSTAUTIMS6T
EARL_FIN_DATEEarliest finish /date FENDDDATS8DATUM
EARL_FIN_TIMEEarliest finish /time FENDUTIMS6T
LATE_START_DATELatest start / date SSTADDATS8DATUM
LATE_START_TIMELatest start / time SSTAUTIMS6T
LATE_FIN_DATELatest finish / date SENDDDATS8DATUM
LATE_FIN_TIMELatest finish / time SENDUTIMS6T
ACTUAL_START_DATEActual start / date ISTADDATS8DATUM
ACTUAL_START_TIMEActual start / time ISTAUTIMS6T
ACTUAL_END_DATEActual finish / date IENDDDATS8DATUM
ACTUAL_END_TIMEActual finish / time IENDUTIMS6T
FCST_FIN_DATEForecast finish / date PENDDDATS8DATUM
FCST_FIN_TIMEForecast finish / time PENDUTIMS6T
NO_ACTUAL_SPLITActual number of splits ISPLIDEC3SPLITTANZ
ROUTING_NORouting number of operations in the order CO_AUFPLNUMC10AUFPL
ROUTING_COUNTERGeneral counter for order CO_APLZLNUMC8Assigned to domainCO_APLZL
EARL_SCHED_PROC_START_DATEEarliest scheduled start: Processing (date) FSSBDDATS8DATUM
EARL_SCHED_PROC_START_TIMEEarliest scheduled start: Processing (time) FSSBZTIMS6ATIME
EARL_SCHED_TEAR_START_DATEEarliest scheduled start: Teardown (date) FSSADDATS8DATUM
EARL_SCHED_TEAR_START_TIMEEarliest scheduled start: Teardown (time) FSSAZTIMS6ATIME
LAST_SCHED_PROC_START_DATELatest scheduled start: Processing (date) SSSBDDATS8DATUM
LAST_SCHED_PROC_START_TIMELatest scheduled start: Processing (time) SSSBZTIMS6ATIME
LAST_SCHED_TEAR_START_DATELatest scheduled start: Teardown (date) SSSADDATS8DATUM
LAST_SCHED_TEAR_START_TIMELatest scheduled start: Teardown (time) SSSAZTIMS6ATIME
ACTIVITY_QUANTITYOperation Quantity MGVRGQUAN13(3) MENG13
ACTIVITY_UNITUnit of Measure for Activity/Operation VORMEUNIT3Assigned to domainCUNITMEINS
ACTIVITY_UNIT_ISOBase unit of measure in ISO code MEINS_ISOCHAR3Assigned to domainISOCD_UNIT
NO_OF_EMPLOYEENumber of employees ANZMSDEC5(2) ANZMA
WORK_ACTIVITYWork involved in the activity ARBEITQUAN7(1) ARBEIT
UN_WORKUnit for work ARBEITEUNIT3Assigned to domainCUNITMEINS
UN_WORK_ISOBase unit of measure in ISO code MEINS_ISOCHAR3Assigned to domainISOCD_UNIT
DURATION_NORMALNormal duration of the activity DAUNORQUAN5(1) DAUER_4_1
DURATION_NORMAL_UNITNormal duration/unit DAUNOREUNIT3Assigned to domainCUNITMEINS
DURATION_NORMAL_ISOBase unit of measure in ISO code MEINS_ISOCHAR3Assigned to domainISOCD_UNIT
PART_CONFSplit partially confirmed CY_PARTCONCHAR1KREUZ
CHANGEABLEGeneral Flag FLAGCHAR1FLAG
WFM_CORE_GUIDGUID in 'CHAR' format with upper-/lowercase (!) GUID_22CHAR22SYSUUID_22

Key field Non-key field



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

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

How to access SAP table ALM_ME_PM_OPERATION_SPLIT

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