What SAP table keep data delivery address in PO document ?

Hello everyone,
in ME23N display PO document.
i want to know SAP table that keep data in tab Delivery address such as Street/House number , Postal code/City
please help.

the delivery address in PO item is
- the storage location address  in case the storage location is maintained in PO item AND if storage location has an address maintained in cusotmizing.
- the plant address if no storage location is provided
in both cases SAP knows the address number from reading the customizing, and does not need to store the number in PO item.
- you entered a delivery  address manually in PO item. In this case an address number is stored directly in EKPO.

Similar Messages

  • What SAP table houses the Material Classification values?

    I cannot for the life of me figure out what SAP table actually stores the material classification characteristic values. These are the related tables I have found so far but none of them link the information to a material number:
    TABLE: CABN
    ATINN (characteristic ID)
    ATNAM (characteristic name code)
    MSEHI (UoM associated with characteristic)
    TABLE: CABNT
    ATINN (characteristic ID)
    ATBEZ (characteristic full name)
    TABLE: KLAH
    KLART (class type)
    CLASS (class name code)
    CLINT (class id)
    TABLE: KLAT
    CLINT (class id)
    TXTBZ (class full name)
    TABLE: KSML
    CLINT (class id)
    IMERK (characteristic id)
    POSNR (characteristic positional location for class)
    TABLE: CAWN
    ATINN (internal char.)
    ATZHL (int counter)
    ATWRT (char. value)
    TABLE: CAWNT
    ATINN (internal char.)
    ATZHL (int counter)
    ATWTB (description)
    I have also identified these structures, but I am no good at finding where values from a structure actually reside.
    STRUCT: RMCBC "I/O field for include screens from classification"
    contains MATNR, KLART, CLASS, KLTXT, ATWRT
    STRUCT: RMCLF "Classification I/O structure for Assgmt of Object to Class"
    contains KLART, CLASS, KLTXT
    Can anyone please help me and advise where the actual relationship between material number and classification information is? I'm trying to import this information from MDM to R/3 but I have no idea what to map it to or what Idoc segment to use.
    Thanks!

    Have a go with below table joint in SQVI or SQ01:
    KSSK (Allocation Table: Object to Class), joint together with KLAH (Class Header Data).
    Link will be field CLINT.
    Choose the below from KSSK:
    Key of object to be classified - KSSK-OBJEK: you will enter the material number here. Watch out - you have to add 10 leading zeros before your material number, eg. number 40524281 will be altered to 000000000040524281.
    Class Type - KSSK-KLART: here you can specify the class type which is 001 for material master.
    Choose the below from KLAH:
    Class number - KLAH-CLASS: this field will return the class number you assigned to your material in Classification view.
    HTH,
    Laszlo

  • What SAP Table contains the info that a screen fields is hidden

    What SAP table contain screen painter information. Specifically what table contain the logic that a Infotype screen field is vivisable / hidden from the online user. I have been looking in SM51 and cannot track down the table used for this purpose...

    Hi Ryan,
    Please post this question in ABAP forum.

  • Push Data in SAP Tables using Data Services

    Hi
    Lets suppose that I have used Data Services 4.0 to pull data from KNA1 table , and loaded into the MDM where data cleansing , enrichment and deduplication has been done, and then MDM writes to a file.
    How can Data Services then push the cleansed data back into the SAP table ( KNA1) ? [or it cannot be done due to multiple reasons ]
    Rishi

    Hi
    To update an SAP table, import the metadata for the relevant BAPI or IDoc and call it via a query transform.
    M

  • Data Integrator "where" in query transform vs SAP table column date

    I have the following problem:
    I am using a query transform to grab data from a SAP table and have a "where" that looks like this that works:
    ZMM_STOMOS_HIST.ZPOST_DATE = to_date(to_char(sysdate(), 'YYYYMMDD'), 'YYYYMMDD')
    BUT it runs for a very long time and I have just realised that when I look at the sql statement via display optimized sql that the "where" statement does not show - which makes sense because it seems to return the entire table rows to DI before it starts to filter them on the "where".
    this is even though the pure SAP date is stored as YYYYMMDD type date and in DI we say take it to our BO table as type date u2013 the sql server database made it datetime. And when I validate the sql transform I get this warning.
    [Query:Query_1]
    BODI-1110411: Conversion warning <Warning: Expression <to_date(to_char(sysdate(), 'YYYYMMDD'), 'YYYYMMDD')> of type <DATETIME> will be converted to type <DATE>.> for expression <ZMM_STOMOS_HIST.ZPOST_DATE = to_date(to_char( sysdate( ),'YYYYMMDD'),'YYYYMMDD')
    >.
    I can get other "where" conditions to show in the optimized sql on the same table - no problem.
    e.g.
    SELECT ZSERIAL , ZUMOVETYP , ZUORIGIN , ZUDESTN , ZUTRDATT , ZUTRTIMM , ZUVENDER , ZUBOXSA1 , ZUBOXSA2
    FROM ZMM_STOMOS_HIST
    WHERE ZUMOVETYP = 'RBX'
    How do I get this particular where clause to appear in the optimized sql statement ? I suspect it has something to do with the formatting and have tried many formats but no go.

    Thank you so much .... I had to use a variable / paramter of type varchar(8) and the value as YYYYMMDD
    e.g. my script
    $today = to_char(sysdate(),'YYYYMMDD');
    print('date is : [$today]');
    This has resulted in a huge resource and most of all time saving.
    I still dont understand why DI cant just figure this out in a normal where like it does with other datatypes but right now it works so I am happy.

  • What is table of Rate field in Sales Order document (VA03)?

    Hello everyone!
    I need to check in what table is the Rate value in the Sales Order document saved..
    Unfortunately, it is not in VBAP as I first expected. Only the Net price is there, not the Rate.
    Thank you very muchh!

    Hi,
    KONV. use vbak-knumv as the key to access the table.
    Regards
    Raju Chitale

  • Fields and Table for Delivery address in a PO

    Hi Gurus,
    I want to find out the fields and the corresponding table for the delivery address in a PO (line item details). It is the address of the plant. I searched the tables ADRNR, ADRN2 and one customized field (/GLB/Ship_to) in the table EKPO, but of no help. I can find out from other tables the address of the plant, but I want to go to a table for PO, where I can have the delivery address/ship to address.
    Please help.
    Thanks,
    Kumar

    Hi
    For Plant Address, check the table T001W
    If you want complete address details, take the ADRNR field value from T001W and pass it to the field ADDRNUMBER of table ADRC, you will get the details.
    Normally addresses are stored in the table ADRC. If you gave any other Delivery Address in the PO, instead of Plant, get the value of ADRN2 from EKPO and pass it to ADDRNUMBER of ADRC and you will get the address detials.
    Edited by: Arun R on Dec 17, 2010 2:39 PM

  • Delivery address field in PO

    Hello SAP gurus
    I want the table for the Delivery address field in PO at item level.
    can anybody tell me>?

    Check
    Re: PO Delivery address table

  • Delivery Address in ME23n

    Hi Friends,
    I need to find the table where the delivery address gets stored, when delivery address is entered manually in the delivery address field while creating the PO.
    Thanks in advance.
    Regards,
    Prabhu

    Hi
    In this code you will get the address no. for the manually entered address in PO.
    With that address no. fetch the data from ADRC table..
    DATA ls_cmmda TYPE cmmda.
      DATA ls_cmmda2 TYPE cmmda.
      DATA ls_ekpo  TYPE ekpo.
      data im_ebeln like ekpo-ebeln value '4500000005'.
      data im_ebelp like ekpo-ebelp value 00010.
      DATA lt_cmmda TYPE TABLE OF cmmda.
      REFRESH lt_cmmda.
    Select the PO Item data (all fields need to be selected here!)
      CLEAR ls_ekpo.
      SELECT SINGLE * INTO ls_ekpo FROM ekpo
      WHERE ebeln = im_ebeln
      AND   ebelp = im_ebelp.
    Populate the relevant global parameters from the
    function group MMDA
      REFRESH lt_cmmda.
      CLEAR ls_cmmda.
      MOVE-CORRESPONDING ls_ekpo TO ls_cmmda.
      APPEND ls_cmmda TO lt_cmmda.
      CALL FUNCTION 'MM_DELIVERY_ADDRESS_INIT'
    EXPORTING
      IM_NO_REFRESH       = ' '
        TABLES
          it_cmmda            = lt_cmmda
    Get the address number and/or more details required to
    determine the delivery address
      CALL FUNCTION 'MM_DELIVERY_ADDRESS_FOR_BAPI'
        EXPORTING
          im_ebeln = im_ebeln
          im_ebelp = im_ebelp
        IMPORTING
          ex_cmmda = ls_cmmda2.
    write: ls_cmmda2-adrnr,
            ls_cmmda2-werks,
            ls_cmmda2-emlif.
    Thanks your replies...
    Regards
    Prabhu

  • Delivery Address in ME23n (PO)

    Hi Friends,
    I need to find the table where the delivery address gets stored, when delivery address is entered manually in the delivery address field while creating the PO.
    Thanks in advance.
    Regards,
    Prabhu

    Hi
    In this code you will get the address no. for the manually entered address in PO.
    With that address no. fetch the data from ADRC table..
    DATA ls_cmmda TYPE cmmda.
      DATA ls_cmmda2 TYPE cmmda.
      DATA ls_ekpo  TYPE ekpo.
      data im_ebeln like ekpo-ebeln value '4500000005'.
      data im_ebelp like ekpo-ebelp value 00010.
      DATA lt_cmmda TYPE TABLE OF cmmda.
      REFRESH lt_cmmda.
    Select the PO Item data (all fields need to be selected here!)
      CLEAR ls_ekpo.
      SELECT SINGLE * INTO ls_ekpo FROM ekpo
      WHERE ebeln = im_ebeln
      AND   ebelp = im_ebelp.
    Populate the relevant global parameters from the
    function group MMDA
      REFRESH lt_cmmda.
      CLEAR ls_cmmda.
      MOVE-CORRESPONDING ls_ekpo TO ls_cmmda.
      APPEND ls_cmmda TO lt_cmmda.
      CALL FUNCTION 'MM_DELIVERY_ADDRESS_INIT'
    EXPORTING
      IM_NO_REFRESH       = ' '
        TABLES
          it_cmmda            = lt_cmmda
    Get the address number and/or more details required to
    determine the delivery address
      CALL FUNCTION 'MM_DELIVERY_ADDRESS_FOR_BAPI'
        EXPORTING
          im_ebeln = im_ebeln
          im_ebelp = im_ebelp
        IMPORTING
          ex_cmmda = ls_cmmda2.
    write: ls_cmmda2-adrnr,
            ls_cmmda2-werks,
            ls_cmmda2-emlif.
    Thanks your replies...
    Regards
    Prabhu

  • Delivery address field

    Dear Experts,
    I want to do hard code one line  in delivery address .please tell me the table name for delivery address.
    Regards
    Rajesh

    hi Rajesh,
    T001W is customising table for plants. when you go to SPRO-->define plant and click F1 on plant, it gives this table.
    then you go to address from menu. click on any field and press F1. you will get a data element.
    double click on data element and click on where used list to get all tables where the field is used. you will get table ADRC.
    regards
    Seema

  • Universe for SAP Table

    Hi Experts,
    I need to create an Universe designer based on SAP Tables , for example EKKO EKPO Tables.
    Can you help me with details ?
    I would be grateful if you could help me showing details for this.
    Best regards,
    Maicon Neves

    do you have SAP BW?
    if yes, then load the table to SAP BW and make a model for it
    and from BW, you can use the integration KIT to build a universe based on a Query on top of this model
    if not, you can load the table using any data integration tool to another database, and u can build a universe over this database
    and one more option, that you can build a virtual datawarehouse on top of that SAP table using Data Federator
    and build your universe on top of your vritual datawarehouse.
    good luck

  • In which SAP table attchment link stores ?

    Dear All,
    I have connected SAP to one external DMS as a content server.
    It is working fine
    my scenario:
    say for example i create a finance document(business object BKPF) and attach the link of the document which is lying  there in my DMS and its link is there in SAP table TOA01
    query : once i attach a document to this finance document , where this link of attachment gets stored?
    ---sandeep

    dear deepak
    thnx for reply
    As rightly pointed by you, links get stored in the SAP link tables as per the configuration vix TOA01, TOA02,TOA03,TOAHR.
    these table contains the link of the document which are lying there in DMS
    my query is once i want to attach any of this link (for ex : i created a finace document in tcode FB03 (BO : BKPF) and then i attached a link of these documents lying in DMS   ... using option create attachment)
    now my query is where  is this link of attachment gets stored
    regards
    sandeep
    Edited by: sandeep sharma on Nov 9, 2011 7:37 AM

  • What is the Transparent Table for PO Delivery Date field

    Hii All,
    Does anyone know the Transparent table where the delivery date is stored for the PO line item. It's not in EKPO. Where is it?
    Thanks in advance

    Unfortunatly there is no diagram anywhere for the table relation.
    I usually help myself by F4 search in SE11
    You know e.g. table EKKO. So enter just EK* and press F4 to see all other tables starting this way.
    But in most cases when I search for tables that belong somehow together I use DB15 transaction.
    This gives me all tables that belong to the same archiving object.
    You can start there by entering a table name and search for the archving object.
    then you do it reverse and you get all tables for this object.
    (Unfortunatly SAP does not have archiving objects for any table)

  • What log table or transaction are keep login data?

    Dear all:
            Please help to tell me that what log table or transaction are keep log in data?
            This table or transaction need to keep the user id and TERMINAL.
            Thanks for help!!

    Dear all:
            Thanks for your help. I already knew these table. But we have multiple lonin problem. I just want to knew which terminal id to use the same user id.
           Anyway, thanks a lot for the help.
    Best Regards,
    Nicole

Maybe you are looking for