TDS_REPAIRH_COMR SAP (Lean Order - Repair Order Header (Values, Read-Only)) Structure details

Dictionary Type: Structure
Description: Lean Order - Repair Order Header (Values, Read-Only)




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




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

TDS_REPAIRH_COMR 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 "Lean Order - Repair Order Header (Values, Read-Only)" 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_TDS_REPAIRH_COMR TYPE TDS_REPAIRH_COMR.

The TDS_REPAIRH_COMR table consists of various fields, each holding specific information or linking keys about Lean Order - Repair Order Header (Values, Read-Only) data available in SAP. These include SCHEME (Repair procedure: Procedure), MATNR_G (Repairs processing: Serviceable material number), MATNR_S (Repairs processing: Material number of service product), BASME_G (Base Unit of Measure).. 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 (Deep)


SAP TDS_REPAIRH_COMR 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
HANDLEGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
SCHEMERepair procedure: Procedure RMA_SCHEMACHAR4Assigned to domainRMA_SCHEMA
MATNR_GRepairs processing: Serviceable material number RMA_MATNR_GCHAR18Assigned to domainMATN1MATNRMAT1
MATNR_SRepairs processing: Material number of service product RMA_MATNR_SCHAR18Assigned to domainMATN1MATNRMAT1
BASME_GBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
MANFOQuantity of expected serviceable items RMA_MENGE_REPANFONUMC7NUM07
MFAKTQuantity of billed serviceable materials RMA_MENGE_REPFAKTNUMC7NUM07
MIREPQuantity of serviceable materials under repair RMA_MENGE_REPIREPNUMC7NUM07
MLIEFQuantity of serviceable materials delivered to customer RMA_MENGE_REPLIEFNUMC7NUM07
MREPAQuantity of repaired serviceable materials RMA_MENGE_REPREPANUMC7NUM07
MRLWEQuantity of servicable materials received (GR posted) RMA_MENGE_REPRLWENUMC7NUM07
MALIFQuantity of serviceable materials for delivery to customer RMA_MENGE_REPALIFNUMC7NUM07
MRLIFQuantity of serviceable items sent in by customer RMA_MENGE_REPRLIFNUMC7NUM07
MRETOQuantity of serviceable materials to be returned RMA_MENGE_REPRETONUMC7NUM07
MLEIKNumber of materials on loan to the customer RMA_MENGE_REPLEIKNUMC7NUM07
MSCHRQuantity of scrapped servicable items RMA_MENGE_REPSCHRNUMC7NUM07
FAKTURepair has been either partially or completely billed RMA_FAKTUCHAR1CHAR1_X

Key field Non-key field



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

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

How to access SAP table TDS_REPAIRH_COMR

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