J_1USEXTRACTD_MM SAP (EXTRACTD_MM) Table details

Dictionary Type: Table
Description: EXTRACTD_MM




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




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

J_1USEXTRACTD_MM is a standard SAP Table which is used to store EXTRACTD_MM data and is available within R/3 SAP systems depending on the version and release level.

The J_1USEXTRACTD_MM table consists of various fields, each holding specific information or linking keys about EXTRACTD_MM data available in SAP. These include ENAME (), EPOS (Numeric field: Length 6), PURCHASE_ORDER (), POBUZEI (Item Number of Purchasing Document).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP J_1USEXTRACTD_MM table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
ENAME J_1US_EXTRACTCHAR10CHAR10
EPOSNumeric field: Length 6 NUM06NUMC6NUM06
PURCHASE_ORDER J_1US_PO_BELNRCHAR10ALPHABELNR
POBUZEIItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
PURCH_ORD_DATE J_1US_PO_DATEDATS8DATE
POWRBTR J_1US_POWRBTRCURR13(2) WERT7
POWAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
POMENGEPurchase Order Quantity BSTMGQUAN13(3) MENG13
POMEINSPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
PWRBTR J_1US_PWRBTRCURR13(2) WERT7
PWAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
GRWRBTR J_1US_GRWRBTRCURR13(2) WERT7
GRWAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
IMMWRBTR J_1US_IMMWRBTRCURR13(2) WERT7
IMMWAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CDWRBTR J_1US_CDWRBTRCURR13(2) WERT7
CDWAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
IFIWRBTR J_1US_IFIWRBTRCURR13(2) WERT7
IFIWAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C

Key field Non-key field



How do I retrieve data from SAP table J_1USEXTRACTD_MM using ABAP code

The following ABAP code Example will allow you to do a basic selection on J_1USEXTRACTD_MM to SELECT all data from the table
DATA: WA_J_1USEXTRACTD_MM TYPE J_1USEXTRACTD_MM.

SELECT SINGLE *
FROM J_1USEXTRACTD_MM
INTO CORRESPONDING FIELDS OF WA_J_1USEXTRACTD_MM
WHERE...

How to access SAP table J_1USEXTRACTD_MM

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