Identifying the calling ABAP WD component with 'SYSTEM_CALLSTACK'

Hi everybody,
When I try to trace a abap web dynpro component with the function 'SYSTEM_CALLSTACK', I get a very cryptic entry under "main program" like /1BCWDY/2A5JNGDP2YQFUSHKTBT2==CP. How can I find the name of the WD component with it? Thank you.
Regards,
Jinchi

Hi Jinchi,
Just go to se38 and enter the name of the generated class, like /1BCWDY/2A5JNGDP2YQFUSHKTBT2==CP. Then navigate to the implementation section and double click at an include there. Within the include, at the top, there is comment section that contains the name of the component/view.
Btw.: Looking at a shortdump using st22 reveals the affected component/view within the description.
Best regards,
Thomas

Similar Messages

  • With the ISO 8, I'm getting FULL SIZE pictures identifying the caller. But only some, the others in my contacts are still TINY.

    With the ISO 8, I'm getting FULLSIZE picture identifying the caller. But only some!
    The others in my contact list still come as TINY. Is there a place where i can make them all full size?

    Got the same issue ever since upgrading to Facebook for iPhone version 4.1 that was released a few days ago - let me know if you have any luck.

  • Since I upgraded to IOS 7.0.2, many times I am unable to answer the calls. Then I have to switch off and on to answer the calls. I checked with my three friends who updated and they are also facing same problem. Kindly let me know the solution.

    Since I upgraded to IOS 7.0.2, many times I am unable to answer the calls. Then I have to switch off and on to answer the calls. I checked with my three friends who updated and they are also facing same problem. Kindly let me know the solution.

    Since other millions of people updated and do not have that problem - it means one of two.
    1.Your friends lied to you and do not have that problem and in that case only your installation of ios7 got corrupted and you need to restore your phone.
    2.Your friends didn't lie to you and all 4 of you need to restore phones (that way reinstalling ios 7 properly)
    here are instructions for restore and you may have to backup before restore.
    iTunes: Restoring iOS software - Support - Apple

  • Call ABAP Web Service with Java code only

    Hi all,
    First of all, I am writing script in Adobe form but am not using the one in SAP.
    I am trying to call the web service and process the result with script open (i.e. no dataconnection created), because I am trying to do that in a dialog.
    I can call a non-SAP web service without problem, but I am not able to call a simple web service with only a single string input, anyone have any example?
    Here is the SOAP for input:
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:sap-com:document:sap:rfc:functions">
       <soapenv:Header/>
       <soapenv:Body>
          <urn:Z_RFC_GET_STAFF_BANK_INFO>
             <A_STAFF_ID>0123456</A_STAFF_ID>
          </urn:Z_RFC_GET_STAFF_BANK_INFO>
       </soapenv:Body>
    </soapenv:Envelope>
    Here is my code to call:
         var cURL = "http://some-host-name:port/sap/bc/srt/wsdl/bndg_DEDB492BB032E7F1B09F001CC4FBCEC9/wsdl11/allinone/ws_policy/document?sap-client=300";
         var response = SOAP.request(
              cURL: cURL,
              oRequest: {
                   "urn:sap-com:document:sap:rfc:functions:Z_RFC_GET_STAFF_BANK_INFO": {
                        A_STAFF_ID: "0123456"
    Regards
    Bill

    Hello I have the same problem, were you able to execute the WS through the JS code now?
    I would like to call an ABAP WS using JavaScript to return complex structures that I would like to manage directly with JS.
    I tried with this code and I get the error "RaiseError: Acrobat Raise." when the request is executed:
    var WSUrl = "http://<server>:<port>/sap/bc/srt/wsdl/bndg_4D15C75529330AF1E10000000A150429/wsdl11/allinone/ws_policy/document?sap-client=500";
    var VendorNumber = xfa.form.DATA.DATAFLOW.SF_HEADER.VENDOR_NUMBER.rawValue;
    try {
    // Create request structure, read Input out of text field
    var request = {
              "urn:sap-com:document:sap:soap:functions:mc-style:ZWsTest" : {ILifnr: VendorNumber}
    SOAP.wireDump = true;
    // Call web service using SOAP object
    var response = SOAP.request ({
            cURL: WSUrl,
            oRequest: request
    //        cAction: "urn:sap-com:document:sap:soap:functions:mc-style"
    } catch (e) {
        xfa.host.messageBox(e.toString()); //pop-up "TypeError:service.CelsiusToFahrenheit is not a funciton"
    with this other code I get the error "SOAPError: CX_ST_MATCH_ELEMENT:XSLT exception.System expected element 'ILifnr'":
    try {
        var myProxy = SOAP.connect(WSUrl);
        var result = myProxy.ZWsTest( { ILifnr: VendorNumber } );
        xfa.form.DATA.DATAFLOW.SF_HEADER.E_DESCRIPTION.rawValue = result;
    // Display the response in the console:
       console.println("Result is " + result);
    } catch (e) {
        xfa.host.messageBox(e.toString()); //pop-up "TypeError:service.CelsiusToFahrenheit is not a funciton"
    in the second option, if I make the field ILifnr optional the call is succesfully performed but the parameter is not passed to the WS. So the call is working.
    Using stand-alone LiveCycle designer 8.1 and Adobe Reader 8
    Any suggestions?
    Many thanks,
    G.
    Edited by: Guillem Mateu Navalón on Jan 13, 2011 1:13 PM

  • Smart forms - Identifying the calling method and class

    Hi Experts,
    Is there a way to identify the method and class names that called a smart form..
    Any inputs or pointers in this regard woul;d be of great help.
    Regards,
    Kris.

    Hi Kartik,
    The procedure you suggested is good to identify the class by manual intervention.
    But I need the class/mehtod name in the program as the logic of the code depends on which class called the smart form.
    Any idea how this can be read?
    Regards,
    Kris.

  • How to change the label of a component with javascript?

    Hi, i need to change the label of a component dinamically. I tried:
    if (document.getElementById('P34_ID_OPERACION').value==2) {
    document.getElementById('P34_ID_USUARIO_DEST').label = 'Encargado:';
    if (document.getElementById('P34_ID_OPERACION').value==3) {
    document.getElementById('P34_ID_USUARIO_DEST').label = 'otro texto:';
    but doesn't work.
    any ideas?
    Edited by: Andres Vilallave on 16-mar-2010 12:49

    Hi,
    I think "label" is not valid attribiute for "input" tag.
    Create new hidden item P34_LABEL. For item 'P34_ID_USUARIO_DEST', put label value as +&P34_LABEL.+
    Now try the following JS
    <script>
    if (document.getElementById('P34_ID_OPERACION').value==2) {
    document.getElementById('P34_LABEL').value = 'Encargado:';
    if (document.getElementById('P34_ID_OPERACION').value==3) {
    document.getElementById('P34_LABEL').value = 'otro texto:';
    </script>Cheers,
    Hari

  • ABAP - identifying the calling system

    Hello!
    Is there a way to find out when my RFC is calling by a R/3 program or by a Portal(PDK/Java) application? I´m trying the SYST structure..but i didn´t find out anything till now.
    If someone has a light, show me up!
    tks!
    Regards,
    André Luis Calderan
    Complex

    Hi Andre,
    Is there a way to find out when <b>my RFC</b>
    (I suppose its your Z RFC Fm)
    1. if we are not able to find out the solution
    then it would be better to
    pass one ADDITIONAL parameter
    specifiying the source as some flag/field
    (R/3 , Java/Internet)
    I know it does not solve ur query.
    Just the last resort.
    regards,
    amit m.

  • Why the call is not working with android?

    dear community,
    I have been trying to make a phone call with someone who lives overseas but it keep saying call faild ! and we even tried to send text it doesnt deliver it at all.
    but when i called my friend who is in same city it worked well
    so what is the problem?
    why its not working when we want to make a call with someone abroad?
    I need a solution as soon as possible please
    we both tried to update,delete, re-install the app its just never work T^T
    Solved!
    Go to Solution.

    When trying to call somebody abroad make sure you have chosen the correct country or reigien code upon opening the dial pad within skype we have the same phone's appart from mine is a s3 so this process will be exactly how I say as I was saying when. The skype dial pad is open just where the numbers display at the top of the screen right below you will see white writing chat the area code to the country you are trying to call.
    I hope this help any more problems or if this persists cone back and I'll see if I can help some more if not then perhaps try customer services on the live chat link via the website
    Adam.k

  • As identify why the calls are been abandoned

    Hi Guys,
    My Customer have the solution with UCCX 8.0(2) and CUCM 8.6 (2). The Contact Center is presenting any call abandoned. I know that this can be related the:
    1. For ICD calls, a call is abandoned if it is not answered by an agent and the caller hangs up or is disconnected.
    2. Abandon call with an Agent Name - Means an Agent was selected, but before they could answer, the caller hung up.
    3. For IVR calls, a call is abandoned if it does not get past the workflow step that sets the handled flag.
    My question is: What parameters in RTMT (UCCX and CUCM) I have that set to identify the reason this calls abandoned?
    Thanks,
    Wilson

    Hi Aaron,
    To verify as I identify the calls abandoned I need set the what parameters in RTMT? This is my question.
    Thanks,
    Wilson
    Aaron Harrison escreveu:Can you identify which parameters you are talking about?Aaron Harrison escreveu:
    Can you identify which parameters you are talking about?

  • Execute webdynpro from abap program and return to the caller program

    Guys,
    I have a question here.
    I know there is a way to call an abap webdynpro application from normal abap program by either using a class method, or use a function module WDY_EXECUTE_IN_PLACE by providing
    the webdynpro application or using CALL TRANSACTION statement.
    But, is there anyways that we can call the webdynpro application from abap program by supplying data to the webdynpro and display to the user from the portal, and then
    once the user do some manipulation on the data, can we transfer back the data to the caller abap program?

    hey ,
    you can pack any web-dynpro program in tranasaction code and run it from R/3 and not via portal  :
    search in " SAPTECHNICAL" how to do so  - for some reason i cant post a link here
    than you can use call transaction .
    regards
    ASA

  • ESS E-leave : which is the ABAP Webdynpro component ?

    Hi Gurus,
    I have a few questions regarding ABAP-Webdynpro.
    1. Which is the corresponding ABAP Webdynpro component for ESS E-Leave application ?
    I need to add a new report to the Leave Request page but unable to find the ABAP WD component for the same !
    2. Just by looking at the portal web-page, is it possible to find out if the page is based on Java WD or ABAP WD ? And if ABAP WD, how to find the corresponding component ?
    Any hints will be greatly appreciated and rewarded.
    Regards,
    Sandip.

    Just right click on empty space on leave application and select "more field help" then you will get technical information of the component.
    But some times, this option will be disabled by portal administrators.
    Regards
    Srinivas

  • Error in service call of Portal Component

    Hi
    When user trying to access the ITS screen through portal he is getting the following error.
    Portal runtime error with exception id.
    I
    com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
    With the same exception id i could see the another error...
    com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception in SAP Application Integrator occured: Exception occured in layer CommonTopLayer
    All other users can access it successfully..
    What could be the problem.
    Please suggest us.
    Thanks & Regards
    Sowmya.

    hi,
    i had the same exception.....
    and find some notes mentioned in other thread:
    Note 1063785 - Runtime of Remote Delta Links fails...
    but seems still not work.
    any suggestion?  or some support package maybe..?
    Edited by: fishy 61 on Oct 13, 2009 4:18 AM

  • Software component with Key ID does not exist

    Hi Friends,
               Here I am in need of your help. I got involved in an upgrade from XI 3.0 to PI 7.1. The Basis has imported all the SWC & Business systems from XI 3.0. When I am trying to activate the objects imported from IR of XI3.0 then It is triggering an error as
    data retrieving failed from Adapter Metadata  | RFC http://sap.com/xi/XI/System. /// ROA_MOA_NOTCOMPLETED.
                Because of this I am unable to activate the imported objects in ID by showing the message as Software component with key ID XXXXXXXXXXXXXXXXXXXXX  does not exist.
                when I went there to ESR then under a software component I found a message under underlying components  like             " XXXXXXXXXXXXXXXXXXXXX not exist"  but I am not aware of the object related to that Key ID.
    Please help me out in this . Thanking you in Advance.
    Regards,
    Sridhar

    Hi Neeetesh,
             I got the alternative solution for my problem. All credit goes to you. I recreated the communication channels instead of using the same ones after Upgrad. Any way we need to change the communication channels after importing the channels but the system is giving the above error message as   "Adapter Software component with Key ID XXXXXXXX......  does not exist".
             But its allowing me to create a new channel. Then based on the neetesh suggestion, I went through and create the new comm channels instead of wasting so much time on the same issue.
            Thanks a lot Neetesh.     
             I am really sorry for not giving your  points.  I am assigning points  now with great pleasure. Here you go.
    Regards,
    Dasari.

  • Download Webdynpro ABAP application(component) on desktop

    Hi All,
    How do I download Webdynpro ABAP application(component) on desktop(hard drive) from SAP system? I couldn't find a feature in SAP that I could use to achieve this functionality. Also after downloading the  Webdynpro ABAP application(component), I would like to upload it back into the SAP system. Any ideas?
    Regards,
    Tom

    Hello Tom,
    you can use SAP link to download or upload ABAP objects. check out this link
    http://code.google.com/p/saplink/wiki/pluginList
    BR, Saravanan

  • How to prevent voice over saying the caller number or name automatically in iphone?

    hi, i'm a new member of apple world,
    i'm using voice over in my iphone 5s, when i receive a call, voice over automatically say the calling number or name with the ring tone, how can i set
    voice over to prevent it saying the caller number or name ??

    Same problem, which is extremely inconvenient because I like to use my earphones to listen to Pandora while I work. Not every time, but most of the time I plug in my earphones, the iPod software starts playing the last song that was played. Stopping the music via iPod or pressing the Home button for 10 seconds to force quit iPod doesn't stop the music as it will just automatically start playing again. Sometimes if I'm lucky, plugging the earphones in very quickly avoids this problem -- but like I said, it's a cross my fingers and hope I get lucky kind of thing.
    I'm using the newer 3G model, which I've had for only about a month. I did not have this problem with my old 2G iPhone.
    Someone in another thread said it's a hardware fault and suggested exchanging the phone for a new one. Can anyone confirm this?

Maybe you are looking for