Report running fine via se38 , but not with tcode.

I had made a alv report, and had assinged TCODE.
When running via tcode > in selection screen i had given all the input data in selection fields,>After that when clicking  the execution button> ITS GOING BACK TO SAP SCREEN.
BUT.
SAME report when running through SE38, its running fine..
I had debugg the program , and what find that when running throug TCOde , After AT-SELECTION SCREEN EVENT , ITS COMING OUT TO SAP MENU WITHOUT TRIGGERING THE  START-OF-SELECTION EVENT.
HELP ME...

Please follow the steps for creating a transaction for report..
GOTO SE93
Give the transaction code.
Press create button..
Enter the short description..
Choose the radio button which says "Program and selection screen(report transaction)".
Press Enter..
Give the program name..
Remove the Selection screen "1000" if you want.
Save the transaction code..

Similar Messages

  • Report runs fine in Analyzer but not working when executed fromQuerydesig

    Hi,
    I have a issue with the Bw report which is not showing any data for Keyfigureswhen i execute the report related to APO from Bex query designer in Web.
    But the same report executes fine in the Bex Analyzer.
    If any one has faced this issue earlier,update us reg that.
    We are doubting any prob related to catch memory as the java link for the report is not working.Report works fine in RSRT.
    Vamsi

    Hi there,
    Can you please let us know what cache settings you changed, as we are having the same issue.
    Many thanks

  • Report runs fine in Analyzer but not working when executed fromQuerydesiger

    Hi,
    I have a issue with the Bw report which is not showing any data for Keyfigureswhen i execute the report related to APO from Bex query designer in Web.
    But the same report executes fine in the Bex Analyzer.
    If any one has faced this issue earlier,update us reg that.
    We are doubting any prob related to catch memory as the java link for the report is not working.Report works fine in RSRT.
    Vamsi

    Hi there,
    Can you please let us know what cache settings you changed, as we are having the same issue.
    Many thanks

  • Report running fine in foreground but not in background

    Dear Friends-
    I have created few varaients to run my report in background and foreground .
    and inside report am using OOPS ALV and call screen  .
    issue is  when i  run prog  using varaient in  foreground  it work fine and show me the correct one record
    but when i  run the report with same varaient in background  it  shows  me   huge records which are not relevant with given input also ...............How to solve this   pls guide me
    Regards
    Meeta

    Hi
    In my report  am passing the input via varaients  and submit another report inside the prog  and in that second report it call screen  with ALV  stuff.
    Is that is the reason ?
    user command  am not sure because at end of the job  it not give any error  job looks finish and  shows so many records.
    Regards
    Meeta

  • A javaScript code that runs fine in IE but not in other plz help

    Hello friends,
    plese help me in getting the code for Opera and Mozilla browsers. The following code runs fine in IE but not in other browsers. it show titlebar in other browsers. What to do disable titlebar in other browsers? plz help
    <html>
    <head>
    <script>
    //Frameless Banner Popup
    // Set the url of the banner popup window page
    //var theURL = "index.htm";
    var theURL = "/cgi-bin/login";
    // Set the title of the popup window
    var title = "Login"
    // Set the size of the popup window
    var windowWidth = 350; // cannot be less than 100
    var windowHeight = 350; // cannot be less than 100
    //var windowWidth = window.screen.width; // cannot be less than 100
    //var windowHeight = window.screen.height; // cannot be less than 100
    // Set the position of the popup window
    var windowX = ((window.screen.width/2) - 175);
    var windowY = ((window.screen.height/2) - 175);
    // Set true to auto-center (positions will be ignored)
    var autocenter = false;
    // Set true for popup to close when launch page does
    var autoclose = false;
    var s="width="+windowWidth+",height="+windowHeight;
    var beIE=document.all?true:false;
    var done=new Object("no");
    if(autocenter){
    windowX = (window.screen.width-windowWidth)/2;
    windowY = (window.screen.height-windowHeight)/2;
    function doAgilePopup(){
    if (beIE){
    agilePopper = window.open("","popAgile","fullscreen,"+s);
    agilePopper.blur();
    window.focus();
    agilePopper.resizeTo(windowWidth,windowHeight);
    agilePopper.moveTo(windowX,windowY);
    var frameString=""+
    "<html>"+
    "<head>"+
    "<title>"+title+"</title>"+
    "</head>"+
    "<frameset rows='*,0' framespacing=0 border=0 frameborder=0>"+
    "<frame name='top' src='"+theURL+"' scrolling=no>"+
    "<frame name='bottom' src='about:blank' scrolling='no'>"+
    "</frameset>"+
    "</html>"
    agilePopper.document.open();
    agilePopper.document.write(frameString);
    agilePopper.document.close();
    }else{
    agilePopper=window.open(theURL,"popAgile","scrollbars=no,"+s);
    agilePopper.blur();
    window.focus();
    agilePopper.resizeTo(windowWidth,windowHeight);
    agilePopper.moveTo(windowX,windowY);
    agilePopper.blur();
    if (autoclose){
    window.onunload = function(){agilePopper.close();}
    done="okay";
    </script>
    </head>
    <BODY onLoad="doAgilePopup(),top.window.close()">
    </body>
    </html>

    missing semicolon in end of the variable frameString ,
    better write the string in single line thats easy to find the bugs like this.
    var frameString=""+
    "<html>"+
    "<head>"+
    "<title>"+title+"</title>"+
    "</head>"+
    "<frameset rows='*,0' framespacing=0 border=0 frameborder=0>"+
    "<frame name='top' src='"+theURL+"' scrolling=no>"+
    "<frame name='bottom' src='about:blank' scrolling='no'>"+
    "</frameset>"+
    "</html>"

  • EBS Forms functional script runs fine in OpenScript but not from OTM

    Hi,
    I have an EBS forms functional test script which runs fine in OpenScript, but when scheduled from OTM, the web part runs fine but when it comes to forms, the script fails with the following error:
    Forms Object Not Found! XPath: //forms:window[(@name='NAVIGATOR')], Type: oracle.oats.scripting.modules.formsFT.helper.test.FormWindow, Cause: No Matches <Less>
    I have performed all the steps below already:
    1) Stopping the OATS Agent service and changing it to manual.
    2) Starting the command prompt and running the AgentManagerService command as mentioned in your forum.
    3) The console displays
    C:\>C:\OracleATS\agentmanager\bin\AgentManagerService.exe -c AgentManagerService
    .conf
    wrapper  | --> Wrapper Started as Console
    wrapper  | Launching a JVM...
    jvm 1    | Wrapper (Version 3.0.3)
    jvm 1    |
    4) I have added the test in the OTM with the following command line settings:
    -browser.type InternetExplorer -formsft.startup_timeout 30 -formsft.action_timeout 20 -formsft.response_timeout 10 -delayPercentage -1 -delayMin 0 -delayMax 5 -FormsAutomationEnabler.bat -enableForms true
    But each time the script fails, please note that my script has assets and they are placed within the script folder.
    Please help me on this at earliest.
    Thanks,
    Aarti

    Hello Aarti!
    I had the same problem and this steps help to solve the problem:
    You need to enable Forms Automation under agent. Please follow by below steps.
    1.open command prompt
    2.cd C:\OracleATS\agent
    3.FormsAutomationEnabler.bat -enableForms true
    4. Run script from OTM
    Attila

  • User Authentication Failed via http BUT not with Visual Administrator !!?

    OS : Win 2k3 Server UK * DB : SQL Server 2005
    SAP Netweaver 2004s Application Java
    Hi All,
    Since a couple of days, I have a problem concerning authentication to the java apllication on a SAP Netweaver 2004s.
    Using the user ‘Administrator’, I CAN logon the Visual Administrator tool, with the same user I tried to logon via http://host:port/nwa without success.
    At the beginning, I was thinking about a problem of password then I enabled the emergency user SAP*, the problem was the same. Ok with Visual Administrator but not via http.
    Here is two logs found in folder : D:\usr\sap\SID\JC02\j2ee\cluster\server0\log\system\
         security.3.log
         <i>#1.5#001871E5EA3A00550000006D0000172800043B836D838427#1191335570983#/System/Security/Audit#sap.com/com.sap.security.core.admin#com.sap.security.core.util.SecurityAudit#Guest#0####5aac137070f411dcc513001871e5ea3a#SAPEngine_Application_Thread[impl:3]_11##0#0#Warning#1#com.sap.security.core.util.SecurityAudit#Plain###Guest     | LOGIN.ERROR     | null     |      | Login Method=[default], UserID=[Administrator], IP Address=[192.168.10.125], Reason=[Authentication did not succeed.]#</i>
         server.0.log
         <i>#1.5#001871E5EA3A0052000000130000172800043B835E3661D1#1191335314249#/System/Server/SLDService##com.sap.sldserv.SldServerFrame######c1a349a070f311dcaa68001871e5ea3a#SAPEngine_System_Thread[impl:5]_71##0#0#Warning#1#com.sap.sldserv.SldServerFrame#Plain###Failed to collect SLD data. Failed to send HTTP data: 401 : Unauthorized. Please check if the target SLD system is available and the SLD bridge is started there.#</i>
    &#61664; I tried to connect http://host:port/sld same problem User Authentication Failed
    <b>Do you have an idea for me? Why a user can connect via Visual Administrator and not via the http interface?</b>
    Thanks in advance
    Yves

    Hi,
    I found the solution this last week-end.
    This behavior let's thinking to a problem of authentication.
    But the problem was in SQL, an index was missing in table J2EE_CONFIG, called J2EE_CONFIG_I3
    Cheers
    Yves

  • KM Document iview  is fine in preview but not with role

    HI,
    I am facing problem with KM Document iview .
    I have uploaded .gif file in root/documents/myfolder/text.jif
    I have cereated  Km document iview and set the parameter    path to documnet : /documents/myfolder/text.jif
    when i preview the iview it si fine . When i attach the iview to role it is throwing "page can not be displayed" error .
    I tried with URL iview, KM DOc iview, KM Navigation iview . Previw is fine
    BUt the same iview from role is not displaying .
    What could be the reason .
    Help me with ur inputs
    Surekha

    Hi Vinod,
    From page properties,
    This url is there
    res://C:\WINDOWS\system32\shdoclc.dll/http_400.htm#http://golepdev.greatoffshore.com:50000/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fGreatOffshore!2fTestRole!2f1111?InitialNodeFirstLevel=true&windowId=WID1277781418667
    The page cannot be found
    The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.
    Please try the following:
    If you typed the page address in the Address bar, make sure that it is spelled correctly.
    Open the golepdev.greatoffshore.com:50000 home page, and then look for links to the information you want.
    Click the  Back button to try another link.
    Click  Search to look for information on the Internet.
    HTTP 400 - Bad Request
    Internet Explorer 
    Surekha .

  • Can print to shared Canon iP4300 via Bonjour - but not with Canon driver

    I've searched the forums and therefore know roughly what the problem is, but still need some concrete info please...
    Have finally managed to share my Canon iP4300 connected to iMac (10.5.2) via USB and print to it from XP, using Bonjour for Windows. However... when I run the printer assisntent it finds the printer but only offers me the choice of a generic driver. The driver turns out to be labelled "HP Color LaserJet 4550 PS". A postscript driver?!? Well, it works, but I'd really prefer the proper Canon driver (which is already installed - I previously had the printer connected to the PC).
    Yet, when I select this driver retrospectively (from the printer-share properties dialogue), I cant print. This, if I understand correctly is because the Canon driver doesn't support Bonjour?
    So is there anything I can do? Eg. I've read about the Gimp drivers, but they're only for OSX right?
    Maybe this generic "HP" driver will be adequate (haven't printed anything properly yet) but would like to know if anybody has suggestions other than contacting Canon (which I will do anyway).
    Cheers

    I Have the same Problem as you,
    I Have the Canon MP180, and i have the driver on my windows XP Laptop
    But when i try to connect to it, using Bonjour (as the printer is connected to the mac) it uses a HP Color LaserJet 4550 PS driver even though its Canon
    Does anyone know how to use the proper driver.
    It works ok using the HP Driver, but the quality of the printouts from the windows XP laptop seem rubbish
    Many Thanks
    Alex
    P.S if you got this working, can you send me a message back.

  • URGENT: Rest web service with get method works fine in browser but not with java client(Android)

    Hi ,
    I have created one REST web service which accepts two parameters send back JSON results.
    I tested the it in browser with URL as http://+Inteernal server+/ords/utimes/login_info?p1=+first_param+&p2=+second_para+
    Web service URL :  http://+Inteernal server+/ords/utimes/login_info?p1={p1}&p2={p2}
    But when java team wants to access it from java code it gives error as "400- Bad Request".
    one more IMP thing : when I test it in RESTful web service by using "set bind variable" , it only set value of first parameter.
    APEX version : 4.2
    Database : 11g (XE)
    ords : 2.0.8
    please help me ASAP.
    regards,
    Nagesh Patil

    Hi Pragya,
    thank you for the update.
    Another question: could you please give us any reference about these corrections you told about? Maybe they could be relevant in our case too.
    Our raised incident number is: 3100851983
    Kind regards,
    Davide

  • "Untrusted Connection" appearing for any website via Firefox, but not with IE

    No replies solve the problem. Where's Mozilla's response.

    hello, first please make sure that the date & time is set correctly on your system. if this doesn't solve the issue (or it is already set properly), a possible solution depends on different factors:
    * what is the '''error code''' shown under ''technical details'' on the error page?
    in case the error code equals ''sec_error_unknown_issuer'', please attempt to add an exception on the bottom of the error page & inspect the certificate (see the screenshot attached for instructions):
    * which '''issuer information''' does the certificate contain?
    thank you!
    [["This Connection is Untrusted" error message appears - What to do]]

  • Report runs fine from CR 2008 Developer, but will not run once published

    I have BO RAS12 (version 12.3.0.601) installed on a Win2008 machine.  This is the "backbone" for a proprietary Reporting Suite for a Lawson ERP system.
    I have one report that takes awhile to generate due to the number of records and complex summaries and grouping.
    This report runs fine in the CR Developer on the server, but once I publish it and try to view with data refresh, it throws an 'Internal Server Error'.
    I don't think this is a timeout problem as it throws this error within 5 minutes of attempted generation.  To make matters worse, nothing is logged anywhere when it fails.
    I know that this doesn't give much to go on, but any ideas?

    i had the problem quite often, since i always forgot to tag the UI capabilities of my transaction.
    There are several problems with your transaction that COULD be the reason.
    Make sure the gui for windows is tagged.
    Then, if first what you show is a selection screen, make sure the transaction type is the right one "reporttransaction (Programm and selection screen)".

  • Oracle report runs correctly via report builder but call report via form with parameters skips one of the plsql formula

    Hello everybody,
    I created a oracle report i.e Bank Book having banks transactions receipts and payments and opening balance w.e.f 01-jul-2014. parameters are bank code, from_date and to_date. opening balance calculates (return ope from table bankinfo +total receipts-total payments). reports runs correctly via report builder. balances are ok. but the problem is when i run this report via oracle form opening balance return only ope from table bankinfo and skips total receipts-total payments.....
    i dont think so why this happend at all. some body help me...
    thanks
    Abdul Salam

    Hi ,
    This community is to discuss Oracle Application Server specific issues, you can post this query in for better response:
    Oracle Reports (MOSC)
    Regards,
    Prakash.

  • 8.5 Report works with OCX but not with CRAXDRT

    Post Author: kjwatson
    CA Forum: Older Products
    I have an application using Crystal Reports 8.5.  It uses the crystal reports OCX to view and print reports.I added the CRAXDRT to the application so I could export PDF files.  It works fine except that Running Total Fields and Formula Fields to not seem to evaluate correctly.  Formula Fields only work if they reference a Database Field.  If they reference a Running Total Field, they do not evaluate. I'm initializing the connection of the tables on the report and sub-reports.  Could I be missing something else? The reports work fine with the older OCX, but not with the CRAXDRT. Any help/ideas are appreciated!Thanks,Kevin 

    Post Author: kjwatson
    CA Forum: Older Products
    I have an application using Crystal Reports 8.5.  It uses the crystal reports OCX to view and print reports.I added the CRAXDRT to the application so I could export PDF files.  It works fine except that Running Total Fields and Formula Fields to not seem to evaluate correctly.  Formula Fields only work if they reference a Database Field.  If they reference a Running Total Field, they do not evaluate. I'm initializing the connection of the tables on the report and sub-reports.  Could I be missing something else? The reports work fine with the older OCX, but not with the CRAXDRT. Any help/ideas are appreciated!Thanks,Kevin 

  • Data missing in InfoView report but Crystal Report runs fine on my PC

    I have created a Crystal Report (XI) which combines data from 2 datasources. Firstly from a postgres db (connected to by ODBC) and second from an Informix db (connected to by ODBC).
    The report runs fine on my PC but when I publish the report into Business Objects XI and run the report in InfoView, the report runs successfully but displays no details rows. The title, page headers, group headers all display but no data detail rows are shown. There is no conditional suppression on the details section of the report.
    The ODBC drivers install ed on the Business Objects XI Enterprise server are the same as the ones on my PC.
    If the report is adapted to only use just one of the datasources then it displays the data fine in Business Objects. So it is just when the datasources are compbined in one report that the data is not displayed.
    Any Ideas?
    Keith.

    Post your question to the Business Objects Forum

Maybe you are looking for

  • Reader 9.3 critical failure

    I recently had the auto updater install reader 9.3 on my system and after a reboot acrobat reader simply will not function on any level. The update seems to have caused corruption to other windows functions as a few in house apps, daemon tools, and s

  • Intel driver KMS and exa = black screen

    Hello, I just upgraded to xorg 1.6 today and have enabled KMS thanks to the howto thread in the fourms. Everything works great with UXA, It is when I try to enable EXA and try to startX I get a black screen and have to do a hard reboot. Does anyone e

  • Error starting at line 974 in command: CREATE SEQUENCE  Spot_spot_id_SEQ

    I have a customer who is trying to migrate a Sybase database to Oracle. He gets the following error during the build step Error starting at line 974 in command: CREATE SEQUENCE Spot_spot_id_SEQ This sequence does not exist on the Oracle database or d

  • Using ACTIVE X in labview

    Hi all Please see attach file ,, this is Active X  which called TPDFILTER.OCX . - this suppose to recognize if usb  device connected if yes letter E : rise How can I use this active X in labview This is the command in this ocx System.String GetDriveL

  • Any ideas? cant get purchased tracks back to iPod

    Hi, A friend of mine uses iTunes and purchases music via the iTunes Music store. Recently the hard drive died but he had a backup of his Mac so everything was restored including the music. He can see the music in iTunes he had paid for via the iTunes