Vendor details using Header GUID.

Hi All,
Can any one please tell me how to get Vendor details using Header GUID.
                                                        or
Please tell me how can we fetch data from CRMD_PARTNER wiht Header GUID?
Regards,
Yugesh A.

Hi Reddy
see kathir reply on this link
CRMD_PARTNER Table with Other table relations

Similar Messages

  • Data transfer of BP with Vendor details using the EDT tool - BP_XDT - KCLJ

    Hi All,
    I'm trying to use the EDT tool with transfer type 15 to upload a BP into R3 with Vendor details.  I've successfully created the BP and Vendor, however I was looking to extend the migration to include purchase org data, unfortunately I couldnu2019t see any of the LFM1 type fields on the BUS_DI structure.
    Has anyone used this tool to upload this kind of data? If so how did you do it? 
    Also I've seen a OSS note 510095 which talks about how to extend the structures used by the tool, however this always seems to cause a short dump.  Has anyone applied the instructions and had a successful outcome?  Once again if you've done this could you please share your experience?
    Kind Regards,
    Hiten Mistry.

    Hi
    I am having the same problem. how did you eventually resolve this?
    christopher

  • Vendor edit using bapi

    Hi all,
    How to use Bapi_vendor_edit to edit the vendor details using XL file.
    Please give me the example.
    regards,
    rakesh

    Hi,
    Withthis BAPI you can change the vendor detail in online...
    BEcause this BAPI Uses
    "    SET PARAMETER ID 'LIF' FIELD vendorno.
        CALL TRANSACTION 'XK02'."
    Thanks...

  • Upload Vendor details in BDC

    HI All,
    Please any body provide me code for uploading vendor details using XK02 with some fileds.
    regards
    Bhaskar

    Hi,
    XK01 is for creating vendors.
    XK02 is for changing .
    Please go through the following link.
    [BDC XK02;
    Reward Points If Helpful.
    Thanks and Regards,
    Narayana.

  • Change the Agreement details using the vendor number

    Hello All,
    My requirement is to get the Agreement number and line item details corresponding to a vendor from a Z table.
    I am able to read the vendor number using BADI ME_PROCESS_REQ_CUST and method GET_DATA
    Now i want to set the agreement details. I have fetched the details from the table, but i am not ablt to set these details in PR.
    I tried using method SET_TEXT but nothing works.
    Please suggest.
    Thanks & Regards,
    Tarun

    Hi,
    what exactly do you mean by setting agreements details? Is it one of the long texts on item level? If yes then you should be able to update long text on time level using method using method IF_LONGTEXTS_MM~SET_TEXT. I've done this before but for PO and I did not have any problems. I assume that PR and PO are really similar. Which BADI method do you use to update items?
    Cheers

  • BAPI or RFC to get  vendor details  by using search pattern?

    Hi Gurus, Basically  10qs  to everyone for giving wonderful co-operation..
    problem:here input parameter im giving  vendor  type  char(35)
                          output  in table i need  to get  all the vendor  for matching pattern.
    ex: input param  im ginving  31* for  vendor id
    then i need  to get  all  the vendor ids  whoose start from 31  and its address details
    in a output table.so could any one tel me  any Standard RFC or BAPI for satiesfying
    this requirements.
    in the same way i need to give  input param  as  A* then i'll get  all the vendors
    whoose name start  with  A and its  address  details in output table.
    Thanks in advance.
    sivakumar
    Edited by: siva kumar kasa on Oct 23, 2009 9:15 AM

    10q u for responding..
    i have an  internal table  with  all  the vendor details  (all  the vendors  from master table) by calling
    the FM "BBP_VENDOR_GET_DATA2".
    problem:here  im giving input  pattern  as   vendor  type  char35.
    e.g: im giving  input  as   31*   then i need to get  all the vendors  whoose  vendor id start from 31
          and  whoose  name  start  from  31.For that  i need to write  code  on that internal table.
    so how can i check  those two fileds  LIFNR   AND  NAME1   with  input parameter  value.
    so could u tel me any sample example  on the internal table to get  details by comparing
    two columns  with input parameter  as with pattern matching..
    Tahnks in Advance.
    sivakumar

  • How to change "Details" column header text in AdvanceTable in AdvancedTable

    Hi All,
    i am using adavanced table in advanced table in OAF page to show the master and details ,
    my requirement is to change the header text of "Details" to some other meaning ful text .
    "Details' column will be visible at runtime ,no we cant change using process request ,
    Please help me on this ,its urgent
    Thanks & Regards
    Maheswara Raju

    You can get the handle to the Detail column by using the following:
    UINode d = outerTable.getDetail();
    However, as per OAF developer guide, it is not possible to change the label for the detail column. The devloper guide has the following:
    "In accordance with BLAF guidelines, the Detail column header text for the detail disclosure column and the Show/Hide link texts within the cells of the detail disclosure column can not be modified."
    Cheers,
    Saurabh

  • What is the use of guid in CRM?

    Hi ,
    what is the use of guid in crm.
    there is nothing like this in r/3.if the data is to flow in from r/3 to crm or crm - r/3 is do we verify the guid.partner guid or product guid.
    please make me understand this.
    thank you,
    hun

    GUIDs are system generated unique keys which identifies CRM objects (campaigns, sales documents, business partners, products etc.). CRM & MSA works on GUIDs. Most of the table relationships are defined on GUIDs.
    Important CRM tables:
    COMM_PRODUCT : Products
    CRMC_T077D : customer account groups
    CRMD_ORDERADM_H (for header) CRMD_ORDERADM_I (Item data)
    CRMD_ORDERADM_H Business Transactions CRM
    CRMD_ACTIVITY_H Activity
    CRMD_OPPORT_H Opportunity
    BUTOO : Customer details
    BUT001 BP: General data II
    BUT100 BP: Roles
    BUT150 BP relationship: Attribute table (test
    different
    BUT_HIER_TREE Business Partner Group Hierarchy
    CDBC_T_PRODUCTID Mapping: Product Id
    CDBD_ORGMAN Business transaction - organizational unit -
    set
    COMC_PRODUCT General Product Settings
    COMC_R3_FIELDS Assignment of R/3 material master fields to
    CFOP
    COMM_CATEGORY Category
    COMM_CFGMAT Basic Data for Materials
    COMM_HIERARCHY Category Hierarchy
    COMP_TYPES Hierarchy Tool: Comparison Type Check
    Table
    CRMC_CPRICPROC Customer Pricing Procedures
    SMOKVBEZ15 Assignment employees to positions
    All transactions are uniquely identified by their guids internally
    Transaction numbers are not unique
    System calls a function module GUID_CREATE to create a unique GUID everytime you create a transaction.
    Whenever you are creating some transaction programatically you will have to first create a unique GUID for the transaction by calling GUID_CREATE.
    Look at What is GUID in CRM & its significance please? maybe it helps
    <b>Please, Reward Points.....</b>

  • Export for trading materials using head-office as shipping-point

    Dear Experts,
    Could you please, guide me what will be the various transactions that will be used in case of *'export for trading materials from head-office*', using head-office as shipping-point?
    Waiting for your guidence.
    With regards,
    Jhelum Roy

    You have posted the question without giving proper details like whether the head office is a manufacturer or just merchant exporter.
    If they are a manufacturer exporter, then no problem, normal export process you can follow adhering to Excise regulations; be it head office or marketing office, you can consider it as a shipping point.
    If not, the scenario should be treated as a Third Party Exports which cannot be explained just like that here.  Search google with this text and you will find some documentation on that.
    thanks
    G. Lakshmipathi

  • Vendor details in MIRO

    dear all,
    we are following GR based invoice verification for the vendors,vendor's complete details are maintained in vendor master.
    in Miro screen , i am not able to get the vendor details when i  made Miro.
    KINDLY guide me.
    Regards,
    velu

    Hi,
    go to Tcode: MIRO
    enter Company Code:
    Enter Transaction, invoice date,amount
    look at down u will find two tabs
    PO reference, G/L accounts tabs
    click on PO reference
    there u can select vendor
    if useful, reward me points.
    Thanks & Regards,
    Swathi

  • F-48 (post vendor down payment:header data)

    Hi Experts,
    Good Evening to you,
    when i was posting F-48 (post vendor down payment:header data) i was getting an error of No Special G/L acct defined for acct type K sp. G/L ind B recon.acct so at that time i went to OBYR and given in Acct type-K SGL Ind-B in that given Recon account and Special GL Account both the numbers but still the erroring is coming. Later i went to FS00 and checked in Control Data that the GL Account the reconciliation account-vendor is already given but still the error is coming.
    So if anybody faced the same error means let me know.
    Awaiting for your golden replies & points will be assign for useful answers.
    Thanks & Best Regards,
    KK

    Hi Rams,
    The problem of "No Special G/L acct defined for acct type K ....." has been rectified when i specify the Special GL A/c in OBYR.
    Now the issue is i gave a wrong Sp GL account in OBYR and posted a document later i recongnise that i gave wrong SP GL and went back to OBYR and gave the correct SP GL A/c number. So there was a posting has done earlier 1 document so can you tellme how to change from Old Sp GL  to New Sp GL.
    Awaiting for your golden reply.
    thanks & best regards,
    KK.

  • Error in the LSMW for vendor master using standard batch/direct input

    I am facing the problem in the LSMW for the Vendor master data. The vendor is initially created for the company code 350 by using LSMW. NOw when I try to uploasd the same vendor using the same LSMW for the company code 450 then I get the error in the Bach input creation as follows:
    Batch Input Interface for Vendors
    FB012                    Session 1 : Special character for 'empty field' is /
    FB007                    Session 1 session name VNDR_CREATE_ was opened
    FB104                    Trans. 2 XK01 : Acct already exists; general area not being processed
    FB125                    ... Data in table BLFA1 cannot be processed
    FB016                    ... Last header record ...
    FB014                    ... BLF00-STYPE 1
    FB014                    ... BLF00-TCODE XK01
    FB014                    ... BLF00-LIFNR 300951
    FB014                    ... BLF00-BUKRS 402
    FB014                    ... BLF00-EKORG /
    FB014                    ... BLF00-KTOKK VEND
    FB017                    ... Last data record ...
    FB014                    ... BLFA1-STYPE 2
    FB014                    ... BLFA1-TBNAM BLFA1
    FB014                    ... BLFA1-ANRED /
    FB014                    ... BLFA1-NAME1 SAVOIE AUTOMATISME DEXIS
    This is because when we use XK01 to create the vendor by using the

    Please check this answered link:
    Re: LSMW for Vendor Master
    LSMW Upload vendor master data
    Edited by: Afshad Irani on May 5, 2010 12:42 PM

  • Vendor details not coming in MIRO

    Dear SAP consultants,
                                   I am facing the following problem.
    While doing MIRO only the vendor number displys but the address and othe details doesn't appears
    in the same. This is happening for all the vendors. I have checked the vendor details in xk02 and found
    that all the details have been maintained. Also The p.o. is showing the detailes address of the vendor.
    Insite of that it is not showing in the MIRO.
    Please guide me wheather there is any customization for that because in the development server it
    is showing the address and all the details of the ven

    Dear Pravin & Mohammad,
                  Thanks for your reply. I have checked the sceen varients for miro in shdo transaction but how
    exactly I will come to know which screen varient is done for the same because there are so many screen vareints already available.
    Please guide.
    Thanks & Regards.
    Sandeep

  • Req:Download of purchase order item details using ALV oops

    Hi all,
    How to download the purchase order item details using ALV oops from the output of header details

    Hi all,
    How to download the purchase order item details using ALV oops from the output of header details

  • Vendor details for a Min Max requisitions

    Hi All
    When Min Max trigger some requisition interface lines, we need to get the vendor details also be populated,
    What set up it need to get these. Because when I run a Min-Max planning report, I am not getting the vendor details.
    What we have is we will be having a single item be with a single vendor and vendor site
    Please help.

    In the General planning tab for Sourcing type is it mentioned as Supplier?
    Is the use ASL flag in the Purchasing tab for the item enabled?
    The supplier and site details are active?
    The ASL for this item is still active ? (Check in the supplier line details in the ASL form)
    My funtional guy says yes to all the above quries.
    And also says All ASL have the sourcing rules assigned to the assignment set that is setup on the MRP: Default Sourcing Assignment Set profile, but this scenario is only for minmax
    So this issues is only for MIN-MAX.Please let me know if any thing to be done in setup to automatically get the
    vendor details into requistions lines of interface table based on items.
    Edited by: 834095 on Mar 14, 2011 2:59 AM

Maybe you are looking for

  • Repeatable hard crash in webkit.dylib AIR 2.7 on OS X Lion - NOT case sensitive machine

    We've got a customer who is getting a repeated hard crash in AIR when he tries to run our app. At first we thought, "Oh, another case-sensitive Mac issue" and we told him to run the case sensitive command-line fix, but it turns out that isn't the iss

  • Going from windows to MAC OS

    Hi I have an iPod video 30GB. Currently I am a windows XP user so it is formatted for that. However, I am considering buying a MAC. I was wondering how this would affect my iPod. I presume it will have to be re-formatted. How will this affect any mus

  • Deep Linking between applications

    I've asked about this before but my problem is a little different this time. I have multiple projects (jpr) with an app def file in each one of them so they are all separated into different folders. I have setup the projects so that there is a main p

  • Not responding when download apps from ovi store o...

    When i go to ovi store on my 5230 to download apps, most of the time when i click on download, it's not responding, anyone know why?

  • Template and Javascript

    Hi, I have a form that has a template to add an additional page if the user needs more space to write in. I use this script: var oPage = this.pageNum; var a = this.getTemplate("Additional"); name a.spawn ({ nPage: this.numPages+1, bRename:true, bOver