Display of balance amount on contract

Dear All,
I am facing one problem while creating PR through work order
Here I am assigning contact in the external tab while creating PR
I am using user exit IW010009    where  we have build the logic that  whenever there is contract entered in the work order then it will display message balance amt(Total amount on contract- consumed amount).
It is working fine & it gives the balance amount perfectly .
Now the problem which I am facing is
1) it is giving me the message even any thingis changed in the order (Other than PR amount )while the requirement is it should give mesage for balace only if PR value is changed
say Previously it was 100$ Now I ahve made it 1000 $ then only it should display that balance amount on contract is XYZ amonut
But in practice it is showing this message for any change in Work order ,the message is giving perfeclty if value price in PR  is changed but it should not give message if any other thing in order is changed the field TBTWR which is gross price field is not appering in the user EXIt for Import
2) whenever the work order is planned for the first time & contract is entered here then It  is not giving any populating message at this stage it  giving message only after saving & changing the amount
Regards
chandrashekhar Ingolew

Hello -
If I understand the scenario correctly -
1.  Create the work order with external assignment of material/labor where applicable and create PR for contract
2.  User Exit IW010009 'Save Event' is coded to display the net balance of the order based on consumption through a system message
3.  If the PR value is changed, either through consumption or end user manipulation, the message should display again.
From the described scenario, It sounds like the message won't display at initial creation because there has to be an initial baseline to compare changes to first, and there should be no consumption against the order at creation. 
If the exit is displaying the message at all changes, I would have your developer look at the code and make the exit specific to the PR doc type changes only. 
Regards,
Nick

Similar Messages

  • Why does B1 display negative balance amounts for the REVENUE GL accts

    I am not an accountant.
    When displaying the balances for REVENUE GL accts, the numbers are negative.
    I know it is correct to do so since the P&L report displays them as positive.
    Is this an accounting convention?
    Mike

    Hi Mike,
    The revenue accounts should have a credit value if everything is alright with the business and the account setup.
    In Administration -> Systam Initialisation -> Company Details: Tab 'Basic Initialisation' you will find the check box 'Display Credit Balance with Negative Sign'.
    By default this is checked when creating a new company in most localisations.
    As it says this means that when the balance of an account shows a credit value it will be displayed as a negative. Business One makes no difference if the accounts are Balance Sheet or Profit and Loss account.
    I hope this answers the question.
    Jesper

  • Total balance amount not displayed correctly

    i have shown my table below my problem is that the balance amount being displayed on form displays the total balance amount and total balance amount being displayed is the sum of all balance amount,hence the final total which iget at the end is incorrect and a huge amount,, while balance amount should be equal to expected amount and total balance amount should be total of all balance amount..less any payments made by the client..
    i have displayed below only the part of script...
    htp.listHeadOpen;
         htp.listHeader('Date',null);
         htp.listHeader('Min',null);
        htp.listHeader('Units',null);
         htp.listHeader('Tx Prof',null);
         htp.listHeader('Prog',null);
         htp.listHeader('Activity Code <img src="/images/cl2_help.gif" ALT="Activity Code Display" height="16" width="16" border="0">',null);
         htp.listHeader('Location',null);
         htp.listHeader('Payor',null);
         htp.listHeader('Auth#',null);
         htp.listHeader('Status',null);
         htp.listHeader('Billed',null);
         htp.listHeader('Billed Amount',null);
         htp.listHeader('Expected Amount',null);
         htp.listHeader('Balance',null);
         htp.listHeadClose;
    --billed
               begin
                  select decode(ci.approved, 'Y', 'Yes', 'No') into h_billed
                     from claim_item ci
                     where claim_item_id in (select claim_item_id
                                                             from claim_item_line cil
                                                             where ci.claim_Item_id = cil.claim_item_id
                                                             and cil.claim_item_line_id = c_claim_item_line_id);
                  exception when no_data_found then
                     h_billed := null;
                  when too_many_rows then
                     h_billed := 'Yes';
               end;
    if c_type in ('C')  then
                  begin
                     select decode(ci.approved, 'Y', 'Yes', 'No') into h_billed
                        from claim_item ci
                        where claim_item_id in (select claim_item_id
                                                                from claim_item_activity cia
                                                                where ci.claim_Item_id = cia.claim_item_id
                                                                and cia.claim_item_activity_id = c_claim_item_line_id);
                     exception when no_data_found then
                        h_billed := null;
                     when too_many_rows then
                        h_billed := 'Yes';
                  end;
               end if;
    --balance amount
               if h_claim_Item_id is not null then
                  begin
                     select balance_amount into h_bal_amt
                        from claim_item
                        where claim_item_id = h_claim_item_id;
                     exception when no_data_found then
                        h_bal_amt := 0;
                  end;
               else
                  h_bal_amt := 0;
               end if;
               if temp_claim_item_id is null or temp_claim_item_id != h_claim_item_id then
            h_total_bal_amt := h_total_bal_amt + nvl(h_bal_amt,0);
           end if;
    htp.listData('<B>Total reflects the client balance for the services listed.  To view the total client balance you must view the Complete Transaction History.  The calculation use for the TOTAL amount is, the total amount of the services on THIS screen minus any payments which have been received and have not been applied to services.</B>',11);
         htp.listData(nvl(to_char((nvl(h_total_bal_amt,0) - nvl(h_cl_bal,0)),'$999,999.90'),0));

    This question probably belongs in the Application server forum under the mod_PLSQL heading.

  • Different figure display between Balance and Line items

    How can I find out the difference between line item and Balance in FS10n?
    Actually when I Executing the FS10N the balance of DR. balance is greater then that account Dr. Balance line item.
    Can any one tell me why?
    Thanks & Regards,
    Anandakumar

    Its a sundry debtors gl account. All the line item and open item transaction balance are displaying.
    but the amount is not displaying (difference amount).
    Any one has solution pls tell me.
    Thanks in Advance,
    Anandkumar

  • Difference in Cumulative balance amount of ERP and BW query report

    Hi all,
    We have a report to display the Cumulative balance amount based on G/L account.
    The issue we are facing here is, when we check a May month's cumulative balance in ERP side ( using Transaction code FAGLB03 by giving G/L account number, Company code and Year as 2010) we are getting 1000 EUR, and the May month's Balance is 300 EUR.
    When we run our Qury report in BW side for the same conditions( same G/L account, Key due date as 31.05.2010 and same Company code) we are getting the Cumulative Balance as only 900 EUR. we are missing some 100 EUR in our report for our Cumulative balance. But,When I check the Cube on which our Query report runs, I could get the May month's balance as 300 EUR.
    Kindly help me to rectify this issue.
    Thanks.
    Regards,
    Jayaprakash J

    Hi,
    Check is there any restrictions are there . the data must be displayes if the data is there in infocube.
    Regards
    sivaraju

  • BP Balance Amount

    Hi Experts,
    I have facing a problem in A/R Invoice PLD in that Client wants the Previous Balance amount which was before Invoiced.How should i get the Balance of Previous BP Balance.As per my knowledge we print the any amount on Document level.How to print the before Invoice balance of BP.
    Regards
    Amol

    Hi,
    in BP master data, there are 3 balances info i.e. :
    1. Account balance
    2. Delivery balance
    3. sales order balance
    No.1 is the outstanding open invoice. No. 2 is the outstanding open delivery note. No. 3. is the outstanding sales order.
    No.2 and No.3 are the documents that has not been invoiced.
    If you only want to display all the document before invoicing, you use delivery balance and order balances.
    JimM

  • Diffence in line item display and Balance display

    Hi Gurus,
    Please let me know why there is difference in line item display and balance display in one of GL account in previous year for 1 posting period.what can be cause for this, If I go at FS10n and check the balance for specific period it shows different balance and if I double click on same period and I can see the different Balance for same GL.
    Thanks
    Edited by: Manu Rathore on Feb 8, 2012 3:06 AM
    Edited by: Manu Rathore on Feb 8, 2012 3:15 AM

    Hi,
    this is FS10N - Balance display-GL X
    Period                    Dr                  Cr                 Balance
    12/2011                  33,229.00       49,395.00     16,166.00-Cr
      Type     Doc. Date  Amount in local cur. DocumentNo
      KG       31.12.2011              400.00  65762562
      KG       31.12.2011              200.00  65762563
      KA       28.12.2011              900.00  68250089
      KA       28.12.2011            1,000.00  68250090
    Line item Display Account             X 
    company Code            0000
      Type     Doc. Date  Amount in local cur. DocumentNo
      KZ       22.12.2011              500.00  69461532
      KA       22.12.2011              200.00  68250072
      KZ       22.12.2011              200.00  69461534
      RE       28.12.2011            4,445.00  60000201
      RE       28.12.2011            1,445.00  60000202
      KA       28.12.2011              250.00  68250084
      KA       28.12.2011            1,500.00  68250085
      KA       15.12.2011            2,000.00  68250077
      KZ       29.12.2011            6,555.00  69461633
      KZ       29.12.2011            7,868.00  69461633
      RG       30.12.2011            5,566.00  64000464
    Account x           33,029.00     
    See the difference in Dr side at FS10N it= 33229
    and line item total =33029
    Difference of 200.
    Same there is difference in credit side.
    Hope you understand it.
    Thanks

  • WP timing in notifcation & WO message for balance amount

    Dear All,
    We have 10 notifications with orders now operations to give work permit for those
    our requiement is when they issue the work permit  maint technician will enter WC time in notification
    How can we do this where & how in notifcation he can enter time & date
    also in some orders  we have contract with PO
    Now We are planning in order for some work  where  we are accepting Service enntry sheet for supplier payment
    Say for Example 1000 $ is PO value
    We ahve already consumed 500 $
    Now while planning the service in Next order we should get the pop as 500 $ is balance so that we can
    plan for the 500$ only
    Regards
    chan
    Edited by: Chandrashekar Ingole on Mar 31, 2009 8:54 AM

    DEARS
    REGARDING FIRST ANSWER
    If yu technician want to enter the activities done by him he should use the activitiews tab and enter time and date . Also you have the option to enter the activities text or you can also generate activity codes
    i KNOW THIS BUT HOW  I CAN SORT IN IW69 BY ACTIVITY TYPE SAY  WC
    THERE IS CAUDE CODE AT HEADER IN NOTIFICATION
    BUT NO COLUMN FOR SORT WITH ACTIVITY
    WE HAVE THOUSAND OF NOTIFICATIONS
    THE OTHER ANSWER
    Enter the control key as PM03.... PR will be created automatically... From PR u will be creating a PO... ok..
    In the PO.. while entering the PR u have a column called Outline agreement and Item No.
    If you have attached value contract.. it will maintain the value there... if your amount exceeds the contract amount, In PO SAP will give a warning message... as the amount is exceeded...
    I THINK  I KNOW THAT IF PO  CONTRACT VALUE EXCEEDS IT WILL SSUE WARING MESSAGE
    BUT FOR PLANNING PURPOSE THEY WANT  A POPUP FOR BALANCE IN THE CONTRACT AMOUNT I.E AMONT IN CONTRACT SANCTIONED -AMOUNT ALREADY USED
    REGARDS
    CHAN

  • PE51 - Displaying LTA Balance Pending in Pay Slip

    Hello ,
      I have created a new Pay Slip Using transaction PE51. In that Pay slip I have to Display LTA Balance pending with that employee for this year which he/ she can claim. I tried to find Wage type for it , but I was unable to.I hope their is no wage type to find LTA Balance pending.
    Now how could I display LTA Balance pending in my Pay Slip.
    Please Help.
    Thanks in advance.,

    Create a LTA balance wage type and by writing rule pass amount into wage type and then assign wage type in payslip

  • Is there a way to create a custom screensaver with pics/slides that display for different amounts of time?

    Is there a way to create a custom screensaver with pics/slides that display for different amounts of time? Or even add a "video slide" into the screensaver?
    My business has 3 TVs displayed in our lobby, each with its own apple TV and they are all linked to the same photo stream. Currently the Atv screensaver displays the photostream pictures of our products for the default 3 seconds. We just added pics/slides that now display messages and useful info for our customers but I want that info to be displayed for a longer period of time than the pictures to give people a chance to read it.
    I tried using flickr and powerpoint as a work around but no luck.  I created a slide in powerpoint with play length of 15 secs and saved it as a wmv file.  I added that file to a "screensaver" set in flickr and pointed the Atv screensaver to that flickr set.  It still displays everything, pics and the wmv file at the default 3 sec.
    I know I can increase the duration of all pics in the screensaver to display for longer but the goal is to have the pics display at 3 secs and the info slides to display at 15 secs.

    Welcome to the Apple Community.
    No that's not possible.
    If you have any suggestions that you think might enhance the Apple TV you can send Apple your feedback here 

  • Getting a Page Cannot be Displayed error while uploading a Contract Document in SAP E-sourcing for size 500mb

    Hi Guys,
    I am getting a Page can not be displayed error while uploading a COntract Document in SAP-E-soucing 7.0.
    Maximum Size set in Our SYSTEM is :9765MB.
    Approx size of the Document tried is more then 300MB.
    Appreciate your help on this.
    Regards
    Tarun

    Hi Tarun,
    Please check the below system properties using system user login
    attachments.maxSizeKB.buyers - "Maximum size in KB of a employer-attached attachment file"
    attachments.upload.enable.buyers-  " Enable/Disable uploading of attachments by internal users"
    Also Please check with other attachment, contracts related properties in the System.
    Let me know if this helps.
    Thanks,
    Raj.

  • Opening/Closing Balance amounts missing in J_3RFCASH15

    Hello,
    I am having a problem with the new program for printing cash journal for Russia.
    When I am executing program J_3RFCASH15 and then select the KO-4 form layout the following data is missing:
    - Opening Balance amount
    - Closing Balance amount
    - Day's total amount (sum of incoming and outgoing payments)
    - Header data (as the cash account, company code)
    Please, has anybody met this kind of problems when upgradin from ERP 4.7 to Ecc 6.0?
    Thank you
    Maria

    I am having problems setting up the cash journal for russia under Ecc 6.0 at all. What have you done so far as entrieds in T048b for correspondence SAPr1, SAPr2 and SAPR3 ? And what than for those reports in table TCJ_PRINT for those prrograms ? And which entries for those in T001F ?
    They have deleted all three country version programms for that from 4.6 and I found no complete documentation how to set it up now.
    In regards of your question: I know that one can enter standard texts into report RFCASH00 that give those texts, but I have no idea how one combines all these settings. Please fill me in if you find out something - I will add info to this thread aswell.
    Kind Regards

  • Is there a report to display tha balances of a G/L account day by day?

    Hi All,
    I'm looking for a report to to display tha balances of a G/L account day by day (the cumulative balances too)
    T.code FS10N shows me the balances of a G/L account period by period, but not day by day.
    Could anyone help me?
    Thanks
    Gandalf

    Hi Jeyakanthan ,
    I've checked it, but the balances aren't available in that report.
    Gandalf

  • How to revalue  Vendor balance Amount in FC on a balance sheet date

    Hi,
         Can somebody help me for, How to revalue  Vendor balance Amount in FC on a balance sheet date and to make respective posting to supplier and exchange rate differnces account..
    thanks

    Hi,
          Vendor currency USD and local currency INR
    thanks

  • How to display Opening Balance/Closing Balance in Genral Ledger PLD

    Hi all,
    How to display Opening Balance
    in General Ledger
    PLD
    (OB is already displayed in
    header of print report)
    on first page only?
    How to display Closing  Balance
    in General Ledger
    PLD
    (CB is already displayed in
    footer of print report)
    on Last page only?
    Thanks,
    With regards,
    Jeyakanthan.

    Hi,
    If you open General Ledger Report and after selecting customer code you will see the Print Preview. On that time, one window opens and asks you to select any one from two options.
    Option 1 : Book of Accounts
    Option 2 : Subsidiary Account
    In both the Options, PLD has Opening Balance in Repetitive Area Header and Closing Balance in Repetitive Area Footer. So, it will when Report grows more than one page and if you want to see both the Opening Balance and Closing Balance in all the pages then you should Tick the Check Box "Display Repetitive Area Footer on all Pages" . So that you can view OB and CB in all the pages.
    Raja.S

Maybe you are looking for

  • Getting the response from a FileReference upload

    This question is about the "upload" method of the FileReference class. Is there any way to read the HTTP response after a file upload is complete? For example, a user uploads an file to a server. The server saves the file and assigns it an ID. The se

  • Best Way to Stack 2d and 3d in a Composite

    Hey everyone, it seems I'm really on a 3d binge with Photoshop CS6. It's just a blast! Anyway, I'm looking to figure out the best way to stack 2d and 3d items together in the same document, and maximize the editibility... I'm working on a digital roo

  • Need to sync my iphone 4 to MacBook Pro

    Hi, my Iphone 4 will not sync to my MacBook Pro anymore for some strange reason. I just download the latest iTunes, but I wasn't able to install it because I don't have the OS X 10.6.8 or later software, I downloaded the software and it still didn't

  • HT5163 Ipad 2 is wi-fi and cellular but has not tray?

    Ipad 2 is wi-fi and cellular but has not tray?

  • How can i get the time to appear on my stored data in notepad

    Hi all, I was wondering how can i get the time to appear on my stored data in notepad? I saw an example before but i forgotten which example was it.. Any ideas?? holla Attachments: TextFile1.txt ‏3 KB