MEREP_OUTTAB_SUBCON SAP (Output Structure MEREP: Subcontracting) Structure details

Dictionary Type: Structure
Description: Output Structure MEREP: Subcontracting




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




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

MEREP_OUTTAB_SUBCON 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 "Output Structure MEREP: Subcontracting" 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_MEREP_OUTTAB_SUBCON TYPE MEREP_OUTTAB_SUBCON.

The MEREP_OUTTAB_SUBCON table consists of various fields, each holding specific information or linking keys about Output Structure MEREP: Subcontracting data available in SAP. These include LIFNR (Vendor Account Number), MATNR (Material Number), MAKTX (Material Description (Short Text)), WERKS (Plant).. 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 (character-type or numeric)


SAP MEREP_OUTTAB_SUBCON 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
SUPERFIELDVendor/Supplying Plant MEREP_SUPERCHAR51TEXT51
LIFNRVendor Account Number ELIFNCHAR10Assigned to domainALPHALIFNRLIFKRED_C
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
WERKSPlant EWERKCHAR4Assigned to domainWERKSWRK
ETYPEReporting in Purchasing: Line Type MERE_ETYPECHAR1
ETTXTReporting in Purchasing: Description of Totals Line MERE_ETTXTCHAR40TEXT40
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
ICON_EXPIcon for List Output in Purchasing: Show/Hide MERE_ICON_EXPCHAR40
MENGEReporting in Purchasing: Quantity Requirement or Receipt MERE_MENGEQUAN13(3) MENG13
LAGMEBase Unit of Measure LAGMEUNIT3Assigned to domainCUNITMEINS
ERFMGReporting in Purchasing: Available Stock of Mat. with Vendor MERE_ERFMGQUAN13(3) MENG13
ERFMEBase Unit of Measure LAGMEUNIT3Assigned to domainCUNITMEINS
ICON_SIGNIcon for List Output in Purchasing: Plus/Minus MERE_ICON_SIGNCHAR40
ICON_PO_HISTPurchase Order History/Release Documentation MEREP_ICON_PO_HISTCHAR40
ICON_COMP_CONSComponent Consumption History MEREP_ICON_PO_COMPCONSCHAR40
EBDATRequirement date (deadline for procurement) BDDATDATS8DATUM
DOCUMENTDocument Number MEREP_DOCUMENTCHAR10
DOC_ITEMItem Number MEREP_DOC_ITEMNUMC5
EINDTItem Delivery Date EINDTDATS8DATUM
NAME1Name NAME1CHAR30TEXT30
ORT01City ORT01CHAR25TEXT25
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
VSTELProposed shipping point VSTEDCHAR4Assigned to domainVSTEL
LADGRLoading Group LADGRCHAR4Assigned to domainLADGR
SERNPSerial Number Profile SERAILCHAR4Assigned to domainSERAIL
LBLFADelivery Type for Materials Provided to Subcontractor LBLFACHAR4Assigned to domainLFART
BSTYPPurchasing Document Category BSTYPCHAR1BSTYP
ESTKZCreation Indicator (Purchase Requisition/Schedule Lines) ESTKZCHAR1ESTKZ
AUFPLRouting number of operations in the order CO_AUFPLNUMC10AUFPL
APLZLInternal counter CIM_COUNTNUMC8CIM_COUNT
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
LTXA1Operation short text LTXA1CHAR40TEXT40
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
XDETAILGeneral Flag FLAGCHAR1FLAG
KOPKZGeneral Flag FLAGCHAR1FLAG
AZPOSNo. of Positions MEREP_AZPOSINT410
BDTERRequirement Date for the Component BDTERDATS8DATUM
LBUMLStock in Transfer for Subcontracting (Plant to Plant) UMLME_OQUAN13(3) MENG13V
SEL_FLAG Selection Indicator0
.INCLU--AP 0
ICON_TOOLTIPIcon for List Output in Purchasing: Plus/Minus MERE_ICON_SIGNCHAR40

Key field Non-key field



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

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

How to access SAP table MEREP_OUTTAB_SUBCON

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