/SYCLO/AUFNR_M1 SAP (Syclo - Work Order Mobile Data Header) Table details

Dictionary Type: Table
Description: Syclo - Work Order Mobile Data Header




ABAP Code to SELECT data from /SYCLO/AUFNR_M1
Related tables to /SYCLO/AUFNR_M1
Access table /SYCLO/AUFNR_M1




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

/SYCLO/AUFNR_M1 is a standard SAP Table which is used to store Syclo - Work Order Mobile Data Header data and is available within R/3 SAP systems depending on the version and release level.

The /SYCLO/AUFNR_M1 table consists of various fields, each holding specific information or linking keys about Syclo - Work Order Mobile Data Header data available in SAP. These include AUFNR (Order Number), VORNR (Operation/Activity Number), UVORN (Suboperation), MOBILE_STATUS (Syclo Work Order Mobile Status).. 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 (Deep)


SAP /SYCLO/AUFNR_M1 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 MANDTCLNT3Assigned to domainMANDT
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
UVORNSuboperation UVORNCHAR4NUMCVVORNR
MOBILE_STATUSSyclo Work Order Mobile Status /SYCLO/PM_WO_MOBILE_STATUS_DTECHAR10/SYCLO/PM_WO_MOBILE_STATUS
EFFECTIVE_TSEffective time stamp /SYCLO/PM_EFFECTIVE_TS_DTEDEC15TZNTSTMPS
CREATED_BYCreated by /SYCLO/CORE_CREATEDBY_DTECHAR12USNAM
CREATED_TSCreation timestamp /SYCLO/CORE_CREATEDTS_DTEDEC15TZNTSTMPS
CHANGED_BYLast Changed By /SYCLO/CORE_CHANGEDBY_DTECHAR12USNAM
CHANGED_TSChanged time stamp /SYCLO/CORE_CHANGEDTS_DTEDEC15TZNTSTMPS

Key field Non-key field



How do I retrieve data from SAP table /SYCLO/AUFNR_M1 using ABAP code

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

SELECT SINGLE *
FROM /SYCLO/AUFNR_M1
INTO CORRESPONDING FIELDS OF WA_/SYCLO/AUFNR_M1
WHERE...

How to access SAP table /SYCLO/AUFNR_M1

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