Expected value type: end-of-string infopath configuing the main submit button on the form.

Hi Everyone,
so I have run into this very odd problem. When I am trying to configure my main submit for my infopath 2010 form, and it says File Name, I put in concat(field 1, field 2, field 3), and when the form submits, I get the following as a name for my form: field
1, field 2, field 3, exactly like that. so I went back into the main submit and typed concat( and then used the function button, which brought up the list of controls to choose from, so I choose field 1, field 2, field 3 and when I hit ok, I keep getting this
error:
Expected value type: end-of-string
Actual value: ,
my:secReqMetaData/my:field 1-->,<-- my:secReqMetaData/my:field 2,my:secReqMetaData/my:field 3
does anyone have any idea why this is happening?
Best regards, Mike

Thanks for sharing the answer here, it would be helpful for others with similar issue.
Qiao Wei
TechNet Community Support

Similar Messages

  • Multi-language support for user-specified text strings used in the forms

    multi-language support for user-specified text strings used in the forms
    Instead of creating multiple forms, 1 in each different language, for the same service, is there any workaround?

    Hoan - is your question what are the considerations when creating multiligual catalogs? If so, I can tell you that at other clients I have seen them use a single catalog for one or two languages. For the two langugages, such as Spanish/English, you can create a single catalog with both of them. Once you get to more than two languages, the catalog would get unweildy and is therefore not suggested.

  • Making a form, why does the text type over top of itself in the form field?

    Hi, I am making a certificate form for a client to fill out and print when needed. I designed everything in InDesign, exported to pdf, and made a form field for Old English MT for the name and date. When I close the form editing window and type a name in the allocated spot, the letters type on top of each other, not left to right like normal. I am working on a mac, client is on a pc.

    Yes its possible it happens when there is a Duplicate Field on top of itself. I helped someone last year that had several fields that were duplicated.
    Open Acrobat.
    Go to tools menu
    Choose Forms.
    Click on Edit.
    Click the field(s) that appear to have duplicated text.
    If your keyboard has arrow keys click on the field then use arrow key to move to left, right, up, or down. If field shows underneath is not moved, delete the field selected.
    Repeat as needed.

  • Can you pass a hidden value along with your select option in the form selec

    Can you pass a hidden value along with your select option in the html form select

    Off topic. Locking.

  • How to trigger a value change listener in JSF without submitting the form

    hi friends,
    I have a JSF Page which contains a check box and a text box.
    I made the text box property as readonly.
    when i click the check box , i want to make my text box as editable.
    i achieved the above task by submitting the whole form when i click the check box.
    i want to acheive the same functionality with out submitting the form.
    In one of the references it is stated that "Value-changed handlers are executed if the page is submitted and the value of the component has changed."
    hope you got the question.
    please let me know, if you know the answer.

    Hi,
    If at all you dont want to submit the form and wanna reflect same form's field(s) as per the change in drop-down/check-box,
    you can simply achive it using traditional way of 'JavaScript'.
    For that you may typically give <h:form> tag any specific id say
    <h:form id="myForm"> and for dropdown/checkbox also you may give id say
    <h:selectBooleanCheckbox id="group" onchange="javascript:reflectChangedValue();"  ... >
    </h:selectBooleanCheckbox>and in the same JSP you can write any JS function say reflectChangedValue() as
    function reflectChangedValue()  {
         var formPrefix  = "myForm:";
         var groupId = formPrefix + "group";
         var value = document.getElementById(groupId).value;
          if(value) {
               // enale textbox here
          } else {
               // disable textbox here
    }For formPrefix and groupId, f you are having any doubts, you can refer to 'view source' from the browser,
    generated HTML of the working JSP.

  • The submit button on my form will not show the word SUBMIT. I type it in but as soon as I take the form out of edit mode SUBMIT disappears. The background is yellow and SUBMIT is in black. Any ideas?

    I can't make the word SUBMIT stay visible on the submit button

    Yes. They need to download Reader and then disable Google Chrome's internal PDF viewer and enable Adobe Reader.
    FireFox should also be configured to use Adobe Reader and not the internal PDF viewer.
    The internal viewers are created to process PDF documents by not including the features and code to process PDF forms.

  • Value type and 500 Internal Server Error (SOAP)

    Hi,
    I'm try to generate, by jdeveloper10g, an Oracle J2EE WebService, on an Oracle Application Server 10g.
    One method that i want to publish as web service should return a class, DBVarWS, created by me. This class has a public default constructor, every private fields has its get and set methods, and so on. Jdeveloper creates and deploys the WS without problem. The other methods of the ws work, but this one generate an Error 500:
    java.lang.StackOverflowError
         at org.apache.soap.util.xml.XMLJavaMappingRegistry.queryElementType_(XMLJavaMappingRegistry.java:220)
         at org.apache.soap.encoding.SOAPMappingRegistry.queryElementType_(SOAPMappingRegistry.java:593)
         at org.apache.soap.util.xml.XMLJavaMappingRegistry.queryElementType(XMLJavaMappingRegistry.java:235)
         at org.apache.soap.encoding.soapenc.SoapEncUtils.generateStructureHeader(SoapEncUtils.java:130)
         at org.apache.soap.encoding.soapenc.SoapEncUtils.generateStructureHeader(SoapEncUtils.java:117)
         at org.apache.soap.encoding.soapenc.BeanSerializer.marshall(BeanSerializer.java:88)
         at org.apache.soap.encoding.soapenc.ParameterSerializer.marshall(ParameterSerializer.java:108)
         at org.apache.soap.util.xml.XMLJavaMappingRegistry.marshall(XMLJavaMappingRegistry.java:292)
         at org.apache.soap.encoding.soapenc.BeanSerializer.marshall(BeanSerializer.java:133)
         at org.apache.soap.encoding.soapenc.ParameterSerializer.marshall(ParameterSerializer.java:108)
         at org.apache.soap.util.xml.XMLJavaMappingRegistry.marshall(XMLJavaMappingRegistry.java:292)
         at org.apache.soap.encoding.soapenc.BeanSerializer.marshall(BeanSerializer.java:133)
         at org.apache.soap.encoding.soapenc.ParameterSerializer.marshall(ParameterSerializer.java:108)
         at org.apache.soap.util.xml.XMLJavaMappingRegistry.marshall(XMLJavaMappingRegistry.java:292)
         at org.apache.soap.encoding.soapenc.BeanSerializer.marshall(BeanSerializer.java:133)
         ...and fade out, the same lines for 12 pages..
    Does anybody see where is my mistake??
    Below i copy the source code of the class that (i suppose) generates the problem..
    thanks a lot
    Mauro
    DBVarWS.java
    package ims.gui.dbConnectionWStoPublish;
    * <code>DBVar</code> contains the data you need to identify and retreive a
    * monitorable variable from the database of IMS.
    * When you log in the IMS, the application retreive a list of monitorable variable,
    * and store a DBVar object for every monitorable var.
    * DBVar does not contain the value of the variable: it is used to make the request
    * to the database to retreive that value(s).
    public class DBVarWS
    private String name;
    private String session;
    private int ta;
    private int instance;
    private String type;
    private String[] token;//"where" "time_ins" ">" etc
    //the var is been selected by the user?
    private boolean selected;
    * Creates a DBVar with the specified name
    * @param _name Name of the variable
    public DBVarWS(String _name)
    name=_name;
    selected=false;
    token=new String[20];
    for(int i=0;i<20;i++) token=null;
    public DBVarWS()
    token=new String[20];
    * Creates a DBVar with the specified name,session,ta,instance and type
    * @param _name Name of the variable
    * @param _session Session of the varible
    * @param _ta Target Address of the variable
    * @param _type Datatype of the the variable value: integer, double, etc
    public DBVarWS(String name,String session, int ta, int instance, String _type)
    name=_name;
    session=_session;
    ta=_ta;
    instance=_instance;
    type=_type;
    selected=false;
    token=new String[20];
    for(int i=0;i<20;i++) token[i]=null;
    * Return this DBVar object
    public DBVarWS getDBVar()
    return this;
    * Return the DBVar name
    * @webmethod
    public String getName()
    return name;
    * Return the DBVar session
    * @webmethod
    public String getSession()
    return session;
    * Return the DBVar target address
    * @webmethod
    public int getTa()
    return ta;
    * Return the DBVar instance
    * @webmethod
    public int getInstance()
    return instance;
    * Return the DBVar value type
    * @webmethod
    public String getType()
    return type;
    * Return the DBVar selected flag
    * @webmethod
    public boolean getSelected()
    return selected;
    * @webmethod
    public String[] getToken()
    return token;
    * Set the name of the DBVar
    * @webmethod
    public void setName(String _name)
    name=_name;
    System.out.println("name = "+_name);
    * Set the name of the DBVar
    * @webmethod
    public void setSession(String _s) { session=_s; }
    * Set the targeta address of the DBVar
    * @webmethod
    public void setTa(int _ta) { ta=_ta; }
    * Set the instance of the DBVar
    * @webmethod
    public void setInstance(int _inst) { instance=_inst; }
    * Set the type of the DBVar value
    * @webmethod
    public void setType(String _type) { type=_type; }
    * Set the selected flag of the DBVar.
    * Selected is true when the DBVar has been selected by the user
    * to be retreived from the database
    * @webmethod
    public void setSelected(boolean _c) { selected=_c; }
    * @webmethod
    public void setToken(String[] _token)
    token=_token;

    Ok the problem is solved, it was about webutil, I had a problem of path and concerning jacob.jar in the configuration files default.env of midtier
    If this can help someone
    Christophe

  • Post proft segment and cost center in a sales order with value type 4 in CC

    Hello,
    We have CO-PA activated in SD. When we create the Sales order the field "Profit Segment" is automatically filled (with the characteristics values) and additionally we field manually the cost center.
    The main problem is that when we post in the two CO objects the cost center becomes automatically with value type 11 "Statistical Actual".
    In the end of the month we need to do the Assessments (KSU5) from the invoices created from one cost center to various cost centers but since the cost center in the invoice has "statistical  actual" value type we can't do the assessments.
    Is there any way to post in profit segment and in cost center and the cost center becomes with value type 4 "Actual"?
    Thank You

    Hello,
    Thank You for you answer. I have one more question.
    Is there any way to desactivate the field "Proft Segment" only for a specific document type?
    I've already tried in transaction KE4W and system is not creating now the Profitability Analysis document but this field "Profit Segment" is still  with values so the cost center is still with value type 11.
    I've tried to delete manualy the values in the field Profitability Analysis but system gives me an error related with incomplete data in sales order. I've look in SD customizing and this field is not configured in the incomplete data messages
    Best Regards

  • How to set group name as default value in People Picker in Infopath 2010

    How to set group name (shareoint Groupname)  as default value in People Picker in Infopath 2010

    Under the Developer tab in Infopath you can manage Loading Events, unfortunetly i dont have Visual Studio on this PC so i cant laborate, but i believe it's rather simple to figure out.
    Edit: Found a easier way, through Data > Default Values.

  • Limit SC: value limit lower then expected value

    Hello,
    When I request a Limit item shopping cart and I, for example, set the valluelimit on u20AC400,- and the expected value on u20AC1200,-, the approval takes place on the amount entered in value limit (u20AC400,-), but the p-order inherts the amount in expected value (u20AC1200,-).
    In confirmation it is only possible to confirm u20AC400,-.
    This is not a desirable behaviour because the approval can be avoided and it could lead to "confirmation problems" when the values are entered wrong by mistake.
    Is there a solution that solves the problem?
    Thanks in advance!
    Regards,
    Jorgen

    Hi Jorgen ,
    The system uses the "Value limit" for any approval process and this
    value will be displayed on the PO. The "Expected Value" is used for
    controlling and represents the total commitment being made by the
    document. If your commitment ("Expected Value") is greater than your
    "Value Limit", then the purchaser can increase the "Value Limit" on
    the purchase order to allow the commitment to be met. For example,
    you have a purchase order that will be in effect for a while and you
    only want a limited amount released each month. You would enter the
    total amount in the "Expected Value" and each month you would increase
    the "Value Limit". This may be, for example, $12,000 for a year.
    However, you may not want the full $12,000 posted against the order all
    at once if it is a 12 month order for something recurring. You would
    put the "Value limit" at $1000, for example, because that controls the
    total that can be posted against the service entry sheet.
    Using BAdI BBP_DOC_CHECK_BADI, you could implement your own error
    message to be raised if you would prefer that the user cannot enter
    an "Expected Value" greater than the "Value Limit".
    I hope this information helps you.
    Best regards
    Summer

  • Value type changeable

    Hi guys
    Why can you see in "A" report, value type 21 (or 22), and in "B" report for same objects you see value type 50 (or 51)?
    Thanks
    Salvo50

    Hi,
    You can not change value type, where as it system gives based on the business transaction.
    It is possible to have different value type for same object depends on the transactions.
    Can you elaborate a bit more.
    Tnx.
    Abdul

  • Value type 61 (Down Payments) may not be carried forward in FM area

    Hi Friends,
    We have implemented Fund management in FY 2011. My requirement is i want carry forword budget down payment to nex fiscal year , plz suggest to configuration step , Process and Impact on Existing system.
    In FM budget When i  m trying to carry forward down payment which is recorded under PO through T code - "FMJ_ANZ " system showing me error.
    "Value type 61 (Down Payments) may not be carried forward in FM area 9000
    Message no. FI741
    Diagnosis
    Due to the settings for the selected update profile or due to the Customizing settings for the closing operations in FM, no carryforward is allowed in FM area 9000 for value type 61 (Down Payments) in the commitment budget and/or payment budget.
    Procedure
    Delete the entry for this value type or select a different value type, assign an update profile to the FM area which allows this value type to be carried forward, or change the Customizing settings for the closing operations in FM.
    Plz sugeest me config step, Process , and impact on existing scnerio.
    Regards
    Raheem

    Hi Team ,
    I have change Profile from "000102 to 000400 "  and allow valu type 61 for carry forward in testing server after that budget down poayment carry forward to new FY successfuly ,
    But when i am trying to make service entry sheet using ML81N system showing another error,"  098 Changing the assignment of payment or commitment budget is not allowed"  Snap shot is attached. is anything missed out.
    plz sugeest me what have to do in this case

  • GM Resource Related Billing on value type 57

    Hi Folks,
    I'm relatively new to SAP and my users have asked for a modification to the billing process for NIH and NSF grants(letter of credit).  Right now they are drawing down based on expenditures, but would like to change so it's based on cash disbursement. 
    I was thinking that we could setup a billing rule to look at Value Type 57, 95 and a couple of other custom value types to accomplish this.  Every time I test by processing cash payment cycle, and running gm_rrb_ind it gives the error ''No expenditure items found'.  I've tried a couple of changes (changed value type 57 to real posting on the grant) to see if they would help, but doesn't seem to make a difference. 
    Any tips you could provide would be much appreciated.
    Brian

    Check these threads whether it helps you
    [No expenditure item found|No expenditure item found;
    [Re: No expenditure items found in DP90|No expenditure items found in DP90;
    thanks
    G. Lakshmipathi

  • About value type and key figure type

    Hello Gurus,
              please explan the different usage of about value type and key figure type.  what is the typical values for both infoobjects ?
    Many thanks,
    Frank

    Hi,
    0METYPE is a key figure-specific info object usually used to define semantics of the individual business key figures in BW (for example, actual, commitment, plan, target values).
    Its a bi specific field which is filled from extract structure field named MEASTYPE table COSR
    Refer to OSS Note 523742 for how it is filled and the following link for additiona information.
    http://help.sap.com/saphelp_nw70/helpdata/en/91/ddd52b9ef30645a338e28aae443807/frameset.htm
    Note 523742 - BCT-CO: BW key figure model and R/3 tables for trans. data
    This note provides information on the key figure model in the area of BW Content CO-OM. It also gives an overview of the DataSources for transaction data and the corresponding source tables and value fields in the R/3 System.
    The key figure model for currency fields in the area of CO-OM contents affects the following info object of type key figure:
    0AMOUNT Amount
    The key figure itself does have any business semantics.
    The semantics of the individual business key figures in BW (for example, actual, commitment, plan, target values) is determined using combinations of values for the following key figure-specific info objects (see also the account model in SEM-BPS, note 407563):
    0METYPE Key figure type
    0VTYPE Value type for reporting
    --> 0VTDETL Details of the value type
    --> 0VTSTAT Statistics indicator for the value type.
    For example, using transaction SE16, the possible characteristics of the values of this InfoObject can be taken from the above-mentioned master data tables in R/3.
    The business key figures on the InfoCubes of the standard BW content were defined as restricted key figures using this semantics of the key-figure-specific characteristics.
    The conversion of the R/3 transaction data in the BW key figure model is carried out in the extractors using the ROMI_GET_VTYPE_AND_DETAIL function module. It primarily happens using the specified conversion tables.
    The following dependencies exist for the source tables of the DataSources:
    COSP_VTYPE for COSS, COSP, COVP,
    COSB_VTYPE for COSB,
    BPXX_VTYPE for BPGE, BPJA, BPEE
    If an R/3 source record cannot be converted using these tables, it may not be extracted to BW.The application log of the R/3 DataSource transaction RSA3 contains entries for the unconverted values after the test run.(The log function for the CO-OM DataSources was considerably improved by the correction for note 523655).
    The application log for the extraction runs from BW can be evaluated using transaction SLG1 (Object: RSAP, object information: RSAP_INFO)
    Furthermore, the semantics of a key figure are still determined by the time characteristics and the following key-figure-specific info objects:
    0CURTYPE Currency type (for more information, see note 517909),
    0DB_CR_IND Debit/credit indicator (for more information, see note 065075),
    0VERSION CO version
    -Vikram

  • InfoPath: Submit Button on Editing Tools Menu

    SharePoint 2010
    InfoPath 2010
    Web Browser Form
    I have successfully created and published my Web Browser Form and all is working.  The first 5 fields in my form are Text (string) fields, and the last field in my form is Rich Text (XHTML) since we need word wrap.  When the user clicks and enters
    text into the Rich Text field, the [Editing Tools/Format Text] menu becomes the active menu on the toolbar, and, of course, the Submit button is not on that menu.  I anticipate that the user will not know to click back on the Edit toolbar to see the Submit
    button.
    My questions are; is there any way to have a Text (string) field word wrap?  If not, how do I get the Submit button on all of the menus?
    Thank you.

    you can always add a submit BUTTON to your form (this happens quite frequently, and is often located at the bottom of the form)
    Scott Brickey
    MCTS, MCPD, MCITP
    www.sbrickey.com
    Strategic Data Systems - for all your SharePoint needs

Maybe you are looking for

  • Clearing charges

    Hi friends, While doing MIRO the clearing charges are being crediting to main vendor account. Have maintained the clearing agent vendor code in PO condition tab for all the items. Still it is crediting main vendor. Can anybody tellme what might be th

  • Skype cant connect please help!~

    So I have been getting ddosed latly so I looked up online how to prevent it and someone said they get my ip though skype. So I followed some steps to setup a proxy on skype and after I did that now when I goto sign in on skype it says "Skype can't co

  • Dynamic change in the query name based on user input

    Hi Gurus, In a scenario, country appears as a user input variable.When the user specifies his country, the same query displays <b>Business trends</b>' data pertaining to his own country and rest of the world(international) in two tables.The reports a

  • Creating IDoc from DMEE File Format

    Hi SDN, Can I create Custom IDOCs from the DMEE file format. The file is getting downloaded after the DMEE Run in a specific format individual to every company code. I want to generate IDOCs for every DMEE Run. Thanks, Manu

  • Books for C_TFIN52_64 certification

    i want to sit for the exam C_TFIN52_64 exam in sap financial i want to buy exam materials without attending training i have TFIN50 and TFIN 52 but i couldn't find TERP01,TERP02 and SM001 sor solution manager please i need your help i want to sit for