In report prog  print pop-up recuried ?

HI sap experts ,
i hav created one report program in se38 and on that is hv
two screen (1.is normal screen and 2.is module dilog scree)
on module screen there is one pushbutton (print) , now  i want whn i vl click on ('print' pushbutton) a pop-up should display,
so for that what should i do . plz help me ?
<REMOVED BY MODERATOR>
regards
wasim
Edited by: Alvaro Tejada Galindo on Jun 12, 2008 4:54 PM

hi
use the key word Window for defining an smal wind for pop up and call it when u click to that button
for more help just write window or windows key word in ABAp editor  place the cursur on it and press F1 uhave full description with example
Cheers
Snehi Chouhan

Similar Messages

  • Report for printing actuals for a fiscal period

    i have a report which prints the actuals for a fiscal year . Its like each country has their own fiscal year representation , The report is currently printing the data based on its own fiscal year representation , i have to modify the report and want it to print based on US(sep-aug) fiscal representation .. like for example for india its printing with may as fiscal period 1 , instead i want to print it with may data as fiscal period 9 and to print the data from sep-aug for all countries. I dont understand how to give the select statement and how to proceed with this. I appreciate if anyone can help me with this.
    Lets load up the yps_costplan table for loading.
    if they didn't specify a project to single load, go get them all.
    if s_objnr is initial.
    if in first fiscal month, "Sept", then get previous years data to
    fill in the last month, month 12.
    if t_t009b-poper = '001'.
    select * from yps_costplan into table i_yps_costplan
    where yyobjnr gt 'PR00000000' and yygjahr ge yprevyear and
    yygjahr lt yplus1year.
    else.
    select * from yps_costplan into table i_yps_costplan
    where yyobjnr gt 'PR00000000' and yygjahr ge p_fiscal and
    yygjahr lt yplus1year.
    endif.
    When getting all, start with 2003, when doing month, use current
    fiscal year only.
    yygjahr between t_yearm1 and t_yearp1.
    else.
    They secified 1 project, go get his data.
    if not s_objnr-LOW cs '*'.
    concatenate s_objnr-low '%' into hold_projn.
    loop at s_objnr.
    if s_objnr-high eq space.
    concatenate s_objnr-low '*' into s_objnr-low.
    s_objnr-option = 'CP'.
    modify s_objnr.
    endif.
    endloop.
    select posid objnr from prps into table t_prps
    WHERE POSID IN S_OBJNR.
    else.
    concatenate s_objnr-low(sy-fdpos) '%' into hold_projn.
    select posid objnr from prps into table t_prps
    where posid like hold_projn.
    WHERE POSID IN S_OBJNR.
    endif.
    if sy-subrc eq 0.
    loop at t_prps.
    if in first fiscal month, "Sept", then get previous years data to
    fill in the last month, month 12.
    if t_t009b-poper = '001'.
    select * from yps_costplan into table h_yps_costplan where
    yyobjnr = t_prps-objnr and yygjahr ge yprevyear and
    yygjahr lt yplus1year.
    else.
    select * from yps_costplan into table h_yps_costplan where
    yyobjnr = t_prps-objnr and yygjahr ge p_fiscal and
    yygjahr lt yplus1year.
    endif.
    if sy-subrc eq 0.
    loop at h_yps_costplan.
    i_yps_costplan = h_yps_costplan.
    append i_yps_costplan.
    endloop.
    endif.
    endloop.
    endif.
    endif.

    Hi Fris,
       You can do this using a process chain and ABAP program.
    1. Create one process chain and create abap program, include in it. Scedule this chain every day.
       Write a code in this ABAP program to check last day of fiscal period and to raise an event to execute 2 process chain or infopackge.
    From system date find currect period
    (Use FM : DATE_TO_PERIOD_CONVERT).
    Find last day of period(Use FM : LAST_DAY_IN_PERIOD_GET)
    Check system date(sy-datum) is equal to last day of period then you can raise an event(Use FM : BP_RAISE_EVENT).
    Use this event to schedule 2nd chains(contains infopackage) or direct scheduling of infopackage.
    You can create event at : SM62.
    Hope it Helps
    Srini

  • Report 6i print problem

    HI,
    Please find the error message from an application using report 6i.
    "report background Engine has encountered a problem and needs to close, we sorry for inconvenience" ....
    Any help to fiix the problem, the printer accepts normal windows progs prints but when connected as ne t work printer we face the problem.
    Regards,
    Shazaly nour.

    Hi,
    I have used ORARRRP in 10g. As I have discovered following things should be fullfilled in order to work this utility normal.
    1). Local printer should be set up to "Direct". "Spool" will not work.
    2). Should not be a IP printer
    3). In IP printers, it will work if a new connection established for the machine name (Shared printer)
    Any feed back on this will be appreciated.
    Thanks.

  • Defaulted values in the print pop up menu

    Dear SAP Wizards,
    Seek your advise on the following matter
    When we execute any report in the background, a pop up comes with the default printer name and "some other settings" relevant to page size, send to spool, send to printer immediately and so on.
    Need to know how to make changes to these "some other settings".
    Please enlighten.
    Thanks and regards,
    Tariq Aziz

    Hi Tariq
    As you said in your thread  that " when we execute a  report default printer name and "some other settings" relevant to page size, send to spool, send to printer immediately and so on." So all page size , default printer name , send printer immediately and other settings are done in the output type and by the program.
    But if you are particular about the report in the background , this is because of the program that has been assigned when we run the report.
    Regards
    Srinath

  • Change Maintenance Work Order Detail Report in Print WO page

    Hello,
    I would like to ask you for your help. We would like to have different report in Print WO function than Maintenance Work Order Detail Report. I mean SSM responsibility > Search for WOs > click Print WO icon. We applied patch #9871500 (I found it there: Templates associated to datadefinitions other than 'EAMWRREP' are not shown in the Work Order Detail report in EAM [ID 1209703.1]). I did personalizations steps - I defined new data definition (for example TEST) and report with data definition TEST is shown in the option on Print WO page now... But how should I it define to have correct result? What should be defined in Executable, Concurrent Program, Data Definition and Data Template? I have RDF and RTF files for this report. We are using different SQL than it is used in the original report. How could be used our SQL defined in RDF?
    Thanks, Regards,
    Jitka

    Hi,
      1) You can choose to select and Print shop paper when you need.No enhancement is required.
    2) There is not an option in standard to say Print/Not print Long text . You will have to replace the standard form with a custom form and build the logic to print /Not Print long text based on your rules.
    Regards
    Narasimhan

  • On Demand sub report not printing in IE and Other Browsers

    Hi All,
    We have developed Crystal report for our web application with version 13.0 and Visual Studio 2010.
    When we run our web app in IIS report display fine in All web browser and when we print report in ActiveX mode in IE 9+ for main report it prints fine but if we print on demand sub report it not printing even a single page out of 2 or more than 2 page.
    If on demand sub report has only one page then it will print in IE 9+  browser.
    Even If we click on Export button on demand sub report easily export to pdf or any formate the issue while we print it.
    It going to hanged while we print on demand sub report with more than one page.
    Please help in this issue.
    Also  please let me know if you want more detail.

    Not sure why you created two Discussions on the same issue? (CR on demand sub report goes hang in IE)
    Locking this Discussion.
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Report not printing from server

    hi i am using vs 2008 and crystal report 115.7.620
    I am using the report to print cheque without preview. I am suing DNN version 5.4.2.
    i am using the printtoprinter function.
    iwhen i click on the print button i get this error.
    I am accessing from a server where i have deployed the dnn website. Crystal report is installed onteh serve too.
    am i missing something.?
    Please let me know
    Thanks in advance

    Very good. Version 10.5 will work for us.
    I'd like you to apply SP 1 for CR 10.5 from here:
    https://smpdl.sap-ag.de/~sapidp/012002523100009351512008E/crbasic2008sp1.exe
    Recompile teh app and use the SP 1 runtime:
    https://smpdl.sap-ag.de/~sapidp/012002523100010010692008E/crredist2005_sp1_x86.zip
    Ensure the printer driver is installed on teh server. If this is a system printer, see [this|http://support.microsoft.com/kb/184291/en-us] MS Kbase.
    Ludek

  • How can i modify my report to print in duplex mode ?

    Hello, I have a report to print orders (i use vb6 and CR XI-R2 at runtime with CrystalActiveXReportViewer object) but now i must print the payment conditions on the back of each order. What is the way to modify my report to do that.
    (Is there somewhere examples of duplex printing report?).
    Thanks in advance.

    Hi Ludek,
    I have imported the reg key but i have the same problem: you must install SP2 or SP4 before.
    Here is my reg key :
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{94FB0978-D094-40C7-91D7-834D39220D4A}]
    "AuthorizedCDFPrefix"=""
    "Comments"=""
    "Contact"=""
    "DisplayVersion"="11.5.8.82627"
    "HelpLink"=hex(2):68,00,74,00,74,00,70,00,3a,00,2f,00,2f,00,73,00,75,00,70,00,\
      70,00,6f,00,72,00,74,00,2e,00,62,00,75,00,73,00,69,00,6e,00,65,00,73,00,73,\
      00,6f,00,62,00,6a,00,65,00,63,00,74,00,73,00,2e,00,63,00,6f,00,6d,00,2f,00,\
      00,00
    "HelpTelephone"=""
    "InstallDate"="20080416"
    "InstallLocation"=""
    "InstallSource"="C:
    CRXIR2SP2Full
    win32
    "ModifyPath"=hex(2):4d,00,73,00,69,00,45,00,78,00,65,00,63,00,2e,00,65,00,78,\
      00,65,00,20,00,2f,00,49,00,7b,00,39,00,34,00,46,00,42,00,30,00,39,00,37,00,\
      38,00,2d,00,44,00,30,00,39,00,34,00,2d,00,34,00,30,00,43,00,37,00,2d,00,39,\
      00,31,00,44,00,37,00,2d,00,38,00,33,00,34,00,44,00,33,00,39,00,32,00,32,00,\
      30,00,44,00,34,00,41,00,7d,00,00,00
    "Publisher"="Business Objects"
    "Readme"=hex(2):68,00,74,00,74,00,70,00,3a,00,2f,00,2f,00,73,00,75,00,70,00,70,\
      00,6f,00,72,00,74,00,2e,00,62,00,75,00,73,00,69,00,6e,00,65,00,73,00,73,00,\
      6f,00,62,00,6a,00,65,00,63,00,74,00,73,00,2e,00,63,00,6f,00,6d,00,2f,00,00,\
      00
    "Size"=""
    "EstimatedSize"=dword:001bcc81
    "UninstallString"=hex(2):4d,00,73,00,69,00,45,00,78,00,65,00,63,00,2e,00,65,00,\
      78,00,65,00,20,00,2f,00,49,00,7b,00,39,00,34,00,46,00,42,00,30,00,39,00,37,\
      00,38,00,2d,00,44,00,30,00,39,00,34,00,2d,00,34,00,30,00,43,00,37,00,2d,00,\
      39,00,31,00,44,00,37,00,2d,00,38,00,33,00,34,00,44,00,33,00,39,00,32,00,32,\
      00,30,00,44,00,34,00,41,00,7d,00,00,00
    "URLInfoAbout"=""
    "URLUpdateInfo"=""
    "VersionMajor"=dword:0000000b
    "VersionMinor"=dword:00000005
    "WindowsInstaller"=dword:00000001
    "Version"=dword:0b050008
    "Language"=dword:00000000
    "DisplayName"="Crystal Reports XI Release 2"
    Hope this helps you.
    Just a precision : the message 'can't load data' not occures on all PC with runtime, At work i have installed runtime on 3 PC's (XP) and it works, problem occures when i 'm connecting to my customer's server (windows 2003 server SP2) via tse.

  • Smart forms- when i print a report it print main window data on same page

    hi,
    when i print a report it print main window data on same page .
    i.e. if data is more then one page then it shows data page wise on computer screen but when i print it print all data on same only one page by over wrriting .
    pl. help why it is happening
    i create page in page i set next page and in second page give first page.
    mukesh

    mukesh,
    what happened to this: smart form
    close that please.
    by the way,did you tried with what i suggested?
    lets say mainwindow in 1st page.
    copy the first page to second page.
    now.
    for 1st page: next page is : page2
    for page2: next page is also : page2

  • Report Rendering (Print & PDF) trashes report that looks fine on screen

    Since installing SQL Server 2012 SP2 CU3 (11.0.5556) a number of reports look fine on screen but when printed or exported to PDF the format is totally altered so that either many blank lines are inserted between lines, or lines are squashed together. It
    doesn't affect all reports. Reports (both affected and not affected) use Tablix with both Row Groups and Column Groups. There is no obvious consistency between those reports that are affected.
    All of our SQL Server instances are hosted on VM-Ware virtual servers.
    I've raised the issue via Microsoft Connect: https://connect.microsoft.com/SQLServer/feedback/details/1063641/report-rendering-print-pdf-trashes-report-that-looks-fine-on-screen
    Any thoughts or workarounds? Is this a bug?
    Thanks!

    Hi nsam,
    We installed the sqlserver 2012 sp2 cu3 in our lab, but unfortunately the issue cannot be duplicated, so I provided the following options for your reference.
    1),Please help to provide a way with detail steps to duplicate the issue.
    2),If you don't know how to duplicate the issue, please try to remove the sqlserver 2012 sp2 cu3 update by the following steps to see if the issue can be fixed.
    In Control Panel, open the Add or Remove Programs item.
    2. Click Change or Remove Programs .
    3. To see all the updates for the SQL Server 2012 installation, click to select the Show Updates check box.
    4.Uninstall the cumulative hotfix package.
    3,)Please visit this link to see the various support options that are available to better meet your needs: 
    http://support.microsoft.com/default.aspx?id=fh;en-us;offerprophone

  • Crystal Report XI Print report on different paper size (A4/Letter)

    Hi,
    I have designed report in Crystal XI using paper sieze Letter. Multipler sites are using this application. User in USA are using Letter size paper and User in Euorpe are using A4 size paper. All reports work fine for USA users.
    When Eurpoe users print the report on A4 size paper which set in Letter size, the report is truncated from Header or footer. They are printing report from Application and application is set on Citix server.
    If Anybody have any idea how to setup Crystal report so it can print on any paper size?
    Thanks
    Bhagvat

    Hi Don,
    Please find the below description.
    Background: Crystal Report XI is utilized to develop and view reports with data source from Oracle based LIMS application (Vendor: LabWare). The reports are printed using network printer on US Letter paper for users located in North America and on A4 paper for users located in Europe. The report format is US Letter and designed to print on both paper formats i.e. Letter and A4.
    Issue: When reports are printed by users in Europe using A4 format paper the printer defaults to US Letter paper (in printer preferences) resulting to data cut off from top and bottom on the printout.
    1)      When report layout is select to A4 during developing reports using CR, the printing preferences changes to A4 when printed and vice versa for Letter format. How can we avoid CR to enforce from changing printing preferences?
    2)     According to Citrix engineers in the company, the printer drivers installed on Citrix servers have nothing to do with printing preferences and CR defaults to paper size based on report design. What do we tell them about doing different to resolve this issue?
    3)    Even though a printer preference of default printer on local desktop is changed to A4, the report gets printed to Letter format result in data cutoff.  We have tried this option with several HP printers from few different company locations.
    Thanks
    Bhagvat

  • Windows 2003 reports server. printing direct to printer

    has anyone got any ideas on the best method/practice for allowing database to submit a print job direct to printer.
    we have a forms environment, 10g, and users can run reports which allow them to select parameters, then print to screen, from which point they can then print manually or save, but we also have a need to submit jobs under the bonnet so to speak, ie. trigger event takes place in the database, send print to printer. note, the print being sent is pdf format.
    many thanks
    jb

    I'm exploring options for the same requirement. There appear to be 2 utilities available - Reports J2EE thin client and Reports Remote Printing Utility (orarrp). ORARRP is more for a forms/reports environment. Do a search in Metalink for ORARRP and you'll find several threads with documentation links. Unfortunately both utilities require client installs. Good luck!

  • Xml report to print AR invoices to multiple companies

    Hi,
    can anyone help me to work on this issue, I need to Develop one XMLP report that prints AR invoices for multiple companies, and multiple invoices for each company.
    It will be thankful, if anyone help me to come out of this issue. I need it urgently
    Thanks

    Hi
    Are you working in EBusiness Suite or another ERP app? IF so then there are already invoice reports built out of the box that you can use quite quickly.
    If not then you need to find out from your users what they want to see on the invoice, then map that to the columns in tables and then write the query to extract the data.
    Tim

  • ABAP list report wont print on Z device type with Z format

    Our developer have created a report which outputs data in ABAP list format and the standard format would not fit. We have since created a custom format and copied a device type in to custom device type. So we now have a custom format and custom device type. However when we print, it spools correctly and shows as green but the report wont print. The only thing that gets printed is
    "Sort criteria         AscdgDescndSubtotalGRAND  TOTAL  :               X                X     PROJ" "
    The abap list format is Z_100_500. Basically the report has 450 columns and hence we created this format.
    I am not sure what this means. I have been advised by SAP to follow instruction on note 17895 - Adapting print list formats for customers however i cant fully comprehend point 5 of the note and I believe this is why it wont print. Has anyone adapted ABAP list using this note. Can you please let me know how i should go about printer initialisation mentioned in the noted.
    We have checked everything however dont seem to get around the issue. Any ideas will be appreciated

    No comments

  • Report Spool Printing Font Change

    Hello All,
    While printing the spool request created by ABAP report(ALV)  print document is not much clear due to small font , is there any technique to change the font size while printing the spool request or any technique to print horizontal line between each row into spool like vertical line between each column so that it can be understandable.
    Thanks in advance.
    Regards
    Chudamani Gavel

    In my case, I found that SAP was calculating the max line size for the printout, based on the maximum possible number of output columns, as determined from the field catalog.  That resulted in SAP setting 512 and reducing the font on landscape output to the point that a microscope was needed!  I fixed by limiting the output of some columns (splitting texts into multiple rows of ALV, along with the essential key fields), and setting my max line size to 200.  The resulting printout is small, but still readable.
    layout - max_linesize = 200.
    check also:
    gt_print-no_change_print_params = 'X'  (of type slis_print_alv).  "don't allow SAP to change what is set in job or in background submission

Maybe you are looking for

  • How do I reinstall all my apps from the app store to my iPhone?

    So I wanted to download a song to my phone so I plugged it into my computer, mind you it's the computer I always use to put music on my iPhone, and I'm using one of my apps while I'm waiting for it to sync. Then the app just crashes or at least I thi

  • How to sync from a external datasource on a timed interval ?

    Every 30 minutes, I want to pull data from an external data source. I want to avoid letting the user see partial data. The only thing I can think of is to truncate / load table A. Then do a t-sql 'merge to Table B' <-- table B is permanent data that

  • How can I make use of the CSS feature?

    <p>Hi </p><p>I am using Cr4E to design a report that will be deployed over the web both as an html page and in PDF format. I now want to assign styles to the fields in the report so that the PDF and the HTML version look differently . </p><p>My quest

  • Add role to user when added to room

    Hi, We currently have all the users from our LDAP server available in the portal. When our content manager creates a new room and adds members we also have to give the members a default role in order to logon. These seperate steps are necessary, beca

  • Accesing the KM document

    Dear Experts I having a WPC page where a link is pointing to document to a file in KM, I am calling the file as /irj/go/km/docs/documents/aa/bb/1.txt. The WPC page is avaliable to anonymous user but the file is not avaliable to anonymous, when the us