WD ABAP Application exists in SE80 but not in SICF

Hi,
how could I make my WebDynpro ABAP applications available in the services list of SICF?
My problem is, that the WD applications from the WebDynpro Component "FITV_FPM_START" (e.g. FITE_EXPENSES), which I need for my ESS in portal, appear in my ABAP Workbench but not as services in SICF.
Anyone knows what could be the reason?
Thanks for your help in advance.
Best regards
Joachim

Also check related note Note 1088717 - Active services for Web Dynpro ABAP in transaction SICF.
Regards

Similar Messages

  • Custom F4 help in a BSP application working in Mozilla but not in IE

    Hi,
    I have created a custom F4 help in a BSP application.
    It is working in Mozilla but not in IE. I tried enabling javascript as well but still it is not working.
    Can someone please suggest a possible solution for this?

    Hi,
    See simmilar discussion in thread /thread/1883519 [original link is broken]
    I think this may be helpful for you.
    Thanks,
    Chandra

  • HT4356 I can print from other applications on my iPad but not from Dropbox

    I can print from my iPad using other applications but not Dropbox

    Is your printer one of the models listed here: http://support.apple.com/kb/HT4356

  • I can sync applications on my iPhone but not music

    As the subject says, I can sync applications and I can backup my iPhone (3G 2.2).
    When I try to sync music it says "the required disk cannot be found" and "the disk could not be read from or written to".
    With other computers it works fine and on my computer I can sync music to my old 20gb iPod.
    So it's not a problem of the iPhone or of iTunes or of the usb ports.
    I can also read the filesystem using diskaid so I don't see where the problem could be.
    I tried all these combinations: iPhone 2.1 or 2.2, iTunes 8.0, 8.0.1, 8.0.2, tried to restore the iPhone OS and refresh my iTunes library. Nothing helps.
    What should I do?

    I am having the same exact problem with my iPhone 3G. I've tried reinstalling iTunes and the problem persists. The only difference is that I get the "the disk could not be read from or written to" error, but not the "disk can not be found" error.

  • Program SWNC_CONFIG_TIMEPROFILE exist in ECC6 but not in ECC5

    Hi all experts,
    I wonder why program SWNC_CONFIG_TIMEPROFILE does not exist in ECC5 but it is in ECC6.....
    Is there any other way If I wanted to change the time profile in ST03n (ECC5)???
    Thanks in advance.
    BR,
    Nancy Tan

    Hi Nancy,
    You're right Program SWNC_CONFIG_TIMEPROFILE only avaible for ECC6 release.
    If you tend to generate time profile in hourly in ECC5, you need to apply orretion in sap note:
    Note 17750 - Workload: Time profile also for night hours
    BR,
    Terry Tow

  • Application working under NetBeans but not as a *.jar file

    Hello,
    recently I found a little problem. I wrote application that shows all available ports in my computer. When I am running this applications under NetBeans it works with no problem - finds all available ports. Then I am building it to the *.jar file. Application is working with no problem but command:
    Enumeration PortIds = CommPortIdentifier.getPortIdentifiers();
    is not returning any identifiers - PortIds is empty.
    Anyone knows a solution for this type of problems? Thanks

    Hi Venkatesh,
    Few questions.
    1. What is your JDeveloper version? (Always better to post your JDev version along with the question, which would help us to help you better).
    2. Did you try adding webserviceclient.jar to the classpath? (Search in your JDev installation directory for the location of this jar file).
    -Arun

  • Application works no WTK but not on phone

    I created a very simple application, with a form, some textfields, nothing fancy, no images, no menus, etc.
    It works fine on the WTK simulator, and it installs on the phone, but when I execute it I get "Application Error" and it doesn't even open.
    I'm manually creating the JAR file... is there anything I should add to it? I'm using the manifest file created by WTK and the class file (only one).

    Hey thanks mate.
    I have posted my code in other thread if you would like to have a look at it.
    I m using 3G to access my webserver. Oh yeah, I m using pure HTTP and not WAP-HTTP since I have changed the configuration.
    But, as I said previously I had no problems doing the samething from the same device although I didnt send any data, just something like pinging the web server and getting a reply in form of say " works1","works2" and so on....
    Ok, I will have a look at device config. data sheet.
    Thanks for your reply

  • Application works in emulator but not on real device

    Hi Everyone,
    I have been trying to build this application and avail users to download it from a WAP page.
    Now, initially for testing purpose I managed to transfer it on my mobile device which is a Sony Ericsson Z800 using a data cable.
    The application downloads 2 images from an Apache Tomcat web server and displays it on user screen. I have created this application using MIDP 2.0. I managed to install it on my mobile device and now when I m trying to send request to the server I wont get any response ? The request itself is not reaching to the web server.
    Strangely it works when I give a static path from my mobile browser like: http://xxx.xxx.xxx.xxx:8080/servlet?param1=x&param2=y but when the same path is accessed from installed application it wont work :-(. Its a static IP so there is no problem with changing of IP Address.
    Please note that I have transferred only the jar file. Does that make any difference ?
    Please guide me as to where I m going wrong..
    Regards

    Hey thanks mate.
    I have posted my code in other thread if you would like to have a look at it.
    I m using 3G to access my webserver. Oh yeah, I m using pure HTTP and not WAP-HTTP since I have changed the configuration.
    But, as I said previously I had no problems doing the samething from the same device although I didnt send any data, just something like pinging the web server and getting a reply in form of say " works1","works2" and so on....
    Ok, I will have a look at device config. data sheet.
    Thanks for your reply

  • Application works from NB but not from jar

    Hi,
    I'am programming a game in JAVA and this going as planned. Everything works when I run it from NetBeans, but when I execute the jar file from the console, then I get hunderds of the same exception.
    I really don't know what it is, I see a NoSuchMethod exception in the MouseEvent of the method getLocationOnScreen(), but just as i said, the app works fine without errors from out NB.
    Does somebody knows what the problem is?
    thx Sven
    java -jar Hotel.jar
    Loading board images.
    Loading image: /Images/bg-patern-hotel.jpg
    Opening file /Images/bg-patern-hotel.jpg file exisits: true -- [/Users/svenvanzoelen/NetBeansProjects/Games/Hotel/dist/Images/bg-patern-hotel.jpg]
    Loading image: /Images/Main-board-big.jpg
    Opening file /Images/Main-board-big.jpg file exisits: true -- [/Users/svenvanzoelen/NetBeansProjects/Games/Hotel/dist/Images/Main-board-big.jpg]
    Exception in thread "AWT-EventQueue-0" java.lang.NoSuchMethodError: java.awt.event.MouseEvent.getLocationOnScreen()Ljava/awt/Point;
         at Engine.GameAction.setMousePos(GameAction.java:137)
         at Engine.InputManager.mouseMoved(InputManager.java:277)
         at java.awt.Component.processMouseMotionEvent(Component.java:5647)
         at java.awt.Component.processEvent(Component.java:5371)
         at java.awt.Container.processEvent(Container.java:2010)
         at java.awt.Window.processEvent(Window.java:1184)
         at java.awt.Component.dispatchEventImpl(Component.java:4068)
         at java.awt.Container.dispatchEventImpl(Container.java:2068)
         at java.awt.Window.dispatchEventImpl(Window.java:1801)
         at java.awt.Component.dispatchEvent(Component.java:3903)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    Same error goes 50 times more.Edited by: Svenmeister on Apr 16, 2010 7:22 AM
    Edited by: Svenmeister on Apr 16, 2010 7:22 AM

    Ok, I updated my Mac but still got the 1.5.0_22 crap so I changed the function from the mouseEvent to one that 1.5 supports.
    But now when I run the application from the console the Exception about the mouse function is gone, but I got another exception instead of it. And this one is I believe not JRE version relevant.
    The error is in the loading of the images, at the third PNG image to be precise. The images are now in total 10.8MB in size.
    So is this also a 1.6 thing? Would be awesome if someone can explain it.
    java -jar Hotel.jar Loading board images.
    Exception in thread "Image Fetcher 0" java.lang.OutOfMemoryError: Java heap space
         at java.awt.image.DataBufferInt.<init>(DataBufferInt.java:41)
         at java.awt.image.Raster.createPackedRaster(Raster.java:458)
         at java.awt.image.DirectColorModel.createCompatibleWritableRaster(DirectColorModel.java:1015)
         at sun.awt.image.ImageRepresentation.createBufferedImage(ImageRepresentation.java:223)
         at sun.awt.image.ImageRepresentation.setPixels(ImageRepresentation.java:469)
         at apple.awt.OSXImageRepresentation.setPixels(OSXImageRepresentation.java:66)
         at sun.awt.image.ImageDecoder.setPixels(ImageDecoder.java:120)
         at sun.awt.image.PNGImageDecoder.sendPixels(PNGImageDecoder.java:498)
         at sun.awt.image.PNGImageDecoder.produceImage(PNGImageDecoder.java:419)
         at sun.awt.image.InputStreamImageSource.doFetch(InputStreamImageSource.java:246)
         at sun.awt.image.ImageFetcher.fetchloop(ImageFetcher.java:172)
         at sun.awt.image.ImageFetcher.run(ImageFetcher.java:136)
    Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
         at java.awt.image.DataBufferInt.<init>(DataBufferInt.java:41)
         at java.awt.image.Raster.createPackedRaster(Raster.java:458)
         at java.awt.image.DirectColorModel.createCompatibleWritableRaster(DirectColorModel.java:1015)
         at java.awt.image.BufferedImage.<init>(BufferedImage.java:345)
         at apple.awt.CGraphicsConfig.createCompatibleImage(CGraphicsConfig.java:174)
         at GUI.Board.toBufferedImage(Board.java:1472)
         at GUI.Board.loadImages(Board.java:1143)
         at Engine.HotelMain.switchState(HotelMain.java:86)
         at Engine.HotelMain.<init>(HotelMain.java:57)
         at Engine.HotelMain.main(HotelMain.java:194)Edited by: Svenmeister on Apr 16, 2010 11:01 AM

  • The application runs from netbeans, but not the command-line

    Hi
    I have developed a GUI application using NetBeans. All source code files are compiling without problems and the program runs just fine when i press "run <app name>" in NetBeans. However, when i try to execute the jar file using the command "java -jar <name of jar>", then i get this error message (im standing in the same directory as the jar file which is the dist directory:
    $ java -jar /home/icebyte/NetBeansProjects/TripPlanner/dist/TripPlanner.jar
    Exception in thread "main" java.lang.NoClassDefFoundError: tripplanner/Main
    Caused by: java.lang.ClassNotFoundException: tripplanner.Main
    at java.net.URLClassLoader$1.run(URLClassLoader.java:221)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:209)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:324)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:269)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:337)
    Error: Could not find the main class.
    Error: A JNI error has occurred, please check your installation and try again
    Does someone know why i am getting this error ? I would be nice to find out. I have also tried to go into the src directory of the netbeans project and compile all files there which works fine, but when i try to run the program with "java <file that contains main method>" i get this error:
    Exception in thread "main" java.lang.NoClassDefFoundError: MainMenu (wrong name: tripplanner/MainMenu)
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:638)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:143)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:281)
    at java.net.URLClassLoader.access$000(URLClassLoader.java:74)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:216)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:209)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:324)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:269)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:337)
    Error: Could not find the main class.
    Error: A JNI error has occurred, please check your installation and try again
    I have JDK and JRE installed on the system (it came with netbeans). I have tried setting the JAVA_HOME variable, but there is no difference. Anyone? Thanks for all help.

    Hmm, i solved the problem now. I looked at this problem yesterday and couldnt find out why i was getting these stack traces, but now i know :)

  • Application works in jdeveloper but not as standalone jar file

    Hi All
    We have developed an application using BI Publisher APIs,it works as expected through JDevelper,however when I try to deploy it to a jar file a run it through command line it gives me No class found exception for
    javax/xml/rpc/Service class factory.. thinking that the class is not present.I have extracted the jar file but could find the class file in the expected directory........anyhelp would greatly be appreciated.
    Regards
    Venkatesh

    Hi Venkatesh,
    Few questions.
    1. What is your JDeveloper version? (Always better to post your JDev version along with the question, which would help us to help you better).
    2. Did you try adding webserviceclient.jar to the classpath? (Search in your JDev installation directory for the location of this jar file).
    -Arun

  • Console shows web application deployed to server but not to the virtual host yet things still work, huh?

    I finally figured out how to get the virtual hosting piece to work in
    wls811. Now I have a question about the console presenting me with some web
    app information. The Web Application Modules node and the Deploy tab shows
    me the application is deployed to the server and it's Active, however the
    console indicates the web app is not deployed to the virtual host and is
    inactive. But the server is resonding to requests for each of my Virtual
    Host Names, so they must be deployed to the virtual hosts as well.
    Anyone with some ideas? Thanks.

    do you see any deployment exception in the server.log ? if nothing please post the web.xml and sun-web.xml

  • Calling ABAP Function Module in BODS, but not RFC_enabled

    Hello Experts
    We have an ECC ABAP Function Module takes 5 input parameters and returns Division Name for an Employee and Employee PERNR is one of the input parameters for the Function Module.
    I tried adding a function call in the target schema of Query Transform and the output parm passes out as an Output column. But getting an error that ABAP FM is not RFC_enabled. I checked attributes, and it is not RFC_enabled.
    So is there way to invoke this FM as part of BODS ABAP Dataflow?. Becuase the code executes on ECC, it does not need to be RFC enabled, I believe. But on the Query Transform, the option "New Function Call" isn't enabled or it is greyed out, I can't select it.
    What is the solution to invoke this ABAP FM with enabling RFC on it ?
    Please provide me your inputs.
    thank you

    Hi,
    Create a custom wrapper FM which is Remote enabled & call the FM DD_DOMA_GET inside your custom Remote FM. Changing the std. FM would be a core code mod. hence above approach would be safe.
    Thanks,
    Best regards,
    Prashant

  • Reason & Goal in BT116H_SRVO, exist in gui but not available field in UI

    7.0 from 5.0 upgrade
    In the gui when viewing a service order fields
    Reason - CRMT_7300_SRV_SUBJECT_UI - LISTCODE &
    Goal - CRMT_7120_ACTIVITY_UI - OBJECTIVE
    are header fields but in using the UI configurator I can not find these fields in any of the folders of the avialable fields
    i.e. BTADMINH, BTREFOBJMAIN, BLOCKS, etc...
    Because we used these fields in 5.0 and need to make them visible in the UI.  Plus the Reason code we are using Category Modeler behind it.  Even in 7.0 we see all the values in the gui.
    Would appreciate it if someone could point us in the proper direction, I am more functional than technical but trying to see how to add these to the view in BSP_WD_CMPWB.  I don't think they should be new fields but I woudl appreciate any help.
    Will give points.

    Hello Manfred,
        I set up the SERVICEPRO role, and in the IMG I set SPRO > CRM > Basic Functions > Catalogs, Codes, Profiles > Assign Status Profile and subject profile to a Business Transaction Type  (you are right, this step does not exist in 5.0) to where my transaction type, status and subject profile now exist.
       In the UI configuration in the service order I did already see the CategoryDDLB but the choices are category1, category 2, category3 .. (up to 10 available)  I can't see the categorization for the reason codes.
       If I go to the IC agent role and use the Nav Button for Interaction Record, choose Categorization I can see Reason code categories in this view but they show as CatDDLB (instead of CategoryDDLB)
    In 5.0 in the IMG transaction type, assignment of the transaction categories. 
    in the BUS2000116 Service - you could assign the subject that did categorization (up to 4 levels)
    in the BUS2000126 Business Activity - you could assign the Subject Profile that did the categorization of the Reason Code.
    This config carried to our 7.0 system.
    CategoryDDLB looks to map to BUS2000116 service
    CatDDLB looks to map to BUS2000126 business activity
    Our Interaction Record and our Service Order is the same document type.  So in the IC Agent role I can create an interaction document #101 put the reason categorization CatDDLB entry AND then click Service Order which is still showing me document #101 and enter the CategoryDDLB entries.
    The data looks fine in the gui when I open #101.  I think this tells me the Genil / BOL should be ok (?) but how to get
    CatDDLB & CategoryDDLB in the same view or view set.
    Edited by: Glenn Michaels on Sep 11, 2009 8:39 PM

  • Objects Exist in Prod but not in Dev - how to Delete?

    Hi All,
    I have recently taken over a system and I am doing some clean up of process chains which are failing and not needed anymore.
    I have noticed that there are objects like DTP and Transformation in Production for an Infocube in-active in production that have a different technical name in the Development environment.
    When I activate the objects in Dev and transport them through it does not work as presumably the objects have different technical names, my transport seems to do nothing.
    I am now looking at deleting the objects from production and then transporting through new Active DTP and Transformation so that both systems are in Sync but because the objects are in prod and not in Dev I cannot delete them with a trasnport.
    Same with my Process chain it is in production and I want to delete it but when I delete it in Dev and transport through to prod it does not delete.
    Help please

    Hi,
    For deleting DTP :
    Execute the RSBKDTPDELETE report. As of NW 7.0 Support Package 08, this report exists in your system, before this, you must use Transaction SE38 to create it and copy the program text from the correction instructions. The report requests the ID of the DTP that is to be deleted.
    Caution: You should execute the report only if you cannot delete a DTP using the normal procedure. The report does not check whether the DTP may be deleted, for example if this DTP has already been used to load delta requests and if a deletion would invalidate the delta administration.
    For deleting ProcessChain :
    For deleting process chain, we will have access in the system. If not, tey to transport the chain again.
    Deleting process chain is not an issue i guess.
    Hope this helps.
    Thanks and Regards,
    Srinath.

Maybe you are looking for