Value BLANK/SPACE not valid for cost element "Fund"

Hi!
We use funds management in our solution. It has worked fine in development but when doing the module tests we get the following error when creating a shopping cart:
Value BLANK/SPACE not valid for cost element "Fund"
When creating a PR in backend we do not get an error. So it should not be a problem in funds management.
Everything works fine when using BBPSC01 (central)
Any ideas?
Sincerely
Anders
Edited by: Anders Öhrling on Sep 29, 2008 11:33 AM

Ple provide the solution for Problem Resolve.

Similar Messages

  • Error "Value BLANK / SPACE is invalid for acc.asgnmnt.fund" in NWA Conf.

    Hello,
    We are currently upgrading to ECC 6.0 (from 4.7c) with EA-APPL 603 (SAPK-60303INEAAPPL) and EA-PS 603 (SAPK-60303INEAPS). When I tried to do network activity confirmation from CJ20N, it gave me an error message "Value BLANK / SPACE is invalid for account assignment fund". But then it posted the confirmation with NO actual costs and set the network activity system status to CNF. However, from CN25, with the same error, no confirmation is posted. Had anyone ever have this error from PS perspective (or perhaps in other module)? FYI - no material components assigned to NWA, hence no PR/PO from NWA. Also, FM is activated in our environment.

    Hi,
    Check out this note,
    Note 1106525 - Value Blank/Space is invalid for Account Assignment "Fund"
    Might be helpful.
    Regards,
    Gokul

  • Value Blank/space is invalid for account assignment element fund

    Hello!
    I created an invoice with several items linked to funds reservation.
    when the invoice has 2 line items, the payment run is executed without problem.
    when the invoice has more than 3 line items, the payment run is executed with error.
    The message error (message number F6804) is "value blank/space is invalid for account assignment element fund".
    I dont know where i should enter a valid value for fund.
    Thanks for your kind help!
    Chiachen

    Hi Chiachen,
    The problem occurred because the functional area is not inherited from the Purchase order during MIRO posting. As a result, error message F6841 is issued.
    There are 2 main programs for the FM derivation:
    1. Function Module FM_DERIVE_ACCOUNT_FROM_COBL
    2. Program LFMCOBLF06
    The latest notes which affects these 2 programs are 1244381 and 1247982.
    Kindly implement these notes using SNOTE.
    During this process, it should also bring in all the other pre-requisite notes. Do not worry if the
    symptoms described in the notes do not match yours. What's more important is to bring the coding in your system up to date. Please retest MIRO after the notes are applied. Let me know the results.
    Check also the notes 17941 and 982511.
    I hope it helps
    Best Regards,
    Vanessa Barth.

  • Getting error "this serial number is not valid for Premier Elements 12"

    My old computer crashed big time and I'm trying to install Elements 12 on a new computer.  Installed ok and when trying to register it, I'm getting the error message "This serial number is not valid for Premier Elements 12."  Didn't install Premier Elements 12, just Elements 12.  Unable to get any assistance yet from Adobe support, hope to learn something here.  Thanks in advance.

    Have you activated the product previously on more than two machines? You will need to contact Adobe directly using the link below. Use the dropdown menu for boxes (1) & (2) to scroll down the list and choose:
    1. Adobe Photoshop Elements
    2. Adobe ID, and signing-in
    3. Click on the blue button: Still need help? Contact us – then click the area marked chat 24/7, then click “start chat ”
    It’s usually possible to start a live chat, if an Adobe agent is free, and often to get the problem fixed right away. Have your serial number available. The agent can directly troubleshoot your system if you agree to activate the Adobe Connect add-on.
    Click here to get help now Contact Customer Care

  • Account not valid for cost center

    Hi,
       In MR11, I am getting error:
    Account 1223000 not valid with cost center or I/O only WBS is allowed.
    any ideas?

    Remove the cost center and populate WBS element. Looks like that account does not need cost center cost object but needs WBS only.

  • Values in CK13N not matching with cost element report

    Dear SAP Experts, when I go to t code CK13N in the column (Itemization of column) I can see for the cost elemnt total values as 241023 with the Qty as 10000, but when I check in the material & the report FBL3N not sure from where its taking 241023. When I run the FBL3N report do I have enter any specific dates to match the entires.
    Thanks in adv for your reply

    Dear Sachin
    CK13N is dependent on your  costing lot size where as in FBL3N you see the actual expenses posted to GLs so there is no match. For example in ck13n for labour charges you may be having a value of Rs 100000/- for 10000 qty lot size where as actually Rs 80000/- or 120000/- are booked for labour charges. then you will see 100000/-in CK13N whereas in FBL3N you will see 80000/- or 120000/- as the case may be.
    Means One is actual booking and the other is estimated figure for a certain costing lot size.
    Hope this clears your doubt.
    Regards
    Rajneesh Saxena

  • Space not preserving for span elements

    Hi,
    I am using TLF version 442 for my application.
    When i am doing some changes like making text bold like below:
    "For Flash 10" to "For Flash 10". Then it shows it correctly.
    But again if I export this and and reimport it shows "ForFlash10" i.e. It eliminates the spaces.
    I have tried for "XML.ignoreWhitespace", it solves this but if I am having multiple span elements with this then it will take each one on next line. As it preserves the spaces now.
    I want it on same line. Is there any way of doing this, ignoreWhiteSpaces is also not as per the expectation as it leaves unneccessary spaces for lines.
    Regards,
    Rajesh

    Hi Richard,
    while loading for the first time I have below markup:
    <TextFlow whiteSpaceCollapse="preserve" paddingBottom="10" paddingLeft="10" paddingRight="10" paddingTop="10" lineBreak="inherit" verticalAlign="middle" xmlns="http://ns.adobe.com/textLayout/2008">
      <p textAlign="center">
        <span fontFamily="Verdana" fontSize="41" color="0x0" LETTERSPACING="0" KERNING="0">
          For Flash 10 Please Do not Delete This Template
        </span>
      </p>
    </TextFlow>
    after I make "Flash" Italic the markup becomes:
    <TextFlow whiteSpaceCollapse="preserve" paddingBottom="10" paddingLeft="10" paddingRight="10" paddingTop="10" lineBreak="inherit" verticalAlign="middle" xmlns="http://ns.adobe.com/textLayout/2008">
      <p textAlign="center">
        <span fontFamily="Verdana" fontSize="41" color="0x0" LETTERSPACING="0" KERNING="0">
          For
        </span>
        <span fontFamily="Verdana" fontStyle="italic" fontSize="41" color="0x0" LETTERSPACING="0" KERNING="0">
          Flash
        </span>
        <span fontFamily="Verdana" fontSize="41" color="0x0" LETTERSPACING="0" KERNING="0">
          10 Please Do not Delete This Template
        </span>
      </p>
    </TextFlow>
    If we notice here it removes the space after "For" in first <span> and space before "10" in last <span>.
    I am getting these after I export this when I am done with Italic on word "Flash".
    For exporting I am using  below code:
    var exportXML:XML = XML(TextFilter.export(textFlow,TextFilter.TEXT_LAYOUT_FORMAT,ConversionType.XML_TYPE));
    Please let me know if I am making any mistake in this. My TLF version is 442 and Flex SDK is 3.2.
    Regards,
    Rajesh

  • Error "Value BLANK / SPACE is invalid..." F6(804) during NWA Confirmation

    Hello,
    We are currently upgrading to ECC 6.0 (from 4.7c) with EA-APPL 603 (SAPK-60303INEAAPPL) and EA-PS 603 (SAPK-60303INEAPS). When I tried to do network activity confirmation from CJ20N, it gave me an error message "Value BLANK / SPACE is invalid for account assignment fund". But then it posted the confirmation with NO actual costs and set the network activity system status to CNF. However, from CN25, with the same error, no confirmation was posted. Had anyone ever have this error from PS perspective (or perhaps in other module)? Are there OSS notes available for ECC6.0? FYI - no material components assigned to NWA, hence no PR/PO from NWA. Also, FM is activated in our environment.
    Thanks in advance folks!.
    T-

    Hi,
    Check out this note,
    Note 1106525 - Value Blank/Space is invalid for Account Assignment "Fund"
    Might be helpful.
    Regards,
    Gokul

  • There are values for cost element 80000 that are not assigned to any line I

    Hi,
    While calulating WIP I am getting below error:
    There are values for cost element 80000 that are not assigned to any line ID
    Message no. KJ161
    Diagnosis
    Not all values for the cost element are assigned to a line ID.
    Procedure
    Assign the cost element to a line ID. If you don't want to include the cost element in results analysis, assign it to a line ID of category N.
    You can access a detailed list of unassigned cost elements as follows: Start results analysis in the individual processing mode (transaction KKA1, KKA2, or KKA3). Select the field Full log. Execute the function. On the next screen, choose Logs -> Parameter List in the menu. A list is generated. The unassigned values are shown at the end of the list.
    If cost element "+++++++++" was shown in the message, this is because in the assignment of costs and revenues to line IDs, you have not used a cost element other than the full masking "+++++++++". In this case a presummarization eliminates the information on the cost element.
    Cost Element 80000 is of type 43 Internal activity allocation, I have Masked this in OKGB as below:
    Controlling Area = FLGP
    RA Version = 0
    Masked Cost Element = 000008++++
    Masked Cost Center = ++++++++++
    Masked Activity Type = +++++
    ReqToCap= COS (Secondary Cost)
    I have Configure OKGA also but still system is giving error.
    Please help me to understand.
    Regards,
    Vivek

    I was wondering if you could help me I am trying to configure the RA key for Refurb orders and when I go into txn OKGB for the Assignment of C/E for WIP there is sample config already there which I copied.  But I am having difficulty getting the KK1A to work I am getting the message as outlined above.  Could you explain how this OKGB works and how to configure it a bit more fully.  In my sample config there is a ReqTOCap section and in it there are letters like ABR, EK, FK, EL what do they mean.  This is a screen shot of it.  I am not sure how to go about this entirely so any light you could shed would be greatly appreciated.  Can you suggest a good resource or documentation you may have, would be greatly appreciated.

  • Error Message F6804 Value Blank/Space invalid for account assignment elemen

    Dear Experts,
    We have a problem in Travel Management,
    I have created a trip for paid by company expenses only and entered cost distribution (fund, funds center and WBS) in the trip.
    When I transfer a trip to FI through transaction PRRW throughing error message "F6804 Value Blank/Space invalid for account assignment element for fund and FI313 No funds center entered/ derived in Item".
    The paid by com. expenses receipts of wage types credited with - positive amount in 2nd symbolic account offsetting entry and flagged W/CO also the symbolic code linked to linked  to Temprary clearing GL it is BS GL .
    I checked all the existing threads messages but I did not get solution.
    the problem comes up from our upgradation, 6 months back we upgraded to ECC 6.
    We don't have any problems in our old 4.7 system still it is working fine.
    I created OSS but still they did not solved and they are refering all passed notes.
    could any one give the solution to come out from this problem?
    Thanks and Regards,
    Satya

    Hi Satya,
    Basically the error is because of Funds Management which you have activated. Please check the note 1268001, 701291, 558295 & 936658 but i dont know will this be helpful or not.
    Regards,
    S.Srikanth
    Edited by: SrikanthS on Oct 26, 2010 11:17 AM

  • BB Curve 8350 quit email function. Can't load address for email setup..."blank entry not valid" even though info entered

    HELP!!  My BB quit sending/receiving emails 6 weeks ago.  I tried to do the setup again, but error message says "Blank entry not valid" even though the info has been entered (Email & password)   I tried to get help from Sprint but as they aren't supporting BB anymore, they just want me to upgrade. 
    I swapped devices this AM (8350 Black for 8350 Red) and the same issue on this device.  Any assistance is welcome!!!
    Thank you!

    If they cannot resolve your issue ask them to escalate your case to RIM. it is what they are SUPPOSED to do when they cannot resolve a BlackBerry issue. Whoever you have been on the phone with does not know what they are doing.
    This forum is not an official support channel but rather a peer-to-peer support forum community where other users just like yourself help each other out with their BlackBerry device.
    Some things can only be solved by RIM, however, and the only channel to their support is through your carrier.
    1. Please thank those who help you by clicking the "Like" button at the bottom of the post that helped you.
    2. If your issue has been solved, please resolve it by marking the post "Solution?" which solved it for you!

  • Unable to create foreign key: InvalidArgument=Value of '0' is not valid for 'index'. Parameter name: index

    I am running an SQL(CE) script to create a DB. All script commands succeed, but the DB get "broken" after creating the last costaint: after running the script, viewing table properties of Table2 and clicking on "Manage relations" gives the following error: Unable to create foreign key: InvalidArgument=Value of '0' is not valid for 'index'. Parameter name: index. Wondering what does that refer to...
    Here it is the script. Please note that no error is thrown by running the following queries (even from code that passing the queries by hand, one-by-one to sql server management studio).
    CREATE TABLE [table1] (
    [id_rubrica] numeric(18,0) NOT NULL
    , [id_campo] numeric(18,0) NOT NULL
    , [nome] nvarchar(100) NOT NULL
    GO
    ALTER TABLE [table1] ADD PRIMARY KEY ([id_rubrica],[id_campo]);
    GO
    CREATE UNIQUE INDEX [UQ__m_campi] ON [table1] ([id_campo] Asc);
    GO
    CREATE TABLE [table2] (
    [id_campo] numeric(18,0) NOT NULL
    , [valore] nvarchar(4000) NOT NULL
    GO
    ALTER TABLE [table2] ADD PRIMARY KEY ([id_campo],[valore]);
    GO
    ALTER TABLE [table2] ADD CONSTRAINT [campo_valoriFissi] FOREIGN KEY ([id_campo]) REFERENCES [table1]([id_campo]);
    GO
    Sid (MCP - http://www.sugata.eu)

    I know this is kind of old post, but did this realy solved your problem?
    I'm getting this same error message after adding a FK constraint via UI on VS2008 Server Explorer.
    I can add the constraint with no errors, but the constraint is not created on the DataSet wizard (strongly typed datasets on Win CE 6) and when I click "Manage Relations" on the "Table Properties" this error pop out:
    "InvalidArgument=Value or '0' is not valid for 'index'.
    Parameter name: index"
    Even after vreating my table with the relation in SQL the same occurs:
    CREATE TABLE pedidosRastreios (
        idPedidoRastreio INT NOT NULL IDENTITY PRIMARY KEY,
        idPedido INT NOT NULL CONSTRAINT FK_pedidosRastreios_pedidos REFERENCES pedidos(idPedido) ON DELETE CASCADE,
        codigo NVARCHAR(20) NOT NULL

  • XML Parser Message: Element series is not valid for the content model

    Hello,
    I work with FrameMaker 8 and DITA.
    I change the element prodinfo in the topic.edd from:
    General rule: (prodname), (vrmlist), (brand | series | platform | prognum | featnum | component)*
    to:
    General rule: (brand | series | platform | component)*
    When I import the element definition to the template everything is okay.
    When I insert the elements metadata, prodinfo, brand, series, platform and component into a topic I get the XML Parser Message that the element brand is not valid for the content model (prodname,vrmlist, ((brand|series|platform|prognum|featnum|component))*).
    When I delete the element brand in the topic I get the XML Parser Message that the element series is not valid for the content model (prodname,vrmlist, ((brand|series|platform|prognum|featnum|component))*).
    I change the element prodinfo in the topic.edd to:
    General rule: (brand)?, (series)?, (platform)?, (component)?
    ...and get the same Parser Message.
    I do not understand that. Is not it allowed to change the EDD this way without changing the DTD?
    With kind regards
    Nina

    Hi Nina...<br /><br />In general, the EDD and DTD need to sync up. You can remove elements from an EDD element definition's general rule, as long as the resulting elements are still valid to the DTD. But if changing a general rule creates an invalid structure, you'll need to also change the DTD to allow the revised structure.<br /><br />With DITA, it is common to remove inline elements from block-level elements. For example, you might want to remove the <msgblock>, <msgnum>, and <msgph> elements from the general rule of the <p> element .. this can be done easily in the EDD and the resulting structure remains valid with the DTD.<br /><br />However, what you're doing leaves the <brand> element as a child of <prodinfo> .. which is invalid. You'll get these errors when saving a file, since this is when the file is validated against the DTD.<br /><br />I do not recommend modifying the structure in such a way that requires you to modify the DTD. If you really need to do this, then you should consider making a specialization to support your revised model.<br /><br />I hope this helps.<br /><br />Cheers and Happy New Year!<br /><br />...scott

  • IFS-12635: SimpleXmlParser: Value(10/10/99) not valid for type (Date)

    I am trying to uplaod an xml document sample which has an attribute of date datatype.
    My sample is :
    <?xml version="1.0" standalone="yes"?>
    <document>
    <name> test</name>
    <createdate>1999/03/12</createdate>
    </document>
    I am getting this error:
    IFS-12635: SimpleXmlParser: Value(10/10/99) not valid for type (Date).
    If I input just the "name attribute" value, there is no problem. What is the date format, I should use?
    Please suggest.
    Thank you
    null

    Is there any way to specify the format in the custom type document itself. ? I do not want to specify the format in every document sample. Is there any way that it is possible. If I give the format in the document samples, as Matt said, there is no problem.
    Now I tried to give the format in the type document itself.
    I created a custom type document as follows:
    <?xml version="1.0" standalone="yes"?>
    <!--myTestType.xml-->
    <ClassObject>
    <Name>myTestType</Name>
    <Description> myTestType Document </Description>
    <Superclass Reftype ="name">Document</Superclass>
    <Attributes>
    <Attribute>
    <Name> Category </Name>
    <DataType> String </DataType>
    <DataLength> 80 </DataLength>
    </Attribute>
    <Attribute>
    <Name> posted_date </Name>
    <DataType format="mm-dd-yyyy"> date </DataType>
    </Attribute>
    </Attributes>
    </ClassObject>
    I could able to upload this to ifs. No problem at this time. But when I try to load the below sample, I am getting the same parse problem.(IFS-12635 SimpleXmlParser: Value(12-25-1992) not valid for type (Date.).
    sample xml document
    <?xml version="1.0" standalone="yes"?>
    <myTestType>
    <name> testing.myTestType</name>
    <Category>Administration_4</Category>
    <posted_date >12-25-1992</posted_date>
    </myTestType>
    Thank you.

  • This serial number is not valid for Adobe Photoshop Elements 13

    I have purchased both Adobe Photoshop and Premiere Elements 13.  I received my serial numbers via email and on the Adobe site.  I am currently trying to install Photoshop and I have tried BOTH serial numbers (including copy and paste) and every time I am error message 'This serial number is not valid for Adobe Photoshop Elements 13"

    start here, Error "The serial number is not valid for this product" | Creative Suite
    if that doesn't help, contact adobe support, https://helpx.adobe.com/contact.html

Maybe you are looking for

  • How can I remove an "automatic" reply-to function on Apple Mail?

    Hi, I run three different e-mail accounts off of Apple Mail. Two are for business, and one is personal. I am not sure when/how this occurred, but for any e-mail I send the recipient gets a "reply-to" my personal account. I have tried various methods

  • White box around images

    I'm using FCE 4. I've setup a moving map sequence (such as world map, point A to point B, with moving line) the sequence has taken me four pics to get it done using my crop tool. Sometimes when I playback, the world map has a transparency of black ar

  • Oracle Third Party Backup tools

    What are some third party backup programs that people are using with oracle these days? Also when using third party backup tools, do these tools shutdown the database while backing up? Does the Archive Log mode need to be enable as well? Not big on O

  • Export in .DLD format? instead of .TSV format?

    Hi, When we are trying to export..usually file has to get saved in TSV format by default..but it is defaulting to DLD format? have you ever see this issue?how to fix it? Rgds,AP

  • Lightroom 5.3 Hierarchy in keywording.

    I am using Lightroom 5.3 on Win7 x64. I am having problem during hierarchy in key wording. As shown in A, sometimes it does auto completes but as shown in B many times it doesn't and manual entry is needed. People have mention on adobe forum it shoul