CProjects - How to get the logon screen?

Hello!
I've started the cProjects Web-Dynpro Application in our future production system for the first time. The strange thing is that the logon screen doesn't appear (I've got "logged in" as Anonymous ), althougth in development system the logon screen appears and works!
I use the SICF-Path /default_host/sap/bc/webdynpro/sap/cprojects; login procedure is in both systems 'Standard' with no logon data.
I appreciate any advice!
Regards
Wolfgang

Hi Neil!
In this case a SAP-user account was definied in the logon data section of the root SICF-node 'default_host'. This overruled the logon data configuration of the cprojects node. So check if a superior node of cprojects contains logon data!
Regards
Wolfgang

Similar Messages

  • How to Get the Debugger Screen in WEB Front end of SRM

    Hi Gurus,
    I have couple of questions for SRM.
    1. How to Get the Debugger Screen in WEB Front end of SRM so i can debug the application which is running in EBP system??
    2. How to set the flag for external debugging (HTTP)??
    3. Using SICF how to set the ITS services ( Like BBPSC01 )for internal ITS so as soon as i place the order it should stop at the break point which i have set in the application.
    Thanks.
    Regards,
    Manoj Tiwari

    Setting up Debugging for Integrated ITS
    Tcode SICF.
    Select service (e.g. default_hostàbcàguiàsapàitsàbbpsc01).
    Change service settings and insert parameter ~GENERATEDYNDPRO=1.
    Find program to debug. E.g. SE93. Enter bbpsc01 à Display and get Program field (SAPLBBP_SC_UI_ITS)
    Execute SE38 and enter program name.
    Turn HTTP Debugging ON. UtilitiesàSettingsàDebugging. Click Actv and username.
    Add HTTP Breakpoint. Display source code and select Utilitiesàbreakpointsàset.
    On “External Debugging” select ‘HTTP Breakpoint’.
    Remember to remove breakpoints, deactivate debugging and remove parameter GENERATEDYNPRO.
    Can run program RSBREAKPOINTS to find which programs you have breakpoints set in.
    Have fun with EBP
    If you have any more questions i would be happy to help you. Send me mail on [email protected]

  • Unable to get the logon screen when i open the sapgui

    Hi gurus,
    I have recently installed SAP 4.7 R/3 enterprise with the necessary requirements and after installation i am unable to get the logon screen (i am just getting the navigation bar which cannot be accessd) when i start my sapgui logon.I am getting a message at the bottom of the screen program SAPMS380,i cannot find any client or userid or password screen so can anyone help me...i need the reply as quickly as possible.
    Regards,
    Arun

    when you first install a system you'll notice that on Windows environment it takes too much to present the logon window because it needs to compile a lot of programs.
    What's the status on SAP MMC?
    Do you get or net the logon window? that's not clear on your message.
    cheers

  • How to get the logon user id?

    hi experts
    how to get the logon user id?
    thanks a lot.

    hi ,
    get the data for the user from db tables usr02  usr41..
    regards,
    venkat.

  • How to get the actual screen size

    Hi,
    I have to get the actual screen size of the cliend in an applet, if i use method
    Dimension dmx = Toolkit.getDefaultToolkit().getScreenSize();
    it does not gives the actual screen size, like the screen size will be different if the application bar ( where we have start button on windows ) is Auto hide, and will be different it is not Auto Hide, or some users ike to keep the application bar on right or left of screen or on top..
    So how do we get the actual display size of screen

    Hi,
    I got how to do if using applet
    in screen object of java script we have methods to get the available width and availabe size
    screen.availWidth
    screen.availHeight
    here is the link for more info
    http://developer.netscape.com/docs/manuals/js/client/jsref/screen.htm
    http://forum.java.sun.com/thread.jsp?thread=275329&forum=57&message=1063410

  • How to activate the logon screen modification

    Hi,
    i modified the logon screen with some other pictures colours and texts. But I don't find how to activate this.
    I'm on EP6 sp7. The document that is available is can be used only for EP6 SP 2.
    Is there any body who can help me?
    Thanks

    you should change the pictures in the rootfolder of the IRJ directory.
    good luck,
    Daniel

  • How to create the logon Screen in details ?

    Hi Experts,
    i have the problems in logon screen in portal but am trying to in change the rename of com.sap.portal.runtime.logon.par.bak
    but is not change  in the display in portal logon screeen
    User id :
    Password :
    Authendication Schema:
    Drop down Box is display
    How to change the Authendication schema.xml file, where is the file change in authendication schema.xml which file is change am not in any idea, plz send me any documents in details
    Regards,
    Chandu

    Refer my reply in this link
    Re: How to configare in Customizing logon screen in portal?
    Steps are as follows.
    Below are the steps to customise the portal login page:
    Step I:
    1. Copy PAR u201Ccom.sap.portal.runtime.logon.par.baku201D to local directory
    2. Rename the PAR file.
    3. Import the renamed PAR file into NWDS.
    4. Add the jar file into directory distPORTAL-INFPrivatelib by unzipping the contents of the PAR file.
    5. Make necessary modifications to the file u201CumLogonPage.JSPu201D, u201CumLogonBotArea.txtu201D.
    6. Save the file. Rebuild Project.
    7. Export the PAR file with the changed name.
    Step II: Modification of Authschemes.xml to reference the new PAR file containing the modified logon UIs
    http://Ensure that all dispatcher and server nodes in the cluster are shut down.
    1. Start the Config Tool by executing <SAPJ2EEEngine_installation>j2eeconfigtoolconfigtool.bat.
    2.Choose the symbol for Switch to configuration editor mode.
    3.In the tree, navigate to cluster_data -> server -> persistent -> com.sap.security.core.ume.service.
    4. To switch to edit mode, choose(Switch between view and edit mode).
    5. In the tree, select authschemes.xml and choose (Show the details of the selected node).
    6.Choose Download and save the file to a local directory.
    7.Edit the file locally.
    8.Create a new node in the configuration tree for the edited file as follows:
    a. Select the node com.sap.security.core.ume.service.
    b. Choose the symbol for Create a node below the selected node ( )
    c. Select the type File-entry.
    d. Choose Upload and select the file from your local directory.
    e.Enter the name for the entry, for example, authschemes_productive.xml. By default, the name of the uploaded file is used.
    f.Choose Create.
    g. Choose Close window.
    The new node appears in the configuration tree.
    For UME to use the new file, you have to change the value of the property login.authschemes.definition.file to the name of the new authschemes file. http://Change the property as described in Editing UME Properties.
    9. Restart the nodes in the cluster for the changes to take effect.
    Step III: Editing UME Properties
    Procedure
    http://Ensure All cluster elements are shut down.
    1.Start the Config Tool by executing <SAPJ2EEEngine_installation>j2eeconfigtoolconfigtool.bat.
    2.Choose the symbol for Switch to configuration editor mode.
    3. In the tree, navigate to cluster_data->server ->cfg ->services
    4.To switch to edit mode, choose (Switch between view and edit mode).
    5.In the tree, double-click on Propertysheet com.sap.security.core.ume.service.
    6. Click on the property you want to change.
    To enter a custom value, enter it in Custom and choose Apply custom.
    To reset a value to its default, choose Restore default.
    7. To save the changed properties, choose OK in the property sheet view.
    8. Restart the nodes in the cluster for the changes to take effect.
    Cheers!!
    SJ

  • How to get the latest screen value (of input field in VA01)

    Hi Experts,
    I have a problem that when I am in VA01 (create sales orders) I see the (old) default value of the Req.Deliv.Date
    (in Item Overview tab). I don't see the latest entered value.
    This is screen field RV45A-KETDAT.
    Eg When I enter VA01, I first enter the order type.
    In the next screen you will see that the Req.Deliv.Date has already an intial value (current date).
    Now when I change this field to Nov 14 2011, I will still see the delault current date (in PAI).
    Only much later, the program will adopt the new value (but this is too late for me).
    (I actually need the value in FM SD_PARTNER_ABLAD_SELECTION)
    How come and how can I retrieve the latest value?
    (I already tried FM DYNP_VALUES_READ but this didn't help)
    Please advice.
    Thanks very much!
    Guido

    Did you try DYNP_VALUES_READ like this
          PERFORM DYNP_VALUES_READ USING 'SAPMV45A'
                                   '4001'
                                    'RV45A-KETDAT'
                           CHANGING RV45A-KETDAT
                                    SY-SUBRC.
    try writing this where you need your values. This oerform already exists in VA01 code and is used in teh PAi for another field. So just try callign this with these values and see if it helps.

  • Does anyone know how to get the notification screen in iOS 7 to show the weather?  Not showing on my phone, and the weather app doesn't show in the notification dialog.

    I am not seeing the weather in the notifications for 'today'.  The weather app doesn't show up in the notifications dialog either.  What to do?

    Pappasbike wrote:
    First make sure that Weather is listed in Notification Center, mine is a the very end of the list. If it's not go below to the Do Not Include list and see if it's there. If it is manually turn it on to appear in the main list.
    Now when I swipe down from the home screen I get the date and any Today events, and below that a weather forecast stating the high and low for the day. If none of that is showing try shutting down and restarting your phone and see if that appears also make sure the Weather app is on one of your home screens, launch it from there and that alone may set everything up.
    The weather app is just not listed.  I did a soft reset, no improvement.  I'm at a loss for anything else to try.  Since the app is a system app, I can't delete and reload it.
    This is hardly an earthshattering problem, but it bugs me.

  • How to avoid the logon screen after closing the browser

    Im working with annonymous users showing a Iview but when I close the browser, instead of closing the browser the logon of portal appears. I dont want that how can I avoid this ?
    thx

    Hi
    I am not clear with your question. How do you close the browser ? Is it by hitting the cross button on the Top right corner ?
    Murali.

  • My touch screen isn't working so I can't use my iPad.any ideas how to get the touch screen working again?

    My son has done something to his ipad2 and now his touch screen does not work so he can't get from the lock screen as the screen isn't responding to touch. Any idea I can't even switch it off to restart.

    Try a Reset...
    Press and hold the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears. Release the Buttons.
    If no joy... Try a Restore...
    1: Connect the device to your computer and open iTunes.
    2: If the device appears in iTunes, select and click Restore on the Summary pane.
    3: If the device doesn't appear in iTunes, try using the steps in this article to force the device into recovery mode.
    From Here
    Unresponsive iPad
    http://support.apple.com/kb/TS3281

  • How to get the input screen?

    HI friends i have got a problem in displaying the initial screen in screen painter.
    in process after input i am having one push button(display) where when i click that push button it has to call  a program for that program i am having one input screen like empid.
    I am working like in PAI
    when 'display'.
    submit <program name>.
    Here it is displaying the direct output rather than displaying the initial screen where we have to give the input(empid).
    Can anyone give me solution for this.

    Hi Venkateswar,
    Use the SUBMIT statement with addition
    USING SELECTION-SET  to pass the values to the selection screen of the called report. Just press F1 on submit. It will show various additions. U can use any one which suites ur requirement.
    Thanks,
    Vinod.

  • On an Ipod 4th Gen, I get a blank screen in the apple apps screen.  Any suggestions on how to get the blank screen off?

    On the app store app, I only get a blank/white screen.  If I search for an app, nothing happens, only the blank/white screen.  Does anyone have any suggestions on how to fix this?

    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try another cable
    - Try on another computer                            
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar                                     

  • How to get the connected screen off when connected

    When I connect my iPod nano (4th gen - I believe) to both my car (through the AUX jack with a USB cord) and to my computer, the screen that says "Connected Eject before disconnecting" comes up and won't go away - even after it syncs and everything. In the car, it will plays some music but since I can't see my screen or any of my playlists I can't change the song or anything from the iPod. On the computer, I can click the eject button and the screen goes away and all if fine except that it obviously isn't connected and then won't sync. When the iPod isn't connected to the computer or the car it works fine. HELP!

        Hello, ghost3947-
    I am sure this would be quite frustrating! Let's take a look at that! Please ensure there is no debris in the HDMI port on the device. If dust, lint, etc get in that port, it can cause these sort of glitches. After you verify the port is clear, and it continues, please move on to a factory hard reset (http://tinyurl.com/9bgrztr) to resolve the concern. After the reset, the phone will walk you through activation and signing back into Google services. Keep me posted!
    Thanks,
    AdamE_VZW
    Follow us on Twitter @VZWSupport

  • How to get the tax screen in Sales View 1

    Hi,
    I am creating a HAWA material but I do not see the tax date tab in sales view1.
    How can I get it activated.can you please suggest the settings to be done ?/
    Regards,
    Manoj

    Hi Manoj,
    Use the Transaction code OVK1 to define the Tax determination rule for the Country.
    Path: SPRO> Sales and Distribution-> Basic Functions> Taxes> Define Tax determination rule for the Country.
    Country code and Output Tax condition type MWST, there should be a in entry here other wise we can not see Tax classification in Sales view.
    Br,
    Satya.

Maybe you are looking for

  • How do I transfer the Adobe Acrobat XI Pro to a new computer?

    I downloaded Adobe Acrobat XI Pro from the internet last week and I am changing computers in my office today.  How can I transfer this program to my new computer when the program did not give me an option to SAVE it when downloading it?  I really wan

  • Output XML to Application Server

    Hi, I have successfully output the contents of an xml document object (if_ixml_document) using the following code (where p_xml_document is my xml document object):   TYPES:     BEGIN OF xml_line,       data(256) TYPE x,     END OF xml_line.   DATA:  

  • FCPX won't import video from analog - digital conversion source

    Our studio is going through some of our tape library in an effort to archive some of our old footage. We have a Sony Betacam SP deck for playback, and a Pioneer MiniDV/SVHS combo deck with an IEEE-1394 output. We hooked up the Betacam deck to the com

  • Multiple plots in Express XY graph

    Hello, I'm trying to have several plots in an Express XY graph and use it without clearing data on each call - like a chart. On the Y Input, I'm inserting an array with 2 values (1 for each plot) and in the convert to dinamic data I choose 1D array o

  • Mystery Glitch

    The following statements: import fl.controls.UIScrollBar; import fl.controls.ScrollBarDirection; are producing the following compile time errors: 1172: Definition fl.controls.UIScrollBar could not be found 1172: Definition fl.controls.ScrollBarDirect