Updating finance document  when creating Delivery GI

Hi Everyone
When creating GI for delivery related STO  the delivery finance document is updated with the price from the material master record
we need that the price will be updated from the STO instead .
which  Badi or BAPI  can we use for this action?
( we don't use cross company billing  document  delivery related  and as I understand pricing procedure can't be copied from STO to  delivery  related
Best  regards
ZAC

Hi,
you can work with the user-exit MV50AFZZ
Regards
Nicole

Similar Messages

  • Update termination when creating delivery in ECC 6.0 system

    Hi
    Issue: Update termination occured when creating a delivery with Order rederence from VL01N in ECC 6.0.
    Created a delivery from VL01N and press 'pack' button and saved. I received a message 'Delivery XXXXXXXX is created' and then when i ran VL03N it gave a update termination. Log says 'RV_MESSAGE_UPDATE' MC 601: Object requested is currently locked by user AYEDLAPALLI
    I went to where used list for this function module and tried to activate the program 'LOIRI_REPORTINGF01' and it gave an error message "Data object 'PT_VBRK' has no component 'OIRIPBLNR' in prog 'LOIRI_REPORTINGF01'  .
    Could you please let me solution if anyone come across this issue?
    Thanks,
    Anil

    Hi Anil,
    Before approaching the basis team, pls. check whether are there any outputs are triggering in Delivery. In my previous experience due to output related problem this kind of error we faced.
    Mahesh

  • Can't select "include book documents" when creating index in InDesign CC

    I'm trying to make an index for several dokuments in a book. I've made the index but when I try to generate the index the checkbox is greyed out so I can't check it. Do You know what's wrong?

    Thank You. That worked well.
    One more question: It looks as if the index does not include the words of all the documents in the book. Is it something I do wrong?
    Thanks
    Henning
    Fra: Peter Spier <[email protected]<mailto:[email protected]>>
    Svar til: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
    Dato: onsdag 10. juli 2013 13:04
    Til: Henning Kristoffersen <[email protected]<mailto:[email protected]>>
    Emne: Can't select "include book documents" when creating index in InDesign CC
    Re: Can't select "include book documents" when creating index in InDesign CC
    created by Peter Spier<http://forums.adobe.com/people/P+Spier> in InDesign - View the full discussion<http://forums.adobe.com/message/5491834#5491834

  • Error when creating Delivery

    Hi experts,
         I've received an error when creating Delivery from AR Reserve Invoice :
    [Delivery - Rows - Warehouse Code][line: 0] , 'No matching records found  '' (CRD1) (ODBC -2028)'  [Message 131-183]
    Don't know what is this, but some of the transaction in Delivery from AR Reserve invoice I mean no error.
    Regards,

    HI,
    Pl. check the links of BP Master.
    Set Bill to and ship to address manually for the Business Partner and set the new address as default .
    Also check the settings of Items Default warehouse Etc.
    Hope Helpful!!!

  • Error when creating delivery referenced by STO doc. from vl10b

    Hi All,
    We are getting an error when creating delivery as background from vl10b t-code referenced by STO. The error message " Global official numbering: Input parameter incomplete " .
    Please give me a hand for this problem.
    Thanks in advance for your helps.
    Regards,

    Hi,
    One of the possibilities of the error could be
    if i_BuKrs eq space or i_BuPla eq space or i_PostDate eq space.
    i.e Compnay code or Posting date ro Business Place is Blank.
    Please Take help of ABAPEr to resolve the isssue
    Thanks
    Murtuza

  • Is it possible to set billing block when create delivery?

    Hi,
    Is it possible to set billing block flag when create delivery automatically,I know it is possible to do it in SO, I also want to know is there any T-code can release billing block in so and delivery by batch?
    Thanks in advance.
    Lance

    You can set Billing Block at Order level only. However iof you want to apply Billing Block, while doing Delivery, you require to go back to Sales Order & set the Billing Block. Incase you want Billing Block for all Deliveries, then Identify a user exit & activate it such that the coding of it will go to Sales order in Change Mode & set a Billing Block.
    Regards,
    Rajesh Banka

  • Update was terminated when creating document through FBR2

    Hi,
    I am getting the error "Update was terminated " when I try to change the GLcode and post the document through transaction FBR2. The ABAP dump error shows ASSERTION_FAILED in the program LGLIOA20 , form OBJECTNR_FIND_GLPCC. Moreover it's a V1 update.
    I am not sure what data is missing during the posting. Can you suggest what would be the cause for termination occurred?
    thanks
    Renga

    Welcome to SCN.
    Have you looked for notes on this problem?
    Rob

  • Update Termination Error while creating Delivery

    Hello Experts,
    I am trying to create delivery with reference to Standard Order when I click on SAVE I am getting message that delivery is being created. But when I am trying to open the same delivery in change mode I am getting Update termination Error saying delivery not created.
    So what I tried doing is while creating delivery I have given Picked quantity and done with PGI then i am able to save the Delivery successfully and table LIKP is also updated. But this is not always that I can do. In my production system, without doing PGI I should able to save Delivery.
    Please could anybody help me on this ..is there any SAP notes?
    PS: My system is upgraded from ECC 6.0  Ehp2 to ECC 6.0 Ehp7.
    Many Thanks in advance.
    Priyanka J.

    Hello Kiran, Hello Klaus,
    Below are the details;
    Function Module   
    RV_DELIVERIES_SAVE
    Status            
    Update was terminated
    Report            
    LV50UF0L
    Row               
    50
    Error details   Class:
    00    
    Number:
    671
    Internal session terminated with a runtime error POSTING_ILLEGAL_STATE
    MENT (see ST22)

  • Can't update master table when creating a materialized view log.

    Hi all,
    I am facing a very strange issue when trying to update a table on which I have created a materialized view log (to enable downstream fast refresh of MV's). The database I am working on is 10.2.0.4. Here is my issue:
    1. I can successfully update (via merge) a dimension table, call it TABLEA, with 100k updates. However when I create a materialized view log on TABLEA the merge statement hangs (I killed the query after leaving it to run for 8 hrs!). TABLEA has 11m records and has a number of indexes (bitmaps and btree) and constraints on it.
    2. I then create a copy of TABLEA, call it TABLEB and re-created all the indexes and constraints that exist on TABLEA. I created a materialzied view log on TABLEB and ran the same update....the merge completed in under 5min!
    The only difference between TABLEA and TABLEB is that the dimension TABLEA is referenced by a number of FACT tables (by FKs on the FACTS) however this surely should not cause a problem. I don't understand why the merge on TABLEA is not completing...even though it works fine on its copy TABLEB? I have tried rebuilding the indexes on TABLEA but this did not work.
    Any help or ideas on this would be most appreciated.
    Kind Regards
    Mitesh
    email: [email protected]

    Thats what I thought, the MVL will only read data that has changed since it was created and wont have the option to load in all the data as though it was made before the table was created.
    From what I have read, the MVL is quicker than a Trigger and I have some free code that prooved to work from a MVL using it as a reference to know what records to update. There is not that much to a MVL, a record ID and type of update, New, Update or Delete.
    I think what I will have to do is work on a the same principle for the MVL but use a Trigger as this way we can do a full reload if required at any point.
    Many thanks for your help.

  • Updating partner function when creating customer XD01/XD02

    Hello all, I have the following requirement to do:
    When creating a customer for a certain account group in XD01/XD02, I need to update the partner functions associated to this customer.
    I have tried, the ENHACEMENT  SAPMF02D with function EXIT_SAPMF02D_001, but when changing table content T_KNVP, this content is not taken into account and the values are not stored in DB.
    I have tried too BADI's CUSTOMER_ADD_DATA and CUSTOMER_ADD_DATA_CS, but the content of T_KNVP in CUSTOMER_ADD_DATA cannot be changed.
    I would like to avoid BTE's for now.
    Can someone give me a hand on this?
    Thanks in advance!

    Solution: BAPI CUSTOMER_UPDATE

  • Idoc user exit to update the document  flow of delivery

    Hi all,
    Scenario:-
    There is an inbound idoc for delivery through which the delivery is getting posted ...while reprocessing the idoc (BD87) i need to update the dates on document flow of the delivery. The date to be updated is coming from the idoc.
    I have the function module(RV_DOCUMENT_FLOW_UPDATE_U) to update the document flow but i am not sure in which user exit it can be placed. I tried checking for some exits but nowhere i can find the delivery number to which i need to update through the FM.
    I am using the standard idoc with the message type as -DELORD and the basic type as 'ORDERS03'.
    Kindly provide user exit where i can use the date coming from the idoc (IDOCDATA) and  where i can find the delivery no also.
    Thanks,
    Neslin.
    Edited by: neslin on Jul 12, 2010 5:44 PM
    Moderator message: cross-post locked.
    Edited by: Thomas Zloch on Jul 12, 2010 2:27 PM

    Check for the enhancement VEDA0001
    Go to smod and refer to the further documentation for the same..
    Hope it helps.
    Thanks and regards

  • IDOC message type WMMBXY not including Serial numbers in GR material documents when created with reference to an Inbound delivery

    Hello,
    We currently have an inbound ALE process (message type WMMBXY and basic type WMMBID02) to post GR's against inbound delivery. If the inbound delivery item is maintained with serial numbers, we want those serial numbers to be pulled into the goods movement material document (and stored in SER03).
    Currently segment E1MBXYJ is maintained with the inbound delivery number in field VLIEF_AVIS and Inbound delivery item number in field
    VBELP_AVIS. In segment E1MBXYI, no purchase order is assigned and the fields EBELN and EBELP are blank. The movement indicator (KZBEW) has the value 'B'.
    Even after making the above settings, the serial number(s) maintained on the Inbound delivery item do not get saved to the material document.I did look at OSS note 833603 (Solution for 2 - GR for Inbound delivery) and we have followed the same settings. This works when there is no serial number in the Inbound delivery. However if we have serial numbers, the IDOC posts successfully, however the material documents in MB03 do not have any serial numbers copied over from the Inbound delivery where the serial numbers are definitely assigned.
    Any help you can provide is greatly appreciated!
    Thanks,
    Ashvin
    P.S
    If we manually create the GR via MIGO, the serial numbers are automatically applied to the GR material document. This is what we want to accomplish via the above IDoc process.

    Hi
    Try with enhancement MWMIDO08. See note 833603 - EDI: Goods receipt for stock transport order for further information.
    I hope this helps you
    Regards
    Eduardo

  • Update was Terminated when creating a Sales Order

    Hiii...
    When the sales order was created for the first time in the QAS System, it thrown a update error saying "Update was terminated user XXXXX". I checked the error message in SM13 and found that the error was in
    RV_MESSAGE_UPDATE.
    When i check the dump of this, there was a dump saying
    " The length of COMMON PART "VEDACOM" in program "RVADOR01" is incorrect."
    "Error analysis"
    The structure of the COMMON PART "VEDACOM" in program "RVADOR01" is
    different from the corresponding area in the calling program
    "/SMB40/RVADOR01".
    Length of the COMMON PART in program RVADOR01: 6600 bytes.
    Length of the COMMON PART in program /SMB40/RVADOR01: 2840 bytes.
    There is probably an error in the program
    "RSNAST00".
    This is for V1 Document type for ZA01 Output type.
    Error occured at
    896 * restore original NAST record (in case TNAPR-RONAM changed something)
    NAST = TEMP_NAST.
    The same thing is working fine in DEV. But problem in QAS. This is the first document generated in QAS.
    Kindly help.
    Best Regards,
    Srikanth.

    SAP Note 1614849 addresses this.
    Cause
    There are two common reasons for the dump: a) Z-program or b) Incorrect
    Program
    Resolution
    Replace the Z-programs with the standard output
    Check the following customizing: SPRO > SD > Basic Functions >
    Output Control > Output determination using the condition technique >
    Maintain Output Determination for sales documents > Maintain output types.
    Select Output type ‘BA00’, double click on “Processing Routines” and change for
    medium 1 the program from ‘/SMB40/RVADOR01’ to for example‘RVADOR01’

  • Subcontract PO error VU013 when creating delivery note using ME2o

    FYI to the forum, I had a user getting error VU 013 "Document is incomplete: You cannot save the delivery" when attempting to create a delivery note to send components to a subcontract vendor using ME2o.
    I spent quite a bit of time researching this on this site and did not find a solution to my problem. As it turns out, the issue was that this part had a serialization profile which required serial numbers to be assigned in the delivery note. Our workaround solution was to change the serialization profile to one which did not make it obligatory on the DN. We then issued the DN and manually assigned the serial number to it, then finally changed the material master back to the obligatory profile.
    Ideally, we would have liked the error message to indicate exactly what made the document incomplete (i.e. missing serial number in this case). I am not sure how to do that. Also, I found information regarding activating enhancement for serial numbers in purchasing (in EhP4). Presumably, this would allow me to specify the serial number(s) of the components to be issued to the vendor in the purchase order, and therefore automatically copy this into the subsequent DN. I activated this functionality, but did not get it to work. (Serial number maintenance was not visible in my PO.)
    If anyone has successfully dealt with either of these things (changing the error message, or activating the functionality) let me know. Otherwise, I will close the thread, as I just wanted to notify people of my findings regarding reasons for the error, and my workaround.

    I think the solution from OSS note will help to know the exact reason of the VU013 error:
    335504 - Not possible to save delivery because of VU013
    and OSS note
    1029482 - ME2O: ME 346, although serial number usage optional
    gives more insight and suppress the error message

  • Updating Caption numbering when creating or moving Figure

    Hello,
    This is regarding InDesign CS4.
    I have gone through the following tutorial: http://blogs.adobe.com/indesigndocs/2009/04/numbered_lists_part_iii_figure.html
    I would like to know if there is a way for InDesign to automatically update the caption numbers when:
    1- I move an existing figure/caption to a new location in the text. For example, I move Figure_30 right before Figure_25. In which case I expect Figure_30 to become Figure_25, Figure_25 to become Figure_26 and so on.
    2- I create a new figure and place it before Figure_10, in which case I expect Figure_10 to become Figure_11, and the newly created figure to become Figure_10.
    I am unable to do this the way captions are set up in the aforementioned tutorial.
    Thank you.

    Glad to help. Now that you're on the right track, here's something you might want to consider.
    I don't know if your layout is going to look anything like this:
    …with graphics placed between paragraphs of body text, but if so, here's what may work for you. Place the graphic in it's own paragraph, and make a paragraph style just for the graphic paragraph. My example has space before the graphic to separate it from the body text above. Use auto-leading for the graphic paragraph, because if you use an actual number, it will need to be adjusted locally if the graphics are different sizes.
    Make another paragraph style for the caption, and give it some space below to give some room for the next body paragraph. You might also want to use the Keep Options of the paragraph styles to keep the caption on the same page with the graphic, if spacing would normally push the caption to the top of the following page. You can also set the graphic paragraph style to always be at the top of the page if that's necessary for your design.
    If you have variations, like two graphics in a row without captions, make styles based on other styles, so you can change your mind without having to update each of the variations individually. Also, avoid basing paragraph styles on the default "Basic Paragraph," because you will get unexpected results if you copy/paste anything into a new document that has different settings for Basic Paragraph.
    Sorry if this is stuff you already know, or stuff you don't care about, but it sounded like you were a bit new to this whole thing, so I thought I'd stick my big nose in your bidness.

Maybe you are looking for

  • Multiple iPhones on my account

    So I have three iPhones (4') on my iTunes account. I'm the parent so I pay - LOL. Over many years myself, and my two kids have bought a massive amount of music, TV shows and movies and Apps - I mean a lot. They each have their own MacBooks that befor

  • Itunes 11.1 deleted almost all of my music! WHY?

    After both updates (iTunes 11.1 and ios 7) everything was fine for a few days. Yesterday however I noticed my iPod was skipping songs as I had it on 'shuffle', most of them just wouldn't play. I tried selecting these songs from my iPod but the text w

  • Should be able to enter both Japanese data and English data into the database without

    Scenario 1: Database Char Set: UTF 8 National CharSet :UTF8 String Type:Varchar2 Problem :Unable to enter more than 1/3rd of the field length specified when entering Kanji(Japanese) Data Scenario 2: Database Char Set: JA16EUC/JA16SJIS National CharSe

  • Aumatic Payment Configuration FBZP  F110

    Hi, Folr the  scenario I need to configure APP: Comapny Code Currency = USD Conutry Currency = EUR Document Currency = USD House Bank  , Account, GL Currency = EUR Invoice to be paied in USD. I am getting following error: Payment method selection for

  • !!!Urgent!!! purchase order

    when i am checking po is existing its getting correct value then i need to check if the po exists and its item doesnt exit it should show me an error as an list how cani do it