BP Function Data in PCUI

Hi,
I would like to know if it is possible to get BP function data into PCUI 5.0 and CRM 5.0 (department, functions, VIP).
and if yes, what is the best process.
Thanks for your precious help.
Regards,
Aldo

Hi Aldo,
You can bring all the details mentioned.
It's available in standard application CRMM_ACCOUNT. You can create contact person in Relationship Tab with all these fields. Field VIP may not be in standard but it is available in the structure which means you can easily include it.
You can check
Event;ACC_CONTACT_PERSONS
Field Group:ACC_CP_GRP_V1
Structure:CRMT_BSP_CONTACT_OBJ_BP
Award points if the answer is helpful.
Regards,
J.Prabananth

Similar Messages

  • Passing data from PCUI application to BSP page

    Hi,
    From CRM PCUI application, a BSP page is called for displaying a report. The behaviour of the report has to be different based on a data (field value) in the PCUI application.
    How can I pass the data from PCUI application to the BSP page?
    Thanks & Regards
    G.Raja

    Hi Gregor,
    The weblog was very useful. Thank you.
    In the current scenario, in the PCUI application there is a button, on clicking which a bsp page is displayed. This is implemented via the Navigation (URL generation) in CRMC_BLUEPRINT table. In the BSP page, on entering the details and clicking on a button, different APIs have to be called based on a flag. The flag is set in PCUI application but I couldn't pass the information from there to the BSP page. Can you please let me know how I can achieve this.
    Thanks & Regards
    G.Raja

  • PARTNER FUNCTION DATA

    VENDOR SEGEMNT, IN THE 3rd Purchasing Orgnization Data,( in one of the partner function data) in that what is that function of partner function data

    The partner function can be used in purchasing. For example a vendor ordering goods which will be paid by the companies headquarters. In the partner functions you can distuingish between ordering and paying party.
    Regards,
    Johan

  • Have the document about function DATES?

    Have the document about function DATES?,I study the online help that I am illegibility.

    you can go to transaction PE04, enter DATES for the name of the function.
    Finally click on the blue colored "i" icon on the top of your SAP GUI screen.
    The documentation that will be displayed will explain how the schema function DATES should be used.

  • Change partner function data in PO using EXIT_SAPMM06E_013(MM06E005)

    Hi all,
    I have an issue related to partner functions while creating purchase order.In the user exit MM06E005, we have EXIT_SAPMM06E_013 which is triggered when PO is created from Preq using tcode ME59. There is a table XEKPA in the fn mod EXIT_SAPMM06E_013 which holds the various partner function records corresponding to the PO.
        In our case we get two records in that table, the 2nd   record corresponding to partner function 'BA' (german) /'OA'(ENGLISH). ( U can find these in table 'WYT3' for partner functions where OA/BA is for ordering address of the vendor.) I am trying to modify this record corresponding to 'OA'. But when the PO is created and when I go to Partners tab in ME23N, I am not able to see the change I made in the internal table 'XEKPA' within the exit. Am I missing something while changing or should I go for a totally new exit/BADI for modifying this?
    Please help,
    Thanks,
    steve

    Hi Steve,
    Please try like this.
    DATA: WA_XEKPA LIKE UEKPA,
          WA_IDX   LIKE SY-TABIX.
    READ TABLE XEKPA INTO WA_XEKPA
                     WITH KEY PARVW = 'BA'.
    IF SY-SUBRC = 0.
      WA_IDX = SY-TABIX.
      WA_XEKPA-LIFN2 = '0000600100'.
      MODIFY XEKPA INDEX WA_IDX FROM WA_XEKPA
                   TRANSPORTING LIFN2.
    ENDIF.
    Regards,
    Ferry Lianto

  • Vi01 - Issue in conversion of partner function data in VTPA table

    Dear All,
    In VI01 tcode while creating shipment cost document, system gives error message as see log.
    "Item not created because service agent CR not in reference document".
    When debug, it is found that system is not converting data of table VTPA from PARVW (SP) to CR in following FM.
    SD_SCD_ITEM_INITIALIZE
    at line no. 55
    * determine relevant partner
      READ TABLE I_REFOBJ-VBPA INTO L_VBPA_WA
                               WITH KEY POSNR = I_TSNUM
                                        PARVW = I_TVFT-PARVW   BINARY SEARCH.
    please help if anyone has idea of this type of error.
    Thanks in advance,
    Rajesh Vasudeva

    In general I would focus on the message "Item not created because service agent CR not in reference document"
    Do you have any proof that a CR partner is in the reference document? screen shots from document or table?
    You probably know that a partner function key is a German abbreviation SP = Spediteur
    And in customizing you actually maintain that SP is e.g. CR for carrier in english
    Looking at your document you should then see a partner CR, looking into the table you would  see a SP  if the conversion exit is not active in your SE16, or you see a CR if the conversion is activated.
    So far the coding does not tell much.
    But the message says that a CR partner is missing.
    I would suggest you check your customizing to find the relation from the original key to your CR.
    then check the reference documents if you have a partner for this role.

  • Regarding planning function & data entry in SEM BPS ..

    Dear All,
    Basically i'm new in BPS & planning function .. :).
    But ..
    Do you know whether there is program that's enable to input data within BPS and planning function ???
    Or ..
    Could we create customized program to input data for its ??
    Could you tell me how to make it ?
    Thanks in advance
    Best regards,
    Niel.

    Hi,
    We have manual layouts to input data in bps. planning functions are used to modify or calculate results from the entered or already available data in the cube.
    Regards,
    sekhar reddy

  • Date() function data type?

    What is the data type of the Date() function return value? I tried real, integer, unsigned integer, it does not match. The function reference in TestStand Help does not describe what is the return value data type. Please help.
    Thanks

    Hi Jwardojo,
    The return type is string
    Hoe this helps !
    Regards,
    Mathieu Steiner, Test System Engineer, Safran Engineering
    CLD, ISTQB

  • Newbie query problem: function data missing in dropdown

    I am a student using 10g express provided with our textbook. The installation to WinXp SP3 went flawlessly and I can execute all required queries from the command line, no problem. The publisher provides SQL scripts related to the chapter material that creates the users and data for the chapter exercises. When I switch to the database home page and attempt to execute a query, I can change the aliases, insert conditions and do any thing else with the record but when I hit the dropdown arrow for function there is nothing there, no list. I have been back over the chapters dealing with installation thinking I have missed some setup parameter but I am coming up empty. Ay help would be appreciated.
    Regards,
    Dave

    Ljuba,
    This may be the issue as I ran the script as 'system' but logged in the database as 'handsonxe03'. I may have missed the required login from the text. I will look closer or I may have to modify the script for required user.
    I will let you know....Thanks!

  • Stored FUNCTION DATE PARAMETER?

    Hello,
    this is my first question here, my first time here. Question:
    I'm trying to create a function, can DATE parameter legal to use. and for the RETURN what would be my datatype for I want to use the TO_CHAR to return to DAY.
    THANKS participants in advance. ~Cheryl~

    I am so happy! I answer my own question after retrying million times: here is my agony but fix now:
    CREATE OR REPLACE FUNCTION day_ord_sf
    (p_dtorder DATE)
    RETURN VARCHAR2
    IS
    lv_day VARCHAR2(9);
    BEGIN
    lv_day := TO_CHAR(p_dtorder, 'DAY') ;
    RETURN lv_day;
    END;
    /

  • Table containing Partner Functions Data for a specific Vendor

    Hi SDN members
    I'm building an iView on our Supplier Portal, and part of our "Welcome iView", we want to show supplier (vendor) relevant information contained in the Vendor Master.  One of them is to show their Quality Partners in Read mode, including their phone # and email address.  However, I cannot find the tables linking a Vendor to all the "partners" listed in the Display Vendor : Partner Functions Screen.  Do you happen to know where this data is?  Also, all the details for a given partner is contained somewhere else, which table(s) would that be?
    Thanks in advance for your collaboration!
    Eric L.

    Hi,
    Vendor partner functions are stored in table WYT3.
    Cheers !

  • User define function - data type integer

    All,
    I am defining a udf. I can not select integer data type for an argument.
    did anyone facer this issue.
    reg

    in UDF all the parameters are of the type String only. You can not change them. This is becaue, XI interanlly represents them as strings and maintains the Qs for contexts etc. So you have to type cast them manually to integers inside the UDF.
    VJ

  • Requirement on Functions(date)

    Hi ,
    Jdev 11.1.1.5.0- adfbc
    i had requirement like this.
    Leave start date : 10/28/2012 // where i changed the start date based on the days needed result should be produced.
    day needed : 1
    end date : //result date
    how can i achive this.?

    Subu,
    I'm not sure I get your problem right. Is it to add a number of days to a given date or how to trigger the update of the 'end date' according to the start date and the number days needed?
    To add a number of days to a given date you can use this
        public  Date dateAddDays(Date aDate, int aDays)
                Calendar cal = Calendar.getInstance();
                cal.setTime(aDate);
                cal.add(Calendar.DATE, aDays);
                return cal.getTime();
        To trigger the update, set the 'start date' and or 'days needed' to autoSubmit, set the valueChangeListener of the start date and/or the days needed to a bean method where you get the start date and the days needed values and call the method above.
    Timo

  • Date function doesn't work in Message Subject when scheduling batch

    Hi,
    When I was scheduling a batch and went to PDF attached E-Mail panel, in the Message Subject line I added a function <<Date(yyyy-MM-dd)>>,but when the email was sent, the date function in the subject didn't show the actual date, just showed the original function text <<Date(yyyy-MM-dd)>>, Is there anyone can help on this? Thanks in advance.

    Hi,
    Can I know the Hyperion Version you referring ?
    regards,
    Harish.

  • How to read data from success function

    Hi,
    In the success function of my POST method, I want to read a property from the data parameter. This is my code:
    success : function(data, response) {
                                    console.log(data);
                                    alert("succes");
    In the JS console:
    I'd like to read the Guid property.
    Thanks,
    RW

    Please refer to the snippet..
      var sServiceUrl = "http://services.odata.org/V2/(S(ryt5lxvehordgneie5t10xpe))/OData/OData.svc/" ;
      var oModel = new sap.ui.model.odata.ODataModel(sServiceUrl, true ) ;
      var oData = {
        "ID" : 93 ,
        "Name" : 'Test',
      "Price" : '3.3'
      var fnSUCCESS = function(mResponse) {
        debugger ;
        console.log("SUCCESS", mResponse);
      console.log('ID' + mResponse.ID);
      var fnERROR = function(mResponse) {
              console.log("ERROR", mResponse);
      oModel.create('/Products',oData,null,fnSUCCESS,fnERROR);
    Once you use JSON format, things become pretty straight forward.
    You can use mResponse.<PROPERTY NAME> to access the data.
    In your case <PROPERTY NAME> will be 'Guid'
    In short, if you are inside your success method, either you can use data.Guid  or response.data.Guid to access it the Guid property

Maybe you are looking for

  • SCHEDULES E18: NON PROJECT REVENUE REPORT

    HI GURUS, CAN YOU PLEASE TELL ME WHERE CAN WE FIND OUT THE STANDARD REPORT, RELATED DATASOURCES AND RELATED TABLES for <b>NON PROJECT</b> REVENUE PLEASE. THANKS & REGARDS VENU

  • Explain Plan across a DBLink

    We are using Oracle 8.1.7.2, but this problem seems pretty generic across most of the versions. The situation: We have several queries that access data in two different databases, across a dblink. These queries both do joins across the dblink, and al

  • Expanding iTunes fields to handle more info about each CD (Mac & PC)

    The LP and CD covers often hold a lot of important info about the album, music and artist, producer, history. With the use of physical album covers on the decline as we use iTunes/mp3s more and more, a lot of liner notes and credits are no longer wit

  • Delete Photo Album

    OK first, I search the forum and haven't found a solution that works. I wanted to organize my photos so I plugged in my iphone and created folders in iphoto. I then synced the folders in itunes. When I open my photos on my iphone. I have my "Camera R

  • Satellite M60-135: How to edit drives DMA properties?

    The BIOS in my M60-135 (Phoenix) obviously provides no possibility to view or edit the DMA properties of the attached drives. Is there a way to flash the BIOS to get the informations? Background of this question: I've installed Suse Linux 10.2 but YA