Activate "Value Adjustment Required Indicator" Field in FMX1

Hi Expert
Transaction Code FMX1/FMX2/FMX3 (Earmarked Fund Maintenance), in More Button of earmarked fund line item, there is no Indicator Field for "Value Adjustment Required" marking.
This is the new SAP client setup. I have config field selection string and assigned. I set Opt. Entry for "_Indicator: Amount Change Only with Value Adjustment Document_" but in Earmarked Fund Maintenenace still not be appeared.
I would like to use earmarekd fund with Value Adjustment function (FMXPM1 - FMXPM3) so I need to mark the Value Adjustment Required field in FMX1/FMX2.
Could you please advice, how to show Value Adjustment Required indicator in Earmarked Fund Maintenenace Transaction?
Rgds
Ton

Hi,
Did you switch "IMG - Public Sector Management - Funds Management Government - Funds Management-Specific Postings - Earmarked Funds and Funds Transfers - Maintain Global Settings" indicator for value adjustment?
Regards,
Eli

Similar Messages

  • ABC Indicator field in PM MODULE

    Hi gurus,
    I have a problem. I change a ABC Indicator value of Functional Locations to A via transaction IL02. However, when i get a report with transaction IW38, I dont see A value in ABC Indicator field in some of the Functional Locations. I am sure I have changed and saved the value of that field. What may be the reason? Do you have any idea? Thanks in advance....

    Hi,
    The value shown on IW38 will be the ABC Indicator as recorded on the order. When the order was created this value would have defaulted from the functional location. If you later change the functional location value, that is not updated on existing orders.
    You can change the ABC Indicator value directly on the orders location tab (provided it is not completed).
    -Paul
    Please use [Enterprise Asset Management (EAM)|Enterprise Asset Management (SAP EAM); forum for PM/CS specific topics

  • Value adjustment field in sq01

    Hi
    There is a requirement to fetch "value adjustment" field (in asset explorer)  in an asset report (designed through sq01, logical database ada).
    I tried abumn & value adjustment field gets populated for the asset but I can not trace out the table & the field where it is stored.
    Can someone help me in pulling out this data from the table?
    Regards
    Ravi

    Thanks Bernhard.
    I have developed sap abap query using sq01. fetched most of the details from ANLAV, ANLZ, ANLB, ANLK, ANLP.
    specific reqirement is to include value adjustment field (Ord. Depreciation CY + Ord. Depreciation PY) in this report.
    but ANEP provides amount posted with respect to transaction type.
    Closest one I reached is: table ANEA with two fields (Ord Dep. CY, Ord Dep PY). There summation can provide the total value adjustment but that I doubt could be of any use.
    There is one structure FIAA_COMPARE_VALUES which holds the value but this cant be used in the query.
    So, am i missing out on a table which directly holds the value ?
    Regards

  • Unable to throw 'Error: A value is required' on a field from bean

    Scenario: I have an input text field and a button on a page. The input text is not required initially. I want this to be set to required after the button is clicked. So, I am doing this on the action listener of the button and returning to the page. This just returns to the page but does not throw the required error. The error is thrown the second time I click on the button(No listeners are called this time as the required property is already set). I want the error message to display immediately after clicking the button, the first time(after returning from the bean).
    Options Tried:
    I used the following in the action listener of the bean
    setValueMandatory(true); //Used this as a binding value for the required property on the input field
    textValue.setValid(false); //textValue is my input text's binding to the bean
    textValue.validate(facesContext);
    textValue.processUpdates(facesContext);
    textValue.processValidators(facesContext);
    AdfFacesContext.getCurrentInstance().addPartialTarget(textValue);
    FacesContext.getCurrentInstance().renderResponse();
    I am able to focus on the field using the cursor but unable to throw the message. Clearly, some form submit or an action need to occur on the page to render the response(or, repaint the page programmatically). But, how do I do this from the bean?
    Jdev Version: 11.1.1.4

    Divya,
    Have you tried passing the Component instead of null in my previous code?
    here is the sample i tried and it works fine.
    jspx code snippet
        <af:inputText label="Label 1" id="it1" binding="#{pageFlowScope.attributeValuesBean.rtx}"/>
        <af:commandButton text="commandButton 1" id="cb1"
                                      actionListener="#{pageFlowScope.attributeValuesBean.throwMessage}"/>backing bean snippet
        private RichInputText rtx; // add getter and setter
        public void throwMessage(ActionEvent actionEvent) {
            // Add event code here...
               FacesMessage fms = new FacesMessage("A value is required");
                fms.setSeverity(FacesMessage.SEVERITY_ERROR);
                FacesContext ctx = FacesContext.getCurrentInstance();
                ctx.addMessage(getRtx().getClientId(), fms);
        }-Arun

  • TopLink to EclipseLink migration - Missing class for indicator field value

    I am migrating Toplink 11g to EclipseLink 12.1.3.  I have EclipseLink.jar to the classpath. I have few mapping xml files. When executing the application, i am getting following error.
    Exception [EclipseLink-9005] (Eclipse Persistence Services - 2.5.2.v20140319-9ad6abd): org.eclipse.persistence.exceptions.SessionLoaderException
    Exception Description: An exception was thrown while loading the project-xml file [META-INF/Business.xml].
    Internal Exception: Exception [EclipseLink-43] (Eclipse Persistence Services - 2.5.2.v20140319-9ad6abd): org.eclipse.persistence.exceptions.DescriptorException
    Exception Description: Missing class for indicator field value [toplink:object-type-mapping] of type [class java.lang.String].
    Descriptor: XMLDescriptor(org.eclipse.persistence.mappings.DatabaseMapping --> [DatabaseTable(attribute-mapping)]).
    How to resolve this.

    Ooooops, sorry, guys!
    I was using TopLink 10.1.3.0 JARs to run a project created via TopLink 10.1.3.1 Workbench. That was the reason for the exception.
    I ran across the REAL problem, however. The one that was occurring when I created the TopLink project via JDeveloper 10.1.3.1 and ran it via JDeveloper 10.1.3.1. That's why I decided to try with TopLink 10.1.3.1 Workbench instead of JDeveloper 10.1.3.1.
    I will report the problem in a clean separate post.

  • Missing class for indicator field value [changed-fields-locking-policy]

    -------<br>
    Edit:<br>
    Please, ignore the post below. I found the problem here. The real problem is reported in my other post.<br>
    -------<br>
    <br>
    Hello,<br>
    <br>
    In order to test the optimistic locking by fields, I created a very simple TopLink project via the TopLink Workbench. It only consists of one table that was mapped via TopLink's own "Add or Update Existing Tables from Database". I made no modifications to the automatically generated mappings.<br>
    <br>
    After I set up the rest of the project, I ran it and it ran okay.<br>
    <br>
    Then I went to the table descriptor, then to the "Locking" tab, and then I selected "Optimistic Locking" -> "By Fields" -> "Changed Fields".<br>
    <br>
    That was ALL I changed.<br>
    <br>
    And when I tried to run the project this time, I got the following exception:
    <blockquote>
    Exception [TOPLINK-43] (Oracle TopLink - 10g Release 3 (10.1.3.0.0) (Build 060118)): oracle.toplink.exceptions.DescriptorException
    Exception Description: Missing class for indicator field value [toplink:changed-fields-locking-policy] of type [class java.lang.String].<br>
    Descriptor: XMLDescriptor(oracle.toplink.descriptors.VersionLockingPolicy --> [DatabaseTable(locking-policy)])<br>
         at oracle.toplink.exceptions.DescriptorException.missingClassForIndicatorFieldValue(DescriptorException.java:878)<br>
         at oracle.toplink.internal.ox.QNameInheritancePolicy.classFromRow(QNameInheritancePolicy.java:109)<br>
         at oracle.toplink.mappings.foundation.AbstractCompositeObjectMapping.valueFromRow(AbstractCompositeObjectMapping.java:150)<br>
         at oracle.toplink.mappings.DatabaseMapping.readFromRowIntoObject(DatabaseMapping.java:1012)<br>
         at oracle.toplink.internal.descriptors.ObjectBuilder.buildAttributesIntoObject(ObjectBuilder.java:241)<br>
         at oracle.toplink.internal.ox.XMLObjectBuilder.buildObject(XMLObjectBuilder.java:128)<br>
         at oracle.toplink.ox.mappings.XMLCompositeCollectionMapping.buildCompositeObject(XMLCompositeCollectionMapping.java:157)<br>
         at oracle.toplink.mappings.foundation.AbstractCompositeCollectionMapping.valueFromRow(AbstractCompositeCollectionMapping.java:735)<br>
         at oracle.toplink.mappings.DatabaseMapping.readFromRowIntoObject(DatabaseMapping.java:1012)<br>
         at oracle.toplink.internal.descriptors.ObjectBuilder.buildAttributesIntoObject(ObjectBuilder.java:241)<br>
         at oracle.toplink.internal.ox.XMLObjectBuilder.buildObject(XMLObjectBuilder.java:128)<br>
         at oracle.toplink.internal.ox.record.DOMUnmarshaller.xmlToObject(DOMUnmarshaller.java:284)<br>
         at oracle.toplink.internal.ox.record.DOMUnmarshaller.xmlToObject(DOMUnmarshaller.java:265)<br>
         at oracle.toplink.internal.ox.record.DOMUnmarshaller.unmarshal(DOMUnmarshaller.java:152)<br>
         at oracle.toplink.ox.XMLUnmarshaller.unmarshal(XMLUnmarshaller.java:339)<br>
         at oracle.toplink.tools.workbench.XMLProjectReader.read(XMLProjectReader.java:162)<br>
         at oracle.toplink.tools.workbench.XMLProjectReader.read(XMLProjectReader.java:209)<br>
         at oracle.toplink.tools.sessionconfiguration.TopLinkSessionsFactory.loadProjectConfig(TopLinkSessionsFactory.java:307)<br>
         at oracle.toplink.tools.sessionconfiguration.TopLinkSessionsFactory.createSession(TopLinkSessionsFactory.java:241)<br>
         at oracle.toplink.tools.sessionconfiguration.TopLinkSessionsFactory.buildServerSessionConfig(TopLinkSessionsFactory.java:215)<br>
         at oracle.toplink.tools.sessionconfiguration.TopLinkSessionsFactory.buildSession(TopLinkSessionsFactory.java:168)<br>
         at oracle.toplink.tools.sessionconfiguration.TopLinkSessionsFactory.buildTopLinkSessions(TopLinkSessionsFactory.java:124)<br>
         at oracle.toplink.tools.sessionconfiguration.XMLSessionConfigLoader.load(XMLSessionConfigLoader.java:103)
    </blockquote>
    Can anybody tell me what that means? And why do I see "VersionLockingPolicy" in the stack trace? I explicitly specified locking "By Fields".<br>
    <br>
    Here's a fragment from the project XML file:
    <blockquote>
    <toplink:locking xsi:type="toplink:changed-fields-locking-policy"/>
    </blockquote>
    Is this a TopLink bug or am I doing something wrong? (By the way, if I choose optimistic locking by "All fields", it works. But locking by "Changed fields" doesn't.)<br>
    <br>
    Best regards,<br>
    Bisser
    Message was edited by:
    bisser

    Ooooops, sorry, guys!
    I was using TopLink 10.1.3.0 JARs to run a project created via TopLink 10.1.3.1 Workbench. That was the reason for the exception.
    I ran across the REAL problem, however. The one that was occurring when I created the TopLink project via JDeveloper 10.1.3.1 and ran it via JDeveloper 10.1.3.1. That's why I decided to try with TopLink 10.1.3.1 Workbench instead of JDeveloper 10.1.3.1.
    I will report the problem in a clean separate post.

  • How to set default value in Profit Center field of Tcode F-02.

    Hi!
    Is it possible to set a default value for 'Profit Center' field in t.code F-02? Is there a way wherein the value will be copied in reference to the entered Business Area?
    For example, if during parking/posting of document, user input a value of 300 in the Business Area field, the system will automatically put 300 in the Profit Center field. Is there a way to do this?
    Hoping for your feedback.
    Thanks,
    April

    Hi
    Using the substitution this can be achieved.
    TC:GGB1
    Step-1: Prerequiste select the Company code for which this requirement is needed
    Step-2: In Substitution field, select the the "Profit center" field on selection of the field - system'll asks you -  How would you like to substfield BSEG-PRCTR ? with the 3 options
      i.constant value
      ii.exit
      iii.Field-Field assignment
    Select the 3rd option on selecting 3rd option before going to save that substitution it'll ask you to input which field should input the field BSEG-GSBER:Business area
    Step-3: activate the above substitution in TC:OBBH
    With the above settings whenever any value inputs in Business are field then the same value will be substituted in the Profit center field.
    Note: Make sure in all FSG - business area & profit center having the field status optional
    Can you tell me onething why this requirement has came ? Is business area and profit center are same in number and prupose
    regards
    Ramana
    Edited by: Ramana on Jan 8, 2008 9:33 AM

  • Write up the value adjustment in Asset Accounting

    Hi All,
    I did the asset transfer with in the company code using T-code: ABUMN
    Old Asset # 1000
    Asset Value Date: 18/04/2006
    Estimated Life time: 5 Years
    Depreciation: Every year: $ 5400.00/12 = $ 450.00 p.m.
    For the current year up to 31 Mar 2007 – Posted Depreciation is $ 5400.00
    I did the asset transfer
    New asset # 2000
    Asset Value Date: 18/04/2006
    Estimated Life Time : 15 Years
    Depreciation Posted  up to  31/03/2007 - $ 1800
    The issue is, after I did the transfer, the book value of the old asset # 1000 has transferred to new asset # 2000, the depreciation has also calculated correctly- $ 1800
    In addition to that, an extra amount $ 450 (Depreciation amount of the old asset #1000 per month) has also deducted the book value of new asset # 2000
    The Current information of New Asset #2000
    Acquisition Value: $ 27000
    Ord. Dep – Posted $   1800 -
    Value Adjustment $      450-
       Net Book Value $ 24750 - But this value is not correct.
    What I need to do that, I have to maintain the book value for the new asset #2000 for the current year 2006-07 is $ 25,200.00 and meanwhile require an entry for that value adjustment $ 450.
    If I want to do write up the value adjustment amount $450 for the current year, the system doesn’t allow to post the transaction and also in FI Doc posting (Because the account that I would like to post is a Recon Account). My company wants to write up in current year only ($450)
    Can you help me to resolve the issue?
    Thanks with Regards,
    Bala

    Hi Murali,
    Well and thank you for your answer and meanwhile you didn't mentioned that How to set back the Recon a/c indicator for the G/L acoount. Because I tried to reset and the system gives the Error message "the account is having balance" and doesn't save.
    But Finally I tried with T-code: OAK5 and result was fine.
    Thank you for your information.
    Bala

  • Table EKPO - PO Active/Closed Indicator field exist ?

    Hi,
    I am not an MM guy. But, i am writing a report based on MM.
    I would like to know, whether any indicator field exist in EKPO table, that will give the status of an PO for a given material ? If exist, what is the name of the field and what value does it contain that indicates, whether the PO is active/closed ?
    If not in EKPO table, then which table/field contains the above required info, which will also have matnr and werks fields within it ?
    Thanks,
    Gaurav.

    Hi,
    please check EKPO-STAPO which is a statistical indicator.
    If a purchase order item is deleted, the item is marked as 'statistical'       
    (field EKPO-STAPO = X) .                                                                    
    However, if for the item the final invoice indicator (EKPO-EREKZ) or the       
    inward delivery completed indicator (EKPO-ELIKZ) is set, the item is not       
    marked as 'statistical' (EKPO-STAPO is not set).
    Just in case it is needed, note 358293 contains report zkstapo to correct ekpo-stapo where the      
    field is set but no deletion indicator is set.
    Regards,
    Edit

  • Redetermine pricing while changing order header usage indicator field.

    Hi all experts,
    we have requirement that user will enter Usage indicator field at header of sales order.
    We need to copy that to all line item and on bases of this we have to determin price.
    so in which user exit i shoul copy header value to line item so it will redetermine pricing for that line item.
    I tried to put in move field to vbap - but if user enter line item 1st and then enter usage indicator then its not triggiring move field to vbap.
    Also in pricing prepare tkomp i can see the value of usage indicator and it goes over this user exit but how could i redetermine the price by using this user exit.
    Moderator message - Cross post locked
    Edited by: Rob Burbank on Jan 5, 2010 1:29 PM

    Understanding the requirement, I have a few queries.
    1. What will be new in the pricing procedure? Is it price condition, Discounts, taxes,etc.?
    If my understanding is correct, then I suggest you to have 2 pricing condition in a pricing procedure (This is not a standard practice, but workaround). Let the default price condition (say PR00) be prior to the one which has to be replaced (say ZP00 - copy of PR00). Keep the Second Price (ZP00) as manual entry.
    You can get a routine written from Abaper that when the second pricing is picked, the methodlogy you the the pricing procedure to work & maintain the same for alternative calcutaion type in pricing procedure.
    You requirement is not an easy one & you have to work on such workaround  & development of routine for alternative calculation type.
    Regards,
    Rajesh Banka
    Reward points if helpful.

  • Restricting to enter value in the OVS field

    Hi gurus,
    I've a requirement where i need to restrict the user from entering some value in an input field which has an OVS and should only select the F4 help to that input field.
    The user should be left with the only option of selecting the value help but not entering  manually in the input field.
    Is this possible.
    Please help me in achieving this.
    Thanks in Advance
    Shravan

    Hi Shravan,
    Do like this..
    Insted of input field take text view or input with readonly.
    create another input field and bind with same attribute
    place after first one, or use matrix layout. ( adjust two fields like input with f4 ) and make it width to 1 pix.
    so you only visible F4 for that field.
    Now, first input wont allow to enter any value, from F4 user can select values.
    Hope you understood.. any issues revert back.
    Cheers,
    Kris.

  • How to delete values from extension collection field through importer?

    Hi Experts,
    We have created one extension collection field in Master Agreement.
    We are able to add values to that collection field using Extension collection template CSV file through importer.
    Now we have a requirement to delete values from the Extension collection field through importer using CSV file.
    If anyone have template or idea please share with us.
    Thanks in advance!!
    Regards,
    Lava.

    Hi Agrawal,
    Thanks for you helpful information.
    Regards,
    Lava.

  • Vendor report for ABC indicator field

    Hi All,
    My client uses field ABC indicator in the purchasing data view of the vendor master. They want to have reports based on this field.
    Are there any standard reports in SAP which can give total purchased value and quantity for a vendor with specific value of ABC indicator?
    Regards,
    Vishal

    Hi Vishal
    you can try with T code ME81N
    link:[http://help.sap.com/saphelp_45b/helpdata/en/75/ee128c55c811d189900000e8322d00/frameset.htm]
    Hope this helps
    Regards
    Vikrant

  • BAPI_ALM_ORDER_MAINTAIN not Updating Special stock indicator field

    Hi Experts
                  I am using BAPI_ALM_ORDER_MAINTAIN to create and  then update a Customer Service Order. When am trying to update the Special stock indicator field in the Components Tab(of IW32) through BAPI, its not doing so, and no error is thrown as well.
    The required qty and the batch field in the components tab get updated which ensures that the logic am using is the correct one.
    Please let me know if anyone has faced such a situation before. Any workaround(some other FM) to update this field is also welcome.
    Points guaranteed.
    Thanks
    Kulpreet Singh.

    Hi!
    BAPI_ALM_ORDER_MAINTAIN is only updating a field, when you set the update flag also in CHANGE method.
    So if you are maintainig the IT_COMPONENT table, you have to put an 'X' into the same field in the IT_COMPONENT_UP table also.
    And of course don't forget to commit the modification.
    Regards
    Tamá

  • Get the value of a particular field in a segment of an Idoc

    Hi All,
    I have a requirement where I need to write a report which will fetch the value of a particular field in a segment of an idoc.
    I have the idoc number segment and field name as input parameters by which I can fetch Sdata from EDID4 but the confusion is how to find the exact field value from that Sdata. How to Map the SDATA to the segment structure.
    Please advice...

    Hi,
    I have one last doubt that may be you people can help with... The user will be giving the segment name and field name as input. So by following Kesav's code while i can get all the values in the segment structure at runtime please suggest how to display any one field from that structure given that that particular field will come at runtime.
    EX: user gives an idoc number 123 (say belonging to Orders basic type)
                                 segment E1EDK01
                                 field  BELNR.
    So i need to display the value of E1EDK01-BELNR of idoc number 123.
    Please suggest how to achieve this....

Maybe you are looking for

  • OOB feature in SharePoint 2013

    Hi Everyone Do we have any OOB SharePoint 2013 Feature for the below task or any OOB feature which almost performs/resembles the below task. 1) Reminders 2) Job Scheduling 3) To do list 4) Message inbox 5) Weather Forecast 6) Image Upload Regards Pra

  • Unwanted separator page

    Hello all,    I have a Photosmart C7250 and I have it hooked up wirelessly to two different computers. My laptop, which is a Dell XPS M1330, works flawlessly, but the from my desktop, which is an HP Pavillion m8020n media center PC, the printer spits

  • Time machine suddenly failed to do a backup!

    Time Machine has been working fine ever since setting up in 2011. Running Snow Leopard on iMac 10.6.8. Today it has failed to do the last backup, and the error screen as shown came up. It is scheduled to do backups every hour. All fine apart from now

  • Styles not rendering in edit mode

    I have Contribute CS5. When I view a page in non-edit mode in Contribute, the page renders with the appropriate styles.  When I put it in edit mode, some syltes render, some do not.  The styles do show for selection in my style drop down list. Can an

  • How TOP query will work in SQL Server?

    Hi Experts,   While running TOP command, what internally happen in SQL Server Engine ? How its fetching TOP 10 rows from Table. Thanks Selva