Issue while giving Print out

Hi all,
         I have a user who has all the administrative rights and also the rights for purchasing. When he tries to take print outs of GRPO, the system gives a message that the user is not permitted to do this action. Also, the user has full authorisations for the print preferences?? Can anyone plesae suggest me how to handle this??  We are on SAP 2005 B PL 26.
Best Regards,
Amon

Hi Jeyakanthan,
                       Thanks for the reply. I checked it and the user has full authorization for the same. But there is no such option for printing in purchase?? How do i handle this now ? Also Jeyakanthan, when i give full authorization to the user, he can take print outs. The moment i give selective authorizations, the problem arises.
Thanks,
Amon

Similar Messages

  • When MDBT is carried out  it is automatically giving print out of MRP resul

    Hi,,
    when MDBT is carried out  it is automatically giving print out of MRP result,what would be the reason can any one can explain.
    Regards,
    somiraghu

    Hi,
    At the time of Background Job creation thriugh SM36, there is an option to specify the spool parametsrs, in that if you say that immediate printing, you will get the Print immediately after the Job completion.
    Regards,
    Siva

  • Alv out put was truncated while giving print

    hi,
    I have developed one alv report.
    while giving out put for print last columns are truncating.
    How to handle this?
    Thanks in advance,

    Hi,
    There can be many reasons. What is the width of your output list? Many printers takes 255 characters width. Check the printer settings in T-code SPAD to see howmuch width you can print.
    Other option could be, print in landscape format.
    Thanks,
    Vinod.

  • ERROR SHOWS 'VARIANT CASHDE DOES NOT EXIST' WHILE GIVING PRINT in tcod FBCJ

    DEAR ALL,
      MY FI CONSULTANT WHILE PRESSING PRINT BUTTON IN FBCJ TCODE FOR CASH JOURNAL AN ERROR MESSAGE SHOWS 'VARIANT CASHDE DOES NOT EXIST '. AS AN ABAPER I TRIED A LOT AND DEBUG THE STD. PROGRAM BUT I AM UNABLE TO SOLVE THE ISSUE. SO I NEED UR HELP .PLEASE SUGGEST ME TO SOLVE THE ISSUE.
    IT IS VERY URGENT.
    REGARDS
    BANAJA

    Thanks

  • Quantity doubling while taking print out

    hi,
    when a print out of invoice is taken for eg if the quantity is 50 and amount is 500 in invoice it is comming as quantity 100 and amount 1000, when the print out is taken for the second time every thing is comming correct, this is happening only for very few invoices not able to analyse the senario as it is not a happening regularly. but when we see the invoice document it is showing correct values.
    please assist me in this senario how to get this fixed.
    thanks

    hi shakeer,
    you have two options here:
    1. limit your print outs it might get over right from one another.
    2. DEBUGG the same and check the Program where went wrong
    hope this clears your issue
    balajia

  • Error while giving print

    i have written a report program using ALV grid output...i'm getting the output but when i'm giving print its giving dump error...
    can anyone let me know the below given code is correct or not....
    the below giving function module is which i used in program...
    CONSTANTS : c_save(1)          TYPE c VALUE 'A'.
    CONSTANTS:
      BEGIN OF cs_callback,
        program       TYPE syrepid VALUE 'ZVEN_SR2',
        pf_status_set TYPE slis_formname VALUE '',
        user_command  TYPE slis_formname VALUE '',
        top_of_page   TYPE slis_formname VALUE '',
      END   OF cs_callback.
      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
        EXPORTING
          i_interface_check           = ' '
          i_bypassing_buffer          = ' '
          i_buffer_active             = ' '
          i_callback_program          = cs_callback-program
          i_callback_pf_status_set    = cs_callback-pf_status_set
          i_callback_user_command     = cs_callback-user_command
          i_callback_top_of_page      = cs_callback-top_of_page
          is_layout                   = ls_layout
          it_fieldcat                 = t_fieldcat
         IT_SORT                     =
          i_save                      = c_save
        TABLES
          t_outtab                    = itab
      EXCEPTIONS
        program_error                 = 1
        OTHERS                        = 2.

    Hi,
    Hope,the sample code below will be useful for you.
    DATA: OK_CODE LIKE SY-UCOMM.
    TYPES: BEGIN OF ISQALS1,
    PRUEFLOS LIKE QALS-PRUEFLOS,
    MATNR LIKE QALS-MATNR,
    REVLV LIKE QALS-REVLV,
    KTEXTMAT LIKE QALS-KTEXTMAT,
    EBELN LIKE QALS-EBELN,
    MBLNR LIKE QALS-MBLNR,
    LOSMENGE LIKE QALS-LOSMENGE,
    MENGENEINH LIKE QALS-MENGENEINH,
    PASTRTERM LIKE QALS-PASTRTERM,
    UMDAT LIKE MDTB-UMDAT,
    MNG01 LIKE MDTB-MNG01,
    DELNR LIKE MDTB-DELNR,
    STPRS LIKE MBEW-STPRS,
    TVALUE LIKE MBEW-STPRS.
    TYPES: END OF ISQALS1.
    DATA: ITQALS1 TYPE TABLE OF ISQALS1 WITH HEADER LINE,
    WAQALS1 TYPE ISQALS1.
    G_CONTAINER TYPE SCRFNAME VALUE 'grid_CONT1',
    GRID1 TYPE REF TO CL_GUI_ALV_GRID,
    G_CUSTOM_CONTAINER TYPE REF TO
    CL_GUI_CUSTOM_CONTAINER.
    whole set of code, now data is in ITQALS1.
    MODULE PBO OUTPUT.
    SET PF-STATUS 'MAIN100'.
    IF G_CUSTOM_CONTAINER IS INITIAL.
    CREATE OBJECT G_CUSTOM_CONTAINER
    EXPORTING CONTAINER_NAME = G_CONTAINER.
    CREATE OBJECT GRID1
    EXPORTING I_PARENT = G_CUSTOM_CONTAINER.
    CALL METHOD GRID1->SET_TABLE_FOR_FIRST_DISPLAY
    EXPORTING I_STRUCTURE_NAME = 'ISQALS1'
    CHANGING IT_OUTTAB = ITQALS1.
    ENDIF.
    ENDMODULE.
    Thank You.
    Regards,
    Dhanalakshmi L

  • Dump(DYNPRO_MSG_IN_HELP)  while taking print out in J1IA102.

    Hi All,
    While pressing the Print button in both the transactions its showing the following details:
    ShrtText
    Screen: Illegal message
    What happened?
    The current screen processing was terminated, since a situation
    occurred from which it could not continue processing.
    This is probably due to an error in the current screen of the ABAP
    program.
    Error analysis
    During "Exit Command" processing, the program tried to send a " " message.
    This is not allowed at this point in processing.
    The program had to be terminated.
    Screen name.............. "SAPLJ1IEX"
    Screen number............ 0001
    Trigger Location of Runtime Error
    Program SAPLSZA0
    Include LSZA0F21
    Row 30
    Module type (FORM)
    Module Name CHECK_PARA1_XOR_PARA2
    FORM check_para1_xor_para2
    USING para1
    para2
    check_type.
    CASE check_type.
    WHEN C_A_INDEX_A_NUMBER.
    IF PARA1 = 0 AND PARA2 = SPACE
    OR PARA1 0 AND PARA2 SPACE.
    MESSAGE E052 RAISING PARAMETER_ERROR.
    ENDIF.
    WHEN c_a_handle_a_number.
    IF para1 = space AND para2 = space
    OR para1 space AND para2 space.
    MESSAGE e053 RAISING parameter_error.
    ENDIF.
    >>> WHEN c_p_handle_p_number.
    IF para1 = space AND para2 = space
    OR para1 space AND para2 space.
    MESSAGE e054 RAISING parameter_error.
    ENDIF.
    WHEN OTHERS.
    ENDCASE.
    ENDFORM. "CHECK_PARA1_XOR_PARA2
    PLease help.
    Regards
    VIjju

    Hi ,
    better to check for sap notes.
    regards
    Prabhu

  • Terms & Conditons  issue while PO printing

    Hi everyone,
    In transaction ME23N, while previewing the printout, For any PO with regards to the
    year it was modifed i am supposed to display the Terms & Conditions text based on
    that year, i had copied the standard script but now i am stuck as i do not know if i
    can write a condition statement to pick up the correct text element based on the
    year? or is there any other way to solve this? Would be glad if any one can share
    their knowledge or ideas if they had come across similar isues earlier?
    Regards,
    K

    Hello Ken,
    U can write the condition to call different standard texts for different years.
    I think u have multiple standard texts having terms&conditions
    depending on the year.
    If u don't have, create standard texts.
    and call them in a window based on conditions.
    Just like below:
    if &YEAR& = '2008'
    INCLUDE Z110_US_AVIS_TEXT1 OBJECT TEXT ID ST LANGUAGE EN
    endif.
    Regards,
    Subbu

  • SAP Font Too Small While Takeing Print Out

    Helo All...
    This is regarding SRET reports. When I display SRET report, the font is OK, but when I take a printout , the font is appearing too small.
    What could be the reason? and how to increase the font?
    <<Text removed by moderator>>
    Thanks...
    Edited by: Matt on Nov 14, 2008 10:20 AM - Please do NOT offer points

    hi friend,
    Plz provide the details in ur report
    which Function Module u can use for output?
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
    or
    CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
    & using any layout set in ur report?
    Regards,
    K.S.Kannan.

  • PO print out issue

    Hi Guru ,
    This is very interesting issue regarding PO print out. i have developed Zform for PO  . I have assign this form in NACE setting.
    Ok then i have created a PO and define Message type for that PO Like ... Out Put type - NEW, Medium - Print Out , Function - Vendor , Partner - 100018 and Language - EN .
    For this Message Type - Out put is comming perfect with correct data.
    But when i changed Message Type Language - EN to AR(Arabic) and other parameter will be remain same then what happend is PO out put is comming - Mirror image (opposite of EN language). Means all data is printing in right to left and layout of form also changed - means window is also print opposite site - PO window printing in PO address window and PO address window is printing in PO window.
    Kindly any body can suggest solution regarding this.
    Regards
    Durgesh
    Please do not offer po1nts
    Edited by: Rob Burbank on Jul 26, 2010 2:36 PM

    Hi Durgesh,
    Please refer to this article in SDN which lists all the Printer/ Device  type combinations (including legacy device types)
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/1015a496-94d5-2b10-3c8e-845ff55480c0?quicklink=index&overridelayout=true
    ARSWIN is the one for your case.
    Also please copy the form into Arabic Language Key as suggested by Aidan.
    Rgds,
    Arnab Sinha

  • How to control print-out in GI Slip based on storage location

    Hi Experts,
    Presently my smartform - GI Slip is giving print out for each line item. But the requirement is: no. of print out will depend on no. of storage location, independent of line item. Since GI Slip is a collective slip hence its showing same details for each line item. The print out are first taken from MB1A and then MB90 is for reprocessing.
    How can I control the no. of printouts based on storage location
    Please help me in this issue...
    Thanks in Advance...
    Pinki.

    You have to modify your driver program,
    Ex: Loop at < internal table>
    AT NEW <storage location>
    <New-page>
    End at.
    End loop.
    The above syntax will help you to close the issue.
    Rgds,
    SR

  • ISSUE with accessing Printer on the DMZ !!

    Hi,
    We are facing issues while accesing the printer in the DMZ interface from inside interface.The issue is happening when we are adding a printer to a new desktop. The printer is added via print server.The issue started happening after the server team has implemented authentication PIN for printing.The printer gets added but while giving print ,it is giving error as print driver not found.We have checked printing after removing the PIN and it works fine.I am getting the following error logs from firewall.Can somebody help on this ???
    %ASA-6-302014: Teardown TCP connection 3842514 for DMZ:172.19.48.207/80 to ODC-FW:10.132.123.19/1810 duration 0:00:06 bytes 711 TCP Reset-I
    %ASA-6-302014: Teardown TCP connection 3842514 for DMZ:172.19.48.207/80 to ODC-FW:10.132.123.19/1810 duration 0:00:06 bytes 711 TCP Reset-I
    172.19.48.207 -Printer
    10.132.123.19-Desktop

    Mujeeb,
    Based on the syslog you post we are getting a Reset from the internal device, the FW is just closing the connection becuase it got a reset packet; this will be the normal behaviour of the ASA.
    If you want to dig deeper on the issue you can place captures on the ASA and confirm the source mac-address/IP address of the reset packet.
    Luis Silva

  • PO PRINT OUT DIFFICULTIES

    Dear SAP MMIANS,
    Here i a facing problem while po print out . in material master creation we have given description for the said material in purchase order text. but it is not appearing in po print out.bcs it is important to vendor know the details of item.
    ex; we create a LAMP as material the description of this lamp i.e brand , type, voltage , wattage be mentioned in purchasing text in material master . but it is not appearing in po print out .
    thanks regards,
    srinivas kona

    Pls check whether there is NO MATERIAL TEXT indicator selected in the PIR for Vendor/Mtrl combination...
    Due to this mostly it happens,...
    Regards
    Priyanka.P
    AWARD IF HELPFULL
    Edited by: Priyanka Paltanwale on Sep 1, 2008 12:47 PM

  • Alv report Print out Problem

    Hi Experts,
       I am having problem while taking print out of Alv report format. In that report, 1 column contains  Unit  Values.
    Eg.  Unit value - 'LE' , AFTER USING CONVERSION EXIT LOGIC it is converted into 'AU'  which is finally displayed in the Alv -Report display format. 
    while taking Print-out of that report , that field Unit Value 'AU' is Shown in this format  "****'.
    Please give me your Valuable Suggestions.
    Thanks and Regards
    BalaNarasimman M

    while defining filed catalog define the data type also
      clear l_fieldcat.
      l_fieldcat-fieldname  = 'MEINS'.
      l_fieldcat-datatype = 'UNIT'.
    l_fieldcat-no_out     = ' '.
      l_fieldcat-do_sum = 'X'.
      l_fieldcat-seltext_l  = 'UOM'.
      append l_fieldcat to p_fieldtab.
    may be it would help.
    anya

  • Purchase Order quantity is rounding off in Print out

    HI ALL,
    In the Purchase Order quantity is rounding off while taking print out. I gave the quantity 10.450 LIT and it is rounding off to 10 LIT and if I gave 10.560 LIT is rounding off 11 LIT while taking print out. I am thinking some note we have to add.We are using ECC 5.0 version. Please give me the solution.
    We are using standard functionalitieslike program(SAPFM06P) and form (MEDRUCK) only. The system is rounding off the quantity in standard functionalities itself while taking print out. Please give me the solution.
    Thanks once again.

    Hi,
        I think in standard 'MEDRUCK' the order quantity(RM06P-PRMG1) is printed without decimal places. Copy the MEDRUCK sapscript into a custom sapscript and change the Quantity fields declaration.
    Thanks & Regards
    Bala Krishna

Maybe you are looking for

  • Confilicts with XP "Remote Desktop" and ZFD4 "Remote Control"

    He have a similar problem like this. Some machines, after installing Zen4 agent, after first login, the WS reboot automatically every time. He have discovered a conflit with display adapter ( Intel eXtreme graphics 2 ). Resolution: With workstation a

  • Problem with getResourceObjects

    Hello, We are encountering problem with getResourceObjects method in that it throws an error when fetching attributes of type integer. LDAP search ran with the search filter works fine. We contacted sun support and they say that this is a known issue

  • URGENT! PROBLEM WITH ADOBE FREE TRIAL PROGRAMS

    I created a new adobe id to renew my trial version of adobe programs but in adobe creative cloud it continues to inform me that i only have just 1 day to continue to use that programs. What should i do to start them from the first day?

  • Mountain Lion displayed previously recorded CD as Blank

    Hi I have recently come across an issue (BUG) in mountain lion. Pervasively recorded CD's from old OS now show as blank? If you dual book into windows or put the CD into SL 10.6 information displays, but for some reason ML 10.8 displays the disk as B

  • Using non-h:dataTable and h:dataTable tags

    I have the following. A JSF JSP with h:inputText tags. The tags are bound to properties of my bean (named ProductApprovalBean) which accesses the database. This code works ok. I want to add a h:dataTable tag to the same JSF JSP but the combinations I