Print Preview or re-print for user without security to VF03

The requirement of the assignment is to create a stand alone transaction that will reprint a billing document or preview. The ability to do so withVF02 and VF03 is not permitted via security.
A program was created with BDC session to VF02 which then would preview or re-print a billing document. It worked wonderfully. Problem is that user received Error preventing the completion of transaction because of permission. Then I attempted to bypass the BDC and just enter the RSNAST00 program at EINZELNACHRICHT_DIALOG. This also worked fine, but not for the user.
The logic within function module LV60AU04 RV_INVOICE_DOCUMENT_READ perform BERECHTIGUNG_PRUEFEN sets error preventing completion.
Any suggestions on how to bypass the system security?
Regards,

Hi,
if form is smart form, this is the way to call it.
data: gv_func   type RS38L_FNAM.
1/******FIND SMARTFORM FUNCTION***************************
call function 'SSF_FUNCTION_MODULE_NAME'
           exporting  formname           = c_smartformname
           importing  fm_name            = gv_func
           exceptions no_form            = 1
                      no_function_module = 2
                      others             = 3.
2/***************CALL SMARTFORM ******************************
    CALL FUNCTION gv_func
      EXPORTING
      EXCEPTIONS
        FORMATTING_ERROR = 1
        INTERNAL_ERROR   = 2
        SEND_ERROR       = 3
        USER_CANCELED    = 4
        OTHERS           = 5.
First import your smartform function to your program using actual function to bring required structure(transaction SMARTFROMS click on icon test, you will fucntion name in current box), but then replace with dynamic call(in QA and PRD function will have different name)
Thank you
Jan

Similar Messages

  • How to control actions printing,export in discoverer viewer for user

    Hi
    we use discoverer viewer .I want to control Printing,export,send email options
    for user for a worksheet.Hoe to do this. thru Enterprise Manager apps server control , i tried to change the settings , but i guess thats for all the users and all the workbooks.
    how do i set this for user??
    rgds

    Hi
    Yes, the settings you can apply are global and will affect all users. You cannot restrict these by user. Sorry.
    Best wishes
    Michael

  • Alternative for HLS HTML streaming trough JW player for users without Flash?

    Hello!
    I am using HLS TS Streaming trough JW player for the largest group of users that have flash for streaming video's.
    Is there an alternative for users without flash?
    Best regards

    I will just summarize myself...
    Adobe media server supports rtmp and HTTP(HLS and HDS)..
    for rtmp streaming the swf running in a Flash player is the standard interface...that flash player may be an activeX control/plugin in your browser or may be a standalone player downloaded from adobe website...Chrome web browser however users a slightly different( PPAPI based) flash player(which is different from Adobe flash player) and is developed and maintained by google.
    For HLS and HDS, you can either use special players(i.e swfs)(Flash based) developed Adobe by Adobe e.g Strobe meida player(Open Source Media Framework Blog | Adobe’s free and open source media playback system) or you can use players like jwplayer(Video Player Download | JW Player Online Video Player)... Incidentally jwplayer has added simultaneous support for playing rtmp streams too(which is reallly good), but i do not have much insight into workings of jwplayer...

  • Designing Java Apps for Users Without a JRE Installed Yet

    Hi, sorry if this post is in the wrong place, but here goes:
    I'm designing a Swing Java application for a client. My client intends to distribute/sell this application.
    I'm concerned because, chances are that at least one of the people he distributes this application to will not have the JRE installed and will thus be unable to run the application.
    Can anyone give me some suggestions on ways I can make my application more convenient for users without the JRE currently installed? Even some kind of error message that would direct the user to the JRE download site would be okay.
    kwikness
    Edited by: kwikness on Dec 2, 2009 5:56 PM

    Use NSIS and package your application with JRE.
    Add your jar files to lib/ext of the JRE package.
    NSIS can create a short cut (desktop/start menu) to launch java class/jar file
    I would not use webstart unless you are sure that clients will have access to the internet, the bandwidth is not an issue and installing the new JRE is allowed (permissions, SLA, etc.)
    Best regards.

  • Adobe Flash 11.9.900.152: objects not showing in print preview and not printing

    When I select print from Adobe Flash 11.9.900.152, objects are not showing in print preview and not printing on the printer.   I have tried to print from both MS Internet Explorer and Google Chrome--neither work.
    I am using:
    Windows 7 Home Premium Service Pak 1
    Internet Explorer 10.0.9200.16618
    or
    Google Chrome 31.0.1650.57 m
    How do I resolve this issue?

    What is it you're trying to print?

  • Do open fonts work in Word for users without the font on their machine?

    Our team creates documents in Word and we would like to use an Open Font (Adobe Jenson Pro)--there is quite a bit of internal file-sharing and I don't want the font to switch to something ugly when it is reviewed in Word (because Word users do not have this font installed by default). I know that there is some cross-compatibility. We would like to apply this font to the template and don't want to introduce a font issue. anyone with experience know how if this works with the Open Font in word documents for users without it installed? 
    thanks!!
    Anne

    annecroft wrote:
    Thanks for your expertise. You are a little snarky, aren't you?
    The coffee hasn't kicked in yet.
    Open TYPE fonts are Adobe fonts
    Nope. OTF's are made by many different companies. Adobe DOES have many of them yes but they don't rule the market on them.

  • Re: Print Preview is not opening for a user..!!

    Dear  SAP Members,
    We have modified authorizations for a user,now the issue is when the user wants to take a report say production order by clicking the print preview option, it says * No authorization,Authorization is being used by another person*.How to overcome from this issue..
    How to redefine the authorizations..?
    With Regards,
    Revathy

    Hi Bala,
    Where is the Document Printing authorizations in Authorizations under Administration module..?
    We are using SAP B12007..
    With Regards,
    Revathy

  • WebUI Print Preview (Action Definition - Print) for Adobe Interactive Forms

    Hi All,
    As mentioned in subject, how to define an CRM Action Definition (with or without Action Condition) to Print an Adobe Interactive Forms. We know how to define a setting for Print Preview function in CRM WebUI via Action Definition - Smartforms Print. Now we want to print preview from CRM WebUI document on Form designed in Adobe Interactive Forms (tx SFP).
    We have tested using Action Definition - External Communication, we can set the AIF form here. We tested in GUI (tx crmd_order) and it works. But when testing preview on CRM WebUi it shows "Error in Smartforms".
    Somehow it still detect as Smartforms instead of Adobe Interactive Forms.
    We prefer if this preview can be done via Action, because it is straight forward function for printing.
    Should we use Action - Method Call instead ? How is the approach to do it in Action - Method Call ?
    Any one try this before? Appreciate your sharing here.
    Thx & Rgds,
    Gun.

    Hi Gunawan,
    if I got you right, what you want is: Call your AIF when someone clicks on the "print preview" button in CRM WebClient. This should all work using a print action like with normal SmartForms.
    I faced this problem some months ago on CRM 6. The problem here was quite simple: The SmartForm interface and the one of AIF are not compatible. Thus the service used for calling the print action from WebClient failed.
    For handling this problem I enhanced the print service to call AIF correctly.
    In customizing I used print actions that call a method.
    As mentioned this lays back some months already. Maybe SAP came up with a better solution by now. I saw AIF to have multilple interface types. One is an interface compatible with SmartForms. Probably you can use this one and the print service will work without any enhancements or modifications.
    cheers Carsten

  • Print preview need to hide for Adobe form

    hi frineds
      I have created a function module which converts the adobe form in pdf using the function module FP_FORMOUPUT, When ever i execute the function module it ask for print preview. I dont want print preview. Since i need to use this custom function module in my worklfow. If its a smartform i can hide the print preview nodialogue = 'X'. But there is no such option in Adobe form. How can i achieve this. Am using ABAP not webdynpro.
    Regards
    vijay

    Answer there is a function module FP_JOB_OPEN which is used to hide print preview, dialog and so on. This function module only i was looking on. I got by myself.

  • Just wondering if I'm looking for something that doesn't exist - can firefox automatically close the "print-preview" window after printing?

    I'm using the addon in my firefox toolbar to print preview website data then append to a pdf file. Sometimes I am distracted, then can't remember if I've gone through the process and printed/appended the page to the file. It would be helpful if there was a way that the print preview window would close after printing thereby confirming that the process has completed. Thanks in advance.

    Thanks for your reply.
    I'm running different versions of firefox on different computers. I'm aware of the upgrade procedures. Same issue in later versions as well.
    The add-on is called "Print Preview Button 0.5" by sindre-wimberger which I obtained through the "Search Mozilla Support"
    However, that's not really relevant - to bring this back to basics the same situation occurs if you do <File> <Print Preview> then print the document. The print preview screen remains until manually closed. Perhaps there is a setting in "about:config"? Does anyone know if this is so? There is an entry "print.whileinprintpreview" but not sure what setting does here. Suspect if set to "False" then you probably wouldn't be able to print from "Print Preview" screen.
    Thanks.

  • Print Preview is OK, Printed Out as empty page

    This is problem i faced, the printed report is not as per print preview
    When i send a customized report for printing, at User Own Spool Requests, print preview, the report is display correclty,
    but when i sent to printer, it is printed out as empty page. What could be the problem?

    Hi ,
    On that case there is a Problem with writing to spool.
    try to call the CALL FUNCTION 'GET_PRINT_PARAMETERS' before displaying the Report.
    see the wiki for sample code http://wiki.sdn.sap.com/wiki/display/Snippets/HowtoCreatePDFfromABAPLIST+Output
    Prabhudas

  • Hi everyone. I have just started having problems with iCal.  Events that I thought I had deleted are appearing on Print Preview and on print outs. Likewise Events which I have not deleted have disappeared from my calenders, but appear in print preview.

    Hi everybody. I have recently started having problems with iCal (Version 2.05 (1069). Events that I thought I had deleted appear in Print Preview and Print Outs. Likewise Events that I have not deleted have disappeared from my calender (Month View) but appear in Print Preview and Print Outs. I see that there have been similar problems with Events disappearing especially in Month View. I wondered how print preview seemrd to be picking everything up deleted or not, and what the solution may be?. First time of Posting. I hope I haven't embarassed myself.

    Hmmmm.
    At the very least there must be a "com.apple.ical.plist"...iCal would not function without it.
    Click on the Finder icon in the dock
    Click on Go > Home
    Double-click Library
    Double-click Preferences
    Look for a file called "com.apple.ical.plist" and remove it to the trash.

  • Difference in print preview and actual print

    hi all,
    we are using o/p types and sap scrits to get the print out. but there is a diff betwenn the preview and actual print. some fields that are not visible or suppressed in the preview are appeearing on the print. moreover if the same invoice is printed with diff. o/p types sucessively some values too increase with each subsequent o/p. we are doin some addtion of values on the script
    as a temporary way out we are printing by completely exiting vf02/03 after the preview, re-entreing vf02/03 and directly shooting the print w/o viewing the preview. this i have to do for each o/p type. but this is a very inconvenient way.
    wat is the cause for this
    thnx in advance
    saurabh

    Hi Ruchit,
                  Yeah can you say me how to correct the issue.
                   we are using Hp 2200 pcl series printer.
                   I have even tried using the device type
                   with this specific name but it did not do the need.
                   Can you say me what can be done to resolve this.
    Regards,
    Vamshi.

  • Print Preview shows (and prints) only a portion of a page,

    Not the printer's fault - it prints what Print Preview sends it (about half a page).

    There's a couple of old Bugs ''(over 8 years old)'' in Firefox that can cause that to happen with some web pages. One Bug was recently fixed for Firefox 4.0b8, but it doesn't look like it will be applied to Firefox 3.6.x versions.
    There may be a workaround you could apply for a specific domain via a Stylish script, but we'd need the URL of that page and a screen shot of the Print Preview window to try to help you fix it.

  • Descrepancy between print preview and actual print.

    Hi,
    I am using BA00 for fax output type in sales order. When I trigger this output type to my fax machine, the sales order qty is printed incorrectly on the fax output. But when I view the same through the print output (programs for print and fax are the same), I can see the qty getting printed correctly on the print preview.

    I'm not sure what do you mean by "incorrectly". Since the program is the same, I'll have to assume that it's just a formatting issue.
    Check with your Basis admin what kind of driver / software is used for the fax transmission. It may need to be updated (check also for OSS notes).
    Technically it's also possible that a condition has been programmed in the form to print something differently for the fax output. If you're using a custom form, check with your ABAP developer if there is such condition. Also they may be able to adjust the form to work around the fax issue.

Maybe you are looking for

  • Can more than 1 ver of FF be installed at the same? If so, How?

    Can more than 1 ver of FF be installed at the same time? I currently have FF 3.x installed, and want to migrate to the newest FF, but before I do, I need to see which of my add-ons are no longer needed due to new intrinsic FF features, and if other a

  • Regarding content conversion parameters

    Hi,     Can anyone send me a blog that completely explains in detail about each and every content conversion parameters?Need complete info about ALL those parameters Thanks in Advance

  • Clearing a customers account.

    Clearing a customers account.  Is there any affect from not performing a clearing of the customers account?  Can this cause a block in the billing or block in the sales order creation?

  • SSIS Web Service Task Error

    Hi, Need your inputs regarding the below error that I am getting when i run the package. I have a Web Service Task . On execution of which, I am getting the below error message. Please let me know on the possible resolutions for this error. WebHost f

  • Error on Opening "Embedded OC4J Server Preferences"

    When I tried to open Tools-->Embedded OC4J Server Preferences, I got the following error: java.lang.NullPointerException      at oracle.ide.net.URLFactory.newURL(URLFactory.java:85)      at oracle.jdevimpl.runner.oc4j.Oc4jWorkspaceConfig.transmogrify