Spool with append

Hi experts,
Oracle version 10G
Am trying to connect from my unix machine if am giving "sqlplus -V" it is showing me 9.2 version
my question is if am useing spool with append as bellow
SPOOL <path/filename.log APPEND
select statements
SPOOL OFF
it is not creating any log file in said path why is it like this ? hwo can i get this Append featuer ? is this version issue?
Many thanks,
Kalinga

Hi,
Kalinga wrote:
... hwo can i get this Append featuer ? is this version issue?Yes, SPOOL ... APPEND was introduced in SQL*Plus 10.
It doesn't matter what version of the database you have; SPOOL is a SQL*Plus feature.

Similar Messages

  • Problem with Append mode in File Receiver

    Hello,
    I am facing some problem with Append Mode in File Receiver.
    In channel config, i have given :
    Construction Mode : Append
    File Type : Text
    Message Protocol : File Content Conversion
    The size of the file which i am trying to send is about 9.5MB.
    I got this error,
    "Recovering from loss of connection to database; message
    loaded into queue by recover job: System Job (Failover Recovery)".
    So, it would seem that there was a loss of connnection to the database    
    while the file was being written.
    Note -  XI successfully recovered from the connection loss and   
    successfully wrote the file, however since the communication channel  
    was set to append, it appended to the partial file that was written   
    before the database connection loss. This is not correct. The file    
    should have been overwritten after the recovery even though the communication
    channel was configured to append.                                     
    Can anyone help me on this regard.
    Thanks,
    Soorya.

    Hi Venkat,
    I would suggest u to split the file in to chunks if u face any problem in processing at a time in append mode and also
    Memory Requirements are must 4 processing huge files:
    Q: Which memory requirements does the File Adapter have? Is there a restriction on the maximum file size it can process?
    A: The maximum file size that can be processed by the File Adapter depends on a number of factors:
    o The most important one is the size of the Java heap, which is shared among all messages processed at a certain point in time. In order to be able to process larger messages without an out of memory error (OOM), it is recommended to increase the size of the available Java heap and/or to reduce the concurrency in the system so that fewer messages are processed in parallel.
    o Another factor negatively influencing the maximum message size in releases up to and including XI 3.0 SP 13 is an enabled charcter set (encoding) conversion if the message type is set to "Text".
    o Using the transport protocol "File Transfer Protocol (FTP)" also uses more memory for processing than the transport protocol "File System (NFS)" (up to and including XI 3.0 SP 13).
    o If the Message Protocol "File Content Conversion" is used in a File Sender channel, consider that not only the size of the input file affects the File Adapter's memory usage, but even more the size of the XML resulting from the conversion, which is usually a few factors larger than the original plain text file.
    To reduce the memory consumption in this scenario, consider configuring the setting "Maximum Recordsets per Message" for the sender channel. This will cause the input file to be split into multiple smaller mesages.
    Plz do refer the following links:
    U may plan the availability of ur communication channel using "Planning Availability Times" feature
    http://help.sap.com/saphelp_nw04/helpdata/en/45/06bd029da31122e10000000a11466f/frameset.htm
    /people/sravya.talanki2/blog/2005/11/29/night-mare-processing-huge-files-in-sap-xi
    hi check the below links for reference
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/10748ef7-b2f0-2910-7cb8-c81e7f284af5
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/7086f109-aaa7-2a10-0cb5-f69bd2affd2b
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/2498bf90-0201-0010-4884-83568752a857
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/cc1ec146-0a01-0010-90a9-b1df1d2f346f
    Regards,
    Vinod.

  • A Select statement with Appending table statement in it.

    Hi,
      How can I use a select statement with a <Appening table> statement in it.
    SELECT DISTINCT <field Name>
                    FROM <DB table name>
                    APPENDING TABLE <itab>
                    WHERE <fieldname> EQ <Itab1-fieldname>
                      AND <fieldname> EQ <itab2-fieldname>.
    Can I use the above select statement.If I'm using this...how this works?
    Regards
    Dharmaraju

    Hi, Dharma Raju Kondeti.
    I found this in the SAP online help, hope this can help you.
    Specifying Internal Tables
    When you read several lines of a database table, you can place them in an internal table. To do this, use the following in the INTO clause:
    SELECT ... INTO|APPENDING [CORRESPONDING FIELDS OF] TABLE <itab>
                              [PACKAGE SIZE <n>] ...
    The same applies to the line type of <itab>, the way in which the data for a line of the database table are assigned to a table line, and the CORRESPONDING FIELDS addition as for flat work areas (see above).
    The internal table is filled with all of the lines of the selection. When you use INTO, all existing lines in the table are deleted. When you use APPENDING; the new lines are added to the existing internal table <itab>. With APPENDING, the system adds the lines to the internal table appropriately for the table type. Fields in the internal table not affected by the selection are filled with initial values.
    If you use the PACKAGE SIZE addition, the lines of the selection are not written into the internal table at once, but in packets. You can define packets of <n> lines that are written one after the other into the internal table. If you use INTO, each packet replaces the preceding one. If you use APPENDING, the packets are inserted one after the other. This is only possible in a loop that ends with ENDSELECT. Outside the SELECT loop, the contents of the internal table are undetermined. You must process the selected lines within the loop.
    Regards,
    feng.
    Edited by: feng zhang on Feb 21, 2008 10:20 AM

  • Problem with append += text in Text Field

    Hi guys
    i have a problem with append text.
    I have one array which contain some city names, like CityArea=["NAME 1", "NAME2" ...etc];
    Then i have one String and one Text Field.
    Using for loop im getting right results. But when im running script again then im getting  same text again.
    F.ex.
    First time:
    City name: Name 1
    City name: Name 2
    Second time:
    City name: Name 1
    City name: Name 2
    City name: Name 1
    City name: Name 2
    I have tried to make TextField to and String to Null and delete it, but it's appearing again.. :/
    How to avoid this?
    Here is script:
    for (var i1:int = 0; i1 < CityArea.length; i1++)
      _CityAreaString1 += "<P ALIGN='LEFT'><FONT FACE='Verdana' SIZE='32' COLOR='#ffffff'>        "+CityArea[i1]+"</FONT></P>";
      _CityAreaString1 += "<P ALIGN='LEFT'><FONT FACE='Verdana' SIZE='5' COLOR='#ffffff'><BR></FONT></P>";
    _CityAreaTF1 = new TextField();
      _CityAreaTF1.border = true;
      _CityAreaTF1.wordWrap = true;
      _CityAreaTF1.multiline = true;
      _CityAreaTF1.selectable = false;
      _CityAreaTF1.antiAliasType = AntiAliasType.ADVANCED;
      _CityAreaTF1.name = "CityAreaTF1";
      _CityAreaTF1.embedFonts = true;
      _CityAreaTF1.htmlText = _CityAreaString1.toUpperCase();

    I think i found why.
    There was no problem with TextField.
    There was a problem with Array. "CityArea"
    So each time I executed script it added new string in Array. And that is because i got like:
    TextField
    City 1
    City 2
    City 1
    City 2
    Running this script is Ok:
    for (var i1:int = 0; i1 < CityArea.length; i1++)
      _CityAreaString1 += "<P ALIGN='LEFT'><FONT FACE='Verdana' SIZE='32' COLOR='#ffffff'>        "+CityArea[i1]+"</FONT></P>";
      _CityAreaString1 += "<P ALIGN='LEFT'><FONT FACE='Verdana' SIZE='5' COLOR='#ffffff'><BR></FONT></P>";
    But outside of this for loop there is another for loop for adding Cities in CityArray.
    I fixed it by adding empty array at the start of function
    function myFunc():void
    CityArea = [ ]; // Empty array fixed this issue
    // LOOP FOR ADDING SHOPS IN CITY AREA
    for (var j:int = 0; j < _Shops; j++)
    CityArea.push(_Shop);
    // FOR LOOP TO ADDING SHOPS IN STRING
    for (var i1:int = 0; i1 < CityArea.length; i1++)
      _CityAreaString1 += "<P ALIGN='LEFT'><FONT FACE='Verdana' SIZE='32' COLOR='#ffffff'>        "+CityArea[i1]+"</FONT></P>";
      _CityAreaString1 += "<P ALIGN='LEFT'><FONT FACE='Verdana' SIZE='5' COLOR='#ffffff'><BR></FONT></P>";
    Thank you for your help kglad

  • Create table as with append hint

    All,
    This is part of my oracle plsql procedure.
    EXECUTE IMMEDIATE 'create table inventory_stg
    TABLESPACE users
    PARALLEL 6
    AS
    SELECT DISTINCT /*+ parallel(stg,6) */
    orders.order_sid,
    ORDERS.order_doc,
    stg.ref_doc_num quote_num
    FROM stg,
    ORDERS,
    QUOTE
    WHERE
    stg.DOC_doc=ORDERS.order_doc AND
    stg.ref_doc_num=QUOTE.quote_num AND
    QUOTE.s_no = ORDERS.s_no';
    This query is running for ever.
    If i create a table and insert with append hint, it will complete in 10 min.
    I know, the append hint will bypass redolog and insert above HWM.
    But my above code also a direct load and why it is taking this much time?
    My db is running in archive log mode. But i don't want to log the info in redo.
    Regards
    Govind

    I don't think so. /*+ APPEND */ is probably what you are thinking of. But even if it isn't direct load, inserting into a tablespace that isn't totally fragged might not be too slow for you. I'm just suggesting a test since you weren't getting any direct answers.
    I actually haven't done any testing on parallel with execute immediate either. I don't know if EI imposesl certain limitations on that or not.
    Anyone?
    Update: Actually, you are correct. Append is the default mode for a parallel insert. So that would make me start looking at side affects of the Execute Immediate.
    Message was edited by:
    Gaff

  • Spool filename append

    Hey Everyone,
    I am using oracle version: 9.2
    I wanted to know if spool filename append command is available?
    I want to display the query results on an html page that has a calender i have created using javascript. And not to spool the output to a new html page but to an already existing one. how to do so?

    spool is a sqlplus command. Which means you can use a 10g or 11g client to query your 9iR2 database.

  • Insert with APPEND hint

    Hello,
    I have insert statment with APPEND hint. Here statment is as follows.
    INSERT /*+ APPEND */ INTO TEST SELECT * FROM EMP;
    The TEST table is in NOLOGGING mode.
    The table has FK constraint, trigger, index too. Obvisiouly, it would not write the data in redo log. Still does it insert the data above HWM.
    Thanks.

    When you use APPEND hint with INSERT, oracle never bother about the free blocks which are below HWM. It always writies in new blocks, i.e. above HWM.
    Jaffar

  • How to display grid with appended rows?

    Hello everybody,
    I m trying to load a grid with items from EKPO for a given Purchase Order No.
    Requirement is that when i enter the next Purchase Order number its items should get appended to the existing items(previous Purchase Order).
    I have also populated internal table with APPENDING clause of SELECT statement,but when i try to display the grid only the first entries get displayed not the appended ones.
    and i get an error "PROGRAM ERROR" for having used REFRESH_TABLE_DISPLAY.
    can anybody help me in solving this problem.
    Regards,
    Sanghamitra.

    Hello,
    we had the same question and problem.
    SAP told us via OSS the following:
    "... The ALV grid in RSA3 will be supported with the PI_BASIS 2006_1_700.
    But you have PI_BASIS 2005_1_700
    Furthermore this software component PI_BASIS is independent from the
    BW releases so that you can upgrade the latest support packages of the
    PI_BASIS 2006_1_700 in source system"
    So if you have PI_BASIS 2005 you won't have the functionality of ALV grid in TC RSA3.
    (remark: At the moment I can not confirm that ALV grid in RSA3 is available with PI_BASIS 2006_x_xxx. We plan to upgrade in a few month.)
    Best regards

  • How to activate the transparent table along with append structure

    Hi,
    I add the new fields in existing append structure on tale VBAP.
    Initially i provide them the data type as Char with length 20.
    Similarly i added the fields in user exit on scree 8459 to add fields on screen.
    Until this eveything was working fine.
    Then my functional consultant ask me to delete one field from structure and change the length of other data types to 40 characters.
    I done this changes but when i go to activate that append structure its giving me error that certan structures in which it is been used are not adjusted and activated.
    The table is not adjusted through SE14 - Database Utlity.
    Its showing me that Runtime Object and Transparent table are different and not consistent.
    Can i delete the runtime object?
    The domains which i ave changed are also not geing activated.
    Suggest me the node of problem and solution also.
    What should be the problem.
    What should i do to solve the problem.
    Suggest me the solution if any.

    Give a trail that instead of activating all together, activate low-level objects (domains, data elements etc)first and then high levels (structures, tables) individually. With this approach you could find the errors easily and can resolve quickly.
    Regards,
    Prasanth

  • Problem with Append Front Panel Image To Report.vi

    I'm using LV 7.0 with the MicroSoft Report Generation toolkit installed. Under the Report Generation palette there exists an Append Front Panel Image To Report vi. Also on the same palette there is an Easy Print VI Panel or Documentation.vi which uses another Append Front Panel Image To Report vi located under the VI Documentation subpalette. Here is the problem; I have serval vi's that use Append Front Panel Image To Report.vi from the Report Generation palette and I have a couple of vi's that use the Easy Print VI Panel or Documentation.vi which is linked to the Append Front Panel Image To Report.vi located under the VI Documentation subpalette. Clear as mud!
    This creates a conflict of intrest. In a nut shell th
    ere are two vi's with the same name in different locations doing different things. I have a program with subvi's that need to call each respective Append Front Panel Image To Report.vi and that just is not working.
    Is this a known issue with LV7.0 that has already been addressed and/or resloved?
    Thanks.

    ATC Herman,
    Based on the picture you posted and what you are describing, it looks like you might have an incomplete install. What version of the toolkit do you have? Was it first installed on an earlier version of LabVIEW, or did you install it first on 7.0? Your VI Documentation Palette appears the same as if you hadn�t installed the toolkit. I�ve attached a screenshot of what it should look like. The VI in question is a polymorphic VI, which may be causing some of the confusion. If you right-click on it and select �Open Polymorphic VI�, it will show you what options you have, depending on the input. I opened both test and test1, and they appeared the same for me. I was able to have them both on the block diagram. The path to bo
    th of them was C:\Program Files\National Instruments\LabVIEW 7.0\vi.lib\printing\ReportDocExtensions.llb\Append Front Panel Image to Report.vi. The .llb ReportDocExtensions has the polymorphic VI, as well as copies of each of the possible instantiations. Make sure you have these VI�s in the .llb in that directory.
    There is a KB on having the toolkit on multiple versions of LabVIEW and what files you need. Make sure you have all the files listed.
    Please let me know if you are able to get to the bottom of the issue with the above information.
    Thanks, and have a happy day!
    Robert M
    Applications Engineer
    National Instruments
    Robert Mortensen
    Software Engineer
    National Instruments
    Attachments:
    Report_Palettes.JPG ‏57 KB

  • Problem with append table

    Hi,
    i want to insert a line into a internal table ; the type of table is a type of table for example Z_MYSTRUCT. Z_MYSTRUCT is a type of line so to insert a new line into my table i can't do this :
    data : l_new type Z_MYSTRUCT.
    l_new-field1 = 'value'.
    append l_new into mytable.
    How can i do this ?
    Regards

    Thanks for prompt reply.
    I have an requirement where in transaction MIGO. when user clicks on POST button, at that time the data should be e-mailed to the Vendor.
    So for that i have created a Z implementation of BADI MB_MIGO_BADI.
    Now in that i have written a Function Module name as Z_SENDMAIL.
    where i have table paramater which is of type BCSY_TEXT which is again of LINE type of SOLI.
    Now the data of MIGO is filled in table IT_MSEG which is paramter of Method POST_DOCUMENT of  MB_MIGO_BADI.
    So problem comes that how should i fill the data in my line type table of Function Module.
    For your information i am sending you the FM.
    FUNCTION Z_SENDMAIL.
    ""Local Interface:
    *"  IMPORTING
    *"     VALUE(FROM) TYPE  ADR6-SMTP_ADDR OPTIONAL
    *"     REFERENCE(TO) TYPE  ADR6-SMTP_ADDR OPTIONAL
    *"     REFERENCE(SUBJECT) TYPE  SO_OBJ_DES
    *"     REFERENCE(FLAG) TYPE  CHAR1 OPTIONAL
    *"  EXPORTING
    *"     REFERENCE(RETURNCODE) TYPE  SY-SUBRC
    *"  TABLES
    *"      IT_TEXT TYPE  BCSY_TEXT
    *"      IT_EMAILS STRUCTURE  SOMLRECI1 OPTIONAL
    TYPES : BEGIN OF TS_REC,
                RECIPIENT        TYPE REF TO IF_RECIPIENT_BCS,
              END OF TS_REC.
      DATA : IS_T1(255)          TYPE C,
             IT_REC             TYPE TABLE OF TS_REC,
             IS_REC             TYPE TS_REC,
             W_EMAIL            TYPE ADR6-SMTP_ADDR,
             W_TEXT             TYPE BCSY_TEXT,
             W_DOCUMENT         TYPE REF TO CL_DOCUMENT_BCS,
             W_SENDER           TYPE REF TO IF_SENDER_BCS,
             W_RECIPIENT        TYPE REF TO IF_RECIPIENT_BCS,
             W_SENT_TO_ALL      TYPE OS_BOOLEAN,
             W_OREF             TYPE REF TO CX_ROOT,
             W_TEXT1            TYPE STRING,
             W_SEND_REQUEST     TYPE REF TO CL_BCS,
             W_TABIX            TYPE SY-TABIX.
      CONSTANTS:  C_TYPE      TYPE SO_OBJ_TP VALUE 'RAW',
                  C_LENGTH    TYPE SO_OBJ_LEN VALUE '12',
                  C_X         TYPE C VALUE 'X'.
      FROM = [email protected]'.
      TRY.
    create persistent send request
          W_SEND_REQUEST = CL_BCS=>CREATE_PERSISTENT( ).
          LOOP AT IT_TEXT INTO IS_T1.
            APPEND IS_T1 TO W_TEXT.
            CLEAR IS_T1.
          ENDLOOP.
          W_DOCUMENT = CL_DOCUMENT_BCS=>CREATE_DOCUMENT(
          I_TYPE = C_TYPE
          I_TEXT = W_TEXT
          I_LENGTH = C_LENGTH
          I_SUBJECT = SUBJECT ).
    add document to send request
          CALL METHOD W_SEND_REQUEST->SET_DOCUMENT( W_DOCUMENT ).
    set sender
    note: this is necessary only if you want to set the sender
    different from actual user (SY-UNAME). Otherwise sender is
    set automatically with actual user.
    sender = cl_sapuser_bcs=>create( sy-uname ).
          W_SENDER = CL_CAM_ADDRESS_BCS=>CREATE_INTERNET_ADDRESS( FROM
          CALL METHOD W_SEND_REQUEST->SET_SENDER
            EXPORTING
              I_SENDER = W_SENDER.
    add recipient (e-mail address)
    create recipient - please replace e-mail address !!!
          IF TO IS NOT INITIAL .
            W_RECIPIENT = CL_CAM_ADDRESS_BCS=>CREATE_INTERNET_ADDRESS(
            TO ).
            CALL METHOD W_SEND_REQUEST->ADD_RECIPIENT
               EXPORTING
                 I_RECIPIENT = W_RECIPIENT
             i_copy      = c_x
                 I_EXPRESS   = C_X.
            W_SEND_REQUEST->SET_SEND_IMMEDIATELY( 'X' ).
            CALL METHOD W_SEND_REQUEST->SEND(
            EXPORTING
            I_WITH_ERROR_SCREEN = C_X
            RECEIVING
            RESULT = W_SENT_TO_ALL ).
            COMMIT WORK.
          ENDIF.
        CATCH CX_SY_ARITHMETIC_ERROR INTO W_OREF.
          RETURNCODE = 4.
          W_TEXT1 = W_OREF->GET_TEXT( ).
        CATCH CX_ROOT INTO W_OREF.
          RETURNCODE = 4.
          W_TEXT1 = W_OREF->GET_TEXT( ).
      ENDTRY.
      LOOP AT IT_EMAILS.
        TRY.
            CLEAR W_EMAIL.
            W_EMAIL = IT_EMAILS-RECEIVER.
            W_RECIPIENT = CL_CAM_ADDRESS_BCS=>CREATE_INTERNET_ADDRESS(
             W_EMAIL ).
            IS_REC-RECIPIENT = W_RECIPIENT.
            APPEND IS_REC TO IT_REC.
          CATCH CX_ADDRESS_BCS.
            RETURNCODE = 4.
        ENDTRY.
      ENDLOOP.
      LOOP AT IT_REC INTO IS_REC.
        TRY.
            W_SEND_REQUEST = CL_BCS=>CREATE_PERSISTENT( ).
            W_DOCUMENT = CL_DOCUMENT_BCS=>CREATE_DOCUMENT(
            I_TYPE = C_TYPE
            I_TEXT = W_TEXT
            I_LENGTH = C_LENGTH
            I_SUBJECT = SUBJECT ).
    add document to send request
            CALL METHOD W_SEND_REQUEST->SET_DOCUMENT( W_DOCUMENT ).
    set sender
    note: this is necessary only if you want to set the sender
    different from actual user (SY-UNAME). Otherwise sender is
    set automatically with actual user.
    sender = cl_sapuser_bcs=>create( sy-uname ).
            W_SENDER = CL_CAM_ADDRESS_BCS=>CREATE_INTERNET_ADDRESS(
            FROM ).
            CALL METHOD W_SEND_REQUEST->SET_SENDER
              EXPORTING
                I_SENDER = W_SENDER.
            CALL METHOD W_SEND_REQUEST->ADD_RECIPIENT
              EXPORTING
                I_RECIPIENT = IS_REC-RECIPIENT
                I_EXPRESS   = C_X.
            W_SEND_REQUEST->SET_SEND_IMMEDIATELY( 'X' ).
            CALL METHOD W_SEND_REQUEST->SEND(
            EXPORTING
            I_WITH_ERROR_SCREEN = C_X
            RECEIVING
            RESULT = W_SENT_TO_ALL ).
           COMMIT WORK.
          CATCH CX_SY_ARITHMETIC_ERROR INTO W_OREF.
            RETURNCODE = 4.
            W_TEXT1 = W_OREF->GET_TEXT( ).
          CATCH CX_ROOT INTO W_OREF.
            RETURNCODE = 4.
            W_TEXT1 = W_OREF->GET_TEXT( ).
        ENDTRY.
      ENDLOOP.
      IF FLAG = 'X'.
        IF TO IS NOT INITIAL.
          IT_EMAILS-RECEIVER = TO.
          APPEND IT_EMAILS TO IT_EMAILS.
        ENDIF.
      ENDIF.
    ENDFUNCTION.
    So pls help me out asap its very Urgent.......
    Regards,
    DS

  • PROBLEM RELATED WITH APPENDING (URGENT)

    HELLO FRNDS
    I AM HAVNG A PROBLEM IN EXECUTINE THE APPEND STATEMENT .
    out_tab-name = 'PLN_COST'.
      out_tab-value = cost .
      APPEND out_tab.
    IN THE ABOVE STATEMENT THE COST IS DECLARED AS LIKE ORDPAR-PWERT.  AND THE OUT_TAB IS COMING UP FROM ITCSY STRUCTURE .
    THE PROBLEM IS WITH THE 2ND STATEMENT . THE VALUE OF COST IS NOT GETTING INTO THE OUT_TAB-VALUE. THE FIRST STATEMNET IS GETING EXECUTED PROPERLY . I CANT CHANGE THE DECLARATION OF COST . CAN ANYBODY SUGGEST A SOULUTION .
    THANKS ROHIT

    I believe that the value is being populated, you just can't see it as it maybe all the way to the right of the field, SHIFT it to the left.
    out_tab-name = 'PLN_COST'.
    out_tab-value = cost .
    shift out_tab-value  left deleting leading space.  "<- Add this statement
    APPEND out_tab.
    Regards,
    Rich Heilman

  • AUTO PO print out creates spool with RFC user.

    We have classic scenario where AUTO SRM PO print out spool is create with RFC user. While PO data is passing to R/3 is correct with correct user (created_by). Out put is created on the name with RFC user not with user who create SRM SC& PO. BADI BBP_CREATE_PO_BACK will help?

    Hi Vishal,
    Welcome to SDN.
    Do they use custom PO SAPScript/Smartform?
    If they do, you may want to check the print program (custom one) and the custom PO form. Perhaps there is some logic to set/display with the european decimal notation.
    If they don't, you can also check the print program setting and do debugging (if necessary) to find out the logic to assign european decimal notation. 
    Hope this will help.
    Regards,
    Ferry Lianto
    Please reward point if helpful.

  • Old spool is appending

    Hi,
    when ever i run the script, it is generating output to spool. but every time when i run the script it is appending the old spool.
    It is not generating the new spool request. we are working in ECC 6.0
    Any clue?

    Hi,
    Do you have a z Print program for your script???
    If yes.. Then found where are you calling OPEN_FORM ..
    There is a Parameter in this form called OPTIONS ,, Pass here *TDNEWID = 'X' * .. It will always generate a new spool request for your form..
    Code like below..
    data : s_itcpo type itcpo.    
    s_itcpo-tdimmed  = 'X'.
      s_itcpo-tddelete = 'X'.
      s_itcpo-tdnewid  = 'X'.
      s_itcpo-TDNEWID = 'X'   " here a new spool request parameter is set
    *     Display one dialog for user. Then enable several SAP-Script
      call function 'OPEN_FORM'
        exporting
          device   = 'PRINTER'
          dialog   = 'X'
          language = sy-langu
          options  = s_itcpo ----- > here is the structure
        importing
          language = sy-langu
        exceptions
          canceled = 1
          device   = 2
          form     = 3
          options  = 4
          unclosed = 5
          others   = 6.
    Edited by: Lokesh Tarey on Jul 16, 2010 12:16 PM

  • Save jpg into same location with appended filename and no dialog

    Hi there,
    I've got thousands of images on a local server, all nested in a folder structure. For each image I need to open it, run an action to resize it, then save a jpg copy into the same folder it came from with an appended filename. I need to supress the jpg quality dialog (and all dialogs) so I don't have to babysit the batch process In Photoshop.
    I select the initial files by kind & aspect ratio in Bridge then run a Batch Action.
    Any suggestions?

    Something like this?
    app.displayDialogs = DialogModes.NO;
    var Name = app.activeDocument.name.replace(/\.[^\.]+$/, '');
    var saveFile = new File(app.activeDocument.path.toString() +"/"+Name +"-edited.jpg");
    SaveJPEG(saveFile, 8);
    app.activeDocument.close(SaveOptions.DONOTSAVECHANGES);
    function SaveJPEG(saveFile, jpegQuality){
    jpgSaveOptions = new JPEGSaveOptions();
    jpgSaveOptions.embedColorProfile = true;
    jpgSaveOptions.formatOptions = FormatOptions.STANDARDBASELINE;
    jpgSaveOptions.matte = MatteType.NONE;
    jpgSaveOptions.quality = jpegQuality;
    activeDocument.saveAs(saveFile, jpgSaveOptions, true,Extension.LOWERCASE);

Maybe you are looking for

  • BPC v10 SP13 fails to copy environment

    Hi all. I need to copy an Environment (AppSet) in v10 SP13. However, every time I try, it creates the Webfolders, FileDB and database, but when it gets to creating OLAP, it just stops. It does nothing, then after about an hour, I get a Server Timeout

  • Strange InDesign Drop Shadow

    Hi, I've added a drop shadow to a vector object in InDesign (as you'll see in the attached) but there is this strange thing occurring on the bottom side of it where it's giving  extra drop shadow to on the bottom left half as opposed to running to th

  • Hello.  This afternoon my iPhone stopped working.

    The screen went blank and the device will not come back on.  I have tried resetting it by holding down the round button and the on off button down but this doesn't do anything.  The white apple symbol flashes intermitently.  The phone was fully charg

  • Hide/disable certain areas from the Overview page of ESS in portal

    HI All, We have a requirement where we need to hide/disable certain areas from the "Overview" page of ESS in portal. In Overview page, we have certain links like Employee search,Life and work events, Purchasing and travel and expenses. I m not able t

  • Can't burn CDs in iTunes

    I can't burn CDs in iTunes. I get "The attempt to burn a disc failed. An unknown error occurred (4261). I have tried to reduce the speed - didn't work. I have never had a problem before - but after I downloaded the new version of iTunes, I can't burn