BP Identification and Creation through ICWeb

For Account Identification B2B scenario is chosen. Incase, an account has 2 relationships one as Contact Person and other as say Ship-to-party, then on searching from the ICWeb, contact person is picked. The other relationship is not shown in the search.
Incase, the other person from the Account has called up ICWeb it would not be shown and agent would again create the BP as contact person. If I want to get all the related persons for a particular Account then what are the settings?

Hello Rajiv,
Actually this is hard coded, that during the search, it will search for relationship type BUR001, which is contact person relationship.
The codings should be in CL_BUIL_HEADER, method PROCESS_CHILDREN
bpil_gc_cp_relation constants.
If you would like to have other relationship, you might consider to do large changes in controller class, please check
CL_CRM_IC_BUPASEARCHB2B_IMPL for reference
rel_col = lv_bp->get_related_entities( iv_relation_name = cl_c...
Hongyan

Similar Messages

  • Massive Update of Return Vendor flag and creation of Customer Data

    Dear.
    For many vendors I need to run a massive update of return vendor flag of purchasing data and creation of  the linked customer.
    I have tried to create a batch input recording using LSMW but the system send an error message WY164  It is not possible to copy data from field 'Returns with shipping proc.'
    How can I solve this problem ?
    Or do you know another solution to run a massive update of return vendor flag of purchasing data and  creation of  the linked customer ?
    Thanks

    hi,
    Pls go through the SAP note 447070...
    This may solve the problem...
    check it once..
    Regards
    Priyanka.P

  • Automatic Asset creation through Project settlement

    Dear All,
    We have one issues where in AS02 AUC Asset quantity is in display mode still we can find the quantity there.
    Can any body help me about the Process of Auto Asset creation through Project settlement.
    I need to know how system calculate the Quantity from the Project settlement. if such type of Process exist in SAP
    Thanks
    Abhijeet
    Edited by: Abhijeet  Patil on Oct 5, 2011 3:05 PM
    Edited by: Abhijeet  Patil on Oct 5, 2011 3:05 PM

    Hi,
    There is process in SAP where we can create AuC from Projects. We need to have an investement profile set up and the same needs to be used in the project. You will have the details in SAP Help documnetation for this.
    Regards
    Sreekanth

  • Idoc Generation after Purchase Order Creation through trading contract.

    Hi All,
    When a Purchase Order is created via trading contract, I need to generate an Idoc and pass details of the Purchase Order created to the Partner System.
    Can anyone suggest any Function module or user exit which gets called while Purchase Order creation through trading contract, so that I can fill the Idoc with necessary details of the Purchase Order and send that to the Partner System?
    Thanks in advance.

    Hi Tejas,
    I do not know about Trading Contract but what all I can say it that Check if Change pointers are getting written Once the PO has been created, If "Yes" then probably you do not have to do anything for craetion of Purchanse Order. You can use RBDMIDOC Program to create IDOCs from change pointers.
    Refer [this|http://help.sap.com/saphelp_nw04/helpdata/en/12/83e03c19758e71e10000000a114084/content.htm] for more information on change pointers.
    Regards
    Shital

  • Quotation creation through DP81 Error related to Material maintain Inquiry

    Dear All,
    This is related to Quotation creation through DP81.I have maintain A DIP profile and as per my Easy Cost Planning (ECP) in Project System it is capturing in sales price in DP81.Please note that I have maintain three (3) line item in the sales Inquiry.Based on that 3 line item we have maintain three different WBS element in ECP and it is attached to corresponding material no in VA12.
    Now in DP81 system showing the three line item but if we go for Quotation creation one material no is coming for the three line item with different price value.
    I have also maintain these three material in DIP profile in ODP1.Please note that the first material no maintained in DIP profile that is coming not the other material no.
    Please through some light as in our case there are several line item is maintained in quotation.So is it possible to make Quotation with different item and where I have to maintain these material no.
    Thanks
    Suman Sardar

    i checked the characteristic for cost element & Material for CR, MD & Str, i created sets for cost element & the material & i determined the material which i required in the quotation. I am getting an error "no expenditure item found" , can you suggest me now.

  • Create folders and navigate through server folder structure in Linux

    Hello,
    I want to know if there are any examples on how to reate folders and navigate through server folder structure in Linux OS. I currently can navigate trough Windows, but need to be able to do it in Linux, by using a GUI for it.
    Any suggestions? Thanks
    LabVIEW Intermediate I level!

    Hi Bebeto,
    Would you please clarify your question a bit for us? Are you trying to implement something like Windows Explorer in your application? Also, are you looking for a tree-like display structure, or list of folders that you can drill down into (i.e. double click to enter into that that folder). My understanding from your comments is that you have implemented something like this in Windows, but not Linux. It this correct? Also, are you looking for advice on the GUI creation side of things, or the programmatic access/creation of files and folders? The more you can clarify your question for us, the more the community will be able to provide feedback and suggestions to help you get on track qiuckly.
    Have a great afternoon!
    John M
    National Instruments
    Applications Engineer

  • Mass vendor creation through LSMW

    Hi,
    Could you please let me know the mass vendor creation through LSMW also let me know the text file format?
    Regards
    Nama

    Hi Chandrashekar
    It is very easy to create the LSMW structure for the Vendor load, First thing you have to do is to get all the fields that the business wants to be inputed when you are XK01. Than create a LSMW recording and assign the recording to the structure.
    I can guide you with the creation. I do have a PDF for LSMW which will be very helpful for guidance, But how do i share?

  • Batch Number creation through DIAPI

    Dear all,
         i tried batch number creation through DIAPI.. but its shows error message [WTR1.Whscode][Line:1],'No matching Records found(ODBC-2028)' any body helpme  in this regard..
    thanks in advance.. here i have attached my coding..
    Dim objLines As SAPbobsCOM.StockTransfer_Lines
            objForm = objAddOn.objApplication.Forms.Item(FormUID)
            Dim objStockTransfer As SAPbobsCOM.StockTransfer
            objStockTransfer =    objAddOn.objCompany.GetBusinessObjectSAPbobsCOM.BoObjectTypes.oStockTransfer)    
            objStockTransfer.DocDate = System.DateTime.Today
            objStockTransfer.TaxDate = System.DateTime.Today
            objStockTransfer.FromWarehouse = "01"
            objStockTransfer.PriceList = 1
            objStockTransfer.Lines.ItemCode = "B000001"
            objStockTransfer.Lines.Quantity = "1"
            objStockTransfer.Lines.WarehouseCode = "BAP"
            objStockTransfer.Lines.BatchNumbers.BatchNumber = "B10"
            objStockTransfer.Lines.BatchNumbers.Quantity = "1"
                  objStockTransfer.Lines.BatchNumbers.Add()
                If objStockTransfer.Add <> 0 Then
                objAddOn.objApplication.SetStatusBarMessage(objAddOn.objCompany.GetLastErrorDescription, SAPbouiCOM.BoMessageTime.bmt_Short, True)
                objAddOn.objApplication.MessageBox(objAddOn.objCompany.GetLastErrorDescription)
            Else
                objAddOn.objApplication.SetStatusBarMessage("Inventory Transfered Successfully", SAPbouiCOM.BoMessageTime.bmt_Short, False)
            End If
    With Regards
    G.shankar Ganesh

    Shankar,
    your code looks fine. just ensure that the warehouse code and batch you are specifying , do exist in owhs and oibt tables respectively, with the specified quantity. ( and the best way to check it is, try stock transfer from UI with the same parameters.)
    also, may be off topic, but, before specifying batch lines, you need to ensure that items are managed by batch or not )
    regards,
    Binita

  • Storage bin creation through LS05.

    Hello Experts,
    we are using barcodes and  I have to create storage bins. For this Verification is mandatory through LS05 or can we create thorugh LS10.
    I observed that in LS05 screen, sequence number and what does it indicate.
    Can any boyd please send the information or link for storage bin verirfication and creation thorugh LS05.
    Thanks
    Raghu.

    Thanks you Swagat and night for your reply!
    Here what is the use of verification and do we have to update any master data for this purpose and in LX45 screen it is asking Bin coordinates, in that field what exactly we have to fill.
    Thanks in advacne.
    Raghu

  • I want to use my Time Capsule as a central 'hub/hard-drive' in order to keep all my working files in one place. I then plan to use my laptops/desktops as peripheral devices for editing and creation of these files. Is it possible? Create a personal cloud?

    I want to use my Time Capsule as a central 'hub/hard-drive' in order to keep all my working files in one place. I then plan to use my laptops/desktops as peripheral devices for editing and creation of these files. Is it possible? To create a personal cloud?
    Can someone advise as to whether i can do the following:
                                Future Internet connection -------------------TIME CAPSULE (containing all files) -------------- Backed up on the WD 2T Hard-drive I have
                                      (not connected yet)                                         I                                                          (*connected to timecapsule physically)
                                                                                                            I
                    I                                         I                                                I                                                              I                                                I
          Macbook Pro                             iMac                                       HP (PC)                                             OLD Macbook Pro                         iPhone
    (used for remote working)       (Used for home working)     (used for heavy CAD and rendering)    (not being used for anything at the moment)        (& iPods)
    I am looking to have all my files in one place as i am hopelessly disorganised. I know the online clouds are a good solution (used Dropbox at work and uni for 3 years) however i am wanting to create my own 'dropbox/icloud' at home. So whenever i get back home with my laptop, any work i have been working on whilst out that day is updated to the timecapsule, and then ultimately as i turn on the other devices, they update to those newer versions of the files. Please tell me that the 3TB time capsule i have can do this, otherwise it feels rather overpriced as a wireless storage device?
    Another note (to those in the know) If i am to be working on large files (REVIT/SOLIDWORKS/KEYSHOT/CREO/AUTOCAD) - is the timecapsule connection good enough to support editing and updating these files?
    I know i may be asking a question that many have before, but as a bit of a technical novice I wanted a clear-cut answer to my specific circumstances. Your help is greatly appreciated.
    (*can i use this WD hard-drive that is connected to the Time Capsule as a back up? so that the time machine back-ups/any back ups are also backed up onto this one? can the WD be a backup for the TC?)
    Kind Regards
    Joe

    The diagram was supposed to look more like this......
    Internet ---------TIME CAPSULE(containing all files) --------WD 2T Harddrive
                                                I
         I                           I                          I                            I                                   I
    Macbook Pro         iMac                 HP (PC)            OLD Macbook Pro           iPhone
    Sorry!
    Regards
    Joe

  • How do I install Lion on external hard drive? I have purchased and downloaded through App Store but do not know where the download is located so I can install.

    I want to install Lion on an external hard drive. The OS was purchased and downloaded through the App Store but I do not know where the file is.

    If you downloaded the installer it will be in your applications folder. Failing that use spotlight start typing Install and it should show up.
    This is assuming you downloaded the installer from the app store, and didn't just install it onto your mac. If all you have done is install it on your mac. Go to your purchases Lion should show up. Then click download.
    Here is the Support page for installing osx on an external drive.
    OS X: Installing OS X on an external volume - Apple Support
    Hope this helps.
    PJRS

  • Syncing iphone and computer through Airport Express?

    Hi,
    I have a 3G iPhone, a MacBook Pro and an Airport Express. I was wondering if I could sync my calendar and contacts through the airport express (wirelessly) instead of actually connecting the the two by USB cable? I can control iTunes via my iPhone so I should also be able to get them syncing stuff like iCal and Contacts na?
    thanks

    I forgot to mention my limited knowledge of iphone technology - so I have no clue what your answer means.  I literally need someone to walk me through this step by step.

  • Hi, I am having trouble getting an album to download. I have tried it on both my iPhone and laptop through iTunes but neither works. I am wondering if it could be the size of the album stopping it downloading (212 Tracks) Any Ideas?

    Hi, I am having trouble getting an album to download. I have tried it on both my iPhone and laptop through iTunes but neither works. I am wondering if it could be the size of the album stopping it downloading (212 Tracks) Any Ideas?

    These alerts occur due to timeouts or conflicts trying to write a file during download.
    If you encounter this issue while while downloading something from the iTunes Store:
    Delete your iTunes Downloads folder, located in:
    Mac OS X:
  ~/Music/iTunes/iTunes Media/Downloads   Note: "iTunes Media" may appear as "iTunes Music. Also, the tilde (~)  refers to your Home directory.
    After locating your iTunes Downloads folder:
    Quit iTunes.
    Delete the Downloads folder on your computer.
    Open iTunes.
    Choose Store > Check for Available Downloads.
    Enter your account name and password.
    Also review this support aticle as it might be causing due to internet connection: http://support.apple.com/kb/ts1368
    Hope this helps.

  • Importing os Open PO,GRPO and Invoice Through DTW

    Hi All,
        Please tell me what are the exact Templates and Mandatory fields for Open PO,GRPO and Invoice through DTW.
    Kind Regards
      silpa

    Purchase order - oPurchaseOrder DTW template
    Documents template
    -Record Key
    - Vendor Code (CardCode)
    Document Lines template
    -Record Key
    -Line Number
    - Item Code
    - Qty
    - TaxCode
    - Ware House
    Goods Receipt Purchase Order - oPurchaseDeliveryNotes DTW template
    Documents template
    -Record Key
    Vendor Code (CardCode)
    Document Lines template
    -Record Key
    -Line Number
    - Item Code
    - Qty
    - TaxCode
    - Ware House
    AP Invoice - oPurchaseInvoice DTW Template
    Document template
    -Record Key
    - Vendor code
    - Vendor ref no.
    Document Lines template
    -Record Key
    -Line Number
    - Item Code
    - Qty
    - Price
    - Tax Code
    Jeyakanthan

  • Convert the spool to xls format and email through attachment to the user

    Hi all,
    When I execute a report in background, I get spool. I need to convert the spool to xls format and email through attachment to the user.The xls file should not be saved on local system.
    If I use the Spool Recepient tab in SM37 it mails the spool list as .txt file to the mail receipient. But I need to send it as an .xls file.
    Can any one help me on this

    Did you get the solution? i have the same problem.

Maybe you are looking for

  • Carrying scheduling cosidering all 365 days are working days

    when I am carryying out scheduling for a process order in which resource is assigned with 365 days as working days calender, it is displaying saturday  and sunday as non working days and no operations being planned on those days. Even plant is assign

  • Can't sync without using wifi?

    Idk if the option is gone with the new update, but syncing my phone automatically uses wifi to do so. It is slower than syncing through the usb cable so I dont want to use that method. How do I sync the old way? I unchecked the box that says "sync wi

  • Business partner "PaymentTransactionInitiator" is missing

    Hi Experts, I am implementing PO processing scenario in SNC 7.0. When the payment is processed from ECC,  the IDOC REMADV is triggered from ECC and it is sent to SNC (via PI). But when the respective XML message reaches SNC, it falls over with follow

  • Planner group field in Maintenance order

    Hi, When we create a General Maintenance Order, the planner group from Equipment/Functional Location, value, will automatically appear in the Order. But in Refurbishment Order, which is for material, the planner group field do not come automatically.

  • IPhoto photos not opening up elsewhere?

    I transferred my iPhone photos to my Macbook Pro and now they show up in iPhoto but I would like to know if I can actually access the folder and see the pictures in for example Preview. I wasn't able to find it by searching them in the Spotlight. If