V46R_HEADKOM SAP (Repairs Processing: Header Communication Structure) Structure details

Dictionary Type: Structure
Description: Repairs Processing: Header Communication Structure




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




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

V46R_HEADKOM 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 "Repairs Processing: Header Communication Structure" 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_V46R_HEADKOM TYPE V46R_HEADKOM.

The V46R_HEADKOM table consists of various fields, each holding specific information or linking keys about Repairs Processing: Header Communication Structure data available in SAP. These include MATNR_S (Repairs processing: Material number of service product), BASME_G (Base Unit of Measure), MATNR_G (Repairs processing: Serviceable material number), ARKTX_G (Short text for describing serviceable item material).. 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: Not classified


SAP V46R_HEADKOM 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
SCHEMERepair procedure: Procedure RMA_SCHEMACHAR4Assigned to domainRMA_SCHEMA
MATNR_SRepairs processing: Material number of service product RMA_MATNR_SCHAR18Assigned to domainMATN1MATNRMAT1
BASME_GBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
MATNR_GRepairs processing: Serviceable material number RMA_MATNR_GCHAR18Assigned to domainMATN1MATNRMAT1
ARKTX_GShort text for describing serviceable item material RMA_ARKTX_GCHAR40TEXT40
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
STATUS_CHECKObject status J_TXT30CHAR30TEXT30
STATUS_DETERObject status J_TXT30CHAR30TEXT30
STATUS_REPAIObject status J_TXT30CHAR30TEXT30
FLG_VESingle-Character Indicator CHAR1CHAR1CHAR1
FLG_IREPSingle-Character Indicator CHAR1CHAR1CHAR1
FLG_TREPSingle-Character Indicator CHAR1CHAR1CHAR1
FLG_REPASingle-Character Indicator CHAR1CHAR1CHAR1
FLG_KZENStatus indicator 'Business decision to be made' RMA_FLG_KZENCHAR1CHAR1
FLG_KENTSingle-Character Indicator CHAR1CHAR1CHAR1
FLG_PAKTSingle-Character Indicator CHAR1CHAR1CHAR1
FLG_MABGSingle-Character Indicator CHAR1CHAR1CHAR1
OMERAOpen quantity for repair registration RMA_OMENGE_REPANINT410INT4
OMERSOpen quantity for repair start RMA_OMENGE_REPSTINT410INT4
OMERROpen quantity for repair completion confirmation RMA_OMENGE_REPRMINT410INT4
OMENGTotal open quantity RMA_OMENGE_GESAMTINT410INT4
DYNPOBilled acc. to resources, dynamic items confirmed RMA_DYNPOCHAR1CHAR1_X
FAKTURepair has been either partially or completely billed RMA_FAKTUCHAR1CHAR1_X
VBKLTSales document indicator (for display in TVAK only) VBKLT_VACHAR1VBKLT_VA
VBELNSales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
QMNUMNotification No QMNUMCHAR12Assigned to domainALPHAQMNUMIQM
TXT_VBELNDocument number TXT_VBELNCHAR20TEXT20
NETWRNet value of the order item in document currency NETWR_APCURR15(2) WERTV8
WAERKSD Document Currency WAERKCUKY5Assigned to domainWAERSFWS
FFPRFDynamic Item Processor Profile AD01PROFNRCHAR8Assigned to domainAD01PROFNRAD0DIP_PROFILE
FAKTFBilling form FAKTFCHAR2FAKTF
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG

Key field Non-key field



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

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

How to access SAP table V46R_HEADKOM

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