IC AGENT, on new call receive how customer data is picking & displaying

HI All,
I am first time dealing with IC Agent Call center....
At call center once new call come, then on based on Mobile number or Landline then Search screen defaultly
providing us the Business Partner/ Customer details exists for that Mobile/Landline number,
so , what currently problem is our End users some how changing the Land line number with 91, region code with land line to Only 8 DIGIT land line while BP creation steps or different other ways,
so for such BP with land line number of 8 Digits in Master, then no BP/Customer search results Is finding,
so now I need to make functionality to work properly as input is with 91 + region code + 8 digit land line,
but at master data is with only 8 digits number, so programattically map both equivalent, so search provide us result
for such land line number's BP/Customer,
so where we can enhance the component to make picking of data for BP/Customer...?
which component we need to touch, which views...?
which are Function modules it is using to pick BP/Customer data, is there any SPRO config for function modules using...?
Thanking you.
Regards,
Vijay Mekala

Hello Vijay,
search of BPs is done in FM BUPA_SEARCH_2. You can put an external breakpoint there and find how it works through the call stack.

Similar Messages

  • As an iTunes music seller, do you receive any customer data?

    As an iTunes music seller, do you receive any customer data? I am wondering how people would run a contest/giveaway by incentivizing people who purchase certain songs.

    Max OSX 10.6.8, iTunes 11.1
    I had a similar problem: I wanted to synch my playlist to my iphone. I like to have my playlist sorted by genre. But under each genre, albums are not sorted by the track numbers. This is a problem, especially when I am listening to club mixes when the DJ smoothly transitions from 1 track sequentially to the next one. Under the properties of each audio file, the Track Numbers and Disc Numbers are already there.
    My perfect solution was to turn On Sorting - Sort Album under View>Show View Options. Then, select all the songs in that album (Shift click, Cmd click, etc) , and Edit multiple item information (Cmd I). You will see Info-Video-Sorting-Options buttons. Click on Sorting. Then, under Sort Album, Enter the name of the album. Then OK.
    You should now have the playlist sorted by Genre, then each album individually sorted by track numbers. On your playlist you should see, if you scroll right, the column added called "Sort Album".
    Hope this helps.

  • Is it possible to trigger task in background on New Call received in windows phone??

    I have started to development windows phone 8 app.
    I am finding the event trigger to the phone which will execute when new call is received.
    Thanks for the help

    Hi Divyesh,
    Unfortunately, currently there is no such API to allow us to capture incoming call, it's for protecting user privacy.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How do I add new fields to the 'Customer Data' tab under the BP

    I had previously found a screen in the SAP GUI to add fields so that they would show up on the 'Custmer Data' tab under the Business Partner screen. I thought it had been somewhere in se80 but I cannot find it again. Does anyone know where this is? Thank you!

    Hi Mark,
    You can do this using transaction EEWB. This is the Easy Enhancement Workbench.
    within this, you can use the wizard which will guide you through a step by step process to add the fields you need. Basically, there are 2 ways to add new fields  :
    1. Add new fields - this adds fields to table BUT000, but places the fields on a new tab called 'Customer Data'
    2. Add new attributes table - creates a new table and links it to BUT000 using the partner number.
    Hope this helps you.
    Cheers,
    Rishu.

  • Custom data type (pick list like) in UCM

    Hi,
    We have requirement from customer to add a pick list on UCM profile page for a perticular metadata.
    Example, if i have metadata called "branches" i should be able to select multiple values from pick list (mumbai, pune, bangalore, hyderabad, chennai etc) and assign selected city names to metadata.
    Is there any way of doing this in UCM? Please advise,
    Thanks.

    Mihir,
    Please review the documentation around metadata. This sounds like an ootb feature of UCM.. sorry, WCContent :)
    Each particular metadata item can be configured as an option list. there are multiple types of option lists and I believe there are two "multi-select" options available.
    For more info, see A.1.4.4 of:
    http://docs.oracle.com/cd/E21764_01/doc.1111/e10978/e01_user_if.htm#BABHCABI
    Thanks,
    -ryan
    Ryan Sullivan | ECMconsultant
    http://www.ecmconsultant.net/

  • How to Update EKPO table with enhancement at header level-customer data tab

    Experts,
    I have a requirement where I had to create a new button in the 'customer data' tab(header) in the ME21N/ME22N Transaction and once it gets clicked a table control will appear and in that all the line items with item no, material and plant and an additional check box will display, and once any one checks the check box against the item/material in the table control the item data with additional z fields (already created the zfields in EKPO Table) should get updated.
    Displaying Table control and item data on the click of button was successful, but once you check the check box against the item and save the PO it is not updating the z-fields in the EKPO table.
    I have implemented all the user exits , badis but no results. 
    Once you check the box in the table control against each item in the header part (Table control is in header part (customer tab)) the line item EKPO table with z fields should get updated.
    Any Clues/ideas will be appreciated.
    Thanks in advance,
    Kalikonda.

    Hi,
    Can you please share the remedy for above issue, recently we have same issue in our system.
    or please send me any supportive doc. for the below mail
    Looking forward for your positive response.
    Thanks
    Mohan
    ([email protected])

  • WSRP - Pass Custom Data between Consumer and Producer

    Hello All,
    I am having a couple of queries with respect to Custom Data Transfer. Consider I have a Map of values which I need to transfer between both Consumer and Producer.
    For eg: the map that Consumer sends would contain "firstName", "lastName", etc... On the other hand Producer needs to do some business function based on the data and add more values to the map like "rewardPoint" etc....
    On Consumer Side:
    I have choice to use Backing File or IGetMarkupInterceptor to implement the preInvoke to pass the data using SimpleStateHolder.
    Question: I am not able to send a simple Serializable POJO Object... I can only send primitive / default java objects like Strings, Maps of String etc. Is my understanding correct?
    On Producer side:
    I am able to receive the Custom Data from request. No problems. Now how to send more data from Producer to consumer. I need to add the "rewardPoints" into the map and send back.
    My understanding is that if the Producer puts any values into StateHolder objects, Consumer will receive it in IGetMarkupResponseContext object in the Interceptor's postInvoke method.
    Question: How do I get a handle to the IGetMarkupResponseContext object @ Producer end???
    Question: Do I need to write some interceptors on Producer end? If so which file I need to use?
    Any help / pointers would be greatly appreciated.
    Thanks,
    Paz

    Hi All,
    I tried to set the data in the producer using the following command
    SimpleStateHolder stateSimpleOuterReq = (SimpleStateHolder)request.getAttribute(MarkupRequestState.KEY);;
              if (stateSimpleOuterReq == null) {
                   SimpleStateHolder state = new SimpleStateHolder();
                   state.addParameter("name", "data1");
                   request.setAttribute(MarkupResponseState.KEY, state);
    I am not able to retrieve the same in consumer.
    The above is a WSRP struts request.
    I also tried setting the data by unwrapping the request in producer and still value is null in consumer :-(
              HttpServletRequest requestq = (HttpServletRequest)((HttpServletRequestWrapper) request).getRequest();
              SimpleStateHolder stateSimpleReq1 = (SimpleStateHolder)requestq.getAttribute(MarkupRequestState.KEY);
                   if (stateSimpleReq1 == null) {
                        SimpleStateHolder state = new SimpleStateHolder();
    state.addParameter("name", "data1");
                        requestq.setAttribute(MarkupRequestState.KEY, state);
    Please help me in resolving the issue. Correct me if i am doing anything wrong.
    Thanks
    T. Deena
    Edited by: user11261911 on 12/06/2009 19:49

  • UCCX 9.0-Customer wants only ziptone in headset for new call to agent, no ringing on Phone. Can this be done?

    UCCX 9.0- My customer wants only ziptone in headset for new call to agent, no ringing on Phone.
    Can this be done? I can't seem to find a way to do this natively.

    Yes, I looked into that option. They don't want that because some agents have been known to walk away from their desk without going not ready.
    Thanks for the quick response!
    Dave

  • After updating to iOS 7 the contact photos no longer appear when I receive a call. How can I get them to show again?

    After updating to iOS 7 the contact photos no longer appear when I receive a call. How can I get them to show again?

    I'm having the identical problem on my iPhone 4 after upgrading to IOS 7--no ability to update apps or download new apps.  Here is what Apple tech support emailed to me:
    I understand that you are unable to download or update applications after updating iOS7 on your iTunes. I know you must be eager to get this resolved and I will be happy to help you today.
    ... to help you better with this issue I would request you to please try this steps given below to resolve your issue.
    Please follow this steps:
    1) Double tap the home button
    2) Hold down on an icon
    3) Tap the red "X" on iTunes, and the App Store.
    4) Tap Settings > Store > Tap your Apple ID, and choose sign out
    5) Tap Settings
    6) Tap General
    7) Tap Reset
    8) Tap Network Settings
    Once it has been closed with multi-tasking, and you have rebooted the device in the network settings reset, please sign in, and try again. 
      Howevr, if you are facing the same issue than for this issue, you may need to call our AppleCare technical support team. A technical Advisor will be able to tell you about Apple's complimentary and fee-based support. The technical Advisor can also assist you in determining what option might be most helpful to you in this case.
    Mildly amusing that the instructions for force-closing a program are the IOS 6 instructions, which do not work on IOS 7. 
    Otherwise I'm having a little success with this.  Some apps (not all) are updating. It seems that a few more apps update each time I go through the process (close everything, sign out, and either reset or reboot, then go to the app store, sign in and try to update all).  So far it has been a very lengthy, iterative process. 

  • When I open Live Mail in the Firefox browser, how often is new mail received? Can I change that? Is there a button to "receive mail?"

    When I open Live Mail using the Firefox browser, how often is new mail received?

    Firefox 13, Windows Vista, I use Thunderbird as my default email program and in past versions of Firefox I was able use a custom button to open Thunderbird to receive mail. In the options menu - applications - there is a mailto content type but no option to open Thunderbird inbox?

  • How to call Apps Module Custom Method from Entity Object / View Object ?

    Hi All,
    I create a custom method in AppsModuleImpl.java. How can I call that custom method from a setter method on Entity Object / View Object ?
    (I have tried to use Configuration.createRootApplicationModule(amDef,config); but it is not the correct way, is it? )
    Below is my code :
    The setter on MyEntityImpl.java :
    public void setKodeprd(String value) {
    setAttributeInternal(KODEPRD, value);
    if (getProduct() != null) {
    // CALL the getSalesPrice custom method from here, HOW ??
    The Application Module custom method :
    public Number getSalesPrice(String priceCode, String kodePrd) {
    Number price = new Number(0);
    String [] theKey = {priceCode, kodePrd};
    Key priceKey = new Key(theKey) ;
    ViewObject SalesPrice = getSalespricedView1();
    Row[] salesPriceRow = SalesPrice.findByKey(priceKey, 1);
    price = ((SalespricedViewRowImpl)salesPriceRow[0]).getPrice();
    SalesPrice.remove();
    return price;
    Thank you for your help,
    xtanto

    inside the EntityObjectImpl :
    YourAppModuleImpl am = (YourAppModuleImpl)getDBTransaction().getRootApplicationModule().findApplicationModule("YourAppModuleorServiceName");

  • How to find out the user who has created  a new field in the custom table.

    How to find out the user details who has created  a new field in the custom table.
    Thanks,
    Joan

    Hi Jesudasan ,
    You can know the user details with version management.Please find the
    below procedure to know.
    Go to table->Utilities tab->version->Version management->Compare the previous one .
    Hope this solves the issue,Let me know if you have any issues.
    Thanks,
    Rajani

  • How to receipt demand draft(DD) received from customer  ?

    Dear all,
    Explaining problem in detail,Client has made a scrap sale(ar invoice) to customer for Rs.74025.76,
    need to collect tax colleceted as source(TCS) for above amount which calculates to Rs.838,
    Rounding off is Rs.0.24.
    Customer paid for ar invoice by demand draft for amount Rs.75000.
    As concept of TCS not in SAP B1,they need to do incoming payment on account for collecting tcs.
    How to receipt demand draft received from customer  ?
    How to repay excess amount of Rs.136 in cash ?
    Thanks in advance for valuable replies.
    Jeyakanthan

    Would you not process it like a regular Incoming Cheque and Paying back to the Customer create an Outgoing Payment > Select Customer and send money back in what ever payment method you want
    Suda

  • How to send te XML data using HTTPS post call & receiving response in ML

    ur present design does the HTTP post for XML data using PL/SQL stored procedure call to a Java program embedded in Oracle database as Oracle Java Stored procedure. The limitation with this is that we are able to do HTTP post; but with HTTPS post; we are not able to achieve because of certificates are not installed on Oracle database.
    we fiond that the certificates need to be installed on Oracle apps server; not on database server. As we have to go ultimately with HTTPS post in Production environment; we are planning to shift this part of program(sending XML through HTTPS post call & receiving response in middle layer-Apps server in this case).
    how i can do this plz give some solution

    If you can make the source app to an HTTP Post to the Oracle XML DB repository, and POST contains a schema based XML document you can use a trigger on the default table to validate the XML that is posted. The return message would need to be managed using a database trigger. You could raise an HTTP error which the source App would trap....

  • TS3276 I have an old version, 10.5. A few days ago, my Inbox stopped showing new messages received, although they are coming in and show under Messages on Server.  How can I get the messages on the server to go to my Inbox so I can access them?

    I have an old version, 10.5. A few days ago, my Inbox stopped showing new messages received, although they are coming in and show under Messages on Server.  How can I get the messages on the server to go to my Inbox so I can access them?

    Make sure Mail is selected in System Preferences > iCloud

Maybe you are looking for

  • Duplicate Invoice Check -Vendor

    Hi everyone, I found  out that I posted an invoice(FB60) for the same vendor with same, amount, reference,invoice date,same company code.one invoice was posted on 3rd march and  other was posted on 25th march,I checked in the vendor master record ind

  • How to use video camer as Webcam?

    I have a Sony PD150 and want to use it as a webcam. Does anybody know how to do this? Can this be accomplished with some free software? Thanks chephoto

  • Transacation types missing in sourcing cockpit

    Hi All, we are on SRM7.01 ECC6 EHP5. I have created a new transaction type ZTED also  I added to Buyer attribute Transaction type. when buyer is going to sourcing cockpit select SC and create a draft RFX and when see in the transaction type ..the ZTE

  • What is the best way to download pictures from 5D Mark II to MacBook Pro

    when i transfer my pictures from 5D Mark II camera to MacBook Pro IPhoto, the older photos that are already on computer are put on again even though I on click selected photos

  • Max count of ThinkVision connected to a X220?

    Hi! I have here a X220 Tablet and a nice Lenovo ThinkVision LT1421. It would be nice to connect some more of the Lenovo ThinkVision LT1421 to my X220. How many of the Lenovo ThinkVision LT1421 can I connect at the same time? Any Limitation?