MAM_25_CONFIRMATION_DETAILS SAP (Confirmation Details) Structure details

Dictionary Type: Structure
Description: Confirmation Details




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




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

MAM_25_CONFIRMATION_DETAILS 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 "Confirmation Details" 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_MAM_25_CONFIRMATION_DETAILS TYPE MAM_25_CONFIRMATION_DETAILS.

The MAM_25_CONFIRMATION_DETAILS table consists of various fields, each holding specific information or linking keys about Confirmation Details data available in SAP. These include ACTIVITY (Operation/Activity Number), SUB_ACTIVITY (Suboperation), CONF_NO (Completion confirmation number for the operation), ADD_CONF (New Input Values).. 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: Cannot Be Enhanced


SAP MAM_25_CONFIRMATION_DETAILS 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
ORDER_NOOrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
ACTIVITYOperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
SUB_ACTIVITYSuboperation UVORNCHAR4NUMCVVORNR
CONF_NOCompletion confirmation number for the operation CO_RUECKNUMC10CO_RUECKRCK
ADD_CONFNew Input Values XFLAGCHAR1XFLAG
CAP_TYPECapacity category KAPARCHAR3CHAR3
SPLITSplit number CY_SPLITINT13INT1
PROCSS_DEGConfirmation: Degree of processing CO_ABARBNUMC3CO_ABARB
WORK_CNTRWork center ARBPLCHAR8ARBPLAGR
FIN_CONFPartial/Final Confirmation AUERU_VSCHAR1AUERU_VS
CLEAR_RESClear Open Reservations AUSBUCHAR1XFELD
POSTG_DATEPosting date BUCHDATUMDATS8DATUM
DEV_REASONReason for Variance CO_AGRNDCHAR4Assigned to domainCO_AGRND
UN_ACT_DURUnit for actual duration IDAUREUNIT3Assigned to domainCUNITMEINS
UN_ACT_DUR_ISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
ACTUAL_DURActual Duration for Confirmation IDAURQUAN5(1) DAUER_4_1
END_DATEConfirmed date for execution finish RU_IEDDDATS8DATUMEDR
END_TIMEConfirmed time for 'Execution finish' RU_IEDZTIMS6ATIMEEZR
START_DATEConfirmed date for start of execution RU_ISDDDATS8DATUM
START_TIMEConfirmed time for 'Execution start' RU_ISDZTIMS6ATIME
UN_WORKUnit for work ARBEITEUNIT3Assigned to domainCUNITMEINS
UN_WORK_ISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
ACT_WORKActual Work ISMNW_2QUAN8(2) ARBEIT_2
ACT_TYPEActivity Type for Confirmation LEARRCHAR6Assigned to domainLSTAR
COMPLETEIndicator: No Remaining Work Expected LEKNWCHAR1XFELD
WAGE_TYPEWage Type LOHNARTCHAR4LOART
CONF_TEXTConfirmation text CO_RTEXTCHAR40TEXT40
UN_REM_DURUnit for remaining duration ODAUEUNIT3Assigned to domainCUNITMEINS
UN_REM_DUR_ISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
REM_DURRemaining duration of activity ODAURQUAN5(1) DAUER_4_1
UN_REM_WRKUnit of measure for remaining work OFMNEUNIT3Assigned to domainCUNITMEINS
UN_REM_WRK_ISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
REM_WORKRemaining work REMNWQUAN7(1) ARBEIT
FCSTFINDATForecast finish date of operation from confirmation CO_PEDDDATS8DATUM
FCSTFINTIMForecast finish time of operation from confirmation CO_PEDZTIMS6ATIME
PERS_NOPersonnel number CO_PERNRNUMC8PERNRPER
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
CATS_DOC_NODocument Number CATSBELNRCHAR10ALPHABELNR
PRICEPrice in Transaction Currency CATSPRICECURR11(2) WERTV6
TRANS_CURRTransaction Currency TWAERCUKY5Assigned to domainWAERSFWS
TRANS_CURR_ISOISO currency code ISOCDCHAR3ISOCD
PRICE_UNITPrice Unit PEINHDEC5PACK3
FIN_CONF_RIndicator: Partial confirmation ERUZUCHAR1XFELD
CREATE_DATCreated On ERSDADATS8DATUM
CREATE_TIMTime of Entry CATS_CPUTMTIMS6UZEIT
CALC_MOTIVEAccounting Indicator BEMOTCHAR2Assigned to domainBEMOT
CO_AREAControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
SEND_CCTRSender Cost Center SKOSTLCHAR10Assigned to domainALPHAKOSTLKSK
UN_WORK_DIAUnit for work ARBEITEUNIT3Assigned to domainCUNITMEINS
UN_WORK_DIA_ISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
CONF_CNTConfirmation counter CO_RMZHLNUMC8CIM_COUNTRZL
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 MAM_25_CONFIRMATION_DETAILS using ABAP code?

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

How to access SAP table MAM_25_CONFIRMATION_DETAILS

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