TDS_REPAIRH_COM SAP (Lean Order - Repair Order Header) Structure details

Dictionary Type: Structure
Description: Lean Order - Repair Order Header




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




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

TDS_REPAIRH_COM 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" 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_COM TYPE TDS_REPAIRH_COM.

The TDS_REPAIRH_COM table consists of various fields, each holding specific information or linking keys about Lean Order - Repair Order Header data available in SAP. These include HANDLE (GUID in 'CHAR' Format in Uppercase), HANDLE_I (GUID in 'CHAR' Format in Uppercase), HANDLE_R (GUID in 'CHAR' Format in Uppercase), SCHEME_R (Repair procedure: Procedure).. 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_COM 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
.INCLU-_I 0
HANDLE_IGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
.INCLU-_R 0
HANDLE_RGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
SCHEME_RRepair procedure: Procedure RMA_SCHEMACHAR4Assigned to domainRMA_SCHEMA
MATNR_G_RRepairs processing: Serviceable material number RMA_MATNR_GCHAR18Assigned to domainMATN1MATNRMAT1
MATNR_S_RRepairs processing: Material number of service product RMA_MATNR_SCHAR18Assigned to domainMATN1MATNRMAT1
BASME_G_RBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
MANFO_RQuantity of expected serviceable items RMA_MENGE_REPANFONUMC7NUM07
MFAKT_RQuantity of billed serviceable materials RMA_MENGE_REPFAKTNUMC7NUM07
MIREP_RQuantity of serviceable materials under repair RMA_MENGE_REPIREPNUMC7NUM07
MLIEF_RQuantity of serviceable materials delivered to customer RMA_MENGE_REPLIEFNUMC7NUM07
MREPA_RQuantity of repaired serviceable materials RMA_MENGE_REPREPANUMC7NUM07
MRLWE_RQuantity of servicable materials received (GR posted) RMA_MENGE_REPRLWENUMC7NUM07
MALIF_RQuantity of serviceable materials for delivery to customer RMA_MENGE_REPALIFNUMC7NUM07
MRLIF_RQuantity of serviceable items sent in by customer RMA_MENGE_REPRLIFNUMC7NUM07
MRETO_RQuantity of serviceable materials to be returned RMA_MENGE_REPRETONUMC7NUM07
MLEIK_RNumber of materials on loan to the customer RMA_MENGE_REPLEIKNUMC7NUM07
MSCHR_RQuantity of scrapped servicable items RMA_MENGE_REPSCHRNUMC7NUM07
FAKTU_RRepair 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_COM using ABAP code?

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

How to access SAP table TDS_REPAIRH_COM

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