Archive Smartform Copies - Error - OTF end command // missing in OTF data

Hi All,
We are printng invoices and archiving them at the same time.
When I try to print and archive just the original invoice it works fine
That is , it prints and archives.
However when I set the flag SSFCOMPOP-TDARCCOP to 'X'  (Archive Copies as well),
I get the error OTF end command // missing in OTF data.
Im guessing that the system tries to archive multiple copies and the End of File Command // at the end of each copy is causing the issue. But I dont know how to go about solving it.
Regards,
Nehal.

Implemented SAP Note 1123505 - OTF-PDF conversion. Archiving several copies

Similar Messages

  • Error OTF end command // missing in OTF dat

    Hi
    I am converting a smartform of a PO into a PDF. when i am using the option of pint immediately in message option of PO. I am getting this error OTF end command // missing in OTF dat . when i am using option 3 which in not print immediately. i am able to convert it into pdf file and save in my local folder. please advice.

    when you click the message button while creating a PO. it will take to next page where you add your output type that is output, partner etc.. after you add and click on further data button there you will have option for dispatching here when you add slect option 4 whihc is print immediately. then i am getting the error. if i am using the other options i am able to down load into pdf but not able to see print preview. please advice

  • OTF end command // missing in OTF data when using CONVERT_OTF_2_PDF

    Hi
    When using the function module CONVERT_OTF_2_PDF I am getting the strange scenario that for some users it is giving the error message "<u><b>TD 030: OTF end command // missing in OTF data</b></u>". 
    I am executing this function module using the OTF output data received from a smartform executed with the parameter control-parameters-getotf = X and I am not formatting it in any way.
    any assistance in this is much appreciated.

    hi
    good
    go through this link,which ll give you detail idea about this function module
    http://www.jt77.com/development2/programming-07636.html
    thanks
    mrutyun^

  • OTF end command// missing OTF data

    Hi all,
    I created one PO smartform and assigned it to a driver program its execting fine in one development client.
    When I try to execute the same smartform in another development client its showing  "OTF end command// missing  OTF data".
    In the driver program there's FM " CONVERT_OTF_2_PDF".But still its showing the error when I run the tcode me9f to send the form through mail and even when checking the print preview.
    what could be the reason? Do I have to make any changes in  the FM CONVERT_OTF_2_PDF in the another dev client?
    Please answer
    Thx

    Every OTF data has "//" in begining and "EP //" in the end. Are you modifying the OTF internal table before passing it to the FM for PDF conversion? Check the content of OTF in debugging mode.

  • While converting smartform output toPDF: end command // missing in OTF data

    Hi,
    While Converting smartform output to PDF i am getiing the following error.
    end command // missing OTF data . And also in the importing parameter of smartform  function module also (job_output_info ) i did not findout the data. Where did i make a mistake. How can i correct this error. Thanks in advance.

    Implemented SAP Note 1123505 - OTF-PDF conversion.

  • Archive Smartform copies

    Hi,
    Does any one know how to archive smartform copies
    and he field tdarccop .
    When I set it it to X and pass an invoice with copies to the smartform i
    get an OTF // error.

    Hi,
    Please let me know the step by step process to archive the smartform.Can we Archive the smartform to Unix Server ?
    My Requirement is to convert the smartform in to PDF format and write it to unix server.But i am facing some problem as i am getting soem conversion problems.
    Thanking you.
    Prathima.

  • Archiving Smartforms

    Hi  ,
    I need a help regarding Archiving Smart Forms.
    I was able to archive the original pages, but when I am trying to archive the copies along with the original pages, I am getting an Information message,
    saying " OTF end command // missing "  and giving a dump.
    Can somebody help me on this.

    hi,
    use CONVERT_OTF_2_PDF function module  and pass archive_index = tao_dara as importing parameter. after that  archive the PDF file by using the FM CONVERT_OTF_AND_ARCHIVE.
    you can also refer to the following link:
    http://sap.ittoolbox.com/groups/technical-functional/sap-dev/smartform-will-not-archive-when-outputting-the-otf-file-1445210
    i hope it helps.

  • Error "Expected end of color space" when opening converted OTF - PDF.

    Hi experts,
    I need help. I'm converting from otf to pdf and it works fine. However when i tried putting a bitmap 256 color to the smartform and generate pdf with CONVERT_OTF FM the pdf result in an error "Expected end of color space" when opening the document and it goes blank.
    Can anyone tell why ?
    Thanks,
    Felix

    Hi Peter,
    I can open it with another acrobat version. However, the image is not displayed. Do you know why?
    Thanks

  • Error message says "the file archive part of photoshop elements 11 is missing"

    I made a purchase that included a free software bundle with Photoshop elements 11 yesterday and have now downloaded both files 5 times, followed all the information I have been able to find on the forum threads but still have the  error message
    error message says "the file archive part of photoshop elements 11 is missing"
    I am at my wits end as I really want to get this downloaded. Have been using elements 8 for years and love it but wanted to update it to 11 and this was going to be perfect but has turned into a 15 hour nightmare trying to get some where with it.
    Can anyone please help me out before I stake my pc?
    Any advice would be appreciated.

    Hi Summer,
    The error message you are getting is indicative of the missing files for the installer to get started with the installation.
    Navigate to the location where you saved your download. If you see any files ending in ".part" then the download did not finish. ".Part" files are temporary files replaced by .7z, .exe, or .dmg when the download is complete.
    For Windows the Photoshop installer has 2 files - one with .7z extension and the other with .exe
    Make sure you have downloaded both the files in the same folder. Run the .exe file to start the installation.
    Alternatively you can try downloading the files from the direct download links available at : http://prodesigntools.com/photoshop-elements-11-direct-download-links-pse-premiere-pre.htm l
    Please make sure you follow the important steps mentioned on the page before initiating the download.
    Regards,
    Ravi

  • Getting Error of Runtime Exceeded while generating OTF for PDF in smartform.

    Hi All,
    I am getting a error of runtime exceeded while generating OTF file for PDF in smartform through FM. The report is taking too much time before giving the output...and most of the time going to dump saying report has exceeded the runtime. All is working well till the Smartform FM reached. I debugged this FM and found that the TABLES parameter is having problem, may be there are too many tables in that parameter.Please help. Below is the code-
    CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
      EXPORTING
        formname           = c_form_name
      IMPORTING
        fm_name            = v_fm_name
      EXCEPTIONS
        no_form            = 1
        no_function_module = 2
        OTHERS             = 3.
    CALL FUNCTION   v_fm_name
      EXPORTING
        control_parameters      = wa_control
        output_options             = wa_output
        user_settings                = 'X'
        spl_gl                         = p_spl_gl
        open_dt                      = p_budat
        bukrs                         = p_bukrs
        w_check                    = w_check
        w_check1                   = w_check1
      IMPORTING
    *   document_output_info =
        job_output_info                  = wa_otf
    *   job_output_options     =
      TABLES
        kna1                       = t_kna1
        bsid_p                     = t_bsid_p
        bsid                         = t_bsid
        TEXT                       = t_text
        spl                           = t_spl
        bsid_x                      = t_bsid_x
        bsid_l                       = t_bsid_l
        bsid_h                      = t_bsid_h
        bsid_q                     = t_bsid_q
        bsid_tot                   = t_bsid_tot
      EXCEPTIONS
        formatting_error           = 1
        internal_error             = 2
        send_error                 = 3
        user_canceled              = 4
        OTHERS                     = 5

    Hi
    Yes as Eltan says you need to consider there are two blocks of abap program:
    - the first one is the driver program (but it seems there's no problem here because it called the smartform quickly)
    - the second one is inside the smartform (It's possible to write abap routine in the smartform), and it seems the problem could be here
    The variable c_form_name has the name of the smartform, you can manage it by transaction SMARTFORMS
    but now it's not possible to say you why the print takes too long time, you need to do a trace
    Max

  • ERROR MESSAGE WHEN USING PACK COMMAND   Missing file ////presenter.css   Also:  "This course requires JavaScript to be enabled in your browser. Please enable JavaScript, then relaunch the course."  I have Java enabled in all browsers

    ERROR MESSAGE WHEN USING PACK COMMAND   Missing file ////presenter.css    Command then fails
    Also:  "This course requires JavaScript to be enabled in your browser. Please enable JavaScript, then relaunch the course."  I have Java enabled in all browsers
    Thoughts?  Using Presenter 10  Win 8.1  Intel I7  new HP with plenty of memory
                   Thanks

    I had saved one copy as an .asp but then resaved it to .xhtml 
    I'm assuming this is a static web site.  Rename (F2) all your pages with .html or .htm extension. 
    .xhtml is not a valid extension.
    Nancy O.

  • ORA-12012: error on auto execute of job 754461 ORA-29279: SMTP permanent error: ORA-29279: SMTP permanent error: 501 Syntax error, parameters in command "RCPT TO:" unrecognized or missing ORA-06512: at "SYS.UTL_SMTP", line 20 ORA-06512: at "SYS.UTL_SMTP",

    Hi ,
    I am getting below error frequently in alert log of database.
    ORA-12012: error on auto execute of job 754461
    ORA-29279: SMTP permanent error: ORA-29279: SMTP permanent error: 501 Syntax error, parameters in command "RCPT TO:" unrecognized or missing
    ORA-06512: at "SYS.UTL_SMTP", line 20
    ORA-06512: at "SYS.UTL_SMTP", line 98
    ORA-06512: at "SYS.UTL_SMTP", line 240
    ORA-06512: at "APPS.EIS_UTIL_PKG", line 94
    ORA-06512: at "APPS.HKD_PO_ADDON_PKG", line 110
    ORA-06512: at line 1

    You have a job running in the database. Its job ID is 754461
    It looks as if that job runs APPS.HKD_PO_ADDON_PKG
    That job is attempting to send mail using UTL_SMTP and apparently passing some strange value to SMTP server for the RCPT TO: parameter.

  • Trying to install photoshop elements 12    File Archive part of adobe premiere 12 is missing.  You need all files in the same folder

    rying to install photoshop elements 12    File Archive part of adobe premiere 12 is missing.  You need all files in the same folder

    It is actually a link from Tech Soup to a special link on Adobe.   But no
    chance to put in my serial number – get that error message after I download
    the exe.    Tried to copy page – I would select the correct file
    Welcome TechSoup Customer of TechSoup Global!
    Product Download
    Adobe Photoshop Elements and Premiere Elements 12.0 for Windows (English)
    *      <javascript:void(0)> Files
    <javascript:itralib_popup('dload_serialNum?item_key=5001111&plne=101791&cert
    Num=135338281','info','560','400')> PAC, Serial Numbers & Credential Files
    <https://adobe.subscribenet.com/control/adbe/certdlog?plne=101791&item_key=5
    001111> Download Log
    <https://adobe.subscribenet.com/control/adbe/certnotes?plne=101791&item_key=
    5001111> Notes
    *      <javascript:itralib_popup('downloadpagehelp','EULA','495','600')>
    Download Help
    Adobe recommends you use the Akamai Download Manager for large files. You
    can enable the download manager by clicking on the Download Preferences link
    to the left. If you are using Microsoft Internet Explorer as your browser,
    then the HTTP option will not work for files larger than 4GB due to the
    browser’s download size limit.
    If there are multiple files for your products, please be sure to download
    ALL files prior to attempting to install.
    The software you are about to download is subject to export control laws and
    regulations. By downloading this software, you agree that you will not
    knowingly, without prior written authorization from the competent government
    authorities, export or reexport - directly or indirectly - any software
    downloaded from this website to any prohibited destination, end-user, or
    end-use.
    Note: All Adobe products require a serial number for installation. If you
    are having difficulty with the serial number, please
    <https://adobe.subscribenet.com/control/adbe/manualsupport> contact us.
    *      6 Files
    Top of Form
    Select All
    <https://adobe.subscribenet.com/control/adbe/download?element=5001111&orderB
    y=ORDER_BY_DESCRIPTION&ascending=true> File Description
    <https://adobe.subscribenet.com/control/adbe/download?element=5001111&orderB
    y=ORDER_BY_FILE_SIZE&ascending=true> File Size
    <https://adobe.subscribenet.com/control/adbe/download?element=5001111&orderB
    y=ORDER_BY_FILE_NAME&ascending=true> File Name
    The download limit for this file has been reached
    <https://adobe.subscribenet.com/control/adbe/download?element=5001111>
    Expand All / Collapse All
    Adobe Photoshop Elements 12.0 for Windows 32 bit Installer (English, German,
    French, Japanese)
    1.5 MB
    <https://adobe.subscribenet.com/control/adbe/download?element=5001111>
    PhotoshopElements_12_WWEFDJ.exe
    The download limit for this file has been reached
    <https://adobe.subscribenet.com/control/adbe/download?element=5001111>
    Expand All / Collapse All
    Adobe Photoshop Elements 12.0 for Windows 32 bit Installer Package (English,
    German, French, Japanese)
    1.1 GB
    <https://adobe.subscribenet.com/control/adbe/download?element=5001111>
    PhotoshopElements_12_WWEFDJ.7z
    The download limit for this file has been reached
    <https://adobe.subscribenet.com/control/adbe/download?element=5001111>
    Expand All / Collapse All
    Adobe Premiere Elements 12.0 for Windows 32 bit Installer (English, German,
    French, Japanese)
    1.5 MB
    <https://adobe.subscribenet.com/control/adbe/download?element=5001111>
    PremiereElements_12_WWEFDJ_win32.exe
    The download limit for this file has been reached
    <https://adobe.subscribenet.com/control/adbe/download?element=5001111>
    Expand All / Collapse All
    Adobe Premiere Elements 12.0 for Windows 32 bit Installer Package (English,
    German, French, Japanese)
    1.1 GB
    <https://adobe.subscribenet.com/control/adbe/download?element=5001111>
    PremiereElements_12_WWEFDJ_win32.7z
    The download limit for this file has been reached
    <https://adobe.subscribenet.com/control/adbe/download?element=5001111>
    Expand All / Collapse All
    Adobe Premiere Elements 12.0 for Windows 64 bit Installer (English, German,
    French, Japanese)
    1.5 MB
    <https://adobe.subscribenet.com/control/adbe/download?element=5001111>
    PremiereElements_12_WWEFDJ_win64.exe
    The download limit for this file has been reached
    <https://adobe.subscribenet.com/control/adbe/download?element=5001111>
    Expand All / Collapse All
    Adobe Premiere Elements 12.0 for Windows 64 bit Installer Package (English,
    German, French, Japanese)
    1.2 GB
    <https://adobe.subscribenet.com/control/adbe/download?element=5001111>
    PremiereElements_12_WWEFDJ_win64.7z
    Bottom of Form

  • BAM Deployment error - Microsoft.BizTalk.Bam.Management.BamManagerException: The BAM deployment failed. --- Microsoft.BizTalk.Bam.Management.BamManagerException: Encountered error while executing command on SQL Server "ServerName".

    HI,
    I am getting below error while deploying BAM activity ...Pls help me resolve this issue.
    Microsoft.BizTalk.Bam.Management.BamManagerException: The BAM deployment failed. ---> Microsoft.BizTalk.Bam.Management.BamManagerException: Encountered error while executing command on SQL Server
    "ServerName". ---> System.Data.SqlClient.SqlException: An object or column name is missing or empty. For SELECT INTO statements, verify each column has a name. For other statements, look for empty alias names. Aliases defined as "" or
    [] are not allowed. Change the alias to a valid name.An object or column name is missing or empty. For SELECT INTO statements, verify each column has a name. For other statements, look for empty alias names. Aliases defined as "" or [] are not allowed.
    Change the alias to a valid name.An object or column name is missing or empty. For SELECT INTO statements, verify each column has a name. For other statements, look for empty alias names. Aliases defined as "" or [] are not allowed. Change the alias
    to a valid name.An object or column name is missing or empty. For SELECT INTO statements, verify each column has a name. For other statements, look for empty alias names. Aliases defined as "" or [] are not allowed. Change the alias to a valid name.An
    object or column name is missing or empty. For SELECT INTO statements, verify each column has a name. For other statements, look for empty alias names. Aliases defined as "" or [] are not allowed. Change the alias to a valid name.An object or column
    name is missing or empty. For SELECT INTO statements, verify each column has a name. For other statements, look for empty alias names. Aliases defined as "" or [] are not allowed. Change the alias to a valid name.An object or column name is missing
    or empty. For SELECT INTO statements, verify each column has a name. For other statements, look for empty alias names. Aliases defined as "" or [] are not allowed. Change the alias to a valid name.An object or column name is missing or empty. For
    SELECT INTO statements, verify each column has a name. For other statements, look for empty alias names. Aliases defined as "" or [] are not allowed. Change the alias to a valid name.An object or column name is missing or empty. For SELECT INTO statements,
    verify each column has a name. For other statements, look for empty alias names. Aliases defined as "" or [] are not allowed. Change the alias to a valid name.An object or column name is missing or empty. For SELECT INTO statements, verify each column
    has a name. For other statements, look for empty alias names. Aliases defined as "" or [] are not allowed. Change the alias to a valid name.An object or column name is missing or empty. For SELECT INTO statements, verify each column has a name. For
    other statements, look for empty alias names. Aliases defined as "" or [] are not allowed. Change the alias to a valid name.An object or column name is missing or empty. For SELECT INTO statements, verify each column has a name. For other statements,
    look for empty alias names. Aliases defined as "" or [] are not allowed. Change the alias to a valid name.   at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) 
     at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)   at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock,
    Boolean asyncClose)   at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)   at
    System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite)   at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean
    sendToPipe, Int32 timeout, Boolean asyncWrite)   at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()   at Microsoft.BizTalk.Bam.Management.SqlHelper.ExecuteBatches(String cmdText)   at Microsoft.BizTalk.Bam.Management.SqlHelper.ExecuteNonQuery(String
    cmdText, CommandType cmdType, Boolean inTransaction, Transaction transaction)   --- End of inner exception stack trace ---   at Microsoft.BizTalk.Bam.Management.SqlHelper.ExecuteNonQuery(String cmdText, CommandType cmdType, Boolean inTransaction,
    Transaction transaction)   at Microsoft.BizTalk.Bam.Management.ViewModule.Create(XmlDocument defXmlDoc)   at Microsoft.BizTalk.Bam.Management.WorkerModule.DispatchOperation(OperationType operation, XmlDocument defXmlDoc)   at
    Microsoft.BizTalk.Bam.Management.BamManager.ProcessOneBamArtifactType(BamArtifactType bamArtifact, OperationType operation)   at Microsoft.BizTalk.Bam.Management.BamManager.ManageInfrastructure(OperationType operation)   at Microsoft.BizTalk.Bam.Management.BamManager.Deploy() 
     --- End of inner exception stack trace ---   at Microsoft.BizTalk.Bam.Management.BamManager.Deploy()   at Microsoft.BizTalk.Bam.Management.BamManagementUtility.BamManagementUtility.HandleDeployAll()   at Microsoft.BizTalk.Bam.Management.BamManagementUtility.BamManagementUtility.DispatchCommand() 
     at Microsoft.BizTalk.Bam.Management.BamManagementUtility.BamManagementUtility.Run()   at Microsoft.BizTalk.Bam.Management.BamManagementUtility.BamManagementUtility.Main(String[] args)

    Your View Name, OLAP Cube Name and certain other restrictions listed @http://msdn.microsoft.com/en-us/library/aa561577.aspx
    Please review your BAM Definitons.
    Regards.

  • ERROR OGG-00868 Error code 1291, error message: ORA-01291: missing logfile

    OGG Version 12.1.2.1.0 OGGCORE_12.1.2.1.
    DB : 11.2.0.4.3
    I am getting below error.
    2014-12-31 09:53:09  ERROR   OGG-00868  Error code 1291, error message: ORA-01291: missing logfile
      (Missing Log File <unknown>. Read Position SCN: 2585.802983323 (11103293443483)).
    Our solution uses ADG and OGG
    We have source and target where ADG was setup . We later broke ADG setup and made Oracle DB's in source and target into standalone.
    As part of our solution during our deployment window ,we would break ADG i.e we would make both the source and target as independent DB’s with PRIMARY Read /Write mode.
    -Take Guaranteed restore point on Source DB so that we can flash back at later stage(so of now we have not executed flash back command)
    -Once ADG config is disabled we will start the OGG extract which is already configured before =We are at this stage where we are hit with errors and extract is not starting .

    Hi ,
    The error shows it is waiting for the Logfile. The Integrated extract mainly needs of the availability of two things.
    1. Archivelogs.
    2. Trail Files.
    Both should be retained to the needed / required level.
    Please execute the below query and check the status of the Extract / Capture process.
    The below query displays the information of each capture process in a database.,
    COLUMN CAPTURE_NAME HEADING 'Capture|Name' FORMAT A7
    COLUMN PROCESS_NAME HEADING 'Capture|Process|Number' FORMAT A7
    COLUMN SID HEADING 'Session|ID' FORMAT 9999
    COLUMN SERIAL# HEADING 'Session|Serial|Number' FORMAT 9999
    COLUMN STATE HEADING 'State' FORMAT A20
    COLUMN TOTAL_MESSAGES_CAPTURED HEADING 'Redo|Entries|Evaluated|In Detail' FORMAT 9999999
    COLUMN TOTAL_MESSAGES_ENQUEUED HEADING 'Total|LCRs|Enqueued' FORMAT 9999999999
    SELECT c.CAPTURE_NAME,
           SUBSTR(s.PROGRAM,INSTR(s.PROGRAM,'(')+1,4) PROCESS_NAME,
           c.SID,
           c.SERIAL#,
           c.STATE,
           c.TOTAL_MESSAGES_CAPTURED,
           c.TOTAL_MESSAGES_ENQUEUED
      FROM V$STREAMS_CAPTURE c, V$SESSION s
      WHERE c.SID = s.SID AND
            c.SERIAL# = s.SERIAL#;
    Also run this query to check, if the capture is waiting for which logfile.,
    COLUMN CONSUMER_NAME HEADING 'Capture|Process|Name' FORMAT A15
    COLUMN SOURCE_DATABASE HEADING 'Source|Database' FORMAT A10
    COLUMN SEQUENCE# HEADING 'Sequence|Number' FORMAT 99999
    COLUMN NAME HEADING 'Required|Archived Redo Log|File Name' FORMAT A40
    SELECT r.CONSUMER_NAME,
           r.SOURCE_DATABASE,
           r.SEQUENCE#,
           r.NAME
      FROM DBA_REGISTERED_ARCHIVED_LOG r, DBA_CAPTURE c
      WHERE r.CONSUMER_NAME =  c.CAPTURE_NAME AND
            r.NEXT_SCN      >= c.REQUIRED_CHECKPOINT_SCN;
    The above query clearly shows for which logfile the Extract / Capture process is waiting. Check if that logfile is available in your system.
    Regards,
    Veera

Maybe you are looking for

  • DVD skips and freezes

    Hi, I exported a final cut pro project (exported as quicktime movies) to idvd and burned a dvd. When I watch the DVD some parts freeze momentarily or skip. Can anyone tell my how I can fix that? Everything looked fine when I previewed it in idvd.

  • Imovie HD 6 NO LONGER AVALIABLE for download?

    imovie HD 6 is no longer available to download, why did apple take it off, will they add it back, now where can i get it from

  • System time is incorrect

    I just recently installed Arch Linux i686.  I thought I got the time set correctly when I first installed Arch, but now I notice that the system time is incorrect.  I live in Tucson, Arizona.  Arizona (execpt for the Navajo Indian reservation) is on

  • Uni student trying to understand applet

    hi I am preparing for a lab exam tomorrow by doing the lab demos. The particular lab I am having trouble with right now my be found here: http://www-csfy.cs.ualberta.ca/~c114/LabExams/LElocations/lbe20.html However, the problems I am having with this

  • Dynamically load Vi from LLB

    Hey all! I looked up the forumfor an answer but couldn't find the answer... I was wondering how to dynamically load a Vi from an LLB by just using a path.  Is this possible? Thanks in advance Yohan