Exporting html from smartform (hrfrom)

Hi all,
I've created a print program to convert the output spool into a pdf, but is there a way to have an html file generated from the spool?
I came across WWW_LIST_TO_HTML, but that seems to only handle list-type sppol output.  Is there a standard way to have the smartform output as a html file?
Regards,
D. B.

Ok, I finally noticed the Put Images in Subfolder check box, which allows me to choose where I want the image to end up (not exactly intuitive, though, as I don't want the image in a subfolder, per se, I want it in the same folder as the HTML!).  And I still don't see where I can choose what type of image to export.  (What's with this "Export" crap anyway?  Why not Save for Web and Devices like every other Adobe product I use?  I know, I know, it's related to Fireworks' Macromedia origins...still, let's get on the same page, here!)

Similar Messages

  • Oddity with exporting html from textflow

    Hi,
    I am using the following code to export html from my editable textFlow:
                public function getXmlFromFlow(flow:TextFlow, title:String):XML{
                    var temp:XML = XML(TextConverter.export(flow, TextConverter.TEXT_FIELD_HTML_FORMAT, ConversionType.STRING_TYPE).toString());
                    var holder:XML = new XML("<" + title + " />");
                    for each(var p:XML in temp..BODY.P){
                        holder.appendChild(p);
                    return holder;
    This function takes a textflow and title and returns an xml tag named according to my title and with the html as its child.
    This functions, however, I am getting font tags within font tags, like this:
    <titleHtml>
    <P ALIGN="left">
    <FONT FACE="Arial" SIZE="12" COLOR="#000000" LETTERSPACING="0" KERNING="1">
    <FONT SIZE="64">JOE SCHMO</FONT>
    </FONT>
    </P>
    </titleHtml>
    And when I bring this html back into the textflow with this code :
    textFlow = TextConverter.importToFlow(MYXML, TextConverter.TEXT_FIELD_HTML_FORMAT);
    I get the proper text, but the size (should be 64) does not render, it shows up at the 12 size of the parent.
    Am I doing something wrong?

    I'm a bit puzzled.  I tried importing this markup into TLF as HTML in 1.0/1.1 and 2.0 and the text always showed up at 64 pt.
    <titleHtml>
    <P ALIGN="left">
    <FONT FACE="Arial" SIZE="12" COLOR="#000000" LETTERSPACING="0" KERNING="1">
    <FONT SIZE="64">JOE SCHMO</FONT>
    </FONT>
    </P>
    </titleHtml>
    Richard

  • Export html from adobe muse to use in dreamweaver

    Is it possible to export html from adobe muse to use in dreamweaver?
    Example... I finished my website in Adobe Muse but want to trasnfer it all over to Dreamweaver when I'm finished.

    There is a Muse support forum here: http://muse.adobe.com
    The HTML generated by Muse is pretty messy so you should be pretty fluent in HTML/CSS to hack it up in DW.

  • A client is curious to see if I export HTML from Adobe Muse, will he be able to edit the HTML in another program?

    A client is curious to see if I export HTML from Adobe Muse, will he be able to edit the HTML in another program?

    Thank you. I thought so, but just wanted to confirm. I appreciate the feedback.
    -Joe

  • Export image from smartform

    Hi Experts,
    For importing we use SE78 & upload image, How to export image from SAP to our presenation server?
    In Smartforms, I have an image in color, it need to be downloaded for further modificatons.
    Please give me useful solution for it.
    Thank you.

    Hi i think you cannot download pictures loaded into SE78, the only possiblity(iam not sure) is to print the image from SE78 into a PDF file and then copy the picture into some image editing tool like MS-Paint.
    Regards
    Karthik D

  • Problems Exporting HTML from Fireworks (new to Fireworks)

    Forgive me if this is a rudimentary question, but I've searched the help files as well as online and I'm not finding anything on it.  I have a bunch of PNG image maps I need to update (someone else created the PNGs in Fireworks several years ago).  I open them, make the updates and choose export HTML and Images, and then it allows me to choose some options for the HTML, but not for the images.  For one thing, it keeps putting the image file somewhere other than where I want it (and as a result I have to move the image file and update the HTML manually), and it doesn't let me choose what kind of image I want to export.  I want JPEGs, but it keeps cranking out GIFs.  What am I missing here?
    Thanks!

    Ok, I finally noticed the Put Images in Subfolder check box, which allows me to choose where I want the image to end up (not exactly intuitive, though, as I don't want the image in a subfolder, per se, I want it in the same folder as the HTML!).  And I still don't see where I can choose what type of image to export.  (What's with this "Export" crap anyway?  Why not Save for Web and Devices like every other Adobe product I use?  I know, I know, it's related to Fireworks' Macromedia origins...still, let's get on the same page, here!)

  • How to display URL images and URL link (html) from Smartforms?

    Hi Gurus,
    I'm having difficulty on how to display targeted URL images and URL link from the smartforms, after i sending it out as html mail. The mail i sent just can be preview as a plain text, which can't execute the html code that i put inside the smartforms itself. I follow a few step from this very useful blog.. Hopefully, you guys can give me some solutions or ideas on this.
    /people/pavan.bayyapu/blog/2005/08/30/sending-html-email-from-sap-crmerp -thanks to Pavan for his useful blog.
    My code is like this..
    <--- Start Code.
    FORM call_smartforms.
      DATA : lv_subject TYPE so_obj_des,
             lc_true(1) VALUE 'X',
             lw_control_parameters TYPE ssfctrlop,
             lw_output_options TYPE ssfcompop,
             lc_graphics(8) VALUE 'GRAPHICS',
             lw_xsfparam_line TYPE ssfxsfp,
             lc_extract(7) VALUE 'EXTRACT',
             lc_graphics_directory(18) VALUE 'GRAPHICS-DIRECTORY',
             lc_mygraphics(11) VALUE 'mygraphics/',
             lc_content_id(10) VALUE 'CONTENT-ID',
             lc_enable(6) VALUE 'ENABLE',
             lw_job_output_info TYPE ssfcrescl,
             lw_html_data TYPE trfresult,
             lw_graphics TYPE ssf_xsf_gr,
             lt_graphics TYPE tsf_xsf_gr,
             lv_html_xstr TYPE xstring,
             lw_html_raw LIKE LINE OF lw_html_data-content,
             lv_incode TYPE tcp00-cpcodepage VALUE '4110',
             lv_html_str TYPE string,
             lv_html_len TYPE i,
             lc_utf8(5) VALUE 'utf-8',
             lc_latin1(6) VALUE 'latin1',
             lv_offset TYPE i,
             lv_length TYPE i,
             lv_diff TYPE i,
             lt_soli TYPE soli_tab,
             lw_soli TYPE soli,
             lc_mime_helper TYPE REF TO cl_gbt_multirelated_service,
             lv_name TYPE mime_text VALUE 'sapwebform.htm',
             lv_xstr TYPE xstring,
             lw_raw TYPE bapiconten,
             lt_solix TYPE solix_tab,
             lw_solix TYPE solix,
             lv_filename TYPE string,
             lv_content_id TYPE string,
             lv_content_type TYPE w3conttype,
             lv_obj_len TYPE so_obj_len,
             lv_bmp TYPE so_fileext VALUE 'BMP',
             lv_description TYPE so_obj_des VALUE 'Graphic in BMP format',
             lc_doc_bcs TYPE REF TO cl_document_bcs,
             lc_bcs TYPE REF TO cl_bcs,
             lc_send_exception TYPE REF TO cx_root,
             lw_adsmtp TYPE lty_adsmtp,
             lv_mail_address TYPE ad_smtpadr,
             lc_recipient TYPE REF TO if_recipient_bcs,
             lc_send_request TYPE REF TO cl_bcs,
             lv_sent_to_all TYPE os_boolean.
      DATA : v_language TYPE sflangu VALUE 'E',
             v_e_devtype TYPE rspoptype.
      v_form_name = 'ZTEST_EMAIL'.
      CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
        EXPORTING
          formname           = v_form_name
        IMPORTING
          fm_name            = v_namef
        EXCEPTIONS
          no_form            = 1
          no_function_module = 2
          OTHERS             = 3.
      IF sy-subrc = 0.
       break mhusin.
      ENDIF.
    starting here. ***
    Set title for the output
      lv_subject = 'Smartforms.'.
    Set control parameters to "no dialog"
      lw_control_parameters-no_dialog = lc_true.
    IF lw_service_subject-code = lc_fm1.
    *--- To get output device type
      CALL FUNCTION 'SSF_GET_DEVICE_TYPE'
        EXPORTING
          i_language    = v_language
          i_application = 'SAPDEFAULT'
        IMPORTING
          e_devtype     = v_e_devtype.
      lw_output_options-tdprinter = v_e_devtype.
      lw_control_parameters-getotf = 'X'.
      IF sy-subrc = 0.
       break mhusin.
      ENDIF.
    Set output options
      lw_output_options-xsf        = lc_true.
      lw_output_options-xsfcmode   = lc_true.
      lw_output_options-xsfoutmode = 'A'.
      lw_output_options-xsfoutdev  = space.
      lw_output_options-xsfformat  = lc_true.
      lw_xsfparam_line-name  = lc_graphics.
      lw_xsfparam_line-value = lc_extract.
      APPEND lw_xsfparam_line TO lw_output_options-xsfpars.
      lw_xsfparam_line-name  = lc_graphics_directory.
      lw_xsfparam_line-value = lc_mygraphics.
      APPEND lw_xsfparam_line TO lw_output_options-xsfpars.
      lw_xsfparam_line-name  = lc_content_id.
      lw_xsfparam_line-value = lc_enable.
      APPEND lw_xsfparam_line TO lw_output_options-xsfpars.
    Get the smartform content
      CALL FUNCTION v_namef
        EXPORTING
          control_parameters   = lw_control_parameters
          output_options       = lw_output_options
    *pass other application specific parameters (eg order number, items ).
      IMPORTING
          job_output_info    = lw_job_output_info
      TABLES
          tt_tabh              = tt_tabh
          tt_tabb              = tt_tabb
          tt_tabf              = tt_tabf
      EXCEPTIONS
          formatting_error = 1
          internal_error   = 2
          send_error       = 3
          user_canceled    = 4
          OTHERS           = 5.
      IF sy-subrc = 0.
       break mhusin.
      ENDIF.
      lw_html_data  = lw_job_output_info-xmloutput-trfresult.
      lt_graphics[] = lw_job_output_info-xmloutput-xsfgr[].
      CLEAR lv_html_xstr.
      LOOP AT lw_html_data-content INTO lw_html_raw.
        CONCATENATE lv_html_xstr lw_html_raw INTO lv_html_xstr IN BYTE MODE.
      ENDLOOP.
      lv_html_xstr = lv_html_xstr(lw_html_data-length).
      CALL FUNCTION 'SCP_TRANSLATE_CHARS'
        EXPORTING
          inbuff       = lv_html_xstr
          incode       = lv_incode
          csubst       = lc_true
          substc_space = lc_true
        IMPORTING
          outbuff      = lv_html_str
          outused      = lv_html_len
        EXCEPTIONS
          OTHERS       = 1.
    *HACK THE HTML CODE GENERATED BY SMARTFORM TO MAKE THE
    *EXTERNAL IMAGES APPEAR AS <IMG> TAG IN HTML
      REPLACE ALL OCCURRENCES OF '<IMG' IN lv_html_str WITH '<IMG' IGNORING CASE.
      REPLACE ALL OCCURRENCES OF '/>' IN lv_html_str WITH '/>' IGNORING CASE.
      REPLACE ALL OCCURRENCES OF '</A>' IN lv_html_str WITH '' IGNORING CASE.
      REPLACE ALL OCCURRENCES OF '<' IN lv_html_str WITH '<' IGNORING CASE.
      REPLACE ALL OCCURRENCES OF '>' IN lv_html_str WITH '>' IGNORING CASE.
    CALL METHOD html_control - >load_mime_object
       EXPORTING
         object_id  = 'ZWN'
         object_url = 'ZWN.GIF'
       EXCEPTIONS
         OTHERS     = 1.
      REPLACE ALL OCCURRENCES OF lc_utf8 IN lv_html_str WITH lc_latin1.
    REPLACE ALL OCCURRENCES OF lc_utf8 IN lv_html_str WITH 'iso-8859-1'.
       break mhusin.
      lv_html_len = STRLEN( lv_html_str ).
      lv_offset = 0.
      lv_length = 255.
      WHILE lv_offset < lv_html_len.
        lv_diff = lv_html_len - lv_offset.
        IF lv_diff > lv_length.
          lw_soli-line = lv_html_str+lv_offset(lv_length).
        ELSE.
          lw_soli-line = lv_html_str+lv_offset(lv_diff).
        ENDIF.
        APPEND lw_soli TO lt_soli.
        ADD lv_length TO lv_offset.
      ENDWHILE.
      CREATE OBJECT lc_mime_helper.
      CALL METHOD lc_mime_helper->set_main_html
        EXPORTING
          content     = lt_soli
          filename    = lv_name
          description = lv_subject.
      LOOP AT lt_graphics INTO lw_graphics.
        CLEAR lv_xstr.
        LOOP AT lw_graphics-content INTO lw_raw.
          CONCATENATE lv_xstr lw_raw-line INTO lv_xstr IN BYTE MODE.
        ENDLOOP.
        lv_xstr = lv_xstr(lw_graphics-length).
        lv_offset = 0.
        lv_length = 255.
        CLEAR lt_solix[].
        WHILE lv_offset < lw_graphics-length.
          lv_diff = lw_graphics-length - lv_offset.
          IF lv_diff > lv_length.
            lw_solix-line = lv_xstr+lv_offset(lv_length).
          ELSE.
            lw_solix-line = lv_xstr+lv_offset(lv_diff).
          ENDIF.
          APPEND lw_solix TO lt_solix.
          ADD lv_length TO lv_offset.
        ENDWHILE.
        CONCATENATE lc_mygraphics lw_graphics-graphics text-001 INTO lv_filename.
        CONCATENATE lc_mygraphics lw_graphics-graphics text-001 INTO lv_content_id.
        lv_content_type = lw_graphics-httptype.
        lv_obj_len      = lw_graphics-length.
    *Add images to the email
        CALL METHOD lc_mime_helper->add_binary_part
          EXPORTING
            content      = lt_solix
            filename     = lv_filename
            extension    = lv_bmp
            description  = lv_description
            content_type = lv_content_type
            length       = lv_obj_len
            content_id   = lv_content_id.
      ENDLOOP.
      TRY.
          lv_subject = lv_subject.
          lc_doc_bcs = cl_document_bcs=>create_from_multirelated(
                   i_subject          = lv_subject
                   i_multirel_service = lc_mime_helper ).
        CATCH cx_document_bcs INTO lc_send_exception.
        CATCH cx_bcom_mime INTO lc_send_exception.
        CATCH cx_gbt_mime INTO lc_send_exception.
      ENDTRY.
    Create send request
      TRY.
          lc_bcs = cl_bcs=>create_persistent( ).
        CATCH cx_send_req_bcs INTO lc_send_exception.
      ENDTRY.
      TRY.
          lc_bcs->set_document( i_document = lc_doc_bcs ).
        CATCH cx_send_req_bcs INTO lc_send_exception.
      ENDTRY.
    Set-up email receiver
      lv_mail_address = '[email protected]'.
    TRANSLATE lv_mail_address TO UPPER CASE.
      TRY.
          lc_recipient = cl_cam_address_bcs=>create_internet_address(
              i_address_string = lv_mail_address ).
        CATCH cx_address_bcs INTO lc_send_exception.
      ENDTRY.
      TRY.
          lc_bcs->add_recipient( i_recipient = lc_recipient ).
        CATCH cx_send_req_bcs INTO lc_send_exception.
      ENDTRY.
    Send smartforms as HTML email
      TRY.
          lc_bcs->send( ).
        CATCH cx_send_req_bcs INTO lc_send_exception.
      ENDTRY.
      COMMIT WORK.
      WRITE:/ 'Mail sent'.
    ENDFORM.                    "call_smartforms
    End Code --->
    Thanks and Regards.

    1- put your images in a directory under the web app directory. Example: app/images/
    2- in your jsp, use: String file = application.getRealPath("/images/"); to get the images directory. See http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/servlet/ServletContext.html#getRealPath(java.lang.String)
    3- it's not the right forum to post this kind of question. Post them in the JSP/Servlet JSTL forum instead

  • How to export  HTML from Indesign CS5

    Hi there, I was trying to automaticly export a selection (frame for example) of my indesign active document in CS5 into an HTML file. I did that with CS5.5 and i was able to do :
         activeDoc.pageItems.item(i).exportFile("HTML", htmlFile, false);  -> works perfectly in CS5.5 and it only export my selection in html with all the linked asset in a directory, as i want !
    But surprise ! in CS5 you don't have an HTML export option........you have a "export for Dreamwaver" option ! this is ok I mean whatever....but now how do i do that in my script ?
    The customer works on CS5 obviosuly don't want 5.5 for now
    TY for heling folks

    I need some help please !
    I tried on this path :
    activeDoc.pageItems.item(i).select();
    var myMenuAction:MenuAction = app.menuActions.item("Dreamweaver...");
    myMenuAction.invoke();
    but then you have to set the exportOptions...and all this automaticly and after trying it seems so complicated for what i intend to do....for the record in CS5.5 i do activeDoc.pageItems.item(i).exportFile("HTML", htmlFile, false); and it is exactly where i want to go...........
    help request TY everyone

  • How can export html from muse right into the folder without domain?

    When i watch video tutorials there's no inquiry for domain but in ''my'' muse there is so i cant just save an html

    I have no idea WHY the domain name is asked for at Export as HTML. The name seems to serve no purpose. I just enter a bogus name [xxx.com] pick a Location. I then use FTP client to send to host in any folder/directory I name using said FTP client.
    Screen shot of folder. The asked for domain name is no where to be found and seems to have NO bearing on FTPing to host.

  • Exporting to HTML from InDesign CS4

    I what may be an odd issue.  I am working with InDesign to create client alerts for my firm.  We send these out via email.  Currently we are using a 3rd party application called ExactTarget for the mass-email, then creating the INDD file and exporting to PDF to post to the web as an attachment.  We are converting to using the email campaign too in our new contact database, ContactEase.  This requires creating the email body in HTML.  It would save me a lot of work if we could export the INDD file to a PDF to post to the web AND to an HTML that can be used to send the email. 
    Unfortunately, when I use the "Export to Dreamweaver" function in INDD to create the HTML file, I get a very simplistic page that does not reflect my original layout.  I have also tried selecting SWF as the type under "Export."  In this instance, I get the file formatted well, but I can only see the first page.  Has anyone else had experience exporting to HTML from INDD and retaining the formatting?  Is there a step I am forgetting?  Or perhaps an easier way to go about this?  Id' really rather not have to create the page template in HTML and have to continue to basically creating the document twice (once for email and once for web).
    Any direction/assistance is appreciated!  Thank you in advance.

    To get HTML exporting to work you have to style all the text and then recreate matching CSS styles in your HTML editor. When you export, the Advanced tab (CS3) lets you decide whether to create empty CSS declarations or link to an external CSS doc.
    I use one paragraph style for all the text which exports as something like p.mytext, then use character styles for everything else, which get exported as something like span.myhead. The exported XHTML style section might look like this when you choose empty declarations:
    p.mytext {}
    span.bold {}
    span.myhead {}
    span.italic {}
    span.link {}
    span.smallcaps {}
    span.subhead {}
    Where you need to fill in the properties between the brackets like this:
    p. mytext {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    span.bold {
    font-weight: bold;
    span.myhead {
    font-size: 20px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #C06000;
    span.italic {
    font-style: italic;
    span.smallcaps {
    letter-spacing: 3px;
    font-size: 75%;
    word-spacing: -2px;
    color: #444444;
    span.link {
    text-decoration: none;
    color: #CC9900;
    span.subhead {
    font-size: 14px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    color: #666666;
    font-weight: bold;
    letter-spacing: 0.75px;
    You have to have a reasonable grip on CSS in order to get it all to work.

  • Exporting data from ALV Report...

    Dear All,
    While I am exporting data from ALV report to any other Format (Excel, Txt, HTML) it only export the data of last column, but the heading is comming properly and also the column heading is displaying properly.
    So how to rectify it. (the report is Object Oriented).
    Regards,
    Dahrmesh

    Hi Davabap,
    Refer this sample program "BCALV_GRID_VERIFY" . I hope it is problem with structure mismatching.
    Otherwise can you paste your code ?
    Regards,
    Vicky
    PS: Award points if helpful

  • I cannot export projects from GB in my MacBook into GB on my iPad3; nor can I export from IPad to my MacBook. I have tried going onto Apps update on the MacBook, but there were none available. I have read that this omission is to be corrected - can you co

    I cannot export projects from GB in my MacBook into GB on my iPad3; nor can I export from IPad to my MacBook. I have tried going onto Apps update on the MacBook, but there were none available. I have read that this omission is to be corrected - can you confirm this is intended to happen, or is it already in process. While awaiting for this essential development, can you please suggest any way of transferring information either way?

    spicer_the_coalman wrote:
    I cannot export projects from GB in my MacBook into GB on my iPad3
    http://www.bulletsandbones.com/GB/GBFAQ.html#exportgbxtogbi
    (Let the page FULLY load. The link to your answer is at the top of your screen)
    spicer_the_coalman wrote:
    nor can I export from IPad to my MacBook.
    http://www.bulletsandbones.com/GB/GBFAQ.html#exportgbitogbx
    (Let the page FULLY load. The link to your answer is at the top of your screen)

  • Export data from BW to oralce with open hub service.

    Hi Dear all,
    When I tried to export data from BW to oralce with open hub service. There is no available RFC destination for this oracle system. That means i need to create a RFC destination for the oracle server.
    How can i achive this, in SM59? But U don't know much how to configure this. Is there any expert can help me there?
    Kevin

    Hi kevinhuang  ,
    RFC connection.......... You can check in SM59 tcode...Double click on the the desired Source system
    or
    RSA1-->Source systems and then right click on Source system and Check
    To test RFC connection...RSA1 ....Source system....... Right click on desired source system >> Connection Parameter.....Test connection
    Pls go thru this links,
    http://help.sap.com/saphelp_nw70/helpdata/EN/43/79f902dfb06fc9e10000000a1553f6/frameset.htm
    BI Open Hub Destination and data transfer process setup
    http://www.ibm.com/developerworks/data/library/techarticle/dm-0802li/index.html
    Hope this helps U.
    Regards
    Chandra Sekhar
    Edited by: Chandra  Sekhar T on Apr 21, 2009 3:36 PM

  • How do i export text from a pdf?

    I don't know which adobe to purchase in order to export text from a pdf and move it to a spreadsheet.... can someone please help?

    Hi losjovenes1,
    You can use Adobe Acrobat for the purpose.
    If you need just a part of the PDF file in another format, you don’t need to convert the entire file and then extract the relevant content. You can select parts of a PDF file and save it in one of the supported formats: DOCX, DOC, XLSX, RTF, XML, HTML, or CSV.
    Use the Select tool and mark the content to save.
    Right-click on the selected content and choose Export Selection As.
    Select a format from Save As Type list and click Save.
    Regards,
    Rave

  • C# winform + crystalreportviewer to export HTML format  ?

    Hi,guys.
      I create a winform app with a crystalreportViewer[cr dev for vs 2012], and i found CR can export many formats,like pdf,word,excel.
      But I can't find "HTML" format. Although I know we can export HTML in the editor environment's preview mode, but my winform app can't export.
      What should I do?Many thanks!
    Message was edited by: Ludek Uher

    What you want to do is load a strongly typed report. This method of loading a report uses the ReportDocument component from the Components tab of the ToolBox.  When this component is added to the form, a dialogue box appears and prompts the Developer as to which type of Component to add to the form -> Crystal Report.
    Imports CrystalDecisions.CrystalReports.Engine
    Imports CrystalDecisions.Shared
    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
            crReportDocument = New test
            CrystalReportViewer1.ReportSource = crReportDocument
        End Sub
    Remeber that a strongly typed report is compiled into the app exe. E.g.; use with care as the exe size will grow by leaps and bounds...
    - Ludek  
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

Maybe you are looking for

  • How to see actual fonts while composing mail?

    This is driving me crazy. I often copy and paste different bits of text from other sources into email messages I compose in Mail. When I paste in the text, it always appears to be in the same font and size as the existing text. Once I send the email,

  • Problem in FILE to RFC scenerio

    Hi, I am working on File to RFC Scenerio I am getting a problime in Communication channel (Sender). The problem is coming in File COntent Conversion Parameters are like Documenet name : MT_ROXY ( ->Header -> EMPNO                                     

  • Metadata upload issue in PI 7.4 Java stack

    Hello All, I need your help. We are using PI 7.4 single stack and for one Idoc scenario, we wanted to upload idoc metadata from ECC system with Version 4.6. we are facing Error : IDOC_ERROR_METADATA_UNAVAILABLE. We have successfull connection in plac

  • New to iweb

    every time i open i web it does not pull up the template pages... i have subsricbed and everything. i can't even add a page. help? does anyone have any answers?

  • Handling mail only for a particular host

    Hi all, I have Messaging Server 5.2 on an internal machine that gets it's external mail from an outfacing mailhub. The machine is 'messaging.domain.uk' but somewhere the rules in imta.cnf try to handle mail for '*.domain.uk'. When I try to send an in