How to identify that the call to a BAdI is coming from SAPGUI

Hi All,
In the current project involving SAPCRM 5.0 (both GUI and PCUI), we need to display a pop-up asking the user whether he would like to go ahead with the changes in both GUI and PCUI.
The function module 'Popup-to-confirm'  was used in a BAdI implementation and it worked fine in GUI but caused problems in PCUI. So this code was commented out as of now.
Could you let me know as to how should we differentiate the call being placed to a BAdI is from GUI or from PCUI so that we could ensure that the pop-up gets displaced in GUI atleast as of now and does not get populated/cause errors in PCUI as of now?
Else please let me know what is the correct way of displaying a pop-up in both GUI and PCUI in CRM 5.0?
Thanks,
Ravi Kiran

Hello All,
I am moving this to another forum as I accidentally put it in this category.
Thanks,
Ravi Kiran

Similar Messages

  • UCCX 8.0(2) - As identify that the call is stuck in the queue

                    Hi Guys,
    My Customer complain that there are any Agent Ready, but, any calls are statying stuck in the queue. I read the documentation about the Cisco Site and the forum below, but, not is clear for me.
    http://www.cisco.com/en/US/docs/voice_ip_comm/cust_contact/contact_center/crs/express_8_0/configuration/guide/uccx801ag.pdf
    https://supportforums.cisco.com/message/3070648#3070648
    I would You like understand as identify that the calls really is stuck in the queue? Anybody explain for me
    Thanks a lot,
    Wilson

    Are ALL calls stuck in queue and never reaching an Agent?
    Or is Supervisor Desktop just showing 1 or 2 calls "stuck" in queue, but most regular calls reach an agent?
    Also what specific version are you running? There were some bugs in early 8.0(2) releases about calls showing in queue that weren't really there.  If however your problem is real callers not reaching agents, it probably sounds like a skill or resource group problem.
    Tom

  • How to find out the calling point of a Badi

    Hi Experts,
    Say one Badi is getting called in a particular screen of a transaction.
    Can anyone please guide me how to find out the calling point for that Badi.
    I checked for transaction CC31 screen 2000, method IF_EX_ECM_EXIT~OMR_CHECK_01
    is getting called.
    But I could not find the calling point.
    Please help.
    Thanks,
    Sonali.

    Go in to the perticular method, and click on where used list.That may help.
    Or get into the method in debugging, and press F7. That will take you to the calling point.

  • How to identify that a host is connected to which particular edge switch

    Hello Guys
    Can anybody explain how to identify that a host is connected to which particular edge switch and port in a Cisco SAN Fabric ??

    Hi,
    Hopefully you know the host PWWN. 
    If the edge switch is not in NPV mode, get the FCID from the output of "show fcns database"
    The answer may also be as simple as finding this entry in the "show fcns database detail".
    If not, once you have the fcid, the first byte of the fcid is the switch domain ID. With the combination of "show fcdomain domain-list vsan xx" "show fcs ie" you should be able to determine what you need.
    If the edge switch is in NPV and registers as a NPV device ( Cisco switches do ), then the FCID will be assigned by the core switch upstream of that edge switch.   You can see this from a "show flogi database".  Find the PWWN here.  There will likely be multiple entries for the port where the host is connected.  Once you find the port where the NPV switch is attached.  The first flogi entry on that port will be the switch WWN.  Get the FCID for the switch and then find the entry for this FCID in the "show fcns database detail", this will give you the switch information.
    Best regards,
    Jim

  • How to identify that an InfoCube needs to be compressed?

    How to identify that an InfoCube needs to be compressed?
    Is there any ratio or method to check that the InfoCube is ready enough to Compress.

    Hi Chandran,
    When a request is loaded and aggregated(rollup) it is ready for compression. I don't understand what u mean by <i>"ready enough"</i>.
    As SAP says, compressing the requests in InfoCube improves the query performace as it reduces the amt of data by eliminating request ids and do Zero elimination. see below link for detailed adv and disadv of compressing a cube.
    http://help.sap.com/saphelp_nw04/helpdata/en/ca/aa6437e7a4080ee10000009b38f842/frameset.htm
    Regards,
    Sree

  • HOW TO IDENTIFY WHILE THE CONNECTION IS DISCONNECTED?

    IN POP3 EMAIL CLIENT USING J2ME
    HOW TO IDENTIFY WHILE THE CONNECTION DISCONNECTED IN RUNNING APPLICATION.
    AND HOW TO EXIT, WHILE THE CONNECTION IS DISCONNECTED.
    THANKS IN ADVANCE
    edward

    WHEN YOU TRY TO USE THE CONNECTION THAT IS CLOSED, YOU'LL GET AN IOEXCEPTION. TO CHECK THIS, YOU'LL HAVE TO DO SOMETHING LIKE POLLING IF THE OTHER SIDE IS STILL LISTENING BY SENDING IT AN ACK MESSAGE AT SPECIFIC INTERVALS. IF YOU GET AN EXCEPTION, THE CONNECTION WAS CLOSED.

  • How to identify whether the data extracted is direct, queued, unserialized

    hi,
    how to identify whether the data extraction from r/3 is direct, queued and unseralized data.
    can anyone let me know abt it
    regds
    hari

    hI,
    Direct Delta: With this update mode, the extraction data is transferred with each document posting directly into the BW delta queue. In doing so, each document posting with delta extraction is posted for exactly one LUW in the respective BW delta queues.
    This update method is recommended for the following general criteria:
    a) A maximum of 10,000 document changes (creating, changing or deleting documents) are accrued between two delta extractions for the application in question. A (considerably) larger number of LUWs in the BW delta queue can result in terminations during extraction.
    b) With a future delta initialization, you can ensure that no documents are posted from the start of the recompilation run in R/3 until all delta-init requests have been successfully posted. This applies particularly if, for example, you want to include more organizational units such as another plant or sales organization in the extraction. Stopping the posting of documents always applies to the entire client.
    Queued Delta: With this update mode, the extraction data is collected for the affected application instead of being collected in an extraction queue, and can be transferred as usual with the V3 update by means of an updating collective run into the BW delta queue. In doing so, up to 10000 delta extractions of documents for an LUW are compressed for each DataSource into the BW delta queue, depending on the application.
    new queued delta
    This update method is recommended for the following general criteria:
    a) More than 10,000 document changes (creating, changing or deleting a documents) are performed each day for the application in question.
    b) In future delta initializations, you must reduce the posting-free phase to executing the recompilation run in R/3. The document postings should be included again when the delta Init requests are posted in BW. Of course, the conditions described above for the update collective run must be taken into account.
    Non-serialized V3 Update:With this update mode, the extraction data for the application considered is written as before into the update tables with the help of a V3 update module. They are kept there as long as the data is selected through an updating collective run and are processed. However, in contrast to the current default settings (serialized V3 update), the data in the updating collective run are thereby read without regard to sequence from the update tables and are transferred to the BW delta queue.
    unserialized v3 update
    This update method is recommended for the following general criteria:
    a) Due to the design of the data targets in BW and for the particular application in question, it is irrelevant whether or not the extraction data is transferred to BW in exactly the same sequence in which the data was generated in R/3.
    take a look Roberto's weblog series
    /people/sap.user72/blog/2004/12/16/logistic-cockpit-delta-mechanism--episode-one-v3-update-the-145serializer146
    /people/sap.user72/blog/2004/12/23/logistic-cockpit-delta-mechanism--episode-two-v3-update-when-some-problems-can-occur
    /people/sap.user72/blog/2005/01/19/logistic-cockpit-delta-mechanism--episode-three-the-new-update-methods
    /people/sap.user72/blog/2005/04/19/logistic-cockpit-a-new-deal-overshadowed-by-the-old-fashioned-lis
    https://weblogs.sdn.sap.com/pub/wlg/126 [original link is broken] [original link is broken] [original link is broken]
    doc
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f83be790-0201-0010-4fb0-98bd7c01e328
    and oss note 505700
    Re: delta methods
    go throuth the previous thread
    Delta types
    hope it helps..

  • RSS Feed from rss generator's new app has changed the feed. Now the description of apps is not showing. the rest is the same. Anyone has an idea why ?  and how do I get the description? if I fetch it from itunes pages would that be considered violation of

    RSS Feed from rss generator's new app has changed the feed. Now the description of apps is not showing. the rest is the same. Anyone has an idea why ?  and how do I get the description? if I fetch it from itunes pages would that be considered violation of apple's terms and conditions? Please help

    See this post.
    tt2

  • How to determine that the user/ pernr is comp cord?

    Hi,
    In tcode pa30 i see there is Comp Cord field. so these are the HR persons right which use the three digits numbers.
    So my question is how to determine that the user/ pernr is comp cord?
    I want to create the fm and pass user id as import and want to find out where this user is belongs to comp coordinator or not.
    i do see some entry in the T526 table but not sure, how it work.
    Regards
    Ali

    hi ali,
    SACHX is the field you are looking for ..
    regards
    Manthan Raja

  • How do know that the battery is fully charged on ios 7

    How do know that the battery is fully charged on ios 7

    When you turn it on from sleep mode, below the time on the lock screen it says how much charged it is.

  • How to identify all the child tables referencing a master table

    Hi,
    How to identify all the child tables referencing a master table.
    Could you please help me...
    Thanks in advance...

    Hi!
    You may use this query:
    SELECT master.table_name, child.table_name
    FROM   user_constraints master, user_constraints child
    WHERE  master.table_name IN ('REGIONS')
      AND  master.constraint_name = child.r_constraint_name
    /yours sincerely
    Florian W.

  • How to confirm that the chains are de-schedule?

    Hi Moderators & Experts,
    Is there any way to view/find/identify that the chains have been stopped or de-scheduled??
    like any Table or monitor screen with red or green signals.
    For ex : i have 30 chains and due to outrage i have De-scheduled all the chains using the "Remove from schedule " option from scheduler menu,just to re-confirm is their any table or monitor to identify that the changes have been done correctly and no chain is left while performing the activity.
    Any inputs appreciated.
    Thanks
    Aamer

    Hi Aamer,
    in SM37 if you see any "BI_PROCESS_TRIGGER" scheduled then there are process chains that are still scheduled.
    Good luck,
    Vijay.

  • How indesign detects that the images have been modified

    Hello,
    My problem is that all my images links are seen modified (yellow triangle) while the images don't have been modified.
    The modified dates are the same.
    All my images are on a unix server and indesign is used on Mac.
    How indesign detects that the images have been modified ?

    Thank you for your answer.
    When you say the time stamp you talk about the modification date in the box link info ?
    Because this date is the same on the image and in indesign and when I update the image this date doesn't change.
    the only informations that change when I update the links are the import date and the state (modified become ok)

  • HT201302 how do i take the photo albums i had sync'd from another computer off my iPhone? not speaking about the camera roll i can do that

    how do i take the photo albums i had sync'd from another computer off my iPhone? not speaking about the camera roll i can do that
    thanks

    i want to save the photos from the albums on my iphone...that i dont have on my computer

  • How can I disconnect the call in when the keypad is lock mode. I have  option either to put it silent or answer. Please tell me how to disconnect?

    How can I disconnect the call in when the keypad is lock mode. I have  option either to put it silent or answer. Please tell me how to disconnect?

    Push the Sleep/On/Off button.
    Stedman

Maybe you are looking for