IWhen i give out put of P.O(script),i got a error

When i give output of Purchase order(Script),Output needs to be sent vis email to supplier outlook.
i got error like Parameter DEVICE= is invalid.Can you please advice on this.

Hi,
Check the parameter for the device which you are passing to the script output.
Regards,
Sravanthi

Similar Messages

  • Out Put type for sap script or smartforms

    hi,
    Actually, i want out put type, application, SAP Script or Smartform name and program name of transaction code          ( F.64 ). i.e. correspondance Maintain request.
    Thank You...

    Manoj,
    In SPRO follow this path.
    Form 16A
    Financial Accounting
    Global settings
    withholding tax
    Extended Witholdong tax
    POstings
    India
    Withholding tax certificates for vendors
    maintain no.groups and script forms.   
    For cheques and Payment Advisory.
    Go to FBZP
    click on printmethods in company code
    click on position
    give Company code and payment method
    then in the next screen double click on the payment method
    This way you will get to see the forms assigned to it.
    For Forms for Correspondence.
    Financial Accounting
    ---Global settings
    correspondence
    define form names for correspondence print.
    K.Kiran.

  • Out put determination error in billing

    Hi
    In my current  project I have to do printing of mass billing documents at once
    For this i configured output condition type ZD00 and access sequeunce ZBNG
    I have defined procedure Z10000 and assigned condition type to it  and done all necessary configuration
    When i create billing document and take print preview the values come correctly .but when i go to the t code vf02 and see the header --output the out put is determined but shows color RED indicating error
    My abaper has debuuged the programm and found that two tables T682V and T683S should contain the entries of condition type ZD00
    Table T683S containes the entries but in table T682V the enrtires of condition type ZD00 are not found
    What i want to know is that is there a config setting to pass entries into this table so that i can do the same
    Thanks and Regards
    Suneel Srinivasan

    Hi,
    Pleae compare your configuration with below article. You should be able to find the missing configuration. Output configuration is done under the transaction NACE. If you configure it correctly and then maintain output condition records correctly, system should issue them.
    [Output config|http://learnsaptips.blogspot.com/2010/08/output-determination-in-sap.html]
    Please let us know if you can't find what is missing!
    Best regards,
    Rahal

  • I use QT but when I put my video to WMM I got

    I use QT but when I put my video to WMM I got the error 0xC946002C. Is it because I don't have QT Pro. I have a Pro key, but how can I get it to my new Windows 8.

    Try rebuilding your iPhoto Library. Here's a link:
    http://support.apple.com/kb/HT2638

  • How to give F4 Help for out put screen

    Hi ,
    I have out put grid display which is editable , in that i want to give F4 help for one of the eidtable field. if any body know about this please me .
    My problem is i need to add F4 for my out put screen.
    Thanks ,
    saleem.

    Check the following code it may hel u.
    REPORT ABC.
    DATA : BEGIN OF ITAB OCCURS 0,
    UNAME LIKE USR01-BNAME,
    END OF ITAB.
    data : RETURN_TAB LIKE DDSHRETVAL occurs 0 .
    data : RETURN_wa LIKE DDSHRETVAL .
    PARAMETERS : A(12) TYPE C.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR A.
    ITAB-UNAME = 'U01'. APPEND ITAB.
    ITAB-UNAME = 'U02'. APPEND ITAB.
    ITAB-UNAME = 'U03'. APPEND ITAB.
    CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
    EXPORTING
    DDIC_STRUCTURE = ' '
    retfield = 'ITAB-UNAME'
    PVALKEY = ' '
    DYNPPROG = SY-REPID
    DYNPNR = SY-DYNNR
    DYNPROFIELD = 'A'
    STEPL = 0
    WINDOW_TITLE =
    VALUE = ' '
    VALUE_ORG = 'S'
    MULTIPLE_CHOICE = ' '
    DISPLAY = ' '
    CALLBACK_PROGRAM = ' '
    CALLBACK_FORM = ' '
    MARK_TAB =
    IMPORTING
    USER_RESET =
    tables
    value_tab = ITAB
    FIELD_TAB = FTAB
    RETURN_TAB = return_tab
    DYNPFLD_MAPPING =
    EXCEPTIONS
    PARAMETER_ERROR = 1
    NO_VALUES_FOUND = 2
    OTHERS = 3
    Regards

  • Out put in Background (SM37) not showing All columns

    Hi Folks,
             I’m creating an out put display for my query in background , we have define an output device , after submitting the query in back ground it just showing me only 10 columns . I mean I its not showing me all columns when I went to SE37-> select job->”spool ->view (display).
    Why it’s happening?
    Please help me
    Cheers
    Usman

    When you are submitting the job in background by exexuting your query from Sq01 or Tr.code , a screen will pop-up ask for you device name, on the same screen you’ll see properties hit that, it’ll take you to another screen and change the report format 65 and 200 or 65 and 200. It depends on your out put device . You can only display report till 255 . If you want to active ALV functional enable in background spool job you have to use extracts for that . So you can download your data in correct format.
    You can also decrease the length of variables in query so within 255 characters you can see all report columns. 
    Hope this’ll help you .
    Hope this’ll give you idea!!
    <b>P.S award the points.</b>
    Good luck
    Thanks
    Saquib Khan
    "Some are wise and some are otherwise"

  • Reg: Out put could not be issued

    Dear All,
    when i am excute VL03N to get output of smartform  i am getting message like Out put could not be issued message vl086

    Hi Reshma p,
    For that U have to assign output type...
    Check out in NACE transaction whether it has been made or not...
    In VL03N>Give a document number and enter the tcode then in, Menu>Extras>Choose Delivery Output>Header/Item(choose one), and here you have to give the output type in general.
    Have a look on similar issue with VF03
    VF03 smartform: Output could not be issued
    Hope it will solve your problem..
    Thanks & Regards
    ilesh 24x7

  • Special charactors found in out put file of .xml file in file adapter

    Hi ,
    Dear all,
    I am working on Sender File adapter picking files from the multiple Directories which are specified in a single CC and these files are placed in the different receiver directories in different CC's metained paths of the receivers
    The Souce is XML.
    When I use  the receiver format as .csv,.txt it the out put is as excepted,when i give the receiver format as .XML the output file contents:PK   (An invalid character was found in text content. Error processing resource 'file:).
    Pl let me know how to tackle thsi situation.
    Thanks,
    Srini

    Hi
    Also try with the following UDF.
    public class XmlUtil {
        char[] specialCharacters = { '&', '<'>', '\'' };
        String[] replacementStrings = { "&", "<">", "&apos;" };
        public static String sanitizeText( String text ) {
            StringBuffer buffer = new StringBuffer( text );
            for( int i = 0; i < buffer.length(); i++ ) {
                for( int k = 0; i < specialCharacters.length; k++ ) {
                    if( buffer.charAt(i) == specialCharacters[k] ) ) {
                         buffer.replace( i, i + 1, replacementString[k] );
                         i += replaceString[k].length;
                    } else if( (int)buffer.charAt(i) > 128 ) {
                         String replacement = "&#" + (int)buffer.charAt(i) + ";";
                         buffer.replace( i, i + 1, replacement );
                         i += replacement.length();
            return buffer.toString();
    Regards
    Abhishek Mahajan

  • Alv and excel sheet out put.

    hi friends,
    now i am working on sales and purchase order report. For this i have created three radio button on selection screen one for sales 2nd for purchase and 3rd for both. when i click sales radio button it is going to display only sales data in ALV out put list as well as in EXCEL sheet.
    problem:-
    Some layout fileds (out put fields) i am storing in VARIENT and when i have passed this VARIANT in a SELECTION-SCREEN so here the output is ok for me, and i am unable to display these same fields in EXCEL sheet for this Please could u tell that how we do this. please send the logic for this.
    thands and regards.
    sagi.

    Hi Amol,
    you are not getting me ...
    see your itab will have all the fields irrespective of variant used. so you can directly use itab to download.
    i guess you are using alv tool bar option to download.
    but i am telling to use your own button to download the report using your own button with GUI_DOWNLOAD Fm.
    for this you pass your ITAB and and then give the file name then this will save all the fields to excel file.
    Regards
    vijay

  • In reports, i want to display currency field out put with diff currencies

    Hi all
    in reports, i want to display currency field out put with different type of currencies like 1st record in rupees 2nd record in dolors 3rd record in       
    Euros. for this i should not use any tables and any currency fields and any functional modules. pls give replay urgently.

    Hi swamy,
    so sorry, but you have to use some of the objects you do not want to:
    Currency values in ABAP are stored in currency fields (type CURR). If they are stored in structures or database, every CURR field must be connected to a CUKY field (currency key).
    Displaying data using WRITE statement four output on a list is obsolete technique, you may use the use WRITE with the option CURRENCY c to format according to currency c in table TCURX.
    SAP recommends to use ALV technique. If you use ALV to display structure data, then create a dictionary structure with currency value and currency key. The rest goes automatically.
    Believe me: It is much easier and more reliable.
    Regards,
    Clemens

  • Concatenate out put of 2 or more columns in BEX Report in to one column

    Hi,
    I am working on service order report in BEX, and i would like to Concatenate out put of 2 or more columns in BEX Report in to one column.
    Please share me if any scenarios.
    Thank
    Neni

    Hi Ashutosh,
    Thanks for your reply,
    Actually in my report 4 different columns belongs to service orders information from different departments, i want see all 4 columns information in to single column, those four are virtual characteristics.
    As per your solution concatenate in workbook using function, can you please give me the steps how to do that.
    Thanks for your help.
    Thanks
    Neni.

  • 'Back ground Job' Out put is truncating

    Hi Gurus,
                      I am excecuting the report in background. It's out put is truncating after some length and comes in the next line. It gives the undesirable fromat. I tried with higher spools also. it doesn't do the need.
                      Plese let me know any other options are available for this.
    I appreciate your help and cooperation.
    Regards,
    Mahesh.

    Hi,
    You have to create an output Variant in your report and select it in your selection screen during Execution in Background.
    Secondly, make the output field length as per the screen visibility.
    Run the report using the variant, execute in background mode (this option is available in program menu) which in turn creates background job. In SM37 you can see the output in Spool List similar to foreground.\
    To get the missed fields in the spool, while creating the background job(execute in background option) you can see the printer setting block at the end of the background job settings window, in that check the 'Spool Request Max. Width 255 char' check box and then continue. It will generate the spool list with maximum width and you can see all the fields in the spool output.
    Regards,
    Shamma

  • NO AUDIO OUT PUT DEVICE

    I DELETED MY AUDIO OUT PUT DEVICE   BY ACCIDENT  COS I HEARD STATIC IN THE SOUND AND NOW I HAVE NO SOUND THE LITTLE SPEAKER SYMBOL HAS A  RED CIRCEL N AN X IN IT SAYING NO AUDIO OUT PUT INSTALLED  IT  CAME WITH MY LAP TOP N IM TOLD ITS A FREE DOWN LOAD BUT WHEN I GO TO REAL TEK SITES ITS ALL CONFUSING CAN ANYONE PLZ HELP  AND WHERE ON THE PUTER TO I GO TO SEE WHAT VERSION OF WINDOWS IS ON IT

    Hello mbradford1199.  I understand that you are being told that you have no audio output device installed.
    There are two possible soundcards for this notebook and each has its own driver.  There is a Realtek device and a Contexant device.  First try to install the Realtek device, here is a link.  If that driver does not work for you I suggest trying the Contexant driver.  Here is the link.
    If neither of these drivers work I'd like to see if Windows is detecting a sound card at all.  Try the following.
    Click Start, type "Device Manager," and press Enter.
    Do you have a "Sound, video, and game controller" section?  If so, expand it.
    List everything you see here.
    I will keep an eye out for the results.  Have a great day!
    Please click the white star under my name to give me Kudos as a way to say "Thanks!"
    Click the "Accept as Solution" button if I resolve your issue.

  • Configure OUT PUT type for delivery to EDI

    HI
    how to set up the out put type as EDI  for Out Bound delivery .
    so when ever a delivery is processed via VL71 there has to be an idoc to be generated in the system

    hi
    check with the following steps...
    1) <b>Go to SPRO ,</b>
    2) <b>copy the existing output type,</b>
    3) <b>give your own name to outpur type</b>
    4) <b>associate the partner function like a print o/p edi o/p ale o/p</b>
    5) <b>then associate ur program with the o/p type.</b>
    Hope this solves ur problem....
    <b>do reward if useful....</b>
    regards
    dinesh

  • EMail or Fax Out put

    Hi Gurus,
    My requirement is i should give in the customer master data both Email ID and Fax number and for some customers i need to give only Fax numbers.
    And at the time of output gets triggered when we save a sles order.The out put should be Email if Email adress exits and Fax if the Email adress doesnt exist in Customer master data..It should be either of one.
    Can any one throw some light on this..
    Thanks
    Narayana.Manam

    Hi Krishna,
    If i assign both Email & Fax then both out put types gets triggered.I dont want to trigger both the output types.I want to trigger either one.
    If Email ID exits then it should trigger Email and if Email Id is not there it should trigger to Fax.
    Regards
    Narayana.Manam

Maybe you are looking for

  • Eth0 with e1000e stopped working after upgrade to 3.6.2

    Hi! After the recent upgrade my eth0 network device does not come up properly anymore.  The Laptop is a Thinkpad x60s and I use the e1000e kernel module for the network card.  After a suspend/wakeup cycle the card/device works properly BTW.. Any help

  • Itunes didn't re-download the whole album?

    I recently went to Check Download Files to put my albums back on my Ipod that I purchased a long time ago. All of them worked, except for one, which was the album - "The Simpsons: Testify". It is supposed to have around 30 tracks on it, but Itunes ga

  • Project Server / Project Pro = Cut and Paste official best practices to avoid corruption

    It is pretty common knowledge among Project Server veterans that Cut and Paste between Project Pro files can cause corruption with the assignment table. This leads to Publish and Reporting (Project Publish) failures. I just went through an upgr

  • Importing Album art work

    I have a large CD collection and have imported 332 albums into i-tunes. When you insert the CD, the track names are imported from the Gracenotes data base, but the artwork is not. Apart from going to amazon and cutting and pasting each one individual

  • CFDI Nómina México Feature

    Revisando la nota 1972070 para la implementación de CFDI para nómina mexicana encontre un feature  que es el MXCRT,  me gustaria saber si  alguien sabe si existe alguna documentacion referente a su funcionamiento, o si saben para que sirve. atte: Mar