Insert Billing Block if Contract is Changed

Dear Experts,
We have Rental Contract / Service Conract scenario where we create a Contract with BIlling Plan & create Invoice eveny month thru VF04.
We now have a requirement to insert Billing Block when the Conract is Created. This is easily achieved by inserting BIlling Block in VOV8 & removing activity no. 43 (Release) in Authorization object - V_VBAK_AAT
Now the requirement is to Insert Billing Block in the Contract if some key fields like Payment Terms, Prices are changed.
Can someone please suggest on how to insert this Billing Block if the Contract is changed.
Waiting for early replies...
Thanks,
Jignesh Mehta

Thank you MT & Satya,
See I think I can achieve it with applying User Exit (probably USEREXIT_FIELD_MODIFICATION) but the client is insisting on implementing Workflows.
Can anyone suggest whether Workflows would help me insert BIlling Block in Contract if the Contract is changed?
Also Please tell me which is a easier option to implement - Workflows or Userexit???
Waiting for early reply...
Regards,
Jignesh Mehta

Similar Messages

  • Problem in changing Billing Block for sale order.

    I need to change the Billing block of the particular sale order ,I am using BAPI_SALESORDER_CHANGE and populating sale order and billing block in the respective structure .The billing block is not getting changed.
    Thanks
    Ravi

    Try to use CRM_STATUS_CHANGE_INTERN if it's system status
    and CRM_STATUS_CHANGE_EXTERN if it is user status

  • Billing Block status in Sales Order doesn`t change with change in Item Cat

    Hi Experts,
    I have a peculiar problem once I am creating a Contract. In the contract I enter a material with default item category (with Milestone Billing Plan & Billing Block assigned to it),but once I change this Item Category to the other item Category (having No Billing Plan & No Billing Block assigned to it), then the Original Billing Block in the contract for this material does not disappear(the vice-versa of this scenario is not there).
    Request for your help on this issue.
    Thanks,
    Vivek

    HI
    Check controls of document in VOV8 any billing block is assigned for the document.
    Regards
    santosh.A.R

  • Billing Block removal not updated in the sales order change log

    Hi Gurus,
    A specific Billing Block is automatically assigned to the sales document header (VBAK-FAKSK) when the net value of the sales order is negative. This is an order related billing.
    Sometimes the Billing block is getting released automatically and the Negative Invoice is getting created in the Background job run for creating the invoices. When we check the sales order, the Billing block is not existing and the removal of the billing block is not recorded in the Change Log of the sales order.In the CDHDR table also there are no details about the release of the billing block.
    This is happening only occassionally. When I tried to replicate the issue, the system is not allowing me to create the invoice as long as the billing block is there in the sales order and if I remove the block, it is recorded in the sales order change log.
    My doubt is.,
    1. How the billing block is getting released automatically?
    2. Even if the block is released,  why it is not recorded in the Change Log of the sales order?
    Looking forward your for suggestions and solutions.
    Thanks,
    Ravi

    Hi
    Did u check in sales doc. details screen.There u can block for billing.

  • Block on contract billing - Historical block

    Dear experts,
    I'd like to know if there is a way to have an "historical" block on contract for billing.
    My purpose is to have something like the DFKKLOCKS for invoicing to let the contract be billed for a period, until it reaches the first block.
    For example:
    Contract A, block 1 for period 01/01/2014 - 31/12/9999
    I'd like to bill it until 31/12/2013.
    Thanks,
    Fabio

    Fabio:
    No - there is no functionality for that purpose in the contract. 
    regards,
    bill.

  • Changing billing block in outbound delivery

    Hi All,
    I want to change the billing block for the outbound delivery( tcode : VL02N ). That field is LIKP-FAKSK (Billing block). It will be helpful for me if I could get a BAPI or FM. I have tried BAPI_OUTB_DELIVERY_CHANGE but it has only the Delivery block but not the billing block. Plz. help.
    Thanks,
    Srinath S

    Thanks Rajesh for quick reply.
    I did the same earlier but if delivery block is available in ECC and material is stage on hold area. and now after some time i need to dispatch same delivery, but now i am not able to remove delivery block from ECC, Beacouse Vl02N does not work after delivery distributed in EWM so how can i do PGI for the same .

  • Mass Change billing block on Sales document.

    Hello Experts,
    I have 5000 sales documents which are blocked with billing block on header level. Please suggest me how to MASS remove all these billing blocks from these sales documents.
    Thank you.

    create a CATT script of LSMW to record the change sales order process, and then run through the data.

  • Service contract - Billing block

    Dear Guru's
                 i am doing  the service contract with standard document type  WV.But my client requirment is,he wants to block the individual line item wise in VA41 and Release in VA42 by individual line item and do billing in VF01.
               could anybody tell me how to configure the same. i am using the Billing plan Periodic .
    Thank you
    suribabu

    Hi,
    You can achieve same using status profile conifg at item level, i did same for my service contract for order creation block ( IW31) and Billing block,
    try with status profile , i hope its help you to block Service items in sales contract.
    Regards
    Nishad

  • Delta sales order replication, per change to billing block, how?

    Issue: We want a change to sales order billing block field to trigger creation of a sales order delta replication IDoc, but having trouble getting that to work.
    We added entry to table TBD62, for table VBAK, field FAKSK (billing block field), so change pointer would be created.
    We have variant for delta replication set up on program ODTF_REPL_CO_SALESORDER_ITM.
    A change to billing block field creates entry in table BDCP2, so change pointers are getting created successfully.
    But running program RBDMIDOC for message type ODTF_COBJ_SALES_ORDER_ITEM, which should create the delta IDoc via the delta variant on program ODTF_REPL_CO_SALESORDER_ITM, does not create an IDoc.
    If I change a partner on sales order, such as revenue manager or engagement manager, and then run RBDMIDOC for message type ODTF_COBJ_SALES_ORDER_ITEM, then the IDoc gets created.
    So need help on how to set up so a change to billing block field, field VBAK-FAKSK, will trigger creation of sales order delta replication IDoc.  There seems to be more to it than just having change pointers get created in table BDCP2.
    thanks,
    Mark

    I found out why IDoc not getting created for change to billing block on sales order.
    SAP program ODTF_COBJ_SALES_ORDER_ITEM needs a fix.
    Sales Order replication program ODTF_REPL_CO_SALESORDER_ITM has this piece of code:
        LOOP AT cp_so_it.
          ls_vbpos = cp_so_it-low.
          IF ls_vbpos-posnr IS INITIAL.
            APPEND ls_vbpos TO lt_vbeln.
          ELSE.
            APPEND ls_vbpos TO lt_vbpos.
          ENDIF.
        ENDLOOP.
    For changes to table vbpa, for example, since vbpa key has posnr, ls_vbpos-posnr will have a value, and this code works.
    But for changes to vbak, which doesn't have posnr in table key, ls_vbpos-posnr here is blank, not initial, and this code doesn't work.
    eg. CDPOS-TABKEY/BDCP2-TABKEY for vbpa change might be something like "1300040000560000000RM", but for vbak something like "1300040000560".
    This data feeds this IF statement above, which fails for changes to vbak data in triggering IDoc replication correctly.
    ODTF_REPL_CO_SALESORDER_ITM should be modified to handle vbak change pointer data without the posnr field.

  • Billing Plan Billing Block Change when saving the sales order

    Dear Gurus,
    We have SD Integrated with PS. We create the sales orders and pull the billing plans milestones from WBS.
    Once we generate the billing plans, system will propose the billing block for all the line items of the milestones which normally comes from the billing plan configuration/item category.
    Would like to know the appropriate userexit to change the Billing block to "XX" if some of the requirements are not met when we create or change the sales document.
    Below is what i am able to see but seems to be not helpfull.. please guide..
    User exits in program RV60FUS1
        BILLING_SCHEDULE_DELTA
        For milestone billing a percentage value is fully invoiced for each billing deadline. In the case of deviations between the original item value and any later changes, you can use the user exit to determine whether the difference should be stored in the final invoice or sent to the next deadline.
        USEREXIT_MOVE_FIELD_TO_FPLT
        This user exit allows you to create your own fields in table FPLT.
        USEREXIT_MOVE_FIELD_TO_FPLA
        This user exit allows you to create your own fields in table FPLA.
    Reward points for the right answers..
    Regards
    Ram

    Dear Friend,
    I hope you can make it with the above user exits.Consult your abaper and try it.
    Thank you,

  • Can we change Billing block(LIKP-FAKSK) by using"BAPI_OUTB_DELIVERY_CHANGE"

    Hi,
    My requirment is, need to clear the billing block field (LIKP-FAKSK) for Delivery header. Can I use standard BAPI "BAPI_OUTB_DELIVERY_CHANGE". If not please suggest with other BAPI or Standart Function Modules.
    I searched in many Outbound Delivery BAPIs, but billing block field (LIKP-FAKSK) does not existing in sturcture of these BAPIs.
    Please suggest me with any BAPI or Function Modules. or Any Idea how to proceed.
    Thanks

    Hi Experts,
    Any Idea or suggetions for my abouve quary. Your suggestion r importent for me now.
    Normally we can change from VL02N tcod for single fields. But in my report i have to use BAPI or and Funation Modules for Delivery header.
    Regards

  • Need Bapi to change Billing block

    Hi
    if any one knows the BAPI to change Billing Block of a document , can u send me the BAPI name
    Thanks

    BAPI_BILLINGDOC_CANCEL         Cancel Customer Individual Billing Document                          
    BAPI_BILLINGDOC_CANCEL1        Cancel Customer Individual Billing Document                          
    BAPI_BILLINGDOC_CONFIRM        Customer Individual Billing Document : Confirm Billing Document      
    BAPI_BILLINGDOC_CREATE         Custimer Individual Billing Document : Create Billing Document       
    BAPI_BILLINGDOC_CREATEFROMDATA Create Customer Individual Billing Doc. Using Ext. Doc. from RH      
    BAPI_BILLINGDOC_CREATEMULTIPLE Create Individual Customer Billing Document                          
    BAPI_BILLINGDOC_DISPLAY        Customer Individual Billing Document : Display Billing Document      
    BAPI_BILLINGDOC_EDIT           Customer Individual Billing Document : Change Billing Doc. (with dialo
    BAPI_BILLINGDOC_EXISTENCECHECK Individual Customer Billing Document : Existence Check               
    BAPI_BILLINGDOC_GETDETAIL      Detailed Information on a Billing Document                           
    BAPI_BILLINGDOC_GETLIST        Detailed Information on a Billing Document                           
    BAPI_BILLINGDOC_GET_FIELD_INFO Determine Field Information for a Billing Document                   
    BAPI_BILLINGDOC_IS_CANCELLED   Individual Customer Billing Document: Is Billing Document Canceled?  
    BAPI_BILLINGDOC_SIMULATE       Simulate Customer Individual Billing Document using External Document
    BILLINGDOC_DISPLAY

  • Finding batch job name for sales order change (billing block)

    hi,
    there is a tab known as billing block in the sales order.
    now a batch job ran which removed this billing block and released the sales order for delivery and PGI activities.
    we have the information regarding the date and time on which this batch job ran but the job name is unknown.
    also we tried in SM37 which gives no details.
    we have information regarding the user name of the batch job but name is unknown.
    help us in finding the batch job name with the above mentioned available data.
    it is a very high priority.
    thanks in advance
    Rahman

    Hi ,
    in SM37-->
         a)Set the Job start condition ( dates ) --You have information --YOu can keep them blank if you don't have the information. But it will fetch all the batch jobs of the user.
         b) user Name  -You have information
         c_ use '*'  in place of Job name
    Then this will fetch you the Batch Job name . Then Check step --> you can find the program name.
    You can check the Log for job details like when started and when completed.
    Regards,
    Lanka

  • Mile stone billing for  service contract

    Hi gurus,
    can you help me for the following:
    i want to configure mile stone billing for service contract in my client business process,
    can any one send me the complete configuration process steps for mile stone billing.
    I'll reward you full marks,
    Thanks in advance
    nitchel

    Hiya...
    Billing Plan for Milestone Billing
    Milestone billing means distributing the total amount to be billed over multiple billing
    dates in the billing plan.
    As each milestone is successfully reached, the customer is billed either a percentage of
    the entire project cost or simply a pre-defined amount.
    During sales order processing, the system determines from the item category whether a
    billing plan is required and, if so, which type of plan
    The type of billing plan that is determined at this point is set up in Customizing and
    cannot be changed in the sales document.
    Billing plans for periodic billing and milestone billing plans for project-related milestone
    billing have different overview screens so that you can enter data relevant to your
    processing.
    For example, for milestone billing, you must be able to enter data to identify the
    individual milestones.
    IMG configuration requires :-
    1.  Maintain billing plan types for milestone billing in OVBO.
    2.  Define date description in SM30 - V_TVTB.
    3.  Maintain Date Category for Billing Plan Type IN OVBJ.
    4.  Allocate date category in SM30 - V_TFPLA_TY.
    5.  Maintain date proposal for Billing Plan Type in OVBM.
    6.  Assign Billing Plan Type to Sales Documents Type in OVBP.
    7.  Assign Billing Plan Type to Item Categories in OVBR.
    8.  Define rules for determining the date in OVBS.
    Milestone billing is typically used for billing projects, such as plant engineering and
    construction projects. Such projects often include a series of milestones that mark the
    completion of different stages of the work. In the SAP R/3 System, milestones are defined
    in a network along with planned and actual dates for the completion of work. The milestones
    are also assigned to the billing dates in the billing plan.
    Each milestone-related billing date is blocked for processing until the Project System
    confirms that the milestone is completed.
    Delivery-relevant order items for which a milestone billing plan applies are billed on the
    basis of the requested delivery quantity and not on the total of the confirmed quantities.
    The connection between the project and the sales document item is made in the individual
    schedule lines of the item. Each schedule item can be assigned to a network in a project.
    To display the project-related data for a schedule line, proceed as follows:
    In one of the overview screens of the sales document, select
    1.  Item -> Schedule lines.
    2.  Mark the schedule line and select Procurement details.
    The following figure shows an example of milestone billing where only the Contract have
    been billed :
    Order  Item  Turbine    100,000
    Billing Plan
    Billing date Description    %  Value  Billing Block   Milestone   Billing Status
    01-10-94     Contract      10  10,000      -             x           x 
    01-03-95     Assembly      30  30,000      x             x          
    01-04-95     Maintenance   30  30,000      x             x
    01-05-95     Acceptance    30  30,000      x             x
    01-06-95     Final invoice ..    ..        x
    Network/Activities
    Milestone    Estimate      Actual
    Assembly     01-03-95      01-03-95
    Maintenance  01-04-95     
    Acceptance   01-05-95
    For each billing date in a milestone billing plan, you can specify whether the billing
    date is:
    1.  fixed
    2.  always updated with the actual date of the milestone
    3.  updated with the actual date of the milestone, if the date is earlier than the
        planned billing date for the date
    Keep Sapping
    Regards

  • Billing of Order/Contract

    Hi SD Guru's,
    I have a scenario wherein my contract period is from say 01.10.2007 to 31.10.2007. (say monthly price is 3000, and calendar days are set to 30). This contract is created for an agency. Now i create a sales order for a particular client in reference to this contract from say 15.10.2007 to 31.10.2007. Now i want to bill the agency for 15 days (from 01.10.2007 to 14.10.2007) directly from the contract and the client from (15.10.2007 to 31.10.2007) against the sales order. How can i take care of this scenario in SD?
    Waiting for your replies.
    Thanks and Regards
    Ravi

    Hi Ravi
    U can do this by Period billing or Milestone billing.
    <b>Billing Plan for Milestone Billing</b>:
    Milestone billing means distributing the total amount to be billed over multiple billing  dates in the billing plan.
    As each milestone is successfully reached, the customer is billed either a percentage of the entire project cost or simply a pre-defined amount.
    During sales order processing, the system determines from the item category whether a billing plan is required and, if so, which type of plan
    The type of billing plan that is determined at this point is set up in Customizing and cannot be changed in the sales document.
    Billing plans for periodic billing and milestone billing plans for project-related milestone billing have different overview screens so that you can enter data relevant to your processing.
    For example, for milestone billing, you must be able to enter data to identify the
    individual milestones.
    IMG configuration requires :-
    1.  Maintain billing plan types for milestone billing in OVBO.
    2.  Define date description in SM30 - V_TVTB.
    3.  Maintain Date Category for Billing Plan Type IN OVBJ.
    4.  Allocate date category in SM30 - V_TFPLA_TY.
    5.  Maintain date proposal for Billing Plan Type in OVBM.
    6.  Assign Billing Plan Type to Sales Documents Type in OVBP.
    7.  Assign Billing Plan Type to Item Categories in OVBR.
    8.  Define rules for determining the date in OVBS.
    Milestone billing is typically used for billing projects, such as plant engineering and
    construction projects. Such projects often include a series of milestones that mark the
    completion of different stages of the work. In the SAP R/3 System, milestones are defined
    in a network along with planned and actual dates for the completion of work. The milestones
    are also assigned to the billing dates in the billing plan.
    Each milestone-related billing date is blocked for processing until the Project System
    confirms that the milestone is completed.
    Delivery-relevant order items for which a milestone billing plan applies are billed on the
    basis of the requested delivery quantity and not on the total of the confirmed quantities.
    The connection between the project and the sales document item is made in the individual
    schedule lines of the item. Each schedule item can be assigned to a network in a project.
    To display the project-related data for a schedule line, proceed as follows:
    In one of the overview screens of the sales document, select
    1.  Item -> Schedule lines.
    2.  Mark the schedule line and select Procurement details.
    The following figure shows an example of milestone billing where only the Contract have
    been billed :
    Order  Item  Turbine    100,000
    Billing Plan
    Billing date Description    %  Value  Billing Block   Milestone   Billing Status
    01-10-94     Contract      10  10,000      -             x           x 
    01-03-95     Assembly      30  30,000      x             x          
    01-04-95     Maintenance   30  30,000      x             x
    01-05-95     Acceptance    30  30,000      x             x
    01-06-95     Final invoice ..    ..        x
    Network/Activities
    Milestone    Estimate      Actual
    Assembly     01-03-95      01-03-95
    Maintenance  01-04-95     
    Acceptance   01-05-95
    For each billing date in a milestone billing plan, you can specify whether the billing
    date is:
    1.  fixed
    2.  always updated with the actual date of the milestone
    3.  updated with the actual date of the milestone, if the date is earlier than the
        planned billing date for the date
    Reward if useful to u

Maybe you are looking for

  • Wireless printing between windows 8 and printer

    When I try to print, I have to cycle power on the printer in order to get it to communicate with my laptop. After doing so I can print as much as I want without issue. If I try to print a couple of hours latter and have to cycle power again. I'm  thi

  • Error while trying to setup waterfall Chart in OBIEE 11.1.1.6.7

    Hi All, I am working on the OBIEE 11.1.1.6.7 version. This upgrade to 11.1.1.6.7 was done recently from 11.1.1.6.2 version by running the latest patch downloads using Opatch functionality. Recently we had a requirement and I am trying to set up water

  • CRM_ORDER_MAINTAIN not updating the item level field

    Hi All, My requirement is to update a field called "CSC Code" in line item of sales order. hence for this case i am using "CRM_ORDER_MAINTAIN" inside the "ORDER_SAVE" BADI. I am passing the ref guid, ref type, object name ,Logical Key and field name

  • Slight Issue with JTextField Returning Null

    Hey everyone, I just have a slight problem involving a null value returned when I call the getText method of a textField, even when there is text in the field. Here is the code to create the GUI   public static void createGUI()        JFrame frame =

  • HT204088 Report a problem not working in Mountain Lion App Store

    When I try to report a problem with an app, instead of showing me the menu as in this article, it opens my browser and sends me to the apple UK support page! (I'm in Mexico by the way so this *****). So I don't know what to do to report a problem wit