Billing split for some cases

Hi friends,
We are using batch job to create billing documents.
program used is SAPMV60S
Everyday this batch job runs at night time but some times billing is getting split into TWO for only one delivery.
There is no split criteria set in copy control.
And this is hapeenig randomly.I have created same case in quality server but there ionly one document was created.
i tried by cancelling billing documets and re create that but in second time i got only one billing document.
Can anyone please let me know what i should check and take care to stop billing split.

Hi,
This looks tricky... When the job runs in the background, there might be table locks on any of the customer or sales order tables from where the data is being pulled or there might have been a user exit in which the data does not get flushed out which may be creating this problem. You may have to sit with the technical person (if you are not the one) and see why this is happening.
Hope this helps.
Thanks
Mukund S

Similar Messages

  • I need to download my Verizon bill. For some reason my account says I'm a "Member" and not the "Manager" or "Owner" so I can't download the bill. I AM THE ONLY PERSON ON THIS ACCOUNT. I AM THE ONLY PERSON WHO HAS EVER BEEN ON THIS ACCOUNT. ONLY ME. JUST M

    I need to download my Verizon bill. For some reason my account says I'm a "Member" and not the "Manager" or "Owner" so I can't download the bill. I AM THE ONLY PERSON ON THIS ACCOUNT. I AM THE ONLY PERSON WHO HAS EVER BEEN ON THIS ACCOUNT. ONLY ME. JUST ME.

    Prepaid accounts don't have Account Owners/Managers, they just have Account Members (and prepaid accounts have less options regarding changes via their My Verizon account as a result).

  • Invoice Splitting - for some shipping points and not others

    Dear Gurus, I have a requirement where for some shipping points I need to be able to split an invoice on sales order (i.e. a separate invoice for each customer order) and for other shipping points I require a single invoice for multiple customer sales orders.  Using the copy control rules for LF to F2, I have set the Refence Number to B but this does not achieve what I want.  Would it be possible to achieve this via a copy requirements routine and by setting the values in VBRK-ZUKI?  Do I just copy the standard 003 routine and apply my changes here?  If yes, where do I insert the code - the top or bottom?  Regards

    In VOFM, first of all "Copying requirements" are used when we want to stop creating a target document from a source document or to prevent certain items from copying to target document under certain conditions. Copying requirements can't be used to do invoice split.
    Data transfer routines are the ones that allow invoice split (in addition to allowing copying fields from source to target). Although "copying requirements" is a loosely used terminology, it is important we make distinction between copying requirements and data transfer routines as both are different and perform different functions.
    SAP uses field VBRK-ZUKRI (a 40 character field) to store the combination of field values that are used as basis of invoice split. Invoice split happens if any of the fields stored in VBRK-ZUKRI differ across orders/deliveries (or their items) from which invoices are created.
    We assign VBRK-ZUKRI during item copy control in data transfer routines. The fields are simply concatenated and assigned to VBRK-ZUKRI.
    in VOFM, "Data transfer" routine 003 for Billing documents for example splits the invoice for each reference document, as shown by code below
    Include FV60C003
    *       For each reference document an invoice is created
    FORM DATEN_KOPIEREN_003.
      DATA: BEGIN OF ZUK,
              MODUL(3) VALUE '003',
              VTWEG LIKE VBAK-VTWEG,
              SPART LIKE VBAK-SPART,
              VGBEL LIKE VBRP-VGBEL,
            END OF ZUK.
      ZUK-VTWEG = VBAK-VTWEG.
      ZUK-SPART = VBAK-SPART.
      IF KURGV-PERFK = SPACE.
        ZUK-VGBEL = VBRP-VGBEL.
      ENDIF.
      VBRK-ZUKRI = ZUK.
    ENDFORM.
    In the above coding we are concatenating VBAK-VTWEG (Distr channel), VBAK-SPART (Division), VBRP-VGBEL (Reference Order from billing item) as the criteria for invoice split. So if any of these field differ then it will cause a split. So basically we are creating one invoice for all items that reference a single order
    So what you need to do for your requirement, is to copy the logic of data transfer routine 003 in VOFM to your own custom 9XX routine and make the assignment to ZUK / VBRK-ZUKRI only when shipping point (LIKP-VSTEL) is not equal to certain values that you don't want split to happen. It is better to maintain those shipping points in a custom table and make the check on the table rather than hard coding, so that in future it is easy to add more shipping points or remove existing ones if needed.
    Also remember to assign the new data transfer routine number 9XX to all relevant item categories in VTFL for your target billing type and reference delivery type

  • Avoid billing split for different partners

    Dear all,
    I'd like to avoid invoice split for 2 billing items whose partner function (VE) in a sales order are different.
    I tried to create a routine in the copy control in VOFM, but it seems that the value of the partner (VBPA-PERNR) could not be passed into the routine.
    Am I do it a wrong way? Is there any other method, e.g. change the standard program "MV60ATOP" ??
    Please kindly advise. Thanks!

    Hi,
    I think, billing split based on the partner is the standard functionality and you cannot over-ride this using custom routine.
    Regards
    Vinod

  • HT1491 i have been billed twice for some apps i purchased and dont know how to get a refund for these items. im frustrated as i have looked all morning to my dismay and am now tired of looking.please help

    i am wondering if anyone can tell me how to go about getting a refund on my account with itunes for apps i have been billed twice for. this has happened befor and u used to be able to gointo purchases and report a problem and they would take care of it. now we have to go thru all these bells and whistles to just get a minor problem fixed.....how frustrating is that !!!!!!!!!

    Welcome to the Apple Community.
    Select the content which is causing a problem and use the 'Report a problem' button in Your Purchase History on your computer.
    Currently, if your purchase happens to be your most recent purchase you will not be redirected to the report form, in this case use the report a problem option from the invoice that was emailed to you.

  • Billing Split for Free goods.

    Hi,
    The free goods functionality combines the line items( normal material and the associated free good) in the SO as one delviery group.
    My requirement is that once a SO is created which could be a mix of free goods and normal items, we should be able to split the invoice for these items. The SO and delivery should be done as the standard process only and no splitting should happen for SO and the delivery but only for invoice.
    I checked the VTFL screen but with no success.
    So the basic question is : can we add splliting rule for billing based on Delivery group present in delivery. (LIPS- GRKOR).???
    thanks.
    Edited by: jatin pahwa on Jan 13, 2009 3:22 PM

    Hi,
    You can do it in copy control creating your own copy routine from delivery to invoice at header level in VOFM. In the new routine you have to fille tke field VBRK-ZUKRI with the field GRKOR and the system will combine all the items withe the same value in VBRK-ZUKRI and split the items which have different value in VBRK-ZUKRI to second invoice. You have to assign the routine in VTFL in Data VBRK/VBRP at item level. You can base your routine on standard routine 001 Inv.split (sample) which has example of filling the field VBRK-ZUKRI.
    Regards,
    Marcin

  • Preventing billing split for multiple deliveries (over-riding billing date)

    Hi all,
    I have multiple deliveries which should be invoiced into ONE billing document. The only difference between the deliveries is the billing date, which is why it is splitting.
    I am therefore copying routine 001 and in VOFM and adding this code to the end of it:
      vbrk-fkdat = sy-datum.     "prevent split due to difference in billing date
    This is great and working fine because when I have 2 deliveries with diff. billing dates, it will take todays date. The only problem is when:
    1. Billing for a single document (dated 11/08/2011), it will over-write it and set the date to today (17/08/2011)
    2. Billing for 2 documents with the same date
    What is the best way around this?
    Thanks

    Dear Pistols123,
    1. Billing for a single document (dated 11/08/2011), it will over-write it and set the date to today (17/08/2011)
    Here can't you write the code to check whether there is only one billing document, if so omit your code for the date manipulation.
    So that system will not assign system date, but will take the orginal date (actual good issue date or billing date entered in vf01)
    2. Billing for 2 documents with the same date
    write the code to check whether all the billing documents have the same date , if so omit your code for the date manipulation.
    So that system will not assign system date, but will take the orginal date (actual good issue date or billing date entered in vf01)
    Thanks & Regards,
    Hegal K Charles

  • Alt text of image tooltip not showing for some cases

    Hello,
    I have followed the following steps in adding the alt text of images. Adobe Acrobat X Pro * Add alternate text and supplementary information to tags
    However, there is a weird case where the tooltip of the alt text is not shown on hover for a specific page (page 5 of the attached PDF)
    http://s000.tinyupload.com/?file_id=63161349344665038065
    Please advise if there is something wrong with the PDF that is causing Reader to not show the alt text for the images in that certain page. (and if the PDF should be fixed or is Reader the one that has a problem).
    Thanks

    RamaRao.G wrote:
    I added a JInternalframe on south side of a JFrame.Well, that's plain wrong. JInternalFrame is meant to be added to a JDesktopPane.
    I added mouse listeners to JFrame. In mouse release I am placing one image at mouse release x,y location by following statement.
    g2.drawImage(bitmapImage, x, y, w , h, null)
    Problem is when I do mouse release just near to JInternalFrame component which added south side of main Jframe.
    showing some part of image on south panel for a sec and then going back. Directly It should to go back side JFrame .
    It should not appear on JInternalFrame even for fraction of sec also.To get better help sooner, post a [_SSCCE_|http://mindprod.com/jgloss/sscce.html] that clearly demonstrates your problem.
    Use code tags to post codes -- [code]CODE[/code] will display asCODEOr click the CODE button and paste your code between the {code} tags that appear.
    db

  • Tables headers shown Blank when merged for some cases

    Hello,
    i was looking for an answer for this but couldnt find anything related.
    I am working with SAP Business Objects Enterprise XI product 12.1.0.
    The problem im having is that when working with tables and 2 rows of headers in order to have two titles in some of the columns (i mean a general header for several columns and a particular for each of them). This actually works ok but when i add columns to the left and, in the header, i merge the 2 rows, they look blank when i open the report in view mode (they look ok in edit mode).
    Please your help if you know any way to work around this. I have tried a lot of things but they havent worked. A weird thing is that i have other reports like this and some of the work ok.

    Hi,
    You can get this kind of information in the Service Market Place:
    http://service.sap.com/swdc  for the software download
    http://service.sap.com/releasenotes   for the 'fixed issues' list
    http://service.sap.com/instguides   for the patch installation guides
    Regards,
    H

  • Way to stop billing split

    Dear SAP folks
    Our client's requirement is to have different payers should be assigned for a normal item and free good item in a  sales order. If an order is raised both for a standard and free good item, the excise duty of the free good item has to be assigned to a different payer by changing the payer in the line item. In such cases as you know 2 billing documents would be generated. I would like to know if there is any way (user exits) to stop billing split in such cases.
    Regards
    Sidhu

    Hi,
    Invoice split if the payers are different, is standard functionality. If you want to stop it, you can write a custom routine and assign it in the copy control under "Data VBRK/VBRP" field at the item level.
    Regards,
    Raghav
    Edited by: Raghava S.V on Dec 20, 2011 10:23 AM

  • Batch is blank for some production order number

    Hi Experts,
    For some cases planned order does not converting into production order,i mean batch(CHARG) is not updating.it seems production order link is missing,In CO03 transaction i'm not finding relative batch number for production order.
    Let me know If you have any solutuion

    Without further information on what information you need to extract from the Batch table and when, I have the following suggestion
    The Batch Rows table IBT1 should be linked to the Production Transaction. 
    IBT1.BaseType = 60

  • Why is my billing information not being review correctly...like it sayes my apple id has not yet been used in the itune store and it tells me to review my account info but for some reason it doesnt work

    why is my billing information not being review correctly...like it sayes my apple id has not yet been used in the itune store and it tells me to review my account info but for some reason it doesnt work

    Hi there ethangabe,
    You may find the information in the article below helpful.
    Using an existing Apple ID with the iTunes Store, Mac App Store, and iBooks Store
    http://support.apple.com/kb/ht2589
    -Griff W. 

  • Invoice List for some billing documets of a same costumer

    Hi
    I have a costumer that buy very different materials.
    For some of those I want to create invoice list and for others no.
    How can I do that? There is some filed in sales order that I can activate?
    I can't do it in the costumer master data because if I do it all documents for this costumer will be able to invoice list and I don't want it.
    Thanks in advance
    Dora

    Hi Friend,
    As you mentioned it is a requirement for Same customers for different Billing documents.
    So this configuration you can do it in the Billing documents type VOFA
    First create the Invoice list document type in VOFA and assign this for the the Billing documents for which you require and dont assign to other
    And now maintain the copy control settings in VTFF transaction
    Take teh Billing document as source and the Invoice list as target document and maintain the copy control routine as 16
    Please revert if you want any more details.
    regards.

  • Auto closing of dispute cases--only for some company codes

    Hi
    We have activated dispute management for several company codes in our system. The auto closing of dispute cases also has been activated in status management. Cases are automatically closed by the system (through a batch job) when the last disputed object is cleared.
    Now there is a requirement to deactivate auto closing only for some company codes. They want to close cases manually in these company codes.
    Is this possible and if so how?
    Regards
    Raj.

    You cannot deselect at a company code level.
    Can we go through you proposed process.
    So you have a dispute for $100.
    The customer pays it and the dispute closes.
    Then the customer calls up and says they have an issue with the invoice they paid previously.
    I have seen this happen before but there was a little twist
    1 - The customer raised a debit note against the client for the issue that they had. The original invoice is cleared but a debit note is created and then disputed and processed. So you can close the original dispute and create a new dispute against the debit note
    2 - The customer paid the wrong invoice. The dispute was closed. However to rectify the miss allocation the clearing document will be reversed meaning the dispute is "re-opened" and can be processed.
    I am unaware of any other requirement for a customer to "re-dispute" a paid item in SAP.

  • A business case for billing customer for asset use

    One of my clients has a equipment which he hires it out for customers  . Based on its usage (like if customers uses it for  for more than some quantity )  then he wants to bill customer automatically  .  He says while service confirmation if quantity is of usage is more than some X unit , then automatic billing is to be triggered else no billing .
    For equipment maintenance  he wants PR to be created automatically from service order .After  vendor invoicing , at service confirmation he wants  to bill the  customer with vendor invoice amount .
    I am aware of PM order process , but can any one pl suggest  step by step solution for the scenario ?
    Thanks in advance
    This is a duplicate [thread|http://forums.sdn.sap.com/thread.jspa?threadID=2084697&tstart=0]
    Edited by: Paul Meehan on Nov 23, 2011 4:45 PM

    regarding the selection of the servers based on the content requested, the current CSM is limited to match only 6 - 10 host name while the CSS has no limitation except the size of the config.
    The only protocol that can be loadbalanced based on content - so layer 5-7 is HTTP and RTSP.
    IF your citrix application makes use of these protocols, you can do L5/7 content rules.
    My favorite between CSS and CSM is the CSM because of its ability to link a vserver/content rule to a vlan and because there is no such thing as garbage collection which is annoying on the CSS with long lasting flows.
    Regards,
    Gilles.

Maybe you are looking for

  • Is it my cop of tea?

    got an old widescreen crt philips with a couble of scarts and composite input for video and audio got a wifi router which give internet with wpa security for 5 pc's using itune would like an easy to use system to play my music in the livingroom witho

  • Stuck with question mac

    My mac stuck on empty folder with question mark. I tried installing new OS from USB flash but I couldn't see the hardrive and installation showed progress but it was installing on "OS X Base system" So I tried switching harddrives with a similar mac

  • Vlan0 Priority Tag stripped by SG200-08

    Hello All, My company is currently having issues with the SG 200-08, in that when we're sending an Ethernet Frame through the switch consisting of an 802.1Q VLAN 0 priority tag and custom payload, the smart switch is stripping the 802.1Q tag from the

  • Webutil dll path

    I am trying to implement OLE using webutil in Forms6i. I have placed the 3 dlls (jacob, JNIsharedstubs and d2kwut60) in the <ORACLE_HOME>/forms60/java/ oracle/forms/webutil/lib directory. I have also created a virtual directory called webutil which p

  • Search everywhere first?

    I know this has probably been brought up but to try to find previous posts about it exemplifies the actual problem! Why does the initial search in any forum search all the forums first?  For this post I tried to search for words such as "search" and