WM Warehouse assignment table

Experts,
I am trying to find a table which has the material number field, the warehouse number and also which plant the warehouse is assigned to. I know how to assign a warehouse to a plant on customizing. I am trying to do a query for my client to view material records.
Thanks,
Alejandro

You need to combine two tables using a ABAP query to get the details.
The table MARD contains the plant + storage location for a material, and table T320 contains the plant+storage location assignment to warehouse.
So try to use MARA, MARD and T320 in the query to get the results.
Regards,

Similar Messages

  • Problem in Assigning  table to access sequence

    Dear All,
    i am facing problem in assigning table to access sequence for billing output type.
    I have created 1 table B902 with the combination of Sales org,plant ,Division,Billing doc type.
    but if i am going to assign with access sequence system is taking for Billing type & division & for other its showing red marks & errorr.Access sequence->Aceessess->Field.if i am clicking on field in I/O column for plant its displaying negative.
    bcause of this i am not able to make condtion record.
    Message is Select a document field for WERKS
    Regards
    ajit
    Edited by: SAP SD AJIT on Mar 1, 2010 3:18 PM

    Hi SAP SD AJIT ,
         Go to IMG --> Sales and Distribution --> Basic Functions --> Output control --> Output Determination --> Output Determination using condition technique --> Mantain  output  Determination for billing document --> Mantain condition table,  in the pop-up choose the option "Field catalog: Messages for billing documents", there you can add standard field into the catalog, so you can add WERKS and the other one "document structure" I don't know what field it is, but if it is and standard field you can add it. If you have a Z field you need ABAP help to add the Z field to the structure "KOMKBZ5" and then you can add it to the catalog.
    Regards,
    Mariano.

  • SRM 7.0 Add Fields in Account Assignment Table

    Hi SRM Gurus,
    I am working on SRM7.0.
    I want to add two fields in Account Assignment Table in Account assignment tab of Shopping cart Item.
    I can do it using WebDynpro Enhancement framework , i.e.
    1) Create an append structure for Structure INCL_EEW_PD_ACC_CSF
    2) Enhance WebDynpro Component : /SAPSRM/WDC_UI_DO_ACC - Component controller node
    3) Map this with View  V_DO_ACCOUNTING Node
    4) Create the necessary Table Columns and Column editors in Account Assignment Table
    However i think using SPRO configuration and enhancing few structures also this can be achieved.
    Can anyone guide me on how can i achieve it without creating WebDynpro ABAP Enhancement?
    Regards,
    Ashish Shah

    I've never done it with account data, but yes with header and item.
    I think in this case you need to add these fields in SPRO:
    SAP Supplier Relationship Management --> SRM Server --> Cross-Application Basic Settings --> Extensions and Field Control (Personalization) --> Configure Field Control --> Configure Control for Fields of Substructures --> Metadata for Fields of Substructures and Table-Like Enhancements
    Adding the fields with "Set Type" = 31 Accounting...

  • SAP APO 5.0 Assignment Table and Like Profiles

    Hello,
    Is the any way to extract all the entries in either of the like profiles or the assignment table.
    I tried the System -> List -> Save but all the options are grayed out.
    Any feedback wold be greatly appreciated.
    Thanks

    Hi,
        I am not sure which entries you want exactly...However there are couple of tables related to like profiles in which LIKEID is there.
    /SAPAPO/DP440G- Master Forecast Profile (APO0300)
    /SAPAPO/FCST_LC -  Assignment Table: Lifecycle Profiles to Charact. Value
    /SAPAPO/FCST_LC1 - Assignment Table: Lifecycle Profiles to Charact. Value
    /SAPAPO/T445LIKE -  Table for LIKE Dependencies
    /SAPAPO/T445LIKK - Header Table for LIKE Dependencies
    /SAPAPO/T445LIKT - Text Table for Like Profiles
    /SAPAPO/T445LIPR - Table for Life Cycle Planning
    I hope this will help you at some extent..
    Regards,
    Saurabh

  • Lifecycle planning assignment table

    Hi
    In the Assignment table, when i am entering the Product number and trying to select the either Like Prfl/ PIN or P out profiles, its not happening. But I can enter the profile names manually. But unable to choose from the drop down profiles. Also the profile dates do not show up.
    also, sometimes, when i am hitting ENTER on keyboard, the product number is disappearing or the whole line.
    Anyone know why this should be happening ? We just upgraded our system from 5.0 to SCM 7.0.
    Any hint is appreciated.
    Thx
    Venkat

    closing the thread. Fixed by applying a note.

  • Error number assignment table pointer (no.range object HRTABNR)  - LSO_PSV2

    Hi ALL
    On LSO_PSV2, when i create a course:
    Error number assignment table pointer (no.range object HRTABNR)
    Any ideas?
    Thanks in advance
    Sony

    Hi Sony,
    Please go to SNUM t-code and make sure there exists an interval for object HRTABNR.
    Regards,
    Dilek

  • Internal assignment table that maps the ERP & CRM Partner ID's

    Hello Experts,
    In CRM-ISU integration,
    If we are maintaining different number range, in which table its maintaining the details of both Business PartnerID's
    or how they link each other?
    In one document i read this statement.
    "There is always an internal assignment table that maps the ERP business partner ID to the corresponding CRM business partner to ensure a consistent data exchange."
    thanks in advance,
    Sreejith

    HI,
    In CRM there is a table BUT0ID which stores the ERP business partner ID as ID Number against CRM business partners.
    Pass the CRM BP in the Business partner field to get the ERP BP number in the ID number field.
    Regards,
    PP

  • Resource warehouse Assigning to OPM Organization

    Hi OPM Experts,
    I am trying to assign a resource warehouse to OPM Org. This is the basic step for ASCP in OPM. The navigation is below
    OPM > System Administration > Organizations > Resource Warehouse Field
    I am unable to assign an ORG in that form, can some one tell me the reason for that...
    The following error comes when i try to create a new OPM Org.
    "frm-40200: field is protected against update"
    Thanks for your valuable time reading this thread.
    BR,
    KJB
    Edited by: KJB on Apr 6, 2011 5:39 AM

    Duplicate post -- Resource warehouse Assigning to OPM Organization

  • Assigning table entries to a transport request

    Hi,
    How can I assign table entries to a request after I have created them?
    Regards,
    Vinod.

    1. Use SE09 to
       Either create a new workbench request
       or goto the old request  (Objects Tab)
    2. Press Edit button
    3. Enter the following in the row:
       Prog Id = R3TR
       Obj Type =  TABU
       Obj Name =  MyTableName
       Then Press ENTER
    4. A Key Button will come on the Right column.
        Press it. A New screen will come.
    5.  In table name enter : MyTableName
        In Table Keys enter : KeyFields*
        Save the request and transport.
    I hope it helps.

  • How to assign tables to field-symbols

    how can i assign tables to field-symbols

    Hi Raj,
    Declare a fields symbol of type table, see below syntax:
    FIELD-SYMBOLS <FS> [<type>|STRUCTURE <s> DEFAULT <wa>].
    and then create an internal table and write the below code;
    ASSIGN itab to <fs>.
    Refer below eg:
    TYPES: BEGIN OF line,
             col1 TYPE c,
             col2 TYPE c,
           END OF line.
    DATA: wa TYPE line,
          itab TYPE HASHED TABLE OF line WITH UNIQUE KEY col1,
          key(4) TYPE c VALUE 'COL1'.
    FIELD-SYMBOLS <fs> TYPE ANY TABLE.
    ASSIGN itab TO <fs>.
    also see below link:
    http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb387a358411d1829f0000e829fbfe/content.htm
    Regards,
    Sunil

  • Assign  Table Maintenance to custom tran

    Hi Experts,
      I created  table maintenance and  assigned  to  ztransaction  using se93.
    in  which  selected  parameter  transaction.
    but  when  i am  execting  ztransaction giving  error.
    could  you  explain   how  to  assign  table  maiantenace  to ztran.
    Thanks,

    Hi,
      GOTO SE93. Enter the transaction code and press create button. Choose the button "Transaction with parameters".
      In the transaction give SM30, check skip the initial screen button.
      Then in the screen fields enter the following values.
      Name of the screen field       value
      VIEWNAME                       ZTABLE
      UPDATE                          X
    Thanks,
    Naren

  • Fields missing in Excise Account Assignment Table

    Hello experts,
                         I am doing CIN configuration in ECC 5.0 and  i am assigning Excise GL accounts as per "Excise Transaction". All GL Accounts have been assigned as per excise transaction except 3 Fields ie; " GL A/c for RG23A ECS", "GL A/c for RG23C ECS" & "GL A/c for PLA ECS"; these 3 fields columns are missing in "Specify GL Accounts as per Excise Transaction".
    I have also checked the Table -"J_1IEXCACC" in T.code SE11 and the above 3 missing fields are displayed in the table. What should be done? how to make it display of these above missing fields? Please guide.
    Regards
    Ashwin

    Please guide if i am wrong. Have i asked the question in the wrong forum?
    Ashwin

  • The reference field between purchase order and account assignment tables

    i need to reterieve the account assignemnt category (G_L_ACCT) which is in the table bbp_pdacc for an the purchase order item, i am not able to find the reference field. I am working on the SRM system.
    promise to reward points
    regards,
    anitha

    Well, the account assignment category in SRM table BBP_PDACC is ACC_CAT. If this isn't what you are looking for, could you please elaborate your requirements?
    Rob

  • How to assign table name for select query in loop.

    Hi friends my requirement is count the no of records of all the database table which comes into an internal table ."Check the below coding". Iam  fetching the tables from dd03l table into an internal table .plz give me a sujjesion how to assign a table name in select query  in a loop.
      SELECT tabname FROM dd09l
                INTO TABLE i_dd09l
                WHERE protokoll = 'X'.
      IF sy-subrc = 0.
        SORT i_dd09l BY tabname.
      ENDIF.
      LOOP AT i_dd09l.
        SELECT COUNT(*) INTO val FROM i_dd09l-tabname.
        IF sy-subrc = 0.
          i_dd09l-count = val.
        ENDIF.
        MODIFY i_dd09l INDEX sy-index.
        CLEAR val.
      ENDLOOP.
    error : 'I_DD09L-TABNAME' is not defined in the abap dictionary as a table.

    data: dy_table type ref to data,
          dy_line type ref to data,
          xfc type lvc_s_fcat,
          ifc type lvc_t_fcat,
          dy_field type ref to data.
    LOOP AT i_dd09l.
    perform get_structure using i_dd09l-tabname .
    CREATE DATA dy_table TYPE TABLE OF (_dd09l-tab_name).
        UNASSIGN <dyn_table>.
        ASSIGN dy_table->* TO <dyn_table>.
    SELECT COUNT(*) INTO val FROM <dyn_table>.
    IF sy-subrc = 0.
    i_dd09l-count = val.
    ENDIF.
    MODIFY i_dd09l INDEX sy-index.
    CLEAR val.
    ENDLOOP.
    form get_structure using p_table.
      data : idetails type abap_compdescr_tab,
      xdetails type abap_compdescr.
      data : ref_table_des type ref to cl_abap_structdescr.
    Get the structure of the table.
      ref_table_des ?=
      cl_abap_typedescr=>describe_by_name( p_table ).
      idetails = ref_table_des->components.
      loop at idetails into xdetails.
        clear xfc.
        xfc-fieldname = xdetails-name .
        xfc-datatype = xdetails-type_kind.
        xfc-inttype = xdetails-type_kind.
        xfc-intlen = xdetails-length.
        xfc-decimals = xdetails-decimals.
        append xfc to ifc.
      endloop.
    endform.                    "get_structure
    Try like this hope it will work.
    Regards,
    madan.

  • Dynamically assigning table name in select statement

    how can i assign the table name dynamically in Select statement?
    i tried following code
    create or replace procedure proc1
    as
    x varchar2(100);
    y varchar2(10);
    begin
    x='UNIT_MASTER';
    execute immediate 'select unit_code into y from x where
    rownum=1';
    dbms_output.put_line(y);
    end;
    the procedure is created but when i execute the procedure the
    error is shown in the execute immediate statement

    Do the following :
    Create or replace procedure pro1 as
    x varchar2(100);
    y varchar2(10);
    begin
    x := 'UNIT_MASTER';
    EXECUTE IMMEDIATE 'select unit_code from '||x||' where rownum
    = 1' INTO y;
    dbms_output.put_line(y);

Maybe you are looking for

  • How To Determine the "Identity" of an iTunes Gift Card Redeemer

    Good morning!  I need to know if it is possible to determine which Apple ID was used to redeem an iTunes gift card.  Here is the situation... My 9 year old daughter received a $15 iTunes gift card for her birthday.  After opening presents, my daughte

  • Consumption Mode not maintained in MRP3

    Hi All,              How will the system react if the consumption mode is not maintained in MRP3? Is there a order priority on how/where the system will look for consumption mode? Thanks for your time.

  • Photo

    I was watching a video on my iPod touch. I backed out of the video screen when finished. I must have pushed something, but I am not sure what. My iPod Touch went into a screen that had a title type bar at the top and a black screen. When I pushed any

  • How do I get the battery out of my iphone 3g?

    HELP, how do I get the battery out of my iphone 3g?

  • FAQ on BDC

    Thx Priti I have checked the linked but the data is inadquate can plz suggest me another link