Any user-exit to change VBAK from VA02?

Hi all,
I have an urgent problem to fix in few hours but so little ideas for the moment, in deed I have to fill the field VBAK-STCEG_L in T-codes VA01, VA02, VA21, VA22, VA41 and VA42 according to some conditions from table VBPA, I can't find any user-exit or BADI to implemant my code so any solution would be welcome.

Hi,
These are the availble Enhancements and BADIs
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          
Regards,
Satish

Similar Messages

  • Is there any user exit for changing V1 field value?

    Hello Expert,
    Is there any user exit for changing V1 update value?
    For example, sales order number will populate 2LIS_11_VAHDR-VBELN. If other value need to populate 2LIS_11_VAHDR-VBELN, can we use any user exit to customize the V1 routine?
    Please forget the enhancement for 2LIS_11_VAHDR. Just populate the system field VBELN.
    Thanks
    F-B-I

    Hi,
    Use the 'usual' user-exit for transactional data in R/3 EXIT_SAPLRSAP_001 (CMOD). Here your can overwrite VBELN for each extracted record with the value you want.
    Hope this helps.
    Grtx
    Marco

  • User exit to change shi-from address

    Hi Guys,
          Help me if you know an user exit for changing ship-from address while creating sale order.
    Thanks.

    Hi
    EXIT_SAPLV09A_001
    You can use this user exit to control whether an address that was entered manually and has already been used in other documents (referenced), should be referenced again if it changes or whether a new address should be created (duplicated).
    Hope this may help you
    Regards
    Srinath

  • Any user exit to copy text from sales order to PR

    Hi,
    Any user exits or bapi to copy text from Sales order to Purchase requisitions.
    Jack

    Hi
    In SPRO , please use the menu path Materials Management - Purchasing - Purchase Requisition- Texts for Purchase Requisitions - Define copying rules
    Here  select the text and double click on Text linkages. There you can define the source text from sales order to the target text in PR.
    Please try and let me know if you still have any queries.
    Please reward points if this helps you
    Rgds

  • Is there any user exit to change the UOM of a material while creating sales

    Hi experts,
    I have a requirement to change the UOM of the item material in sales order while creating.  Could anybody help me in finding the correct user-exit to change the UOM.
    Thanks,
    srinivas.

    Hi Ravish,
    I am already changing the UOM in the same include and in the subroutine "USEREXIT_MOVE_FIELD_TO_VBAP".  But it is again over writing in the standard program.  What I need to do, to remain same UOM.
    Thanks,
    srinivas.

  • User exits that change invoice price?

    Are you aware of any user exits that change invoice price?  Thanks.

    Hi,
    Pl use MV45AFZZ include. It has many user exists.
    FORM userexit_pricing_prepare_tkomk.
    Here you may your code
    ENDFORM.              "USEREXIT_PRICING_PREPARE_TKOMK
    FORM userexit_pricing_prepare_tkomp.
    Here you may your code
    ENDFORM.             "USEREXIT_PRICING_PREPARE_TKOMP
    FORM userexit_save_document.
    Here the code while saving the document
    ENDFORM.                    "USEREXIT_SAVE_DOCUMENT
    FORM userexit_save_document_prepare.
    ENDFORM.                "USEREXIT_SAVE_DOCUMENT_PREPARE
    Check the below enhancesments components also from SMOD.
    V45A0001
    V45A0002
    V45A0003
    V45A0004
    V45E0001
    V45E0002
    V45L0001
    V45P0001
    V45S0001
    V45S0003
    V45S0004
    V45W0001
    V46H0001
    V60F0001
    Cheers
    Hema

  • User exit  to change material availability date

    Hi Gurus,
       my requirement is like I need to change the material availability date based on some conditions.
    Is there any User Exit to change the availability date so that I can dump my code in the user exit .
    If not is there any alternative process to get the solution.
    Thanks,
    Sudhaa.............

    Hi Sudha,
    Can you tell me your requirement clearly please.
    Regards,
    Dhanunjaya Reddy

  • USER EXIT FOR CHANGING POSTING DATE IN THE MATERIAL DOCUMENT

    Hi,
    Pls advise any USER EXIT FOR CHANGING POSTING DATE IN THE MATERIAL DOCUMENT.
    Regards,

    Hi,
    There is another user exit for updating material document data Upon posting  is MB_CF001
    I hope this will fullfill you.
    Prem

  • User exit to change the storage section indicator (MLVS-LGBKZ)

    Hi.
    I'm looking for a user exit which be able to change the storage section indicator (field MLVS-LGBKZ) proposed by the material master data in the process of creating a TO (transaction LT06). I haven't found any user exit for this. Do you know any user exit to change this value?
    Thanks in advance

    hi,
    thank you for your response.
    whatever the exit which you have been provided, not calling when i creating PR through MD50.
    i need an exit which will trigger when we create PR through MD50.
    Many thanks,
    Regards,
    kiran

  • USER EXIT TO CHANGE SHIIPING POINT

    Guy's
    is there any user exit to change shipping point, in
    sales order or schedule aggrement

    Try using subroutine: FORM userexit_move_field_to_vbap
    in MV45AFZZ.
    Pass the value to VBAP-VSTEL.
    Kind Regards
    Eswar

  • User exit to change sort on ME57 t-code in SAP MM

    Do we have any user exit to change the sort on ME57 output screen, I have to sort ME57 by Storage bin, we dont have storage bin on ME57 output, so i have add storage bin  and sort.
    Can any body help me to solve this problem?
    thanks,

    Hi Rohini ,
    I have used BTE 1120 (Business Transaction Event) to change the value date for line items (BSEG-VALUT) for F110.
    May be this can help u ..... try once ....
    Regards,
    AKS

  • User exit to change a class message

    Hi,
    Is there any user exit to change the class message instead of another one when the user tries to print a sales order?
    Thanks in advance.
    Ricard.

    Sorry,
    bad translation... (class message means output type).
    I'll reopen another thread.
    Ricard.

  • User exit to change an output type

    Hi,
    Is there any user exit to change the output type instead of another one when the user tries to print a sales order?
    Thanks in advance.
    Ricard.

    Hello,
    for example you have 2 message types
    1) ZOUT1  (Zprogram1 or Scirpt or Smartform what ever)
    2) ZOUT2  (Zprogram2 or Scirpt or Smartform what ever).
    For example based on Vendor Type you want to trigger ZOUT1 & ZOUT2.
    what you have to do is.
    Goto VOFM  -> Requirements -> Output Control -> Create 2 routines for each output type. then go to Code part of each routine make subrc = 4 if you dont want to execute output type.
    subrc = 0 implies output will execute else vise versa.
    let me know if you dont understand my solution.
    ***********Poorna***********

  • User Exit for Changing G/L account in Accounting Document

    hi all,
    This one is urgent for me. If you guys can help.
    Iam looking for a user-exit to change the G/L account while posting the accounting document.
    If someone has worked on a similar user-exit Kindly help.
    Thanks and Regards
    Varun

    Hi Experts,
    The requirement is to change the GL account when PGI is done for a delivery.
    I have coded in the above user exit for changing the GL account. I am facing the issue here.
    I am changing the GL account through a user exit, but even before the user exit is  called the standard SAP is throwing a error.
    the Error is GL account is blocked for posting in the company code. This check is happening for the GL account what standard SAP proposes from the customization. The GL account that is getting picked is blocked in SPRO for posting in the mentioned company code. Because of the error message, our z code is not getting executed.
    Kindly suggest if some user exits that can be used even before this error message. or let me know if you have any suggestions to over come this.
    I have coded this in the enhancement point. Include  MM07MFK0_KONTIERUNG_PRUEFEN and subroutine kontierung_pruefen.
    Thanks,

  • User Exit to change the Net price in the Billing document

    Hi,
    We have one billing document used for three countries
    My requirement is , for worng price, user has to chaange the Price manually in the Billing document.
    I cannt maintain the copy control setting from the Delivery document to Billing with Pricing Type C
    Is there any user exit or alternative way to change Netprice in the Billing document.
    regards,
    santosh

    Check the user exit USEREXIT_PRICING_CHECK  or USEREXIT_CHANGE_PRICING_RULE  in include MV61AFZA for your requirement.
    Regards,

Maybe you are looking for

  • Error while running the Pacakge

    Hello All, I am getting the Error ORA-01652: unable to extend temp segment by 16 in tablespace TEMP could you please let me know In what cases we get error and what is the resolution. what is the number 16 stands for . Please let me know. Kind Regard

  • 6008 USB digitizer continuous data stream to be used by a third party software

    Hi all, I am trying to achieve a seemingly straight forward task and could do with some expert advice. I have a USB 6008 digitizer which is reading three channels of analogue data. I need to continuously stream data which can be accessed by a third p

  • Duplicate Routing with dependencies

    Hi all, I'm trying to copy a Routing changing the Application (VERWE = 'C' instead of '1') I'm using the FM CARO_ROUTING_READ to take the original Routing and then call FM BAPI_ROUTING_CREATE passing tables TASK, MATERIALTASKALLOCATION,  SEQUENCE and

  • Getting files from Windows Media Player

    I tried to import some songs into iTunes, but was told that the CD was not compatible with iTunes. So, I put the files into Windows Media Player. Now when I open iTunes and then try to add files to the library, I can't find the CD I imported anywhere

  • BOM Recursive logic

    Hello All, I need a logic for re-cursive call.I am drilling down the BOM components.Example as below. If I have A as header with B as component and again B may have C as component again C may have D and E as components in it. Now if I pass A i should