OTF display of transaction SP01

Hi All,
How can I see the OTF display of transaction SP01 ?
Below is check mentioned in one of the OSS note
In the OTF display (RAW display in transaction SP01) of your spool request, can you find a line
FCMICR_E  100  ...
(this is the OTF command for the MICR font selection)?
Thanks

To see the complete text of an error/warning message on the SAPGUI status bar, right click on the message and drag left.
To prevent  your spool requests getting deleted from the BASIS cleanup jobs, you need to uncheck the Delete after print checkbox in the print control screen, execute transaction SP01, find your spool#, click on Attributes and change the Delete After date
Short cuts using the OK-code box.
%sc                      
  Search in page                    
%pc                      
  Download do local file             
p+                       
  Page up                    
p-                       
  Page down                    
p++                      
  Top of page                    
p--                      
  End of page                                
Use transaction AL11 to browse the application servers directory structure

Similar Messages

  • Calling Transaction SP01 (Display spool requests) with parameters via URL

    Hi,
    I would like to be able to list all spool requests of a certain title via a URL.
    Unfortunately ITS does not seem to work. A URL constructed like this
    http://host:port/sap/bc/gui/sap/its/webgui/!?sap-system-login-basic_auth=X&sap-client=500&sap-language=EN&transaction=SP01&S_RQTITL-LOW=Testing123&okcode=CRET
    causes a short dump that SP01 (Program RSOSP01NR) is a Module Pool.
    I am therefore considering the following options:
    1. BSP Program
    2. Java WebDynpro
    3. ABAP WebDynpro
    Ideally, I want to be able to enter in my browser something like
    http://host:port/<BSP_or_WebDynPro_stuff>&~title=Testing123
    and for this to show in the browser a list of all spool requests that are named "Testing123".
    Can someone advise whether any of the above options are preferable?
    Also, whether such a program should call transaction SP01 with parameters (skipping first screen) or look to using the associated function modules.
    Many thanks for any assistance.
    Regards
    Adrian

    Solved myself. Thanks

  • How to get the last wbs which is displayed  in transaction code cj03?

    Dear Experts,
       I want to get the last wbs which are displayed in  transaction code cj03, i have written below program,but i found it is incorrect. because the sort of wbs  in cj03 is not equal to table prps. the last wbs in cj03  is not equal to table prps.
    who can tell me how to get last wbs which is displayed in cj03?
      SELECT
         PRPS~STUFE
         PRPS~POSID
         PROJ~POST1
         INTO CORRESPONDING FIELDS OF TABLE WA_PRPS_TEMP FROM PRPS INNER JOIN PROJ ON PROJPSPNR = PRPSPSPHI
         WHERE PROJ~PSPID EQ P_PROJECT.
      WA_TLINE = LINES( WA_PRPS_TEMP ).
      READ TABLE WA_PRPS_TEMP INDEX WA_TLINE.
      IF WA_PRPS_TEMP-POSID = P_lastWBS.
        P_LAST = 1
    endif.
    Best Regards,
    Merry

    Hi Merry  ,
      The WBS elements are stored in the table PRPS , so please try using the conversion exit and use the data in internal format then use it in the IF condition.
    Check the FM CONVERSION_EXIT_ABPSN_INPUT and CONVERSION_EXIT_ABPSN_OUTPUT
    Regards,
    Arun

  • Aging reports that display reconciled transactions

    Currently ie 2007a PL 35, when an aging report is run that displays reconciled transactions it is displaying all reconciled transactions including those reconciled before the aging date. My understanding of this feature was that it was intended to allow clients to run past dated aging correctly and for totals it does. However I have a client who works with detailed aging extensively and they would like a feature that would allow an aging report that would only show open balances that had been reconciled after the aging date. would it be possible to implement this into the current aging selection criteria?? It would help clients produce more accurate historical aging reports.
    Regards,
    John-Michael

    Which SAP B1 Version and Patch is under use at your end ?
    There were issues in SAP B1 regarding reconcilliations in versions prior to 2007 series.
    Samir Gandhi

  • Is it possible to display the transaction in display mode in portal?

    Hi All,
    I have created one transaction iview in portal say for eg: SE38. 
    i want to display this transaction in portal only in display mode so that users cannot edit/modify.
    I checked with giving "Read" permission in portl to that iview.  even though the user is able to change.
    is this possible for the particular transaction to display only in display mode not as editable mode in portal?
    Thanks,
    vijaya.

    Hi Vijaya,
    Ask your basis team to create two user on R/3 system
    1st with edit permission to that Tcode eg - SE38
    2nd with only view permission to that tcode eg - SE38
    Now will doing, user mapping in user administrator in portal
    set 1st userid /password to whom u have to give edit permission  for that Tcode and set 2nd userid /password to portal user whom u want to just have read access for that tcode...
    Hope this solves ur problem...
    Please reward Points if helpfull.
    Thanks
    Gunja

  • Controling field display by Transaction Type

    Hello,
    Is it possible to control field display by Transaction Type in CRM 7.0 anymore given that we have the Web UI now. I remember from my 5.0 experience that we used CRMV_SSC to control this at transaction type. I would imagine, the functionality has not been taken away but rather changed to a different place where we control this. Anybody dealt with a similar requirement? Any ideas / suggestions/ tips?
    Essentially for transaction ZOR1 we want to surpress a tab / fields, but for ZOR2 we want to keep those available. ZOR1 and ZOR2 belong to the same transaction category.
    Thanks in advance..
    KK

    Kevin,
    This is all controlled now by Configurations in the WebUI, along with the Component/view. As an example, via the WebUI try going into each of the transaction types. You have not said what kind of transaction types you were referring to, so I'm just going to assume it's Opportunities for the time-being. So, If you click on each of the transaction types and when the screen is displayed place the cursor on an editable field and press F2. This will then display the technical details behind the screen. Here you'll see  that each tranx type has it's component/view name and context node. You will also see the configuration as well. So, the transaction types are actually controlled by the code and screen design behind the component and view, but there can be a different screen layouts for the same tranx type dependning of the configuration used. And, this configuration is normally identified by the business role that you're currently using.
    So if that was a bit wordy, but if you look at the technical details behind each of the tranx types it should become clear.
    Jason

  • How to display a "Transaction in progress" screen

    Is it possible to replace (in ITS) the current waiting screen (a moving ball or something like that) with something else?
    We have a transaction that takes a long time to display. It's not a problem in the ITS, it's just how the transaction is - assume that it can't be optimized (for many reasons) or changed.
    We want to display (in EP 6) a screen warning the user. This transaction is being displayed with a standard ITS iView (SAPGUI for HTML).
    Can this be done?

    Hi Carlos,
    The content of the waiting screen can be found in a html page called hourglass.html. This file is located where the ITS mimes are stored:
    For ITS 6.20 the path would be:
    ...\sap\its\mimes\system\[theme 99|2002]\page\hourglass.html
    (For the integrated ITS releases the path is similar.)
    You can change this file according to your needs, but please be aware that in case of problems the support will ask you to take back all customization changes first and restore the original files before it will analyse your problem.
    Also with each upgrade to a new ITS patchlevel these files will be overwritten by the installer and have to be changed manually again to get back your customized content.
    Best regards,
    Henning

  • Payment terms display in transaction MIRO

    Dear all,
    When we use transaction MIRO we have the correct display from the payment terms and the display is correct.
    When we use the transaction MIR4 in ordre to see the invoice the value of the payment term (0000, 0060...) has disapear but the number of days are correctly indicated.
    How can we still having the value of the payment terms (0000, 0060...) in MIR4?
    Thanks!
    David

    Hi,
    Please refer this link:
    value in payment terms field not dispalyed in invoice after saving MIRO
    Regards,
    Pramitha.

  • Account Balance - Display Unreconciled Transaction

    SAP B1 2005B PL40
    Click on the arrow of the account balance of COA screen, SAP standard report "Account Balance" will be popped up. After checked the option "Display unreconciled trans. only", the reconciled transactions were shown also.
    Please advise.
    Thanks,
    Vivian

    Chan
    One of my client face the similar kind of problem, was sorted out by SAP
    would be a better option to log a support ticket,
    Rizz

  • Object List Selector is not displaying in Transaction SE80.

    Hello Experts,
           I have one problem in the transaction in SE80 that the Object List Selector (where we select the options for various application eg. BSP Application, Program, Class Builder, Function Builder etc) is not displaying.
    I have refer to the page
    Link: [http://help.sap.com/saphelp_erp2004/helpdata//EN/ef/d94b7bebf811d295b100a0c94260a5/frameset.htm]
    but still i have no solution.
    Please do helpful.
    Thanks and regards,
    Kuldeep Verma

    Hi,
         Could u please let me know which version(3.1I or 4.7) u are using,
    so that i will tell u the exact reason.
    Regards,
    Sunil

  • Displaying ABAP transaction In Enterprise Portal

    Dear all,
    We are having one Z-reports in CRM 4.0 .which we want to display in EP portal.
    Is it possible??
    What type of changes needed from ABAP  and EP side.
    with regards,
    Rajesh C

    Hi,
    to achieve this functionality first we have to create a SAP transaction ivew and for then to let this iview communicate with R3 you have to create a system which can do this task. Please look at the below blog.
    Create SAP Transaction iView using SAPGUI for Windows
    and
    Pass Parameter to ITS URL Upadated 21st June 2008
    Regards,
    Srinivas

  • Display iView/transaction  in tabstrip

    Hi...
    First, I'm running ep5.0 patch5.0.  I am modifying the Unversal Worklist iView right now.  I have added another tab in the tabstrip at the end and I want to display an iView/transaction inside that tab when it is selected.  Now since this iView is SAP delivered, I cannot change the Java code, but the JSP is there.  So my question is, is it possible to call an iView/transaction from a JSP?
    Any advice?
    TIA!!
    Kevin

    Hi,
    it is in fact very simple. I assume you´re working with SAP Dialog programming and in your main screen (let´s say 0100) you have to create a Tabstrip control with 2 tabs. In each tab you assign a subscreen for data display (your ALVs). These subscreens are named, let´s say, 0200 and 0300.
    When creating a single ALV tree, somewhere you call it like this:
    CALL SCREEN 0100.
    The screen 0100 has 2 events (PBO & PAI) and in PBO you design the ALV like this:
        data: mycontainer  TYPE REF TO cl_gui_custom_container,
        CREATE OBJECT mygrid
               EXPORTING i_parent = mycontainer.
        CALL METHOD mygrid->set_table_for_first_display
           CHANGING
              it_outtab                     = mytable[]
              it_fieldcatalog               = field_catal[]
           EXCEPTIONS
              invalid_parameter_combination = 1
              program_error                 = 2
              too_many_lines                = 3
              OTHERS                        = 4.
    well, working with a tabstrip control, you call screen 0200 for your ALV tree1 and 0300 for ALV tree2 in the same way.
    For creating the tabstrip control there´s a wizard that performs the task for you.

  • Displaying the transaction CAT2 from HR through Transaction Launcher

    Hi,
    The transaction Launcher has been configured to display the HR timesheet application(tcode: CAT2) using the wizard. I am trying to execute the tcode CAT2 from HR system. Here the link is displaying correctly in the navigation bar. But I see only the blank page when I click the link. If i go out of the link, its giving me the pop-up <b>"Do you really want to leave this page? Unsaved data will be lost"</b>.
    Can you please suggest me what needs to be done after? I am using CRM version 5.0
    Thanks,
    Ram.

    Hi Thirumal,
    Thanks for your reply. I tried to activate the following services(crm_ic, ic_base, icf_notify_poll, crm_ic_rt_rep) in transaction code SICF from CRM side. Its all done.
    But when i testing the above mentioned services all are gone to either
    "communication error" or the following bsp error "BSP Exception: Das Objekt default.htm in der URL /sap/bc/bsp/sap/crm_ic_dt_rep/default.htm?sap-client=091&sap-sessioncmd=open ist nicht gültig."
    can you pls suggest me here?
    Thanks,
    Ram. 

  • Some fields not displayed on transaction VA03.

    Hi ,
    Some fields are not displayed on different tabs of Transaction VA03.
    I have also checked the attributes of the fields in the program. But no information why the fields are not displayed when the transaction is run. Also no where the fields are hidden dynamically using "Screen" statements.
    Please let me know what can be the possible reason for this.

    Hi,
    Check
    1) Authorization.
    2) User exit like MV45AFZZ.
    3) Screen exits.
    4) Try logging in using other user id and check.
    5) Check field status in config.
    Regards,
    Amit

  • Trip is not displayed by transaction PRTC

    Hi,
    The trip data exists in PR05, But not exists in PRTC transaction in INBEL. can you please help me what will be the problem.
    Regards
    Krishna

    Hi Venkat,
    I am not talking about the transactions, Yes once they included to trip they will not be in the buffer.
    The employee has included those into the trip and saved and approved using PR05 and the trip exists in PR05 but when i want to see it in PRTC in INBEL(Transactions which are included into the trip) it is not displaying that trip.
    any idea why it is not displaying that trip in PRTC INBEL
    Regards
    Krishna

Maybe you are looking for

  • Reg. Maintain the posting keys necessary for transaction EXD.

    Dear friends I am getting the below error message when I release the billing in VF02 Error in account determination: table T030K key NCCA EXD Message no. FF709 Diagnosis In the chart of accounts to be posted to, no accounts are defined for the tax co

  • Technical details on 24" iMac HDD

    hi, where can i find technical details on the hard drive of the 24" iMac? I don't own one. i wanted to know what make and model is the 750GB hard drive option please. Thanks!

  • NTP design questions !

    Hi Few questions on NTP design what value is added by configuring multiple ntp servers apart from redundancy e.g. ntp server 1.1.1.1 ntp server 2.2.2.2 ntp server 3.3.3.3 what value is added by configuring multiple ntp peer apart from redundancy e.g.

  • How do i get my imovie dvd to play on my dvd player

    I have made a movie on my imovie, and it will play on my macmini and my laptop but when I put it in my dvd player it says disc error.  How do I get it to play on all dvd players?

  • 10.1.3.5 - Unable to view process trace in BPEL Console

    Hi, We recently upgraded to the 10.1.3.5 production version. After the upgrade I noticed that BPEL Processes flow does not render for processes which have more than 200 activities to render (this is an approximate number, am not sure what is the thre