Field change in billing

Hi ALL,
I would like to change the weight and volume fields in billing document while creating in VF01.Please advise me any user exist or any Badi in ECC 6.0.
Thanxs.

hi
check out this
Billing related exits
Customer exits (CMOD transaction)
Enhancement code  Description 
SDVFX001  User exit header line in delivery to accounting 
SDVFX002  User exit for A/R line in transfer to accounting 
SDVFX003  User exit cash clearing in transfer to accounting 
SDVFX004  User exit G/L line in transfer to accounting 
SDVFX005  User exit reserves in transfer to accounting 
SDVFX006  User exit tax line in transfer to accounting 
SDVFX007  User exit: Billing plan during transfer to Accounting 
SDVFX008  User exit: Processing of transfer structures SD-FI 
SDVFX009  Billing doc. processing KIDONO (payment reference number) 
SDVFX010  User exit item table for the customer lines 
SDVFX011  Userexit for the komkcv- and kompcv-structures 
V05I0001  User exits for billing index 
V05N0001  User Exits for Printing Billing Docs. using POR Procedure 
V60A0001  Customer functions in the billing document 
V60P0001  Data provision for additional fields for display in lists 
V61A0001  Customer enhancement: Pricing
Edited by: AP on Feb 17, 2012 7:47 AM

Similar Messages

  • How to change the billing qty directly during VF01 in AFS?

    Dear experts:
       Can anyone advise how we can change the billing qty directly during VF01 in AFS? Can anybody tell me why i can modify the billing qty in SAP R/3 ECC6.0, but it fail to in AFS, why?
    The operation was:
    1、I have  to done one customising, in VOV7 for my Item category change the Billing Relevance to "K";
    2、We setting up as Delivery note  related billing and would like to change the qty at the point of billing;
    3、Enter the Delivery note number Do not Press Enter, Then Click on u201Cselection listu201D, however , the field of "open quantity"  is in greyed out mode !
    In SAP R/3 ECC6.0 ,In transaction VF01 put the Delivery note NO. and before entering or executing go to "selection list" and we will find the quantities in editable mode and we can change there and then execute billing,but in AFS,the field of "open quantity"  is in greyed out mode ! I asked a lot of friends in AFS, they also  have this problem!
    Thanks
    Peter.lee
    Edited by: peter.lee on Nov 19, 2011 3:05 AM

    Hi Guys,
    Contrary to others IS (retail, oil etc...), AFS has been almost fully redesigned in some areas. That's why SAP releases first EHP business functions for standard and then try to enhanced the new created features later in AFS EHP.
    In regards to the change of the billing quantity, from my prospective this is not supported. Quantity always comes from preceding document.
    AFS is implemented in many industries like workwear, fashion high fashion, sportwear, underwear, bags etc...However I never got the same requirement to change the billing quantity.
    For which reasons do you need to change the billing quantity ? Can this be done in the sales order (in case of debit/credit memo request) or in the delivery ?
    The billing area has some restrictions, such as doing a pricing redetermination, in AFS it must be done in the sales order for example.
    You could potentially ask SAP and see whether an advanced modification could be provided (this is chargeable).
    Hope this might help.
    Regards,
    Mehdi

  • Sum after field change

    Does any one know how to sum a column upon the field change of another column?  For instance;  a construction estimate is dividedinto, say 50 divisions (categories). Each entry into my general ledger, a numbers spread sheet, has a column for, Job, and division.  To bill a job I would filter by job name, then sort the division column, accending.  I would then right click, and sum after field change.  In this way I would have the sum of each divisions costs to date, and compare it with the original estimate.  The new numbers update does not seem to have this feature, (sum after field change).  Does anyone know how to accomplish this, perhaps with sum if?

    Numbers seems to perform calculations when any dependencies are changed.  so entering a new number should cause a sum to update.
    try this as an experiment:
    in a small table make the last row a footer row then in footer of column A enter the formula:
    =sum(A)
    like this:
    now enter values in the column:

  • 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.

  • MASS changes to billing documents

    Dear Gurus,
    I want to do mass changes to billing doc for any unimportant field so that ouput gets triggered once again. How can i do mass changes to billing documents (10,000 in number)
    I know mass outour issue through VF31 but that hasnt helped me.
    Thanks in advance,
    Regards.
    Rajesh

    I want to do mass changes to billing
       doc for any unimportant field
    Can you please be more specific as to what exactly you want to change ??  For information, during billing, in normal circumstances, we cannot make any changes excepting for quantity and that too based on your configuration settings.
    thanks
    G. Lakshmipathi

  • How to change  posted billing document

    Hello every body,
    I want to know how can we modify sales office field on  posted billing document.
    We want to change in mass two years of document. ( We are running on Ecc6.0)
    Regards,
    Mercedes.

    As suggested, you CAN  - technically - have a program directly update the table. However, there are two potential problems with this.:
    1. If you have application issues with this - or subsequent problems with the invoice data, SAP will not support you.
    2. A direct update will not cause statistical data (i.e. SIS structures such as S001, S004 or a custom structure) to be updated.

  • MASS change of Billing date in Orders.

    Hello SAP Experts,
    I want to change the Billing date of multiple Sales Orders in MASS.
    I tried to use the TCode - MASS ,but unable to select a Sales order to Update.
    Can you please provide me the Steps for MASS change of Billing date in Sales Orders.
    Thanks and Regards,
    Umesh Karane

    1. Go to transaction [MASS]
    2. Enter the object type : BUS2032
    3. Press Execute
    4. Select the item "MASSSDHEAD_S: Sales order header data"
    5. Press Execute
    6. Enter the sales documents that you need to change the billing date
    7. Press Execute
    8. Go to menu --> View --> Click on Choose Fields; Or you can directly press F5
    9. Select the Billing Date and press enter
    10. Give the new billing date and click on "Carry Out a Mass Change"
    11. You can see all the billing dates changed to new billing date.
    12. Save

  • User Exit in VA02 for Warranty Status field change

    Hi Gurus,
    Can any one pls suggest the user exit that gets trigerred when there is a Warranty Status Field change in the Repair Order of Order type ZRAS and when the change occurs it has to update the work center of the Corresponding Service Order.
    Pls help me with this issue.
    Regards,
    VIJAYB.

    Transaction Code - VA02                     Change Sales Order
    Enhancement/ Business Add-in            Description
    Enhancement
    V60F0001                                SD Billing plan (customer enhancement) diff. to billing plan
    V46H0001                                SD Customer functions for resource-related billing
    V45W0001                                SD Service Management: Forward Contract Data to Item
    V45S0004                                Effectivity type in sales order
    V45S0003                                MRP-relevance for incomplete configuration
    V45S0001                                Update sales document from configuration
    V45P0001                                SD customer function for cross-company code sales
    V45L0001                                SD component supplier processing (customer enhancements)
    V45E0002                                Data transfer in procurement elements (PRreq., assembly)
    V45E0001                                Update the purchase order from the sales order
    V45A0004                                Copy packing proposal
    V45A0003                                Collector for customer function modulpool MV45A
    V45A0002                                Predefine sold-to party in sales document
    V45A0001                                Determine alternative materials for product selection
    SDTRM001                                Reschedule schedule lines without a new ATP check
      Business Add-in
    BADI_SD_SCH_GETWAGFZ                    Scheduling Agreement: Read WAGFZ from S073
    BADI_SD_V46H0001                        SD Customer functions for resource-related billing
    No.of Exits:         15
    No.of BADis:          2

  • I cannot download any apps on my Iphone.  It keeps telling me to go to Itune store and change my billing informationa and I have done this and it stiil says the same thing and won't let me download any apps.

    I cannot downlaod any apps on my IPhone.  It keeps telling me to go to the ITune store and change my billing information and I have done that and it still won't let me download apps.

    This may not be the exact message that you are getting, but the reasons explained in here might be why you are getting this message. Take a look.
    http://support.apple.com/kb/ts1646

  • I can't change my billing information or my credit card information - Please Contact itunes support to complete transaction

    For a week now I've not been able to change my billing address or information OR change the credit card I wish to use on itunes.  I've tried resetting the cache and warning messages, restarting my machine, and contacting itunes support.  This is rediculous.  I recieved an e-mail 4 days later saying that I couldn't use that credit card?  The funny thing is, I have another account that can...  So why can't I change it on this account?  This is my main account and I want to use my main credit card.  So finally they just deleted my old credit card information.  This is fine, but I still can't add a credit card or even just change my billing information.  This is absolutely ********.  How hard is it to have your customers edit form information and store it in your database?  Seriously, I'm so upset right now.  Apple is known for being user friendly, how is this user friendly?  I can't change my own billing information?  I also feel like I'm one of the only people in my group of friends that actually pays for all of their music/movies, but now I can't even do that?  This is so upsetting.  Apple, I'm so disappointed in you.

    Ok, so I finally got help on this issue.  Basically, I had tried to edit my credit card information, and it secretly locked my account.  After finally getting a hold of a representative through the chat service on the support site, I was able to get this fixed.  I had been previously helped by someone through e-mail, but that was a complete waste of time.  Go for the chat service, it's a million times better.  They were able to release the secret block on my account...from trying to change my own information so that I could change it and be on my way.  Anyway, I hope this helps.

  • I created an new apple id and want to change my billing information from the old id to the new id. How do i do that, as i have been trying it like always and it keeps saying that i have to contact apple support? I have an iphone 5S.

    I created an new apple id and want to change my billing information from the old id to the new id. How do i do that, as i have been trying it like always and it keeps saying that i have to contact apple support? I have an iphone 5S.

    Good day BenithaK,
    Once you have changed your Apple ID, you need to set it up for use in the various systems such as iTunes, the App Store, etc so it can be used as intended. This article shows how to do that -
    Apple ID: What to do after you change your Apple ID - Apple Support
    To change your iTunes billing information for either Apple ID account, follow the directions in this article -
    iTunes 12 for Mac: Manage your iTunes Store account
    Thanks for using Apple Support Communities.
    Safe computing,
    Brett L 

  • How can I change my billing account the card is no good and I have another one

    Please help me ! I just got a new iPhone 4S and the billing won't let me change the information it has the old from my other iPhone and the card doesn't work anymore could u please tell me how I can change my billing info so I can download stuff off my App Store and iTunes thank u :)

    iCloud FAQs
    Creating an iCloud account: Frequently Asked Questions
    iCloud Help
    http://help.apple.com/icloud/?lang=en

  • HT201304 how can I change my billing account information?

    How can I change my billing information in my iphone?

    See Here  >  Changing Account Information
    http://support.apple.com/kb/HT1918

  • How to make a field mandatory in billing

    How to make a field mandatory in billing document,if m right with the help of incomplition log but how.....
         plz reply the full configuration.

    Hi Mohan,
    We normally create a billing document with reference any other document say Order or delivery.
    so, all the necessary information in the invoice will be taken from preceeding doucments. Thats way in the order level we check for incompletion log. If any important data is missing in the order level then the succeding documents will not be created.
    Thats way in the billing documents all the necessary information will come automatically either from preceeding documents or from master data.
    Still you want to make any field mandatory, you can do these by modifieing Billing documents user exists,you can make which ever the fields are mandatory and to be checked before saving. so when you are going to save the invoice, it will check if these fields are maintained or not.
    Hope this is clear.
    Reward if helpful.
    Thanks,
    Praveen

  • I purchased and registered my CS 5.5 in Australia, but now live in the UK. How do I change my billing location to the UK?

    Does anyone know how I change my billing location to the UK?

    Contact support by web chat or phone.
    Mylenium

Maybe you are looking for