Table name for  email-address field

Hi,
What is the table name for email address field present in address tab of vd03 transaction

>
abap developer wrote:
> adr6 table is for email address present in contact persons tab in vd03 transaction.I need the table name for email address field present in address tab in vd03 transaction.
every thing will be stored in ADR6. with Different addressnumbers contact Person address is different and customer address is different.
there will be 2 different entries in ADR6.

Similar Messages

  • Table name for the AMOUNT field in header details of costomer invoice

    hi experts,
                    I need the table name for the field AMOUNT(wrbtr) which is in header details in fb70 tcode .I have checked many tables like bseg bsid,  there its showing the amount but at item level.

    Hi,
    the table behind structure INVFO is RBKP (Header level).
    For item level you have table RSEG.
    These tables refer to MM.
    Once the MM documents are completed and you post the corresponding invoice RBKP data goes to BKPF and RSEG data goes to  BSEG data.
    The relattion between MM(RBKP/RSEG) and FI(BKPF/BSEG) documents is in field BKPF-AWKEY. This field usually contains (RBKP-BELNRRBKP-GJAHR that is MM documentMM year).
    e.g. (BKPF-AWKEY = 51056024412009)
    Best regards.

  • Table name for pick qty field in outbounddelivery

    Hi all
    can anybody please give the table name for the  field pick qty in the outbound delivery.
    regards
    chandra

    Hi,
    The picked quantity is used in the structure LIPS, field PIKMG. It doesnu2019t belong to any transparent table.
    this issue was been discussed in the abaper forum :
    about "Pick quantity".

  • Adding names for email addresses

    Ok, how does one add a name for a person whose email address only shows up in Address Book?

    adkburt,
    Welcome to Apple Discussions.
    Click on the contact with the email address and then the "Edit" button at the bottom of the window:
    Then add the First and Last name in the appropriate field. After entry, click on the "Edit" button to save the entries.
    ;~)

  • How to find table name for a structure field

    There is a field in contract display screen (VA43). Item overview tab. The name of the field is Value released (RV45A-AWERT). Can anybody let me know the name of the table and field that has this value. I have to display this value in a custom report.

    Hi Chandra,
    You can the see list of tables used for VA43 through transaction SE80.
    If you want to see the field is used by tables then go to transaction code SE84.
    1) Select ABAP dictionary->Data elements.
    2) Give the field name in the Data element under Standard selections and click on execute.
    3) Check the data element and click on where-used-list(CtrlshiftF3)
    4)Check table fields
    5)It will display list of table fields used by this field.
    Thanks,
    Vinay

  • Table Name For 'Picked Quantity' Field in VL03 Transaction

    Dear All,
                 I am not able to find out 'Picked Quantity' Field in VL03 Transaction.Can anybody provide me Table name and field name for the same.
    Regards,
    Mayank

    Hi Mayank / Masha.
    Your requirement is to find out the picked quantity for the delivery document.
    Please note that this value can never be found from any table & what you will find are only structures.
    For this you need to use / run a function module to fetch the Picked Quantity
    Functional Module: WB2_GET_PICK_QUANTITY
    Goto Tcode SE37 & enter the function module.
    Further enter the delivery details in the screen
    I_VBELN   - Delivery Number
    I_POSNR  - Item Number
    And Execute.
    E_PIKMG - the picked quantity.
    If you require to find picked quantity for any report you can very well ask your ABAPer to include this function module in your program
    Hope this solves your requirement
    Regards,
    Dhananjay

  • ASCP Table name for Recipe 'Preference' field

    I have separate Planning and Production recipes for the same item. ASCP is required to plan using planning recipes - and batches would be created manually refererring ASCP output using production recipes (there is business reason for this).
    All planning recipes have validity rules with Preference = 1 and production recipes have Preference = 10. As per metalink, ASCP would collect both recipes and try to plan using the Planning recipe. But, if required, it may use the production recipe in a constrained plan. I do not want that to happen ever. To ensure this I want to end date / delete the production recipes in the planning server. But I can not find any field corresponding to Preference in MSC_BOMS and MSC_BOM_COMPONENTS. What is the table name where this preference is saved? Also what impact will this have on open OPM batches - which uses the production recipe?

    Hi GeertN,
    Thanks once again for the prompt response.
    I had seen those two fields (Effectivity_date and disable_date) - but they do not contain the validity rule end date. For example, I have a recipe which is end dated for 5 organizations in source and valid for 1 org. In msc_process_effectivity there is only one row for that bill_sequence_id - and that corresponds to the org for which the recipe is valid. Does that mean the collection process does not collect recipes with end dated validity rules?
    Also, I had tried "update MSC_PROCESS_EFFECTIVITY set disable_date = sysdate where... " - but with that MBP seems to have hung (running for 3 hours - when it normally finishes in 40 mins).
    Regards.

  • Field name and table name for the value field

    hi,
        i requred the  value field  for  which the quantity that is not delivered in purchase order, so please tell  me which field i have to go for the value field.
    thanks and regards.

    Hi,
    There is no direct field to get the PO Open qty(undelivered Qty).
    Take the PO quantity for each Item from EKPO-MENGE.
    For each PO Item there will be multiple GR(good's receipts) 's in MSEG table.
    So pass EBELN and EBELP for MSEG table and Take all the GR Quantities(ERFMG) field and sum up .(have to take care of the Movement type also, becasue there will be some returns and GI's).
    Substract the GR qty from PO qty you will get the UNDELIVERED QTY of A PO.
    Regards,
    Anji

  • Need table name for email id

    Hi experts,
    I got employee id BNAME from table crmd_orderadm_i. Based on that field i need to get the Email ID for that user. Can anyone please tell me the table where it is stored in.
    regards,
    venkatesh.

    Hi Venkatesh,
    Another way to find out email id is:
    Go to table USR21. Pass the BNAME and get the value for PERSNUMBER.
    Now pass this PERSNUMBER in the table ADR6 and get the email-id in the field SMTP_ADDR.
    Thanks,
    Pradeep.

  • Find the table name for Delivery quantity in production order

    Hi,
    Pls can you tell me what is table name for delivered quantity field in General tab for that production order number.
    With Regards,
    P.Arunkumar.

    Hi
    You can find it GR qty via following 2 Tables.
    Table AFPO Order item
    Field WEMNG - Gr Qty
              Or
    Table AUFM
    Field SHKZG (Debit Credit Indicator ) Select Debit Indicator - S
    Field KZBEW Movement type ind.- Selct F Goods movement for production order.
    Regards,
    Dhaval

  • Identifying Tables - Employee number field and email address field

    We need to identify specific tables for data extraction purposes. 
    The tables we need are - "employee number" tables (used in SU01) and "email address" field - (techinical info. field name - SMTP_ADDR)
    Thanks.
    Marie

    If you are looking for email addresses tied to user master records, then the table is ADR6,  you must link to this thru USR21.
    * Get email address
      clear smtp_address.
      select single adr6~smtp_addr into smtp_address
                    from usr21
                       inner join adr6
                            on  usr21~addrnumber = adr6~addrnumber
                           and  usr21~persnumber = adr6~persnumber
                                   where usr21~bname = sy-uname.
    Not sure that I've ever seen an employee number tied directly to a user in SU01.
    Regards,
    Rich Heilman

  • I NEED THE TABLE NAME FOR THE  FIELD DESCRIPTION GIVEN!

    I NEED THE TABLE NAME FOR THE  FIELD DESCRIPTION GIVEN!
    Partner Type
    Partner Type Desc
    Partner no
    Partner Name
    Partner Address 1
    Partner Address 2
    Partner Address 3
    Partner Address 4

    Hi Jyotirmoy ,
                        You can get all partners and their type in table EDPP1, depending of the partner type you need to go to specific table for address and other details, like for partner type KU(customer) goto KNA1,etc for partner type LI(vendor) goto LFA1 etc for partner type B(bank) goto BNKA etc ....
    Sirish

  • CRM Table name for International versions in BP (address)

    hi can any one tell me the table name for the where the internation nation versions are stored in which table -
    above field will be in BP - Address

    Hi Raj,
    The international address version is stored in table ADRC. You need to mention the appropriate value of field 'Nation' to retrieve the international version. The default address has nation = space. International version has nation = 'I'. Chinese / Kanji version has nation = 'K'...
    You can query ADRC using address number + nation. You can get address number for the BP from table BUT020.
    Hope this solves your issue.
    Cheers,
    Rishu.

  • Field  and Table name for purchaser

    I want to know the field and table name for purchaser id and purchaser name.
    Plz help me.

    Dear
    Purchaser name are define in Header level data in Purchase Order EKKO & Purchase ID define as a Purchasing Group
    Purchser Name EKKO-ERNAM
    Purchase I D  EKKO-EKGRP
    Regards
    Aamir

  • Want field and table name for RESERVED coloum in MMBE

    Hi ,
            There is a RESERVED coloum in MMBE and     I want this   * RESERVED* coloum  in  MB52   .
           I got to know that Field related to this  RESERVED coloum is BDMNG coming from table RESB .
           To confirm the field and table I checked the value in BDMNG by putting join on MARA and RESB where MATNR = BAUGR.
            But I got  value in BDMNG is 50 and in MMBE it is .228 for that material.
               Please tell me field and table name for RESERVED coloum. and hoe to join MARA and RESB  to get exact result.
    Thanks and Regards,
    Ranu

    Hi,
    Mara-matnr is not equal to Resb-matnr and it shows no record if i do like this.
    But Mara-matnr is equal to Resb-baugr, and it gives me 1 record .But porblem is that i dint get BDMNG field matching with mmbe RESEVERD coloum.

Maybe you are looking for

  • Can Lightroom references files in a network folder? And can multiple people all share a Lightroom catalog?

    I would like to use Lightroom 5 at work to organize and manage photos. There are 10 people that consistently access the photos and videos. All of the photos and videos are on a network folder/drive. Is it possible for all 10 people to have a copy of

  • Abends - CLIB and GWIA - me too

    Running GW 8.0.2 on NW 6.5.6 (was recommended not to patch NW due to Backup Exec) Starting at 5:02 pm on January 19th we began to get Abends on our GW server. I have since determined that we only get them when one specific user's Sprint HTC EVO estab

  • Analyze Explain Plan --Query Stuck

    Hello, I am a newbie to Oracle.Urgently need help on a query running on Production Oracle 11g database. This query is getting stuck for a very long time while fetching data.Here is the explain Plan for it.Could anyone please point out what is the pro

  • SearchCatalogAvailabilityMonitor showing unhealthy for all database on DAG member mailbox server

    Hi All Help me to resolve server (all database) search catalogue availability monitor. I am facing a search catalogue "Unknown" issue for newly created copy database and also on same mailbox server "SearchCatalogAvailabilityMonitor" showing unhealthy

  • Struts dynamic html:text property truncated

    hello! I am tring to dynamically generate the property of an indexed property in struts, my property name seems to get truncated after submission. What am I doing wrong? <html:text property="quantity('quantity(0)')" styleId="quantity" styleClass="tex