Storage location description

friends,
     pl let me know the table where the description of storage location is saved..thanks all

HI,
U can get Storage location from these following tables,
<b>/BEV2/ED903_V
/BEV2/EDFPANM1_S
/BEV2/EDSPANM1_S
/BEV2/ED_CHECK_STOCK
/BEV2/ED_L01_S
/BEV2/ED_PF1_S
/BEV2/ED_SL_ITEM01_S
/BEV2/ED_SL_ITEM_S
/ISDFPS/STRUCTURE_F4_TABLE_130
/ISDFPS/V_PRILOC
BIW_T001LS
CCIHS_ERQTWSSEL
CCIHS_IOBJ_INFO
CCIHS_REPHSLSEL
CCIHS_WASTIOT
CIFT001LX
DM07R
E1T001L
E1WVINH
E1WVINH_EX
E2T001L
E2WVINH
E3T001L
E3WVINH
ENT1004
GODYNPRO
GOITEM
GOITEM_TV
GOSPLIT
GOT001L
H_MARD
H_T001L
LMATE_SEQLGRES
MARD_F4HELP
MCCOMVTTP
MDLGORT
MEPO1211
MEPO1211_DATA
MEREP_OUTTAB_EBAN
MEREP_OUTTAB_EBANOV
MEREQ3211
MEREQ3211GRID
MEREQ3211GRID_DATA
MEREQ3214
PLM_ALV_112
PVAEN
RMMMBESTN_DATEN
SRS_SLOC_LIST
T001L
TNAD7
TXW_STOREL
VBDPA
VKUMR_ALV
VTTPD
VTTPVB
VV_TNAD7_ME
V_001L_B
V_064S_1
V_MDLG
V_MDLV
V_PVBE
V_T001L
V_T001L_D
V_T001L_I
V_T001L_L
V_T001L_N
V_TNAD7
V_TNAD9
V_TVKN_COM
WOSI_HEAD
WOSI_HEADER_FIELDS
WOSI_UMB_ITEM
WOSI_UMB_SELECTION
WRBA_STOCK_DISPLAY_DATA_STRUC
WRBA_T001L_DATA_STRUC
WRBA_T001L_STRUC
WRMA_S_PVAEN
WVFD_ERRS
WWS_ZWB</b>
Regards,
Kishore.

Similar Messages

  • Storage location description in multi language

    Hi All,
    We have requirement to maintain the storage location description in multi language, is it possible? If so, how?
    Thanks in advance,
    Ravi

    Hi,
    Storage location - Description in Multi language is not possible (This is Langueage independent).
    Regards,
    Siva
    Edited by: Siva Kumar M on Sep 27, 2010 3:23 PM

  • Maintain Storage Location Description in Multiple Languages

    Dear Experts,
    I need to maintain Storage Location Description in both EN and DE (Denmark) Languages.
    Kindly suggest me whether this is possible?
    If yes, please let me know how can we do this.
    I have tried doing this but I could maintain in only one language (either EN of DE)
    Regards
    Shashidhar

    Hi Jurgen,
    That was really helpful.
    My issue is, when I login with DE Language, I want to see the German Description for both Storage Location and Plants
    When I login with EN, need the descriptions to be in English.
    Is this possible?
    Regards
    Shashidhar

  • Storage Location Description in Languages apart from EN (Translation)

    I maintained the description of Storage location in English.
    Please help me to maintain the translation of this description in other languages
    For Ex: In english EN description will be "Storage Location"
    in German this will be "Lagerort"
    Thanks in advance for your help.
    Thank you.

    Do you mean that, we can not maintain descriptions in different languages? Hence my objective of maintaining as shown in my example (This is the requirement from client) can not be fullfilled by standard SAP? Is it possible by any other method through ABAP developments?
    Thanks your your concern.

  • Storage location code should come in PR/PO

    Hi All
    Whenever I am creating a PR or PO,I want storage location code should come instead of storage location description in storage location field. System picks this storage location from MRP2 view of the material.
    How do I achieve this?

    Hi,
    to display the key..
    in the transaction..either ME51N or ME21N..
    there is a Icon called Personal setting..after clicking the same you have a window opened ..in this in the Basing setting tab..in the section conversions
    click on the Display key check box..
    then the respective keys would come.
    Note--this would effect for the Plant and Storage location both and is ID dependent and has to be done individually for IDs for which they want this setting.
    Hope so it helps
    Regards
    Anjanna

  • Storage Location Descripion in Multiple Languages

    All,
    We have a current requirement where we want maintain the storage locations description in both English and French languages and display them based on the user's login language.
    SAP ERP as a standard does not provide an option to create description in multiple languages for Storage locations.
    Any suggestions would be highly appreciated.
    Thanks!

    Hi,
    You need to upgrade in unicode to get this.
    Thanks

  • Storage location Data is not saving in table MARD using BAPI method.

    Hi Experts,
    TABLES: T001L, "Storage Locations
            MARA,  "General Material Data
            MAKT,  "Material Descriptions
            MBEW,  "Material Valuation
            MARC,  "Plant Data for Material
            MARD.  "Storage Location Data for Mate
    DATA: BAPI_HEAD   LIKE BAPIMATHEAD,  "MATERIAL
          BAPI_MAKT   LIKE BAPI_MAKT,    "Material Description
          BAPI_MARA1  LIKE BAPI_MARA,    "Client Data
          BAPI_MARAX  LIKE BAPI_MARAX,
          BAPI_MARC1  LIKE BAPI_MARC,    "Plant View
          BAPI_MARCX  LIKE BAPI_MARCX,
          BAPI_MBEW1  LIKE BAPI_MBEW,    "Accounting View
          BAPI_MBEWX  LIKE BAPI_MBEWX,
          BAPI_MARD1  LIKE BAPI_MARD,    "Storage location
          BAPI_MARDX  LIKE BAPI_MARDX,
          BAPI_RETURN LIKE BAPIRET2.
    DATA: BEGIN OF INT_MAKT OCCURS 100.
            INCLUDE STRUCTURE BAPI_MAKT.
    DATA: END OF INT_MAKT.
    DATA: BEGIN OF INT_MAT OCCURS 100,
             WERKS(4),     "Plant
             LGORT(4),     "Storage location
             MTART(4),     "Material type
             MATNR(18),    "Material number
             MAKTX(40),     "Material description
             MATKL(9) ,    "Material group
             MBRSH(1),     "Industry sector
             MEINS(3),     "Base unit of measure
             GEWEI(3),     "Weight Unit
             SPART(2),     "Division
             EKGRP(3),     "Purchasing group
             VPRSV(1),     "Price control indicator
             STPRS(12),    "Standard price
             PEINH(3),     "Price unit
             SPRAS(2),     "Language key
             BKLAS(4),     "VALUATION CLASS
             VERPR TYPE VERPR_BAPI,    "MOVING PRICE
             BWTTY(1),     "Valuation Catogory
             MLAST(1),     "Price determination
             MLMAA(1),     "Material Ledger
             EKLAS(4),     "Valuation Class for sales order stock
             QKLAS(4),     "Valuation Class for Project Stock
             ZKPRS TYPE DZKPRS, "Future price
             ZKDAT TYPE DZKDAT, "Valid From Date
             BWPRS TYPE BWPRS,  "Tax price 1
             BWPS1 TYPE BWPS1,  "Tax price 2
             VJBWS TYPE VJBWS,  "Tax price 3
             ABWKZ TYPE ABWKZ,  "Devaluatin indicator
             BWPRH TYPE BWPRH,  "Commercial price 1
             BWPH1 TYPE BWPH1,  "Commercial price 2
             VJBWH TYPE VJBWH,  "Commercial Price 3
             XLIFO(1),          "LIFO/FIFO revelant
             MYPOL(4),          "Pool no for LIFO
             MMSTA(2),          "Plant specific material status
             AUSME TYPE AUSME,  "Unit of issue
             QMATA(6),          "Material Authorization group
             RBNRM(9),          "Catalog Profile
             WEBAZ TYPE WEBAZ,  "Goods reciept processing time in days
             PRFRQ TYPE PRFRQ,  "Recurring Insepction
             SSQSS(8),          "QM Control key
             QZGTP(4),          "Certificate Type
             QSSYS(4),          "Required QM system for vendor
           END OF INT_MAT.
    DATA: V_MATNR TYPE MARA-MATNR.
    SELECT-OPTIONS:
                PLANT    FOR  MARC-WERKS OBLIGATORY MEMORY ID PLT,
                S_LGORT  FOR  MARD-LGORT MEMORY ID STL,
                MATERIAL FOR  MARA-MATNR MEMORY ID MAT,
                MATLTYPE FOR  MARA-MTART MEMORY ID MTY,
                DIVISION FOR  MARA-SPART MEMORY ID DIV.
    PARAMETERS:  F_FILE LIKE RLGRAP-FILENAME
                 DEFAULT 'C:\DATA\ZMATERIAL.XLS' MEMORY ID F_FILE,
    GETDATA AS CHECKBOX, "Tick to download materials data to local harddisk
             UPDDATA AS CHECKBOX. "Tick to update date to Materials Master
    IF GETDATA = 'X'.
       PERFORM DOWNLOAD_DATA.
       PERFORM DOWNLOAD_FILE.
    ENDIF.
    IF UPDDATA = 'X'.
       PERFORM UPLOAD_FILE.
       PERFORM UPDATE_MM.
    ENDIF.
    FORM DOWNLOAD_DATA.
    SELECT * FROM MARC  WHERE LVORM EQ ' '
                          AND WERKS IN PLANT
                          AND MATNR IN MATERIAL.
        CLEAR MARA.
        SELECT SINGLE * FROM MARA WHERE MATNR =  MARC-MATNR.
        CHECK MATLTYPE.
        CHECK DIVISION.
        CLEAR MBEW.
        SELECT SINGLE * FROM MBEW WHERE MATNR =  MARC-MATNR
                                    AND BWKEY =  MARC-WERKS.
        CLEAR MAKT.
        SELECT SINGLE * FROM MAKT WHERE SPRAS =  'EN'
                                    AND MATNR =  MARC-MATNR.
        CLEAR MARD.
        SELECT SINGLE * FROM MARD WHERE WERKS IN PLANT
                                  AND   LGORT IN S_LGORT.
        WRITE:/ MARC-WERKS,    "Plant
                MARD-LGORT,    "Storage location
                MARA-MTART,    "Material type
                MARA-MATNR,    "Material number
                MARA-MATKL,    "Material group
                MARA-MBRSH,    "Industry sector
                MARA-MEINS,    "Base unit of measure
                MARA-GEWEI,    "Weight Unit
                MARA-SPART,    "Division
                MARC-EKGRP,    "Purchasing group
                MBEW-VPRSV,    "Price control indicator
                MBEW-STPRS,    "Standard price
                MBEW-PEINH,    "Price unit
                MBEW-BKLAS,    "VALUE CLASS
                MAKT-SPRAS,    "Language key
                MBEW-BKLAS,    "Valuation Class
                MBEW-VERPR,    "Moving price
                MAKT-MAKTX,    "Material description
                MBEW-BWTTY,    "Valutaion Catogorey
                MBEW-MLAST,    "Price Determination
                MBEW-MLMAA,    "Material Ledger
                MBEW-EKLAS,    "Valuation class for Sales order stock
                MBEW-QKLAS,    "Valutaion Class for Project Stock
                MBEW-ZKPRS,    "Future Price
                MBEW-ZKDAT,    "Valid From Date
                MBEW-BWPRS,    "Tax price 1
                MBEW-BWPS1,    "Tax price 2
                MBEW-VJBWS,    "Tax price 3
                MBEW-ABWKZ,    "Devaluatin indicator
                MBEW-BWPRH,    "Commercial price 1
                MBEW-BWPH1,    "Commercial price 2
                MBEW-VJBWH,    "Commercial Price 3
                MBEW-XLIFO,    "LIFO/FIFO revelant
                MBEW-MYPOL,    "Pool no for LIFO
                MARC-MMSTA,    "Plant specific material status
                MARC-AUSME,    "Unit of issue
                MARC-QMATA,    "Material Authorization group
                MARA-RBNRM,    "Catalog Profile
                MARC-WEBAZ,    "Goods reciept processing time in days
                MARC-PRFRQ,    "Recurring Insepction
                MARC-SSQSS,    "QM Control key
                MARC-QZGTP,    "Certificate Type
                MARC-QSSYS.    "Required QM system for vendor
                INT_MAT-WERKS = MARC-WERKS.    "Plant
                INT_MAT-LGORT = MARD-LGORT.    "Storage Location
                INT_MAT-MTART = MARA-MTART.    "Material type
                INT_MAT-MATNR = MARA-MATNR.    "Material number
                INT_MAT-MAKTX = MAKT-MAKTX.    "Material description
                INT_MAT-MATKL = MARA-MATKL.    "Material group
                INT_MAT-MBRSH = MARA-MBRSH.    "Industry sector
                INT_MAT-MEINS = MARA-MEINS.    "Base unit of measure
                INT_MAT-GEWEI = MARA-GEWEI.    "Weight Unit
                INT_MAT-SPART = MARA-SPART.    "Division
                INT_MAT-EKGRP = MARC-EKGRP.    "Purchasing group
                INT_MAT-VPRSV = MBEW-VPRSV.    "Price control indicator
                INT_MAT-STPRS = MBEW-STPRS.    "Standard price
                INT_MAT-PEINH = MBEW-PEINH.    "Price unit
                INT_MAT-SPRAS = MAKT-SPRAS.    "Language key
                INT_MAT-BKLAS = MBEW-BKLAS.    "VALVATION CLASS
                INT_MAT-VERPR = MBEW-VERPR.    "MOVING price
                INT_MAT-BWTTY = MBEW-BWTTY.    "Valutaion Catogorey
                INT_MAT-MLAST = MBEW-MLAST.    "Price Determination
                INT_MAT-MLMAA = MBEW-MLMAA.    "Material Ledger
                INT_MAT-EKLAS = MBEW-EKLAS.    "Valuation class forS.O Stock
                INT_MAT-QKLAS = MBEW-QKLAS.    "Valutaion Class for Project
                INT_MAT-ZKPRS = MBEW-ZKPRS.    "Future Price
                INT_MAT-ZKDAT = MBEW-ZKDAT.    "Valid From Date
                INT_MAT-BWPRS = MBEW-BWPRS.    "Tax price 1
                INT_MAT-BWPS1 = MBEW-BWPS1.    "Tax price 2
                INT_MAT-VJBWS = MBEW-VJBWS.    "Tax price 3
                INT_MAT-ABWKZ = MBEW-ABWKZ.    "Devaluatin indicator
                INT_MAT-BWPRH = MBEW-BWPRH.    "Commercial price 1
                INT_MAT-BWPH1 = MBEW-BWPH1.    "Commercial price 2
                INT_MAT-VJBWH = MBEW-VJBWH.    "Commercial Price 3
                INT_MAT-XLIFO = MBEW-XLIFO.    "LIFO/FIFO revelant
                INT_MAT-MYPOL = MBEW-MYPOL.    "Pool no for LIFO
                INT_MAT-MMSTA = MARC-MMSTA.    "Plant specific material
                INT_MAT-AUSME = MARC-AUSME.    "Unit of issue
                INT_MAT-QMATA = MARC-QMATA.    "Material Authorization group
                INT_MAT-RBNRM = MARA-RBNRM.    "Catalog Profile
                INT_MAT-WEBAZ = MARC-WEBAZ.    "Goods reciept processing
                INT_MAT-PRFRQ = MARC-PRFRQ.    "Recurring Insepction
                INT_MAT-SSQSS = MARC-SSQSS.    "QM Control key
                INT_MAT-QZGTP = MARC-QZGTP.    "Certificate Type
                INT_MAT-QSSYS = MARC-QSSYS.    "Required QM system for
                APPEND INT_MAT.
                CLEAR  INT_MAT.
    ENDSELECT.
    ENDFORM.
    FORM DOWNLOAD_FILE.
    call function 'WS_DOWNLOAD'
      EXPORTING
        FILENAME                      = F_FILE
        FILETYPE                      = 'DAT'
      FILETYPE                      = 'WK1'
      tables
        data_tab                      = INT_MAT
      EXCEPTIONS
        FILE_OPEN_ERROR               = 1
        FILE_WRITE_ERROR              = 2
        INVALID_FILESIZE              = 3
        INVALID_TYPE                  = 4
        NO_BATCH                      = 5
        UNKNOWN_ERROR                 = 6
        INVALID_TABLE_WIDTH           = 7
        GUI_REFUSE_FILETRANSFER       = 8
        CUSTOMER_ERROR                = 9
        OTHERS                        = 10.
    IF SY-SUBRC = 0.
       FORMAT COLOR COL_GROUP.
       WRITE:/ 'Data Download Successfully to your local harddisk'.
       SKIP.
    ENDIF.
    ENDFORM.
    FORM UPLOAD_FILE.
    call function 'WS_UPLOAD'
      EXPORTING
        FILENAME                      = F_FILE
        FILETYPE                      = 'DAT'
      FILETYPE                      = 'WK1'
      tables
        data_tab                      = INT_MAT
      EXCEPTIONS
        FILE_OPEN_ERROR               = 1
        FILE_WRITE_ERROR              = 2
        INVALID_FILESIZE              = 3
        INVALID_TYPE                  = 4
        NO_BATCH                      = 5
        UNKNOWN_ERROR                 = 6
        INVALID_TABLE_WIDTH           = 7
        GUI_REFUSE_FILETRANSFER       = 8
        CUSTOMER_ERROR                = 9
        OTHERS                        = 10.
    IF SY-SUBRC = 0.
       FORMAT COLOR COL_GROUP.
       WRITE:/ 'Data Upload Successfully from your local harddisk'.
       SKIP.
    ENDIF.
    ENDFORM.
    FORM UPDATE_MM.
    LOOP AT INT_MAT.
    CALL FUNCTION 'CONVERSION_EXIT_MATN1_INPUT'
      EXPORTING
        INPUT              = INT_MAT-MATNR
    IMPORTING
       OUTPUT             = INT_MAT-MATNR
    EXCEPTIONS
      LENGTH_ERROR       = 1
      OTHERS             = 2
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Header
        BAPI_HEAD-MATERIAL        = INT_MAT-MATNR.
        BAPI_HEAD-IND_SECTOR      = INT_MAT-MBRSH.
        BAPI_HEAD-MATL_TYPE       = INT_MAT-MTART.
        BAPI_HEAD-BASIC_VIEW      = 'X'.
        BAPI_HEAD-PURCHASE_VIEW   = 'X'.
        BAPI_HEAD-ACCOUNT_VIEW    = 'X'.
    Material Description
        REFRESH INT_MAKT.
        INT_MAKT-LANGU           = INT_MAT-SPRAS.
        INT_MAKT-MATL_DESC       = INT_MAT-MAKTX.
        APPEND INT_MAKT.
    Client Data - Basic
        BAPI_MARA1-MATL_GROUP     = INT_MAT-MATKL.
        BAPI_MARA1-BASE_UOM       = INT_MAT-MEINS.
        BAPI_MARA1-UNIT_OF_WT     = INT_MAT-GEWEI.
        BAPI_MARA1-DIVISION       = INT_MAT-SPART.
        BAPI_MARAX-MATL_GROUP = 'X'.
        BAPI_MARAX-BASE_UOM   = 'X'.
        BAPI_MARAX-UNIT_OF_WT = 'X'.
        BAPI_MARAX-DIVISION   = 'X'.
    Plant - Purchasing
        BAPI_MARC1-PLANT      = INT_MAT-WERKS.
        BAPI_MARC1-PUR_GROUP  = INT_MAT-EKGRP.
        BAPI_MARC1-PUR_STATUS = INT_MAT-MMSTA.
        BAPI_MARC1-ISSUE_UNIT = INT_MAT-AUSME.
        BAPI_MARC1-QM_AUTHGRP = INT_MAT-QMATA.
        BAPI_MARC1-GR_PR_TIME = INT_MAT-WEBAZ.
        BAPI_MARC1-INSP_INT   = INT_MAT-PRFRQ.
        BAPI_MARC1-CTRL_KEY   = INT_MAT-SSQSS.
        BAPI_MARC1-CERT_TYPE  = INT_MAT-QZGTP.
        BAPI_MARC1-QM_RGMTS   = INT_MAT-QSSYS.
        BAPI_MARCX-PLANT      = INT_MAT-WERKS.
        BAPI_MARCX-PUR_GROUP  = 'X'.
        BAPI_MARCX-PUR_STATUS = 'X'.
        BAPI_MARCX-ISSUE_UNIT = 'X'.
        BAPI_MARCX-QM_AUTHGRP = 'X'.
        BAPI_MARCX-GR_PR_TIME = 'X'.
        BAPI_MARCX-INSP_INT   = 'X'.
        BAPI_MARCX-CTRL_KEY   = 'X'.
        BAPI_MARCX-CERT_TYPE  = 'X'.
        BAPI_MARCX-QM_RGMTS   = 'X'.
    Accounting 1
        BAPI_MBEW1-VAL_AREA      = INT_MAT-WERKS.
        BAPI_MBEW1-PRICE_CTRL    = INT_MAT-VPRSV.
        BAPI_MBEW1-STD_PRICE     = INT_MAT-STPRS.
        BAPI_MBEW1-PRICE_UNIT    = INT_MAT-PEINH.
        BAPI_MBEW1-MOVING_PR     = INT_MAT-VERPR.
        BAPI_MBEW1-VAL_CLASS     = INT_MAT-BKLAS.
        BAPI_MBEW1-VAL_CAT       = INT_MAT-BWTTY.
        BAPI_MBEW1-ML_SETTLE     = INT_MAT-MLAST.
        BAPI_MBEW1-ML_ACTIVE     = INT_MAT-MLMAA.
        BAPI_MBEW1-VM_SO_STK     = INT_MAT-EKLAS.
        BAPI_MBEW1-VM_P_STOCK    = INT_MAT-QKLAS.
        BAPI_MBEW1-FUTURE_PR     = INT_MAT-ZKPRS.
        BAPI_MBEW1-VALID_FROM    = INT_MAT-ZKDAT.
    *ACCOUNTING 2
       BAPI_MBEW1-TAXPRICE_1    = INT_MAT-BWPRS.
       BAPI_MBEW1-TAXPRICE_2    = INT_MAT-BWPS1.
       BAPI_MBEW1-TAXPRICE_3    = INT_MAT-VJBWS.
       BAPI_MBEW1-DEVAL_IND     = INT_MAT-ABWKZ.
       BAPI_MBEW1-COMMPRICE1    = INT_MAT-BWPRH.
       BAPI_MBEW1-COMMPRICE2    = INT_MAT-BWPH1.
       BAPI_MBEW1-COMMPRICE3    = INT_MAT-VJBWH.
       BAPI_MBEW1-LIFO_FIFO     = INT_MAT-XLIFO.
       BAPI_MBEW1-POOLNUMBER    = INT_MAT-MYPOL.
        BAPI_MBEWX-VAL_AREA   = INT_MAT-WERKS.
        BAPI_MBEWX-PRICE_CTRL = 'X'.
        BAPI_MBEWX-STD_PRICE  = 'X'.
        BAPI_MBEWX-PRICE_UNIT = 'X'.
        BAPI_MBEWX-MOVING_PR =  'X'.
        BAPI_MBEWX-VAL_CLASS =  'X'.
        BAPI_MBEWX-VAL_CAT       = 'x'.
        BAPI_MBEWX-ML_SETTLE     = 'X'.
        BAPI_MBEWX-ML_ACTIVE     = 'X'.
        BAPI_MBEWX-VM_SO_STK     = 'X'.
        BAPI_MBEWX-VM_P_STOCK    = 'X'.
        BAPI_MBEWX-FUTURE_PR     = 'X'.
        BAPI_MBEWX-VALID_FROM    = 'X'.
       BAPI_MBEWX-TAXPRICE_1    = 'X'.
       BAPI_MBEWX-TAXPRICE_2    = 'X'.
       BAPI_MBEWX-TAXPRICE_3    = 'X'.
       BAPI_MBEWX-DEVAL_IND     = 'X'.
       BAPI_MBEWX-COMMPRICE1    = 'X'.
       BAPI_MBEWX-COMMPRICE2    = 'X'.
       BAPI_MBEWX-COMMPRICE3    = 'X'.
       BAPI_MBEWX-LIFO_FIFO     = 'X'.
       BAPI_MBEWX-POOLNUMBER    = 'X'.
    *Storage Locations
        BAPI_MARD1-PLANT      = INT_MAT-WERKS.
        BAPI_MARD1-STGE_LOC   = INT_MAT-LGORT.
        BAPI_MARDX-PLANT      = INT_MAT-WERKS.
        BAPI_MARDX-STGE_LOC   = INT_MAT-LGORT.
       WRITE:/ BAPI_HEAD-MATERIAL, BAPI_MARC1-PLANT ,BAPI_MARD1-STGE_LOC.
        call function 'BAPI_MATERIAL_SAVEDATA'
          exporting
            HEADDATA                   = BAPI_HEAD
            CLIENTDATA                 = BAPI_MARA1
            CLIENTDATAX                = BAPI_MARAX
            PLANTDATA                  = BAPI_MARC1
            PLANTDATAX                 = BAPI_MARCX
          FORECASTPARAMETERS         =
          FORECASTPARAMETERSX        =
          PLANNINGDATA               =
          PLANNINGDATAX              =
    <b>      STORAGELOCATIONDATA        =  BAPI_MARD1
           STORAGELOCATIONDATAX       =  BAPI_MARDX</b>
            VALUATIONDATA              = BAPI_MBEW1
            VALUATIONDATAX             = BAPI_MBEWX
          WAREHOUSENUMBERDATA        =
          WAREHOUSENUMBERDATAX       =
          SALESDATA                  = BAPI_MVKE1
          SALESDATAX                 = BAPI_MVKEX
          STORAGETYPEDATA            =
          STORAGETYPEDATAX           =
          IMPORTING
            RETURN                     = BAPI_RETURN
          TABLES
            MATERIALDESCRIPTION        = INT_MAKT
          UNITSOFMEASURE             =
          UNITSOFMEASUREX            =
          INTERNATIONALARTNOS        =
          MATERIALLONGTEXT           =
          TAXCLASSIFICATIONS         =
          RETURNMESSAGES             =
          PRTDATA                    =
          PRTDATAX                   =
          EXTENSIONIN                =
          EXTENSIONINX               =
    IF BAPI_RETURN-TYPE = 'E'.
       WRITE:/ 'Error Message ', BAPI_RETURN-MESSAGE.
    ENDIF.
    ENDLOOP.
    ENDFORM.
    <b>i am using this bapi method to copy materials from one plant to another plant using storage location so here what happenig is everyting is going correct but only the storage location data is not saving in table mard so any body faced this kind of problem please tell me.... and one more dbt
    bapi_marcx-pur_status = 'x' what is 'X' here??? is that mandatory field or required field ???
    points wil be rewarded.
    reagrds,
    sunil k airam.

    In the HEADDATA structure, STORAGE_VIEW should also be set as 'X' , in order to update storage location data
    for example
    BAPI_HEAD-STORAGE_VIEW = 'X'.
    Also, PUR_STATUS corresponds to field MARA-MSTAE whose domain has value table T141, therefore values in the field are checked against T141
    Edited by: Harris Veziris on May 12, 2008 12:37 PM

  • T code MB5B , the storage location will be reset

    dear All,
    I want to see stock on posting date of particular storage location with values. When i try T code MB5B and select valuated stock, (it says storage location will be reset). and i used another T code MC.9 and MC49 , but these T codes didn't meet our requirment .
    the T Code MB5B , i can see the Material number, Material Description, Opening Stock, Opening Value, total Receipt Quantity, Total Receipt Values, Total Issues QNT, total Issues Value, closing Stock QNT, closing Stock Value.
    i need these fields appears but per Storage Location.
    Thanks a lot.
    Mosab Ahmed Mostafa
    Senior Application Consultant
    Amer Group
    Egypt, Cairo

    Hi Mosab,
    The system rejects any value entered in the fields "Storage Location",
    "Movement Type" and "Batch" if you select the Valuated Stock mode for
    the execution of MB5B.
    Regarding the Storage Location, the system clears this field with the
    message "Storage location will be reset" - Message no. M7284.
    As soon as the Valuated Stock mode is selected, the system must remove
    the Storage Location. The reason for this behaviour is that there is
    not information on material's values on Storage Location level.
    - MB5B in the Valuated Stock mode reads the entries from the material
    valuation table MBEW of a material and valuation area to get the current
    valuated stock and value.
    - Then it reads the related MM and FI documents to calculate the stock
    and values on start date. A valuation area could be assigned many
    storage locations.
    The related MM documents can belong to many storage locations.
    In the case there are stock transfer postings from plant to plant
    the MM documents do not contain a storage location.
    So it makes no sense to calculate and display the valuated stocks
    and values on Valuation Area level when the number of the selected
    MM documents is incomplete. MB5B will deliver wrong results in this
    case.
    BR
    Nadia Orlandi

  • Report on Storage Location wise

    Hi Gurus
    Please let me know if any report exists for the below requirement
    Input parameters:  Accounting Period
                                Plant
    Output Result:   Material Number
                             Materil Description
                             Storage Location
                             Total stock quantity
                             Unit of Measure
                             Total  Value
       General Ledger Account - would be nice but not necessary
       Yes / No Indicator if the parts have been used in the last 12 months.
    Thanks in advance
    Renukaprasad.

    You can take the MC.9 t code>Execute it>then go to Swith drill down(F7) you will get the most of the details.
    and Also try following t codes:MC.7
    MC.1     INVCO: Plant Anal. Selection: Stock
    MC.2     INVCO: Plant Anal.Selection, Rec/Iss
    MC.5     INVCO: SLoc Anal. Selection, Stock
    MC.6     INVCO: SLoc Anal. Selection: Rec/Iss
    MC.9     INVCO: Material Anal.Selection,Stock

  • Change default storage location during creation of PO

    Hello all,
    I have the following question.
    When creating a purchase order using ME21N and filling in the items, the storage location is retreived from the material masterdata and displayed as default.
    I need to change this default, because the storage location must be determined in another way.
    So when entering the values for the item in the screen, another Stloc needs to be determined and displayed, overwriting the Stloc from the material master data.
    For this I probably need a BAPI.
    Can anyone tell me which BAPI to use and how I can implement this?
    Because I also no experience with BAPI's.
    Thanks in advance.
    Kind regards,
    Marco

    Hi Van,
    You need to goto SE18 -> give 'ME_PROCESS_PO_CUST'  in BADI Name - > Click on Enhancement Implementation at the header -> Create -> Give some implementation name starts with 'Z ->provide some short description -> Here you need to click on 'Interface' tab -> and double click on the method which serves your purpose.
    I think you need to do the enhancement for storage location so you need to use the method 'PROCESS_ITEM'.
    <text removes>
    Thanks,
    Siva
    Message was edited by: Matthew Billingham - don't ask for points

  • Precising storage location in MB1B

    Hi. I have a problem with movement type '303'. There is no possibility in our MB1B to precise which storage location we would like to move our matnr to?
    http://www.woiz.polsl.pl/eklfeniks/test/
    That's a screen from my MB1B. In case of movement type '301' in place of red 'circle' there is a field 'Storage location'. How to achieve that effect in '303' movement type? Where to set that property? I'd  be very thankful for useful info. Greetings. P.

    Hi,
    As per ur screen shot u have entered 2nd screen.
    In that place u have to maintain receiving plant not sto loc.
    below the item details are the supplying plant details.
    So in ur case instead of receiving plant system displaying receiving site.
    Path: Tcode: OMBW. select ur mvt type.go to details.double click on transfer postings. see the receiving plant description.
    U tel to ur abaper to change  the description  as mention in above field.
    This wil solve ur problem.
    Reward if useful
    Regards
    Viru

  • What are the list of .stock by storage location

    hi, iwant to devlop the report to stock by storage location.give me description about a report to list of .stock by storage location. what are the functional spects for this report, what are the tables and fields we have to used for this report plz give me sample report.

    Dear Radha Krishna,
    You can either use program RMMMBESTN (from SE38) or TCode MMBE. However, you can copy the above program into a 'Z' program and change the logic if your requirement is not served by the standard report or you want to enhance the same.
    Go through standard Reports:
    MMBE Stock Overview
    MB52 List of Warehouse Stocks on Hand
    MB53 Display Plant Stock Availability
    MB54 Consignment Stocks
    MB5B Stocks for Posting Date
    MB5K Stock Consistency Check
    MB5L List of Stock Values: Balances
    MB5T Stock in transit CC
    MB5W List of Stock Values
    MBBS Display valuated special stock
    MBLB Stocks at Subcontractor
    MBSF Release Blocked Stock via Mat. Doc.
    MBW1 Special stocks via WWW
    MC.1 INVCO: Plant Anal. Selection: Stock
    MC.5 INVCO: SLoc Anal. Selection, Stock
    MC.9 INVCO: Material Anal.Selection,Stock
    MC.D INVCO: MRP Cntrllr.Anal.Sel. Stock
    MC.H INVCO: Business Area Anal.Sel. Stock
    MC.L INVCO: Mat.Group Analysis Sel. Stock
    MC.P INVCO: Division Analysis Sel. Stock
    MC.T INVCO: Mat.Type Anal.Selection Stock
    MC48 INVCO: Anal. of Current Stock Values
    MC49 INVCO: Mean Stock Values
    MC50 INVCO: Analysis of Dead Stock
    MC8M Read Opening Stocks
    MCB) INVCO: Long-Term Stock Selection
    MCC4 Set Up INVCO Info Structs.from Stock
    MCH: RIS: STRPS/Mvmts + Stock - Selection
    MCKJ Selection version tree: Stock
    MCKR User-spec. sel. vers. tree: Stock
    MCNB BW: Initialize Stock Balances
    MCSK Call Standard Analyses of Stocks
    MD04 Display Stock/Requirements Situation
    ME27 Create Stock Transport Order
    ME2O SC Stock Monitoring (Vendor)
    MF65 Stock Transfer for Reservation
    MI35 Batch Input: Post Zero Stock Balance
    MIQ1 Batch Input: PhInvDoc. Project Stock
    MM73 Special Stocks: Preparation
    MM74 Archive Special Stocks
    MM75 Display Archive of Special Stocks
    MMBE_OLD Stock Overview
    MMN1 Create Non-Stock Material &
    MS04 Planning Scenario: Stock/Reqmts List
    MS29 Calculate Sim. Initial Stock
    Tables:
    MKPF Header: Material Document
    MSEG Document Segment: Material
    IKPF Header: Physical Inventory Document
    ISEG Physical Inventory Document Items
    SBSE Stock Mngmt Levels for Inventory Sampling
    SKPF Header Data: Inventory Sampling
    SLGH Elements of Stock Population
    SSCH Strata of Inventory Sampling
    T156 Movement Type
    MSKA Sales Order Stock
    MSKAH Sales Order Stock: History
    MSKU Special Stocks with Customer
    MSKUH Special Stocks at Customer: History
    MSLB Special Stocks with Vendor
    MSLBH Special Stocks at Vendor: History
    MSPR Project Stock
    MSPRH Project Stock: History
    MSSAH Total Sales Order Stocks: History
    MSSL Total Special Stocks with Vendor
    MSSQ Project Stock Total
    MSSQH Total Project Stocks: History
    http://goldenink.com/abap/files_in_sap.html
    http://www.erpgenie.com/abap/tables.htm
    Regards,
    Naveen.

  • Stock transfer between storage locations

    Hello All,
    We have a scenario wherin ONE PLANT has MULTIPLE SLOC's across INDIA.
    Now we need to transfer some manufactured machines to these various storage locations which are actually stockyards.
    How do we go executing this??
    I know about the STO between sloc's...but how is the excise angle covered here, since when the materials are transported across various states this would include the EXCISE component as well.
    A detailed description is expected please.
    Regards,
    Manoj

    Hi Manoj,
    You can use the S. loc to s. loc STO for this issues.
    Since it is exciable use below steps.
    Create STO ME21N.
    (Pricing procedure) (Invoice Tab u2013 Mention the Excise Tax procedure)
    Outbound delivery : Vl10B
    PGI:  Vl02N
    Outbound Excise Doc. For PGI material Doc. :
    Billing u2013 Vf01
    MIGO at Receiving S.LOc u2013MIGO
    Inbound Excise Invoce : J1iEX (W.r.t GR Material Doc )
    SAM

  • Storage Location Mapping.

    Hi SAP guru,
    My client, in legacy system is maintaining the stores as WM modelu2026. (I.e. Racks and Bins), for identifying the items in the stores.
    But   WM is not in the scope of implementation.
    He is having one big central stores and he wants to maintain as it is.
    1.My suggestion is, items can be stores together for all plants (4plants)in central stores and each plant is logical storage location identified in the main stores.
    For exampleu2026. Item A --- 100nos.
    Plant u2013x u2026. SL-01 u2013 50nos.
    Plant-  y u2026  SL-05 u201320Nos.
    Plant u2013Z u2026. SL-01 u2013 50nos.
                  Total 100Nos. stored together... GI will happened  for plant and storage location.
    2. But they want to approach to Bin level identification. And client is suggesting that create storage location as one bin.
    If we create like thatu2026. Then no of storage location goes up to 5000+ per plant.
    Is this advisable?
    Please give me some ideas how to sort out this issue.
    Thanks in advance.
    Good suggestion will be awarded !!!!!!
    Anand

    Hi Anand,
    Because of your business need, if you need a storage location, you can create and will not have any conflict with standard settings.
    Just to give description of storage location, A storage location has the following attributes:
    There may be one or more storage locations within a plant.
    A storage location has a description and at least one address.
    It is possible to store material data specific to a storage location.
    Stocks are managed only on a quantity basis and not on a value basis at storage location level.
    Physical inventories are carried out at storage location level.
    A storage location can be assigned to a warehouse number in the Warehouse Management System. You can assign more than one storage location to the same warehouse number within a plant.
    Storage locations are always created for a plant.
    In your case, instead of creating 5000 bins as a storage locations, try to reduce the size to  two digits(around 50 st.loc)  based on physical dimensions and structure of the racks and bins. It requires lot of brain storming before sizing the bins to st locations.
    Hope it helps you.
    Thanks..

  • Table for Storage location name..

    Hi frnds,
    I have a storage location number.. Now how do i find the name or Description for that?
    How to find the table? ,, If anybody knows the table name plz let me know..
    Thank you.
    Sree.

    Hi,
       CHeck Table MARD for storage Location
    Regards,
    Prashant

Maybe you are looking for

  • Partitioning Tips for Most Effective Usage

    Hi guys, I'm running on Snow Leopard with 4GB DDR3. I'm hoping I'll be able to get some advice here on how i should fully utilise my MBP's hard drive. I recently bought a new 500GB Samsung HDD but I've yet to install it cos I'm still pondering on wha

  • Using prompts with SQL query

    Post Author: wleonetti CA Forum: Crystal Reports Hello! I have acquired a report from our regional headquarters, and have been asked locally to add a prompt to one that already exists in the report. The report currently uses an SQL query, which in tu

  • Changing ken burns on only one photo

    Hi all, I have a slideshow which I autogenerated the ken burns effect. I have one photo that constantly gets clipped and you can't see it. How can I turn off the ken burns for that ONE photo....? I have searched the forum...I tried the auto kb's in s

  • HT204053 I checked for updates, I do not see iCloud on system preferences

    Mac OS X version 10.6.8

  • Report Transaction

    Hello! I want to copy some Report Transactions from one System to onother. I call SE93 enter the name of the Transaction code and see the following: Where can I see "STF_FT" or how can display the "STF_FT" to see the entries or values of this Variant