What is commitment item in sap ps, why do we use it , plz explain...thankx in advance

what is commitment item in sap ps, why do we use it , plz explain...thankx in advance

Hi
Commitment item is a term used in FM module.
It is by the way of Commitment item cost is posted and budget check is occurred in FM (Fund centers)
Google it to understand it in detail.
Regards
Saurabh

Similar Messages

  • How to select an item in sap.ui.table.Table without using index?

    Hi there,
    I want to select an item of a sap.ui.table.Table by finding the right item and selecting it.
    Take the example at this SDK page:
    SAPUI5 SDK - Demo Kit
    You have first name and last name. I want to select "Mo Lester". While there is a function called setSelectedIndex, there is no function for setSelectedItem.
    I have to search the items of the table for a required entry and select it (like clicking on it).
    Is there a way to do this (programatically)?
    I'm using aggregation binding with a JSON model.
    Regards
    Tobias

    Hi Tobias,
    What you could do is first find the JSON object (i.e., the table row) in your table model, and use its index in the model to set the selected index:
    var matches = $.grep(array, function() {
        return(this.firstName === "John" && this.lastName === "Doe");
    if (matches.length) {
        var index = yourTable.getModel().getData().indexOf(matches[0]); //first match
        yourTable.setSelectedIndex(index);

  • What is DTP in BI 7.0 why is it used what are it advantages?

    Hi all,
    I am new to BI 7.0 why should we created DTP what is it significance. Can anyone let me know how to create DTP.
    thanxs
    haritha

    In BI 7.0 if you load data from Source System it will go to PSA.This is still done by Infopackage.Here Infopackage can't push data beyond PSA .
    so loading will be like
    Source System>DataSource>Infopackage--->PSA.
    Now once the data comes to PSA ,it can be further updated to a Cube a DSO or Infobject using a DTP+Transformation.
    Here DTP and Transformation are parallel to each other .Each Transformation will have its dedicated DTP.Now whether your request is init or delta it will matter only while you are loading till PSA,so its only the concern of your Infopackage.DTP will not care much about that .Its main job is to push the request of the PSA to Target or to Push the request from One target to another target.So data flow is like this
    PSA>Transformation+DTP->Target->Transformation+DTP>Target1
    Now ,the important question is then what is Delta and Full in DTP.If you have setting as Delta in DTP then it will only pull the unloaded request from PSA and ignore the request which have been successfully loaded to the Target.It very important point to be taken care of.For loading between Data Target to Data Target (Data Mart scenario) delta option will bring only those records to Target1 from Target which have not been present there.
    If you have full load DTP ,it will pull all the requests from PSA irrrespective of whether they have been loaded or not ,causing you sometimes duplicate records issue etc.
    Please let me know if you have any doubts .
    Regards,
    Rohan

  • We just switched to a jetpack for wifi and within 24 hours used 1.8GB with only typical web browsing, no videos and two Kindle downloads. What's going on??? Why is it using so much data?

    We had a 5GB plan with an air card for the past 4 years and rarely went over our data plan but wanted wifi. We were told the jetpack was the way to go. But within 24 hours of setting it up we went through almost 20% of our monthly allowance! We didn't use the computer any differently than we usually do and only used the wifi for 2 Kindle downloads and then disconnected the device from wifi (verified on the jetpack) yet our usage is going through the roof. I will blow through my 10GB in a week at this rate. Very frustrated and don't know where to look for "leaks." help? Any ideas? I don't seem to have any devices drawing from wifi that I don't know about.

    EXACT SAME THING HERE but VERIZON DENIES and calls us LIARS......
    HAHAHAHAHHAHA  Verizon DENIES even hearing about such issues. DENIES even knowing the forums are full of this issue but then tells me that those who post on forums are LIARS. Accused me of lying then talked about how much integrity verizon has. HAHAHAHAHA what a joke. Expect unexplainable overages. Expect verizon to continue stealing until you either a) fulfill your contract and escape or b) cancel and pay the termination fee (I suggest canceling as it will be cheaper to pay these (removed) their extortion than to continue to pay overages THAT DO NOT EXIST) You are NOT USING the data, the data is MISCALCULATED/MISREPORTED or verizon is just jacking with everyone to increase revenue, increase stock value,increase bonuses. RICO anyone? WHERE ARE THE LAWYERS WITH THE CLASS ACTION ON BEHALF of those of us stuck in our verizon (removed)??
    Comments edited as required by the Terms of Service.
    Message was edited by: Admin Moderator

  • HT4859 What and where is the Camera Roll that Apple keeps referring to?  What is it for?  How and why would I use it?

    I haven't a clue.  I asked the question.

    Thanks.  I understand the initial concept that pictures I take are not on my device but on the camera roll.  Or in your language, they are on the device.  But after talking with able it seems I can roll the pictures around, from all the strange places that pictures might be sent to and returned from, including to the camera roll.  So at the moment i figure that it is a place where I can save pictures, return pictures, and save pictures.  Not albums, not photo stream, not recently recovered, not recently downloaded, just llike a camera, but I understand that I can return pictures to the camera if I want to save them or show them to anyone if my device is off line.  Thanks for trying to help.  It's way beyond my ken. 

  • Commitment Items for Multiple services in Service PO

    Hi,
    We have created a service master for all the services used in a project. FM is activated. Every service has 1:1 relation with commitment items.
    Even after table look up & derivation, system was not picking up correct commitment item in service PO. We have used some exits & BADI's, Now system checks picks the correct commitment item stored in FMDERIVE against the service master.
    The issue is, the moment I have multiple service masters in a single service PO with two separate comm. Item.  System picks up the commitment item of only for line item 0010 & posts both the entries against one comm. item.
    Let me know how system can pick up individual commt items.
    Thanks & Regards,
    Ajay

    Hi Ajay,
    I believe that there is one standard solution for what you developed. Let me explain better.
    Please check your table FM01X. You can enable one these flags in table FM01X, depending on your business needs:
    FLG_PO_PROTECT if you want to always inherit the fm account assignment from the reference PO and therefore skip FMDERIVE
    FLG_FMDERIVE_FORCE if you always want to force a call to fmderive in all cases
    FLG_SES_OVERWRITE in services, if you wish to overwrite the account assignment from the SES with the derived values from FMDERIVE.
    You can find more information in note 1146677 and 923672. Please review the information of the notes and run the programs
    according your needs.
    FMDERIVE is skipped for GR/IR lines and the Commitment item is inherited from the PO regardless of whether or not the GR/IR line is FM relevant. This is SAP standard behavior.
    If you want to force the Commitment item to be derived from the GL account for the GR/IR line, you can use the FLG_FMDERIVE_FORCE flag as described in note 923672.  This will allow FMDERIVE to be called for these lines.  Please be sure to fully test this to ensure that FM account assignments that you do not want to be overwritten are
    not incorrectly derived.
    Bear in mind that for PO´s that does not have account assignment you should run FMCN/FMCT + FMN4N. For this you would need to check the flags and which one is more related to your needs. With the appropriate flag marked in FM01X (active with X) you should be able to run the transactions without any issue.
    Based on note 189761, after doing all the previous suggestions and the issue does not appear anymore, I suggest you to run the programs described in the note.
    I believe that this will help you.
    Best Regards,
    Vanessa.

  • How to make the commitment item field as display in PR and PO

    Hi,
    Our user want the 'Commitment Item' filed should only be diplayed while making PR and PO. Please suggest what to do.
    Shall, I make the field surpass for that FSG and it will show as surpass in all the enjoy transactions or there is something else I should do..
    Thanks in advance
    Regards
    Nitin

    Thanks for your reply ELI!!!
    Actually, users are changing the commitment items and that's why finance people are facing the problems so they have requested to mark the Commitment item field in a display mode.
    Please telll me the t. code or the path where to do this as I am not an MM consultant and he has left recently I have been asked to do it.
    Thanks in advance...
    Regards
    Nitin

  • Commitment Item Master

    Hi
    1)What is the implication of Financial transaction in the Commitment item master?
    Kindly explain in details regarding various financial transactions like
    30  Post revenues, expenses, fixed assets, inventories
    40  Post Goods receipts and Goods issues
    50  Clearing
    60  Post receivables & Payables
    70  Post customer clearing
    80  Post bank clearing and BG
    90  Post cash holding
    Explain for which transactions and GL accounts these financial transactions must be used.
    2) What is Commitment Item caegory? When and for which transaction these item categories must be used like
    1) Balance
    2) Expenses
    3)Revenues.
    4)Clarification work list
    Cheers
    V.Krishnan
    (Your replies will be acknowledged with points)

    I've create commitment item master (FMCIA) without "Standard Variant" field flaging. When I display commitment item heirarchy (FMCIE) the commitment item is under my Standard Hierarchy.
    I reviewed in table "FMCI" and found that field Standard Variant (STVAR) is flagged "X". Is this mean all Commitment Item Master Data will be automatically flaged the Standard Variant field?
    From my experience, all Commitment Item should be flagged to be position under the standard variant. I tried create Commitment Item Master in the client that the Standard Variant indicator filed appeard by un flag that field. There is the error Message no. F6160 (You can only maintain postable cmmt items in standard var. xxx).
    Are there any case that the standard variant field in Commitment Item master should not be flagged, and let that commitment item out from Standard Variant ?
    Is this related to the configuration that I set for Year Independent Master Data?
    Ton

  • BAPI/FM to create commitment item which can be commit/roll back externally

    Hi experts,
    Is there any BAPI/FM to create commitment item????
    I can use BDC but problem is that it can't be roll back. In my requirement  i want to roll back based on condition.
    i am creating GL and commitment item, if GL creation is failed commitment item should be roll back.
    Is there way to solve this issue ? please help me.
    Thanks in advance.
    Regards.

    Hi ,
    There is no fm for commitment item, In BDC what you can do is create two recording with 'SAVE' button clicked & not clicked. For test run use the recording where save button is not clicked and for actual run the other.
    You can also have a look into the program RFFMMDBI85 where the function FM_COM_ITEM_NO_SCREEN_CREATE is used. In that particular fm you have a parameter callsed i_flg_test
    Edited by: Keshav.T on Feb 10, 2012 11:56 AM

  • Hai every body, can any one tell what is Adobe Forms, why it is used,?

    hi ,
       can anyone tell what is adobe forms?when and why it is used ?
    Can i have step by step  screen cams  for adobe forms, please help me.

    Hi,
    Welcome to SDN.
    If you click on the eLeaning tab at the top of this page then choose 'SAP Interactive forms by Adobe' on the left hand column you will find loads of training material on this topic.
    Regards,
    Nick

  • How to give commitment item while posting tax

    how to give commitment item while changing tax %.

    HI
    Commitment Item will be derived from the G/L account. You need not enter the commitment Item. Whenever u create a G/L account go to FMDERIVE and assign the G/L account to the commitment Item.
    Hope this helps. If it helps plz assign points.
    Regards
    Rajaram

  • What is the proper way to publish standard proxies/services using PI?

    Hello experts,
    Iu2019m working on a Project where we have an ECC 6.0 and we need to publish some standard services to external third-party applications. We found that the functionality that these third-party applications need is accomplished by the service MaintenanceRequestCreateRequestConfirmation_In of component ESA ECC-SE 603. As we are centralizing all our interfaces in SAP Process Intregration I have installed the ESA ECC-SE 603 XI content in SAP PI. After the installation, in tr. SPROXY transaction of the ECC system I can see the proxy properly implemented and ready to be called. And now I have to configure the interface in Integration Directoy. What I wonder is whatu2019s the best practice to configure this in PI? As I can see in ESR the service category is Inbound but, if Iu2019m not wrong, I have to publish a Outbound service? What should I do? Copy the entire definition to my own Software Component and create my own Outbound service? What is the proper way to publish standard proxies/services using PI?
    Thank you in advance.

    Using the Page Items to Submit property on the report region, the Refresh action is all that should be needed. I created a copy of page 2 on page 3, removed the Set Value action, and it is working as expected. I don't have access to 4.2.1 to try it on that specific patch level, but I've been using Page Items to Submit with a Refresh DA since 4.2.0 with no problems.

  • What's the Commitment item? And how to use it?

    When I create a G/L account by FS00 I need to input a Commitment item.
    But I don't know how to use it.
    Can you tell me what's the Commitment item? And how to use it?
    Thank you very much.
    Moderator: Try pressing F1 or going to help.sap.com

    >>In SAP XI / PI, WS adapter is not thier frm standard SAP.
    Are you sure about this?
    WS is a standard adapter shipped along with PI 7.1 installation.
    Quote from help.sap.com
    Using the WS adapter you can configure the communication of systems, which communicate with each other using the Web service runtime either directly (point-to-point) or using the Integration Server
    Refer:
    http://help.sap.com/saphelp_nwpi71/helpdata/en/0d/5ab43b274a960de10000000a114084/content.htm
    http://help.sap.com/saphelp_nwpi71/helpdata/en/45/37d73b80554c2ce10000000a1553f6/frameset.htm
    If you are not sure about what you are saying, it is better not to say it.

  • What is chapter id in Excise? why we maintain the chapter id in SAP?

    Hello,
    what is chapter id in Excise? why we maintain the chapter id in SAP?.
    Regards,
    Ramrathode.

    Go to J1ID, place your mouse on the first box Chapter-Id and click on the blue lens from top left.  Now place your mouse on any chapter-Id and press F1.  The explanation given therein is self explanatory.
    In short, based on this chapter id only, excise duties will be calculated in SAP.
    thanks
    G. Lakshmipathi

  • GR/IR Account with Wrong Commitment Item

    Dear Experts,
    When we doing GR(MIGO), system is not deriving the commitment item from FMDerive, istead taking the commitment item from offsetting GL entry. Is it common behavior? If not, how to force GR act derived into right commitment item which its category (40/3). Please kindly advise. Thank you.

    Hi kkbdsp,
    My issue is this GR account is never derived from FMDerive. And i searched in forum, this is common behavior in SAP like Ming Hong post below :
    " What you described is a SAP standard behavior. For GR/IR account, system ignores whatever settings you made in FMDERIVE.  FM account assignment is inherited from the PO. For example your consumption PO has expense account 456 with CI 456, Fund and FC; your GR/IR account is 123 with CI 123.
    GR posting:
    DR 456 with CI 456/Fund/FC
    CR 123 with CI 456/Fund/FC
    IR posting:
    DR 123 with CI 456/Fund/FC
    CR Vendor
    Regards,
    Ming
    And my concern are :
    - I am just wondering why do we need to make CI setting for GR/IR with category 40/30?
    - if GR act is always derived from its offseting acct (expense acct 30/3), why then SAP give error message "GR reduction impossible. Wrong CI with FT 30 instead of 40 in GR/IR acct"?
    Please kindly advise. Thanks.

Maybe you are looking for