When i generate abap sproxy, it doesn't generate the abap class.

hi all :
When i generate abap sproxy, it doesn't generate the abap class. can you tell me the reason and how to work out this issue? thanks
Monson

Monson,
Check this weblog and see the steps whether you are doing right or not:
/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy
Regards,
---Satish

Similar Messages

  • Why are the apps on my IPad scattered across the whole thing and when I open them they turn to little rectangles in the corner of the screen and I can't even use them or tap on anything. Also when I turn my iPad it doesn't flip the screen over

    Why are the apps on my IPad scattered across the whole thing and when I open them they turn to little rectangles in the corner of the screen and I can't even use them or tap on anything. Also when I turn my iPad it doesn't flip the screen over.

    Hi The next thing to do is to Restore back to Factory Settings this will get rid of any bugs . After Restore use same Apple ID /Password then you should get all your Apps & data back If you still have this problem make an Appointment at Apple Store . Cheers Brian

  • HT3529 How do you change the settings so when you search your iPad it doesn't show the iMessages?

    How do you change the settings so when you search your iPad it doesn't show the iMessages?

    You could adjust the mailnews.tcptimeout preference, as explained in the 2nd point in [http://kb.mozillazine.org/Can_not_send_large_attachments this article]. Also, make sure there's no security program scanning outgoing mail attachments.

  • When I Crop a video it doesn't fill the frame back up, it just outlines it in black and stays the same size

    When I Crop a video it doesn't fill the frame back up, it just outlines it in black and stays the same size

    No, I am using the crop function, and the directions say after I press done it will fill the frame, which worked a year ago. Now when using th Crop function, the black area stays black and the cropped video stays the same size. I even shared it to a Master file to see if it would process during sharing, but the black area remained black and the cropped video remained the same size. Still a bit frustrated.

  • When I try to export Premier doesn't have the quicktime  option

    When I try to export Premier doesn't have the quicktime  option but it still has all the other file types

    Hi,
    There can be a problem with the activation.
    Please share a screen shot of the different export format options you are getting at the time of export along with the name of the operating system.
    Probably then we can get to the bottom of this issue.
    Thanks.

  • HT2515 When I'm on iChat, it doesn't show the video chat icon. When I try to change it, it tells me my camera doesn't support video chats. Please help :(

    When I'm on iChat, it doesn't show the video chat icon. When I try to change it, it tells me that my camera doesn't support video chats. Please help

    A lot of folks fix these kinds of issues with a simple re-start of the phone.
    Regards
    TD

  • Safari, when I hover over a link, doesn't show the web address, +Hotmail qu

    Hi, two questions.
    New to safari, when I hover over a link it doesn't display the web address, is there a way to turn this on or is it not available in Safari.
    In regard to Hotmail, is there a way to synch up Hotmail with Mail in leopard so that when I click an email address it allows me to send via hotmail.
    If not, how do you find out the email address, because when I click it, just takes me to mail and doesn't allow me to at least view what the email address is, so I can manually send it via Hotmail.
    Thanks for your time.

    New to safari, when I hover over a link it doesn't display the web address, is there a way to turn this on or is it not available in Safari.
    Choose Show Status Bar from the View menu.
    In regard to Hotmail, is there a way to synch up Hotmail with Mail in leopard so that when I click an email address it allows me to send via hotmail.
    Try using httpmail.
    (36670)

  • JRE doesn't find the main class inside a JAR archive file

    Hello everybody,
    I've written a small application in Java, using NetBeans. Running my application inside NetBeans works fine, but I can't run it from the console or by double clicking the jar file.
    Running it from the console I get the following error message:
    java -jar TestApplication.jar
    Exception in thread "main" java.lang.NoClassDefFoundError: tst.Benchmark
       at gnu.java.lang.MainThread.run(libgcj.so.81)
    Caused by: java.lang.ClassNotFoundException: tst.Benchmark not found in gnu.gcj.runtime.SystemClassLoader{urls=[file:TestApplication.jar], parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}
       at java.net.URLClassLoader.findClass(libgcj.so.81)
       at gnu.gcj.runtime.SystemClassLoader.findClass(libgcj.so.81)
       at java.lang.ClassLoader.loadClass(libgcj.so.81)
       at java.lang.ClassLoader.loadClass(libgcj.so.81)
       at gnu.java.lang.MainThread.run(libgcj.so.81)I know that these errors often come when the class path is not set in the right way, and using a single java file, you can fix this by passing the parameter "-cp ."
    I tried this with the jar file but it does not work and using "-cp TestApplication.jar tst/Benchmark" didn't work either.
    Inside the jar file I have the META-INF Folder and a "tst" Folder which contains all my class files. And I've set tst.Benchmark as the main class, this also stands in the manifest file correctly.
    Do you have any ideas what could be wrong?
    Greetings JavanianGuy

    This line
    at gnu.java.lang.MainThread.run(libgcj.so.81)says that you're using GNU's Java, not Sun's Java. They are not the same. GNU Java is incomplete.
    You'll need to ask this question at the GNU Java site.
    Recommendation: Use Sun's Java

  • My derived class suddenly doesn't recognize the parent class

    I had my assignment coded, debugged, working and ready to go. So I bring my flash drive upstairs to play around with it on my other computer. When I compile the base class it compiles fine, but now when I try to compile the derived class, and the test class with the main method, I'm coming up with errors.
    They have something to do with the base class not being recognized, because I can't instantiate any objects of the class now, and i get an error when attempting to compile the derived class to the effect of "cannot find symbol; symbol: class BaseClass". i get this error throughout the derived class, from the initial declaration of the class (public class DerivedClass extends BaseClass), to any references made toward methods of the parent class.
    My base class compiles with no problem, but it's like nothing else is able to "use" it. I'm not sure if it has something to do with the PC im using now, and I can't confirm this at the moment because the PC I used to write the code is down (waiting on an upgrade).
    ehhh.....help.
    Message was edited by:
    asphaltninja
    null

    It's not the fault of the computer hardware.
    It's not the fault of the operating system.
    It's not the fault of the JDK.
    So don't go rebooting or reinstalling anything. The problem is that you didn't set up things on the new computer in the same way they were set up on the old computer.
    In particular the compiling problem is that the compiled version of BaseClass isn't in the classpath when you try to compile DerivedClass. I can't tell why from your description.

  • When do we override our own clone method not the Object class clone method

    Hi,
    I have a confusion in overriding clone method.We can create clone object by writing Object.clone() but some times I have seen writing our own clone method ,when do we write this,also clone() is defined protected and when we write our own clone it is said to write it public,why?
    Thanks
    Sumit

    protected methods can only be called in the same class and it subclass. You can make clone protected if this is all you need.
    However if you need to clone() the object from another class, it need to be public.
    This is the same for any method.
    Also as Object.clone() is protected you cannot make it private or package-local (this is true of any protected method)

  • HT204291 When I airplay my ipad, it doesn't fit the tv screen

    I have ipad air and using toshiba tv. When I mirror the image to the tv screen, it doesn't "fit to screen". Are other people having this problem?

    Welcome to the Apple Community.
    Mirroring won't fill the TV screen. The iPad has an aspect ratio of 4:3 and the iPhone 4S or prior an aspect ratio of 3:2, neither of these will fit exactly into a TV screen which as an aspect ratio of 16:9. The Apple TV will not zoom the mirrored image, because it may well cut off information which is situated at the top or bottom of the screen.
    You may wish to try each of the settings in ‘Settings > Audio & Video > Adjust for AirPlay overscan’ for the best setting that suits you.

  • Kerberos error when using a DNS name that doesn't match the Active Directory domain name

    I am running into a weird issue with a new SQL Reporting Services server I built. I installed SQL Reporting 2014 on Windows Server 2012 R2 and configured Kerberos, but the site is extremely slow. After some reconfiguration and log captures I have determined
    the issue has to do with the Kerberos setup but it is an exact replica of a Windows Server 2008 R2 server we currently have and it does not have these issues.
    The error I see while using Wireshark is KRB Error: KRB5KDC_ERR_BADOPTION NT Status: STATUS_NO_MATCH.
    When I drill down the into the error I can see the kerberos string is testprjmnmtreports14.company.com, which is the URL we are using to access the site. I made sure to add that name as an SPN for the service account that is running SQL Reporting Services,
    however I still receive the error.
    Then I tried configuring the site to run without a hostheader, so I accessed the site with the server name ECTSTSQLRS5 and the site works perfectly fine, no errors are reported either. So it seems I have isolated the issue down to Kerberos but I am not sure
    how to resolve it. Here is some more information about my environment:
    DNS/URL used: testprjmnmtreports14.company.com
    Server Name (FQDN): ECTSTSQLRS5.company.int
    AD Domain Name: company.int
    Server Version: Windows Server 2012 R2
    AD Functional Level: 2008 R2
    I also have the following SPNs set for my SQL service account:
    http/testprjmngmtreports14.company.com
    http/testprjmngmtreports14
    http/ECTSTSQLRS5.COMPANY.INT
    http/ECTSTSQLRS5
    As you can see I am trying to use a .com address but my AD domain is .int which I think is the issue, but I do not have the same problem on my other server that is running Windows Server 2008 R2. 
    Has anyone see this issue before? What do I need to do to allow my new site on 2012 R2 to work with this DNS Alias?
    Thanks,
    Brandon

    Hi
    Quote from there; Kerberos errors in network captures
    The most common scenario is a request for a delegated ticket (unconstrained or constrained delegation). You will typically see this on the middle-tier server trying to access a back-end server. There are several reasons for rejection:
    1. The service account is not trusted for delegation
    2. The service account is not trusted for delegation to the SPN requested
    3. The user’s account is marked as sensitive
    4. The request was for a constrained delegation ticket to itself (constrained delegation is designed to allow a middle tier service to request a ticket to a back end service on behalf on another user,
    not on behalf of itself).
    Regards, Philippe
    Don't forget to mark as answer or vote as helpful to help identify good information. ( linkedin endorsement never hurt too :o) )
    Answer an interesting question ? Create a
    wiki article about it!

  • What to do when changes are made and refresh doesn't show the changes?

    I'm new to SCSM and I have created some lists in authoring tool and when I go into console to edit them they are not showing up. Even after refresh. Also creating some new incident views for support groups are not showing up until I restart the Management
    server.   Is there a service or something I can restart that will make changes take affect faster?

    the poster is editing in the console, so no MP import/export should be required, that being said, the console does do a lot of caching, so if you don't see something, you might need to restart the console.
    you can restart the three or four Services marked "System Center", you should ge the same effect as restarting the server. that being said, restarting the server should not be required. if restarting the management services is really required,
    then there is probably some performance issue with your database or some performance issue with your workflow (first) management group server.

  • Generate Script to Project doesn't  generate CREATE OR REPLACE objects

    Hi,
    I am using VS2008 SP1 with ODT. If I go to ServerExplorer to connected database and run Generate Script to Project the object (Package, package body , function ...) is always
    created to the project as CREATE function myfunction.
    I need to have it in this way CREATE OR REPLACE ... to run it against database.
    Is there any way to configure it somehow ?
    Thanks in advance
    Jörg

    Hi there is currently no way to automatically generate CREATE or REPLACE instead of just CREATE. You'll need to manually modify the file to add the "or REPLACE" to the stmt or add a DROP line just before the CREATE stmt.

  • How do i reset my security questions when I dont remember them and doesn't send the answers to my email, how do i reset my security questions when I dont remember them and doesn't send the answers to my email

    im trying to buy infinity blade 3 and it wont let me without answering my "secerity questions" when i didnt even what to set it up

    Kappy's Some Solutions for Resetting Forgotten Security Questions
    (only solutions)

Maybe you are looking for