Changing the field content of 'wrbtr' in accounting document during Post Goods Issue in VL02N

Hi Experts,
     I have requirement ,where I need to  change the 'amount in document currency value (wrbtr)' in line item of a accounting document, which is created as part Post Goods issue through VL02N.
          I have already check BADI's below as follows:-.
1) LE_SHP_GOODSMOVEMENT- No accounting document information flows in this BADI.
2) AC_DOCUMENT - Field 'WRBTR' is not available in substitutable fields list.
3) BTE-1050 - This BTE is not getting triggered while doing PGI.
        Please suggest any other possibilities to make the change.
Thanks & Regards,
Suganth.

Hi Kartik,
            I have checked the enhancement you specified, but it didn't trigger during PGI. Can u please let me know is there any other possibilities to make the change.
Thanks
Suganth.

Similar Messages

  • VL02N : when I do Post Goods Issue in VL02N, I want to change amount.

    hello, everyone.
    I have a problem. I need your help.
    To explain, when I tranfer a material from A plant to B plant,
    first, I create Stock tranfer order( ME21N ).
    And I create Delivery document ( VL10B ) with po number.
    And I click "Post Goods Issue" in VL02N.
    Just at that moment, I want to change the line item amount in the local currency.
    because, the line item amount in the local currency is calculated as the move average price of the A plant.
    I want to calculate as the move average price of the B plant.
    I looked arount too much, but I couldn't find how to change.
    You can help me. I hope so. Anything is good.
    Please, let me know in detail.
    Thanks for reading.
    Edited by: Hyun-Sun Choi on Feb 15, 2012 5:44 AM

    Thank you for your answer.
    This is the return process.
    Just I want to input value in amount in LC.
    and I fount badi in LE module.
    Again thank you.

  • Different GL account Needed in Post Goods Issue

    Dear All,
    in OBYC-GBB I have congifured for Post good issue. i need to assign different another GL account for inter plant process . how to do that ?
    example when i am doing normal post goods Issue accounting document generating like below.
    xxxxx       Finish Product       credit
    yyyyy       Cost std sales       debit.
    for interplant Sales i need.
    xxxxx       Finish Product       credit
    zzzzz       Cost std sales       debit.
    instead of yyyyy i need zzzzz.
    waiting for your valuable answer..
    Thank you.
    Best Regards,
    KSK

    thanks for the quick action.
    Valuation is Plant Level
    Best Regards,
    KSK

  • HT1689 I changed the ID app store to new account but during updating or download still showing the old ID

    I changed my Iphone 4 ID account, but during the update and download still showing the old ID

    All apps, all paid and free apps include DRM protection which is tied to the iTunes account or Apple ID that was used to download the apps.
    You must use the iTunes account or Apple ID that was used to download an app in order to install an app update.
    Not possible to transfer apps from one iTunes account or Apple ID to another and the same for merging accounts.

  • Change batch number field during post goods issue

    Hello,
    During one step transfer posting i want to change the batch number during goods receipt via transaction VL02N.
    I have tried using the below exits and badi without success.
    Exit EXIT_SAPMM07M_010
    mb_document_badi
    LE_SHP_GOODSMOVEMENT
    Below is the code i have implemented in the exit
    clear v_vbeln.
    select single vbeln into v_vbeln
       from likp
    select * from likp
        where vbeln = i_mkpf-le_vbeln
        and   vstel = c_vstel
        and   werks = c_werks
        and   lfart = c_lfart.
        IF sy-subrc = 0.
          e_charg = 'X'.
        ENDIF.
    If any body has implemented same functionality kindly help.
    Regards,
    Koustubh

    Hi,
    In the BADI LE_SHP_GOODSMOVEMENT, inside method CHANGE_INPUT_HEADER_AND_ITEMS, loop the parameter CT_XIMSEG.
    For each line in CT_XIMSEG, change the value of CT_XIMSEG-CHARG according to you logic and modify the internal table CT_XIMSEG transporting the valude of CHARG.
    Check whether now it is getting updated in MSEG.
    Regards,
    Harish

  • No Accounting Document generated for goods issue in case of MTO scenario

    Hi all,
    I have MTO scenario & the industry is trading. So I have all trading goods. In SPRO - Sales & Distribution - Availability Check and Transfer of Requirements - Transfer of Requirements - Determination Of Requirement Types Using Transaction I have determined requirement type as KE.
    In material master I have used strategy group as 20 for Make to order scenario. In the settings "Determination Of Requirement Types Using Transaction" I have determined the requirement type as "KE".
    The requirement type "KE" determines a requirement class "040 - MkToOrdNoValW/o cons". Here the account assignment category is "E-Ind. cust. w. KD-CO".
    Now I created a sales order, the system determined the requirement type as "KE". I saved the sales order, assigned the stock to the sales order  & created a delivery.
    I did the PGI also. But when I check in the document flow, for the material document the system has not generated any FI document where we see the accounting document for the "cost of goods sold" & "inventory" G/L accounts. The system gives a message "Material document 4900000023 does not include an accounting document".
    Note:
    1. When I create the sales order with normal MTS scenario, the system creates an accounting document for the material document at the time of goods issue.
    2. The valuation class in the material is 3100 for trading goods.
    3. The following settings have been made in OBYC.
    for GBB, the G/L accounts have been assigned for general modifier "BSA", "VAX", "VAY" & "VKA".
    Please suggest me as to where i am missing any settings.
    With best regards,
    Niyaz Sayyed.

    Dear Niyaz Sayyed
    You need to check in the following areas:-
    -  check whether the material is defined as non-valuated stock
    -  go to OME9, select your Account Assignment and see whether you have checked the box "GR non-valuated".   It should not  have been checked
    thanks
    G. Lakshmipathi

  • Movement Type 512 has accounting document during posting

    Hi SD Experts,
    Kindly guide me how to setup a scenario wherein when posting a transfer using movement type 512 with reference Sales Order, there should be no accounting document.
    Thank you in advance,
    Glen

    Check in OMWB-
    for the respective Material / Plant  & mov type
    check G/L accoutns maintained against. Value string is maintained here for ( Value updating indicator).
    PRD - price difference account will be triggered with this movement type.
    But I think,
    you cant post stock wrt: sales order by using this movement type -512 ( which is reversal of 511-)

  • Change BSEG-ZUONR  during the Post Goods issue.

    Hi
    We wanted to Update the BSEG-ZUONR with sales Order no( traverse back to the Original SO during reversal)  ( Basically Assignment field (ZUONR) in the Accounting side) after performing the Post Goods issue  USING TRANSACTION VL02N.
    Is there any user exit which can allow us to update the accounting field ( ZUONR) during the post goods issue ( Tcode VL02N)?
    Thanks a lot.

    Hi,
    you can achieve this using the concept of validation and substitution rules in FI (Check transaction OB28) or below help
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/27/06e23954d9035de10000000a114084/content.htm
    Hope this helps
    Regards
    Shiva

  • Disable Customer-Material Number field during VL02n before post goods issue

    Hello SAP gurus,
    I would like to ask the possibility of disabling the field "Customer Material Number' during outbound delivery creation.
    As we would know, this field (LIPS-KDMAT) will only be disabled after post goods issue.
    Will it be possible to disable the field without having to post goods issue first?
    Thanks in advance.
    Jayson

    I think you can do with SHD0 screen variant, or else you need to go with userexit to make display field.

  • Change the field description in the query report

    Dear All,
    I have created a querry using SQVI,It is working fine Now i want to change the field description in the querry report,Please suggest on this.

    Hi,
    follow below steps
    SQVI -> Enter Report name -> Change -> click on layout mode - > Expand tables - > double click on filed names - >
    coming right side you are able see list of output fields .
    Just double click on the field then going to the editable mode Description.
    Thanks
    Balakrishna

  • How do i change the email address for my icloud account on my 4s. when i sign in on line it is my new email address so i thought it would change automatically but obviously not!

    how do i change the email address for my icloud account on my 4s. when i sign in on line it is my new email address so i thought it would change automatically but obviously not!

    Settings>iCloud...scroll down...delete account. Then setup iCloud with your new ID.
    You can't change the Apple ID for your iCloud account, you have to delete it.

  • How can I change the email associated with my forum account?

    How can I change the email associated with my forum account?  I didn't provide my work email to you, but you put it in my account.  My forum postings have nothing to do with my personal PC at home.  There isn't an option to update it.
    This question was solved.
    View Solution.

    Hi:
    Log in and click on your user name, then look at the upper the right side of the page.
    Click on the triangle to the left of the "More Resources" section.
    This will drop down, and give you options.
    Select User Settings.
    This will now open a page, and in the light blue type on top, follow it along to Contact Information, click on that, and change your e-mail address to what you want, and hit the blue submit button on the bottom right side of the page.
    Paul

  • Script : how to change the Field name in standard program(ZM_MEDRUCK)

    Hi Experts,
    I am working with SAP SCRIPT. i need to change the Field Name that is PO NO to Document No & PO DATE to Document Date.
    These are assigned in data declaration as gv_name and gv_date.
    Can anyone help me to change this Fields.
    Regards,
    Vijayan.R

    Hi,
    You can archive this by making change in SAP script only. You don't need to touch the standard prgm.
    Debug the script and find it out which fields (In script editor) are printing these text on layout... then just replace them by creating your own text...
    You can create a text in TTDTG table,, like ZZPO_NAME = ( Document Name),, and use this filed in the script editor.
    &ZZPO_NAME&

  • How do I set up a new Apple ID and iTunes account for my daughter, but let her keep the current content of my iTunes account?

    How do I set up a new Apple ID and iTunes account for my daughter's MacBook, but let her keep the current content of my iTunes account? (We currently share the same Apple ID and iTunes account). Hope someone can help... Thanks

    Discussions on using purchases from multiple AppleIDs in one iTunes library - https://discussions.apple.com/message/19543804
    As I mentioned earlier, the main time when this becomes an issue is if you need to do something involving associating a computer with a particular AppleID.  Careful management of your collection should minimize this situation.
    iTunes Store: Associating a device or computer to your Apple ID - http://support.apple.com/kb/HT4627 -  In connection with, "When you turn on iTunes Match or Automatic Downloads, or when you download past purchases on an iOS device or computer, that device or computer becomes associated with your Apple ID." "Your Apple ID can have up to 10 devices and computers (combined) associated with it. Each computer must also be authorized using the same Apple ID. Once a device or computer is associated with your Apple ID, you cannot associate that device or computer with another Apple ID for 90 days." - Additionally instructions for "Removing an associated device or computer from an Apple ID"
    So the first account is really "yours" and you are setting her up with her own account?  It helps to know this because if both are "hers" then there isn't an issue with her having full access to both accounts.  If in 10 years she moves 2000 miles away and she is pretty much independent then you may not want her to have full access to your AppleID just so she can authorize a device.

  • Changing the EMail content for a message either failure or success

    Hi All,
    I  need some information about how to change the Email content which was sent by the system which was triggered during process chain. we want to get  the subject of the message rather than all the details which are part of default messages like
    Log for This Process:
    Log of Respective Background Job:
    and others.
    Since we are trying to send the message to Cell Phones  , just need a short message either sucess or failure.
    Is there any exit or methid to override this message to a custom message.
    Any help in this regard is appriciated.
    Thanks on advance.
    sree

    Hi,
    I know its a very old post, but I'm facing this issue now.. It would be great if you guide me.
    I'm getting the following error
    "Message handle error.
    error while attempting to process the message "com.collaxa.cube.engine.dispatch.message.invoke.InvokeInstanceMessage"; the reported exception is: Transaction Rolledback.: weblogic.transaction.internal.TimedOutException: Transaction timed out after 303 seconds
    BEA1-01502373650AE964512F
    Thanks,
    Girish.

Maybe you are looking for

  • Facing the problem while creating sales order

    Hi, I am facing the problem while saving the sales order. Error in system  xxx/400 while copying the document Message no. CRM_ORDER_MISC 020 Diagnosis Errors occurred while transferring the document into another system. To view the error messages, se

  • Creation of G/L account

    Hi Gurus, There is a requirement to create around 100+ G/L accounts. Txn FS15 & FS16 allow only to copy G/L accounts. Is there any prog / txn that will allow me to create G/L accounts at one go. rgds, nk

  • Weblogic Server upgrade along with Forms & Reports

    Hi Gurus, I would need some help on upgrading one our Weblogic server from 10.3.2 to 10.3.6. Also, we have forms & reports ( version: 11.1.1.2 ) configured on this server and we would have to upgrade this to version: 11.1.2.1 Can you please help me o

  • IChat in Leopard no longer include remote sharing or screen sharing?

    They've posted new Leopard features on the site and the iChat AV movie no longer mentions screen sharing or remote sharing (ie. remote desktop) and I don't believe it was mentioned in the keynote. Anyone have any insights on whether this feature is s

  • Has anyone else noticed a problem with iOS 7 on the iPhone 4?

    I have noticed that since updating my iPhone 4 to iOS 7 that the status bar at the top of the screen is blurred. This includes AT&T symbol, the status bar, and the battery icon. Sometimes, the app names are also blurred. Is there a fix for this? Plea