Help with FCC parameters

Hi,
I have the source file in the following format
USD
2345
23443
23454
234543
23456
23456
234546
23456
23454
23462
5634
USD
2345
23454
234543
234546
23456
23454
23462
I want to accept all the data as single Field
What FCC parameters do I need to place?
I placed endseperator as 'nl' and without fieldSeperator, the file s not being picked
I have declared the source file as STRING. how to I specify the maxlength to the MAX when I specify it as "............" generating me error message.
Thanks,
Nikhil.

>>I would like to accept all the records at the same time as Single field
Do u mean that u need to have the total content of the file to be as a single field?
For this input
USD
2345
23443
23454
234543
23456
23456
234546
23456
23454
23462
5634
USD
2345
23454
234543
234546
23456
23454
23462
1. Do u need to create 2 records of single field each 0r
2. Do u need to create a single record with single field holding all the data.
Regards
San

Similar Messages

  • Help with FCC

    hello,
    following is XSD. how do i set FCC parameters for the following code?
    <?xml version="1.0" encoding="ISO-"?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http:...................." targetNamespace="...................">
         <xsd:complexType name="DT_MN">
              <xsd:annotation>
                   <xsd:appinfo source="http://sap.com/xi/TextID">
                   xxxxxxxxxxxxxxxxxxxxxxxxxx
                   </xsd:appinfo>
              </xsd:annotation>
              <xsd:sequence>
                   <xsd:element name="root" minOccurs="0" maxOccurs="unbounded">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                             </xsd:appinfo>
                        </xsd:annotation>
                        <xsd:complexType>
                             <xsd:sequence>
                                  <xsd:element name="AccountNum">
                                       <xsd:annotation>
                                            <xsd:appinfo source="http://sap.com/xi/TextID">
                                            xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                                            </xsd:appinfo>
                                            <xsd:documentation xml:lang="EN">
                                            Customer account number
                                            </xsd:documentation>
                                       </xsd:annotation>
                                       <xsd:simpleType>
                                            <xsd:restriction base="xsd:string">
                                                 <xsd:maxLength value="80" />
                                            </xsd:restriction>
                                       </xsd:simpleType>
                                  </xsd:element>
                                  <xsd:element name="AddressDisplay">
                                       <xsd:annotation>
                                            <xsd:appinfo source="http://sap.com/xi/TextID">
                                            xxxxxxxxxxxxxxxxxxxxxxxxxxxx
                                            </xsd:appinfo>
                                            <xsd:documentation xml:lang="EN">
                                            Display name of the bill-to address
                                            </xsd:documentation>
                                       </xsd:annotation>
                                       <xsd:simpleType>
                                            <xsd:restriction base="xsd:string">
                                                 <xsd:maxLength value="80" />
                                            </xsd:restriction>
                                       </xsd:simpleType>
                                  </xsd:element>
    regards,
    venkat.

    Hi Venkat,
    Below is the example when you have HEADER & ITEM structure.
    FCC is case sensitive, give all the names in FCC same as your Data Type.
    In <b>Recordset Structure</b> = Header,1,Item,*
    Header.fieldFixedLengths = (field lengths) e.g. 1, 4, 7
    Header.fixedLengthTooShortHandling=ignore
    Header.endSeperator='nl'
    Item.fieldFixedLengths = give the item field length as shown above
    Item.endSeparator = 'nl'
    Item.lastFieldsOptional = YES
    Regards,
    Sarvesh

  • Help with URL Parameters and HTML DataSet please.

    Hello everybody!
    Looking at the example page: "Using URL Parameters to Control Data Regions", towards the bottom it gives an example of "Set by Product Name", from an XML DataSet using the following sample code:
        //Data set for the second example. var ds2 = new Spry.Data.XMLDataSet("../../demos/products/products.xml", "products/product");    //If the URL parameter 'product' has a value, set the XPath that includes a filter and then load the data. if (params.product){    ds2.setXPath("products/product[name = '"+params.product+"']");    ds2.loadData(); }
    Can anyone please explain how to amend this to work with a HTML Dataset rather than XML?
    The first example on the page (Set by RowID) works unchanged for the HTML DataSet, but I don't know what I should replace the 'setXPath' line with.
    I see this has been asked before, but I'm afraid I can't find any answer that works (or, more often, that I can understand properly!)
    Grateful for any suggestions.
    Len

    Wow! Thanks Ben.
    I hadn't thought about using Stacked Containers.
    I'll test this out tonight and let you know how I get on.
    Cheers,
    Len
    A few days later and at last I've been able to test your suggestions.
    I think I must be doing something wrong as the links and content don't work at all:
    http://www.myosanthe-bernhard-huber.com/html/stack1.php
    I know that the stacked containers do work (http://www.myosanthe-bernhard-huber.com/html/stack0.php), so I guess there are some errors in the coding somewhere.
    Would you mind reviewing, please?
    The important thing for me (in this case, anyway) is to get the called page's content using its 'Ref', and I'm not sure what benefit there is in using stacked containers as opposed to master-detail containers.
    The master-detail method works reasonably well for me at
    http://www.myosanthe-bernhard-huber.com/html/fotoalbum.php and sub-pages.
    Perhaps I am betraying my lack of knowledge, but as I said in my original post, I think that I just need the HTMLDataSet equivalent to:
        //Data set for the second example.
    var ds2 = new Spry.Data.XMLDataSet("../../demos/products/products.xml", "products/product");
       //If the URL parameter 'product' has a value, set the XPath that includes a filter and then load the data.
    if (params.product){
       ds2.setXPath("products/product[name = '"+params.product+"']");
       ds2.loadData();
    which as you can see uses an XMLDataSet, but does exactly what I need.
    (see http://labs.adobe.com/technologies/spry/samples/data_region/DataWithURLParams.html)
    Thanks again for your help, Ben.
    Len
    Message was updated by: ec1lennie

  • SAPRFC - Help with Export parameters

    Hi, I need to connect SAP through PHP and I'm using SAPRFC.
    I have problems when the RFC used EXPORTS (works well with IMPORTS and TABLES). I tried in all ways that I found on the
    Internet, but not accomplished fix it. In some cases, no receipt data, and in other only achievement print the first
    character of each field.
    Example:
    $result=$sap->callFunction("BAPI_USER_GET_DETAIL",array(array("IMPORT","USERNAME",< USER >),array("EXPORT","LOGONDATA",array())));
    if ($sap->getStatus() == SAPRFC_OK)
         foreach ($result["LOGONDATA"] as $solicitud)
              echo $solicitud["LOGONDATA"];
    In this case, I get only the first character of each of the fields of LOGONDATA. I hope that you can help me.
    Thank you!

    I made the suggested change:
    exp / file=$file tables=shrlgpa query=" where shrlgpa_pidm in (Select sztahbr_pidm from purdue.sztahbr where sztahbr_to_extract=\'Y\' and sztahbr_export_status=\'N\')"
    and got the following error:
    LRM-00116: syntax error at 'sztahbr_to_extra' following 'where'
    EXP-00019: failed to process parameters, type 'EXP HELP=Y' for help
    Shannon

  • Help with passing parameters to Aspell from C [SOLVED ENOUGH]

    I found this really cool utility called aspellstdout that will allow for rudimentary spell check in Scite:
    http://www.distasis.com/cpp/scitetip.htm#spell
    What I can't figure out (and the author didn't either) is how to pass parameters beyond language to Aspell. What I want to be able to do is pass mode switches. For instance, if I have a LaTeX document I want to be able to pass the -t switch (--mode=tex). I looked through aspell.h and couldn't see what I'm looking for.
    --EDIT--
    The output to xterm option is far easier and it makes quite a bit more sense now that I'm use to it. From my .SciTEUser.properties:
    # Rudimentary LaTeX Spell Checker
    command.name.2.$(file.patterns.tex)=Spell Check
    command.2.$(file.patterns.tex)=xterm -e aspell -t -c $(FileNameExt)
    command.subsystem.2.$(file.patterns.tex)=0
    Last edited by skottish (2008-09-08 01:58:57)

    Hi,
    I see you're using System.Data.OracleClient (which has been deprecated by MS) rather than Oracle.DataAccess.Client, but this works for me with Oracle's ODP, maybe it will help.
    Cheers,
    Greg
    using System;
    using System.Data;
    using Oracle.DataAccess.Client;
    using Oracle.DataAccess.Types;
    public class dataadapterfill
        public static void Main()
            using(OracleConnection con = new OracleConnection("user id=scott;password=tiger;data source=orcl"))
                con.Open();
                using(OracleCommand cmd = new OracleCommand("select ename from emp where ename = :1", con))
                    cmd.Parameters.Add(new OracleParameter("myename", OracleDbType.Varchar2, 50)).Value = "KING";
                    OracleDataAdapter da = new OracleDataAdapter(cmd);
                    DataSet ds = new DataSet();
                    da.Fill(ds);
                    foreach (DataRow row in ds.Tables[0].Rows)
                        Console.WriteLine("ename: {0}", row["ename"]);
    }

  • Help with formatting parameters in html output?

    Hi --
    I would like to use a style sheet to adjust the way that javadoc displays lists of parameters below each method. In the HTML output, the code around the parameter name and description looks like this:
    <dd><code>filterContainers</code> - True if the containers within the database
    are to be considered individually during task assignment; false if the entire database is to be assigned as a single task.
    </dd>
    I apologize if this is basic CSS question, but I don't understand how to change the way 'filterContainers' is formatted -- maybe make it italic or something. I was also hoping to increase the padding below each parameter name/description because they seem to squished together.
    Any help is greatly appreciated.
    Jen

    Add this to stylesheet.css to make "filterContainers" italic:
    dl dd dl dd code {
    font-style: italic;
    }This adds space below lines inside dd
    dl dd dl dd {
    padding-bottom: 3px;
    }(You could change it to padding-top to add the space above instead.)
    The sequence "dl dd dl dd code" is the nested hierarchy of HTML tags relative to body.
    Here are the CSS elements defined above: (CSS 2.0)
    http://www.w3.org/TR/2005/WD-CSS21-20050613/propidx.html

  • Help with Page Parameters with PDK and/or PL/SQL

    Hello,
    I'm having difficulties get the real path of pages with PL / SQL. Another parameter that can not put the portlet in PL / SQL is the HTTP_REFERER.
    I read the PDK API but I could not understand how to use the
    HTTP_REFERER
    And as I get the realpath of the page? (In a portlet within the page in PL / SQL or JSP)
    Example: /portal/page/portal/groupage/page/page...
    Somebody can help me?
    Thks =]~

    Are you using Oracle Application Server Portal's PDK? If so, you would have better luck posting to that forum: Oracle Application Server Portal
    Greg

  • Help with sending parameters

    I have a datatable of which two columns(Name and Department) were made as URL , where on clicking goes to next page. When I click on Name, it should pass a paramaeter(save). When I click on Department , it should pass other parameter (copy)
    <h:datatable value = �#{employerInformation.empInfos}� var = �empTable�
    <h:commandLink immediate ="true" onmouseover="setParams(Emp,'Select','Employer')" action = "#{controller.control}" >
                                                                     <f:param name="empIdValue" value="#{empTable.empId}" />
                                                                     <f:param name ="save" value = "{param.save}" />// This is the save param I want to pass when I click on this
                                                                     <h:outputText styleClass="user" value="#{empTable.name}"/>
    </h:commandLink>
    The same way..I have a command link where I am passing copy parameter.
    For this I have getters and setters for Save and Copy in my dto (EmployerInformation).
    Also, I n faces-config..
    <managed-bean>
    <managed-bean-name> employerInformation </managed-bean-name>
    <managed-bean-class>dtc.dto. EmployerInformation </managed-bean-class>
    <managed-bean-scope>request</managed-bean-scope>
    <managed-property>
    <property-name>save</property-name>
    <value>#{param.save}</value>
    </managed-property>
    <managed-property>
    <property-name>copy</property-name>
    <value>#{param.copy}</value>
    </managed-property>
    </managed-bean>
    How can I get the value of save and copy on next screen when I click on respective links. When I click on Name..how can I get the �save� on next screen.
    Any suggestions

    Hi Raymond,
    I have <h:column> whici forgot to add in the poost. Also, since it would take soem time for you to go through all the code, I have cut and paste the part of the code.
    For more information..i have pasted the respective HTML code when I try for different values. Iss there any thing in my faces-config.xmal file with respective to save.
    If the code is <f:param name ="save" value = "#{param.save}" /> the respective generated HTML code is this
    document.forms['gdotCip']['save'].value='null
    <f:param name ="save" value = "#{save}" />
    document.forms['gdotCip']['save'].value='null
    any suggestions are a lot helpful
    Thanks again..

  • Help with FCC on receiver side

    Hey guys
    i have an XML structure on the receiver side as follows
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:MT_Invoices xmlns:ns0="urn:NOVInvoiceToSCO">
       <Invoice>
          <InvoiceProperties>
             <InvoiceNumber>sdds</InvoiceNumber>
             <InvoiceDate>dsd</InvoiceDate>
             <VendorNumber>dsd</VendorNumber>
             <InvoiceTypeCode>rer</InvoiceTypeCode>
             <PrimaryCurrency>
                <CurrencyCode>dd</CurrencyCode>
                <ExchangeRate>dsd</ExchangeRate>
             </PrimaryCurrency>
             <PaymentTerms>sd</PaymentTerms>
          </InvoiceProperties>
          <InvoiceDetails>
             <InvoiceLineItem>
                <WorkOrdernumber>dsd</WorkOrdernumber>
                <LineItemNumber>dsd</LineItemNumber>
                <InvoiceQuantity>
                   <Quantity>ds</Quantity>
                   <UnitOfMeasureCode>ds</UnitOfMeasureCode>
                </InvoiceQuantity>
                <LineItemInformation>
                   <LineItemMaterialNumber>sds</LineItemMaterialNumber>
                   <LineItemDescription>dsd</LineItemDescription>
                </LineItemInformation>
                <Pricing>
                   <UnitPrice>
                      <MonetaryAmount>dsd</MonetaryAmount>
                      <UnitOfMeasureCode>dsd</UnitOfMeasureCode>
                      <CurrencyCode>sds</CurrencyCode>
                   </UnitPrice>
                </Pricing>
                <LineItemtotal>
                   <MonetaryAmount>sd</MonetaryAmount>
                   <CurrencyCode>ds</CurrencyCode>
                </LineItemtotal>
                <Requisition>
                   <Number>ds</Number>
                   <LineItemNumber>ds</LineItemNumber>
                </Requisition>
                <Status>sd</Status>
             </InvoiceLineItem>
          </InvoiceDetails>
          <InvoiceSummary>
             <TotalLineItems>ds</TotalLineItems>
             <InvoiceTotal>
                <MonetaryAmount>ds</MonetaryAmount>
                <CurrencyCode>ds</CurrencyCode>
             </InvoiceTotal>
             <Tax>
                <TaxTypeCode>sd</TaxTypeCode>
                <TaxAmount>
                   <MonetaryAmount>ds</MonetaryAmount>
                   <CurrencyCode>s</CurrencyCode>
                </TaxAmount>
                <TaxReference>ds</TaxReference>
             </Tax>
          </InvoiceSummary>
       </Invoice>
    </ns0:MT_Invoices>
    <InvoiceProperties> is the header
    <InvoiceDetails>is the data
    <InvoiceSummary>is the trailer
    i am using the following on the receiver side under FCC
    Recordset Structure: Invoices,Invoice,InvoiceProperties,PrimaryCurrency,InvoiceDetails,InvoiceLineItem,InvoiceQuantity,LIneItemInformation,Pricing,UnitPrice,LineItemTotal,Requisition,InvoiceSummary,InvoiceTotal,Tax,TaxAmount
    Invoices.fieldSeparator     'nl'
    Invoice.fieldSeparator     ,
    Invoice.endSeparator     'nl'
    InvoiceProperties.fieldSeparator     ,
    InvoiceProperties.endSeparator     'nl'
    PrimaryCurrency.fieldSeparator     ,
    PrimaryCurrency.endSeparator     ,
    InvoiceDetails.fieldSeparator     ,
    InvoiceDetails.endSeparator     'nl'
    InvoiceLineItem.fieldSeparator     ,
    InvoiceLineItem.endSeparator     'nl'
    InvoiceQuantity.fieldSeparator     ,
    InvoiceQuantity.endSeparator     ,
    LineItemInformation.fieldSeparator     ,
    LineItemInformation.endSeparator     ,
    Pricing.fieldSeparator     ,
    Pricing.endSeparator     ,
    UnitPrice.fieldSeparator     ,
    UnitPrice.endSeparator     ,
    LineItemTotal.fieldSeparator     ,
    LIneItemTotal.endSeparator     ,
    Requisition.fieldSeparator     ,
    Requisition.endSeparator     ,
    InvoiceSummary.fieldSeparator     ,
    InvoiceSummary.endSeparator     'nl'
    InvoiceTotal.fieldSeparator     ,
    InvoiceTotal.endSeparator     ,
    Tax.FieldSeparator     ,
    Tax.endSeparator     ,
    TaxAmount.fieldSeparator     ,
    TaxAmount.endSeparator     ,
    Now i want the output of the following form
    Header
    Data
    Trailer
    Note:Data has occurence 0--* and both header and trailer have occurence 1
    i m unable to get the CSV file on the receiver side,can anbody cross check my parameters and lemme know whr i m wrong?
    thanx
    ahmad

    Hi Ahmad,
    give recordsetstructure : InvoiceProperties,1,InvoiceDetails,*,InvoiceSummary,1
    and in key-value pair give:
    InvoiceProperties.fieldFixedLengths : length of fields of InvoiceNumber,InvoiceDate..etc similarly for InvoiceDetails and InvoiceSummary
    InvoiceProperties.fieldSeparator , similarly for InvoiceDetails and InvoiceSummary
    Then you will get your req CSV file.
    Thanks,
    Rajeev Gupta

  • Help with passing parameters from a servlet to an applet

    dear all
    i m working on a application which will check weather a file is present in a server (webserver) if it is present then it will take the file name and put it into a drop down list and there is a button on click of which i m taking the call to an applet and then on that i need the file name if it is there then i use it to draw a graph
    i m struck on how to take parameter from Servlet -> Applet
    thanks
    Nakul

    hi,
    I understood your question,The context "servlet" cannot communicate to
    an applet becoz applet runs at clients browswer, rather you can communicate from an applet to servlet(HTTPURLCONNECTION class).
    Well coming to the problem, this is how i have understood your problem,
    basically uou get the list of files from the server using normal servelt programing and you will display in an html LIst box and then click the button to view the graph or chart ,
    then you just want to pass the filename which is there in the listbox to an applet and applet will display some image.
    As we know all that using <PARAM NAME=XX VALUE=YY> WE CAN GET THE VALUE IN APPLET BY USING GETPARAMTER() METHOD. and Im very sure that you are not asking that question. your question is like " both the applets and
    the listboxes will be loaded at once and when he selects one of the file from the list box then without refreshing the page , how to display the graph.
    Im i right?
    If so i guess you have to use javascript to do that stuff, and i think its like gave an id for the tag shown <applet id="yes">
    then in the javascript , you can call the Java applet methods (I have never tried before but seen some demos(i dont have that links- google it for inf))
    but i can give clue like.. trying the <PARAM VALUE=""> IF POSSIBLE
    CHAING THE HTML CONTENT IS POSSIBLE IN IE which is again through javascript by calling yes.innerHTML="<PARAM><PARAM><PARAM><PARAM>..."
    Im sure that you can call Java methods from javascript but i never tried and even you can pass an arguments to it.. Let me check out like
    becoz even im interested to know abt it
    bye
    with Regars
    Lokesh T.C

  • Help with SAPEVT Parameters

    I would like to pass the SAPEVT parameter from outside SAP directly into an ABAP program.  Is it possible to pass the actual value of an SAPEVT parameter into a custom ABAP program? 
    Regards,
    Darryl

    Welcome to SDN.
    Check out the following link.
    <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/fa/096e6b543b11d1898e0000e8322d00/frameset.htm">Triggering Events from External Programs</a>
    Regards
    Raja

  • Link a MATCHCODE (searchhelp) with a PARAMETERS?

    Hi,
    How can I link dynamically a search help with a parameters in the AT SELECTION-SCRENN ON VALUE REQUEST event ?
    Thanks?

    In earlier versions you could do this with function module HELP_VALUES_GET_WITH_MACO, but if you read the source code of this in ECC you will see it now just calls the F4IF_FIELD_VALUE_REQUEST and sets the "searchhelp" parameter with the matchcode required - so you can do the same inside your "value request" logic.
    Jonathan

  • Help with Find / Replace button title tag contents (text)

    Hi there,
    I designed my site with Sitegrinder (Medialab) –
    Currently all the title tags generated for buttons are the same as
    the actual html page name.
    The problem with this is that the tooltip which appears in
    browsers when you hover over the button with the mouse gives you
    the page name. Instead I want to use these tooltips to give the
    user an indication of what the function of the button is.
    An example: A zoom button above an image: Currenty the
    tootlip says “zoom imagename pagename” – Instead
    it should say “click here to zoom”.
    I need help to get the Dreamweaver Find and Replace tool to
    batch replace these tags for me for about a 100 pages.
    Here is an example of the code:
    <body>
    <div id="id1zoomimpastooilweddingbutton"><a
    href="zoomimpastooilwedding.html"
    title="zoomimpastooilwedding"></a></div>
    I only want to replace the text in the title tag - Since the
    text “zoom” appears several times in the body, I
    can’t get the Find tool to pick up and Replace the occurrence
    of “zoom” in the title only…….
    Options I’ve tried:
    Search Current document: Search for: “specific
    tag”: “title”, “containing”:
    “text” = zoom (I’ve tried this with
    “zoomimpastooilwedding” and zoom[^”]* with no
    results
    I’ve also tried: Search for: “specific
    tag”: “body”, “containing”:
    “specific tag” “title”
    “containing”: “text” = zoom
    etc……………..
    I need help with what parameters to enter in order to find
    and replace all the text within the title tag with my own text
    Thanks very much!
    Anton

    You have ~ 100 pages, each of which has images with title
    attributes (not
    tags), all of which BEGIN with the letters "zoom"?
    What do you want to replace that text with? Wouldn't it be
    different for
    each button? Or do you mean that you would do multiple
    sitewide searches,
    one for each button? This illustrates how wrong it is to not
    use DW
    Templates or server-side includes to simplify the management
    of your
    navigation elements....
    Did you ask Medialabs if it would be possible to specify this
    before
    generating the HTML?
    How did you like working with SiteGrinder? It looks like a
    nice product to
    me, although I'm not fond of the final results code-wise....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "unison123" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hi there,
    >
    > I designed my site with Sitegrinder (Medialab) ?
    Currently all the title
    > tags
    > generated for buttons are the same as the actual html
    page name.
    >
    > The problem with this is that the tooltip which appears
    in browsers when
    > you
    > hover over the button with the mouse gives you the page
    name. Instead I
    > want to
    > use these tooltips to give the user an indication of
    what the function of
    > the
    > button is.
    >
    > An example: A zoom button above an image: Currenty the
    tootlip says ?zoom
    > imagename pagename? ? Instead it should say ?click here
    to zoom?.
    >
    > I need help to get the Dreamweaver Find and Replace tool
    to batch replace
    > these tags for me for about a 100 pages.
    >
    > Here is an example of the code:
    >
    > <body>
    > <div id="id1zoomimpastooilweddingbutton"><a
    > href="zoomimpastooilwedding.html"
    > title="zoomimpastooilwedding"></a></div>
    >
    > I only want to replace the text in the title tag - Since
    the text ?zoom?
    > appears several times in the body, I can?t get the Find
    tool to pick up
    > and
    > Replace the occurrence of ?zoom? in the title only??.
    >
    > Options I?ve tried:
    >
    > Search Current document: Search for: ?specific tag?:
    ?title?,
    > ?containing?:
    > ?text? = zoom (I?ve tried this with
    ?zoomimpastooilwedding? and zoom[^?]*
    > with
    > no results
    >
    > I?ve also tried: Search for: ?specific tag?: ?body?,
    ?containing?:
    > ?specific
    > tag? ?title? ?containing?: ?text? = zoom etc?????..
    >
    > I need help with what parameters to enter in order to
    find and replace all
    > the
    > text within the title tag with my own text
    >
    > Thanks very much!
    >
    > Anton
    >
    >

  • File with variable structure how to define the FCC parameters for it?

    Hi all,
    I have a scenario which is File to IDOC
    and file structure is in this way
    Header: 
      HDR|ROSS-Daily-Inv|20111104
    Data : 
    INV|01|059EMS|107128|20111104|USD|21703|IN|1|  0.00| 0.00|60-5B-30|  600.00|VIAL|0.00|0.00|EM||NETDUE|CLINIC|Y||490000
    TOT|01|059EMS|107128||USD||||0|0
    INV|01|EXB001|107130|20111104|USD|02420|IN|1| 823600.00|  823600.00||  580.00|VIAL|0.00|0.00|||NET30|COMM|N||
    TOT|01|EXB001|107130||USD||||823600|823600
    Trailer:
    TLR|    6|     1382679.00
    can any help me defining the Datatype for this structure and FCC parameters
    Thanks
    Sai

    Hi,
    In Sender CC, use content conversion and especially these options:
    ¤ RecordSet Structure = Header , 1 , Data1 , * , Data2 , * , Footer , 1
    ¤ Key Field Name = MyKey
    ¤ Namea.keyFieldValue, to distinguish your different structures (records).
    for instance, like that:
    Header.keyFieldValue = HDR
    Header.fieldName = MyKey , xxxxx, yyyy
    Data1.keyFieldValue = INV
    Data1.fieldName = MyKey , xxxxx, yyyy
    Data2.keyFieldValue = TOT
    Data2.fieldName = MyKey , xxxxx, yyyy
    Footer.keyFieldValue = TLR
    Footer.fieldName = MyKey , xxxxx, yyyy
    Otherwise, in SDN with term "recordset" you will find some blogs...
    Regards.
    Mickael

  • What init parameters will help with the OBIEE performance..?

    Hi All
    By any chance does any one have info on What init parameters will help with the OBIEE performance..?
    Thanks

    fast=true ;-)
    What performance is causing you a problem? Data retrieval, general UI navigation? Its a massive area to cover. Can you be more specific?

Maybe you are looking for

  • Creating a new Lov in std oracle screen - iproc

    Hi, I want to create a new LOV in std oracle screen. I will create the item using personalize option. I will create the LOV Region with scope as public and VO etc in jdeveloper and deploy in instance Now will this region be available in personalize s

  • My application doesn't work with Webstart

    I have been trying to convert/get my application to work with webstart and I am at a very frustrating point. I have removed all calls to local files and replaced them with URL calls. I still get the following error, please help: java.lang.NoClassDefF

  • Basic IDOC types

    what are these  ORDERS05, DELIVERY03 & WMMBID02 i found that these are basic idoc types. what does it mean? Regards, pandu.

  • How to download Itunes to Windows OS ?

    On my Computer  (Windows7)  I download Itunes  but it does not complete the installation.  I get a message saying that I am not the "administrator" Why is this   ?

  • ESS Error com.sap.pcuigp.xssfpm.java.FPMRuntimeException

    Hi , I am having following problem ESS running on EP 6.0 SP21, I am getting follwing error. This error is coming from last 5-6 days. I am unable to find Srvconfig folder to check permission. I have already checked Content Provided by SAP --> End User