Contact person name

Hi ,
Contact person name in the invoice print out is not comming properly, but it is comming in the acknowledgement properly, why this is happening .
please provide the appropriate solution for the same.
regards
srinivas

Hi there,
For all print issues, we need to check the code in the form layout of the relevant print progof the output. You can find the relevant print prog in the Processing routines on the left hand side when u select a O/p type.
If the data is not at all getting printed, we need to supply the values into the code with table-field details.
If the field mapping is already done but the details are not getting completely printed, check on the number of characters that prog is picking.
Regards,
Sivanand

Similar Messages

  • TCA - How to define/convert Contact Person Name???

    Hi Guys,
    We have a requirement in our implementation where we need to define "CONTACT PERSON NAME" along with defining the contacts like Phone numbers, emails etc....
    We are using API - " hz_contact_point_v2pub.create_contact_point" to create a contact but this doenst allow us to define "Contact Person Name"
    Please advice....
    Cheers,
    KK

    Hi -
    Please use the below code to get the Contacts at the Account level.
    where Sold to Org id is the Customer Account Id.
    SELECT hp2.person_last_name||', '||hp2.person_first_name
    FROM apps.hz_parties hp,
    apps.hz_parties hp2,
    apps.hz_relationships hr,
    apps.hz_cust_accounts hca
    WHERE 1 = 1
    AND hca.party_id = hp.party_id
    AND hca.cust_account_id = :sold_to_org_id
    AND hr.subject_id = hp.party_id
    AND hr.relationship_type = 'CONTACT'
    AND hp2.party_id = hr.object_id
    AND hr.object_type = 'PERSON'
    AND hp.party_id = hr.subject_id
    Thanks
    Vyaghresh
    Edited by: user11990386 on Jun 20, 2011 2:33 PM

  • HT201412 what do you do when your phone numbers no longer have the contact persons name just a number. Also names are missing from the address  book where contacts are.

    what do you do when your phone numbers no longer have the contact persons name just a number. Also names are missing from the address  book where contacts are.

    I, too, love everything about my phone. The other day I tried to crash my Z10 by running multiple apps and having videos running in the background. Do you think my Z10 showed any signs of slowing down? Nothing doing! It ran as smooth as silk. I'm very impressed.
    Cheers.
    - If my response has helped you, please click "Options" beside my post and mark it as solved. Clicking the "thumbs up" icon near the bottom of my response would also be appreciated.

  • FM to read Sales Rep and contact person name

    Is there a function module that gets the corresponding name for the following:
    1. Sales Rep, obtained from VBPA-PERNR with PARVW = 'PE'.
    2. Sales Contact person, obtained from VBPA-PARNR with PARVW = 'CP'.
    If no function module exists, at least where to get the required text?
    Thanks in advance.

    Hi
    Get the Name of the Contact person and the sales rep from the KNA1 or ADRC tables
    first get the Partner Number from the VBPA table with the respective Partner function and fetch name from KNA1
    or try/use the fun modules
    <b>EBPP_GET_PARTNER_TEXT
    ISU_GET_PARTNER_ADDRESS</b>
    Reward points for useful Answers
    Regards
    Anji
    Message was edited by:
            Anji Reddy Vangala

  • TS3672 Messages don't show the contact person name. Instead the number appears. How to get over the problem

    All of a sudden, messages that I send and recieve from contact persons show the number instead of the name/ It happens to some of the contacts and when I open the list of messages to the person, the name show correctly above the list of the messages.
    How do I overcome this?
    Dov

    Nah, it happens to all of us, at one time or another.
    Glad to help!

  • How to get the Contact person name of Account site level contact person

    Hi All,
    I have contact person defined at account level and other at account site level.
    I am trying to print the site leve contact name in my AR Invoice report.
    What i used is bill_to_site_use_id a input in the below query
    select hp2.party_name
    from
    HZ_CUST_SITE_USES_ALL hcs,
    HZ_CUST_ACCT_SITES_ALL has,
    hz_party_sites hps,
    hz_parties hp,hz_parties hp2,
    hz_relationships hr
    --HZ_ORG_CONTACTS HO
    where hcs.CUST_ACCT_SITE_ID=has.CUST_ACCT_SITE_ID
    and hps.PARTY_SITE_ID=has.PARTY_SITE_ID
    and hp.party_id=hps.PARTY_ID
    and hr.subject_id=hp.party_id
    and hr.RELATIONSHIP_TYPE = 'CONTACT'
    and hp2.party_id=hr.OBJECT_ID
    and hr.OBJECT_TYPE ='PERSON'
    --and ho.PARTY_RELATIONSHIP_ID=hr.relationship_id
    and hcs.SITE_use_ID=3398 -- from (ra_customer_trx_all)
    But I get two records. So how can I differentitate the account contact and site contact.
    Am I missing any table or join. Or is the input provieded is not fine.
    Please help
    Thanks

    Hi -
    Please use the below code to get the Contacts at the Account level.
    where Sold to Org id is the Customer Account Id.
    SELECT hp2.person_last_name||', '||hp2.person_first_name
    FROM apps.hz_parties hp,
    apps.hz_parties hp2,
    apps.hz_relationships hr,
    apps.hz_cust_accounts hca
    WHERE 1 = 1
    AND hca.party_id = hp.party_id
    AND hca.cust_account_id = :sold_to_org_id
    AND hr.subject_id = hp.party_id
    AND hr.relationship_type = 'CONTACT'
    AND hp2.party_id = hr.object_id
    AND hr.object_type = 'PERSON'
    AND hp.party_id = hr.subject_id
    Thanks
    Vyaghresh
    Edited by: user11990386 on Jun 20, 2011 2:33 PM

  • Getting all contact person names through XL Reporter

    Hi All,
    I am trying to get a list of all contact persons associated with a business partner.
    I am having difficulty to pull all contact persons associated with a business partner. I am trying to get this information through the Report composer of XL Reporter.
    When I drop the Business Partner and Contact Person dimensions from Business Partner tab into Report Composer and run the report, I only get Business Partner and just one contact person(the first contact person created for that BP).
    I am trying to get all contact persons associated with that business partner. Is there something I am missing or is this the issue with XL Reporter.
    Please let me know. Than you for your input.
    Regards,
    Payal

    Hi Gordon,
    Thank you very much. Yes, I know a query will work.
    But, the customer is more inclined to get this information via XL Reporter. I just wanted to check if it is possible to achieve via XL Reporter and that I am missing anything.
    Thank you,
    Payal

  • Sales Opportunity Contact Person showing numeric in query & want full name

    Hi,
    I have two sql queries as under :
    SELECT T0.OpprId,T0.OpenDate,  T0.Name, T0.Territory, T1.descript, T0.CardCode, T0.CardName,   T0.U_eqno, T2.Name FROM [dbo].[OOPR]  T0 INNER JOIN [dbo].[OTER]  T1 ON T0.Territory = T1.territryID INNER JOIN OCPR T2 ON T0.CprCode = T2.CntctCode
    In the above query the problem is that I want that the Contact Person name which is selected in the sales opportunity to come. But by which query it is only showing those opportunities in which Contact person is there and NOT showing the ones in which Contact person is not there.
    and the second query
    SELECT T0.OpprId,T0.OpenDate,  T0.Name, T0.Territory, T1.descript, T0.CardCode, T0.CardName, T0.CprCode,   T0.U_eqno FROM [dbo].[OOPR]  T0 INNER JOIN [dbo].[OTER]  T1 ON T0.Territory = T1.territryID
    Its showing the Contact person code but I want the name of the contcat person as avaliable in the sales opprtunity.
    I want result in which the above details come along with the Contact person name. Where I am getting wrong in the query....Please help.
    Regards,
    Kamlesh Gupta

    For Your Second Query, use the following Code that Displays both
    Contact person code and Name
    SELECT T0.OpprId,T0.OpenDate, T0.Name, T0.Territory, T1.descript, T0.CardCode, T0.CardName,T0.CprCode, (Select T1.Name from OCPR t1 where t1.cntctCODE=T0.CprCode),T0.U_eqno  FROM dbo.OOPR T0
    INNER JOIN dbo.OTER T1 ON T0.Territory = T1.territryID

  • Error while creating the Contact Person in the BP Master Data

    Dear Experts,
                    I encountered the following error while updating the contact person name either while creating new or editing existing customer.
    Error - [Contact Persons - Contact Persons name][Line 1],'This entry already exists in the following tables 'Contact Persons' (OCPR) (ODBC - 2035)' [Message 131-183].

    Dear Experts,
                      I am not doing a DTW for the same, i am updating the BP Master manually. It has been a recent occurence since 3 days when the customer is trying to update the contact person the following error throws. I tried updating for the existing customers with no contact person, there in also it throwed the same error.
                   To bring to your notice i had a test database for the same customer where in i encounter no issues with regard to the contact person update.
    Saravanan

  • Email address of contact person in Vendor Master

    Hi,
    I am trying to configure Contact person as a partner function. In P.O the user has to select the contact person at header level ,if there are multiple contatc persons in Vendor Master . Then in PO, the selected contact person name and email Id (which is mantained in conatct peson page of vendor master) has to be printed.
    In addition could please tell me the Table name of email ID of Contact person that is mantained in Vendor Maser?
    I tried with KNVK, ADr6 etc. but failed
    I would really appreciate your solution
    Thanks

    Hi,
    Vendor data should be in Central Address Management from 4.6c on...look at table ADRC with addressnumber from LFA1-ADRNR..
    Vendor Master report with address, telephone number & email ID
    Kuber

  • SAPscript: Print our contact person in RVORDER01

    Hello gurus,
    we would like to print information about our contact person (name, telephone and fax number, mail-address) in our order confirmations (form copied from RVORDER01).
    In our invoices we use
    &GV_ADDRESS-TITLE_P&
    &GV_ADDRESS-LASTNAME&
    'GT_ADDTEL-EXTENSION&
    'GT_ADDFAX-EXTENSION&
    &GT_ADDSMTP-E_MAIL&
    to do this, but those do not work in RVORDER...
    Any ideas?
    Thanks
    Alicia
    PS: Sorry, I am a newbie when it comes to forms...

    Hi,
    You need to write a code in your RVORDER01, either via Exit or by creating enhancement spots ..
    First you must have to get personal number and other details as below:
    call function 'SUSR_USER_ADDRESSKEY_GET'
        exporting
          bname             = vbak-ernam
        importing
          persnumber        = persnumber
          addrnumber        = addrnumber
        exceptions
          address_not_found = 1
          others            = 2.
    First name and last name will come from table ADRP ..
    Email will come from ADR6-smtp_addr ,, telephone from ADR2 -telnr_long,, Fax details from ADR3-faxnr_long

  • How to maintain the contact person in Business Partner ?

    Hi Experts,
    Could you help to resolving the below Requirement.
    __  +Requirement:+__
    How to maintain the contact person in Business Partner ?
    How to get the Contact person in Is-Media Documents?
    Thanks& Regards
    Venkat

    Dear Venkat,
    In SD Customer Master data, we can maintain Contact Person in General Data tab page.
    For my knowledge, we can not find u201CContact Personu201D field in ISM Business Partner u2013 General Data. Correct me if I am wrong.
    Mostly user enters the contact person details in u201CSearch Term 1/ 2 fieldu201D in Address tab page in ISM Business Partner u2013 General Data tab page. While creating ISM Billing Document for this Business Partner, system prints this contact person details in ISM Invoices.
    (Or)
    While creating ISM Order, user can maintain Contact Person name in Header Details(Click on u201CGo to >Header>Details>Purchase Order Data>Cont.Person)
    If you maintain Contact Person name in Header Details also, system print this contact person details in ISM Invoices.
    Check from your end.
    Best Regards,
    Chandramohan

  • Customer Master tab page "Contact Person"

    Dear All
    In the custome master general Data the * contact person tab page * is not appearing, How to make it appears the tab page
    contact person, since we need to add the contact person name for that customer.
    Please give me the soluation, its very urgent.
    Thanks in advance for your answer.

    Dear Friend,
    This is because of the suppressed entry in the account group creation.
    Go to TC : OBD2 :
    Select your account group and then go to the details in the magnifying options you will find the datails of the sales area ....
    In the sales area go to bussiness partner assignment.
    Radio it to optional entry......
    now create customers...
    reward if useful..
    regards,
    SAP SD

  • RFBIKR00 - Vendor master load (Contact person address)

    I set my LSMW settings to object type 40 (vendor) and method 0002. Structure BKNVK appears. I am able to enter Contact person name and telephone in BKNVK, but I don't see the fields to enter contact person address fields. What am I missing?

    Hi Raynald,
    i think, it's not possible with rfbikr00,
    to change or load central adress-data of vendor
    or contact person.
    -> so you must use bapi or batch input (xk02 or map2)
    additionally
    regards Andreas

  • This Entry Already Exists in the following table 'Contact Persons' (OCPR)

    I was just trying to add a contact name 'Peter' to a BP master data's contact tab. But it is giving me the error message: This Entry Already Exists in the following table 'Contact Persons' (OCPR) (ODBC-2035) [Message 131-183].
    We've already have lots of contact name as 'Peter' in our BP data. I don't know why this one can not be updated.
    (recently upgraded to SBO 2007A)
    Regards,
    Yurong

    hi Yorung,
    Please forward the template to me. WIll check for available possibilities as I had also come accross the same problem and worked it out. Though there are chances that reason in your case may be different.
    Try the following things and see the results
    1. Try to import in a fresh database. Is it done??
    2. Try to enter one data(Contact person) manually in the DB you are trying to import (Old DB). Does the system show the same error?
    3. Check that whether your template contains the same Contact person Name for the same BP if it is more than one?
       Please see to these areas and revert back. Please forward me the template.
    Regards,
    Raj

Maybe you are looking for

  • Adobe Photoshop CS4 (x64) problem on Windows7

    Hi, everyone. I have a problem with Photoshop CS4 (x64) running on Windows7 (x64). When I try to launch x64 version I get message "Adobe Photoshop CS4 has stopped working. A problem caused the program to stop working correctly. Windows will close the

  • Date Node - Trailng 'z' in date field?

    Hi, In an Orchestration I write a date value to a node via a distinguished field. For example: MyMsg.MyfDate = System.DateTime.ParseExact(strMyDate,                                           "yyyy-MM-dd",                                          Syst

  • Looking for M50 bios file 2ajt51a.exe

    I need the file 2ajt51a.exe to create bootable diskette version of BIOS update for a Model 50 8187 desktop. This older model is not listed under the support downloads section. Could someone please provide a link to a download for this file? Thanks fo

  • Forgot password on computer

    I have forgotten the password when I want to unlock the system preferences. Does anyone know how to get in? Jeff

  • Can I force an applet not to be compiled by the plug in?

    Hi there, I created a very simple applet using only features up to java 1.2 so all browsers can compile it even if they don't have the java plugin installed. Mi problem is that if your browser has the plug in, it takes longer to compile and run than