Deliver Plant on Item overview tab of VA01, VA02, & VA03

Hello -
We have an issue when we create a sales order, the field RV45A-DWERK found in the header section of the Item Overview tab is not populated.  The ship-to partner has a deliverying plant setup on the customer master.
Once we start entering material on the sales order the item plant field VBAP-WERKS is populated with the delivering plant from either the material master, customer info rec, or the ship-to customer master.
We would like to have the deliver plant at the header section populate with the deliver plant to start with. 
We are currently on ECC6 SP4.
Thanks,
Matthew Fee

Dear all,
I came across this thread because I had the exact same requirement.
I was able to implement this requirement in two different ways:
1. Populating VBAP-WERKS in user exit MV45AFZB
FORM USEREXIT_SOURCE_DETERMINATION
*>>>MET@ROFF 11.12.2012 - Set VBAP-WERKS based on user parameter
*  DATA: lv_param_value LIKE  USR05-PARID.
*  DATA: lv_werks LIKE VBAP-WERKS.
*  DATA: lv_werks_aux LIKE VBAP-WERKS.
** Clear value
*  CLEAR: lv_param_value, lv_werks, lv_werks_aux.
** Get parameter from user data
*  SELECT SINGLE parva INTO lv_param_value FROM usr05
*         WHERE bname = sy-uname
*         AND   parid = 'WRK'.
*  lv_werks = lv_param_value.
*  SELECT SINGLE werks INTO lv_werks_aux FROM t001w
*         WHERE WERKS EQ lv_werks.
*  if sy-subrc = 0.
*    VBAP-WERKS = lv_werks.
*  endif.
**<<<MET@ROFF 11.12.2012
2. Populating RV45A-DWERK in user exit MV45AFZZ  (Better solution)
    FORM USEREXIT_MOVE_FIELD_TO_VBAK
*>>>MET@ROFF 11.12.2012 - Set RV45A-DWERK based on user parameter
   break rf-mteixeira.
   IF svbak-tabix = 0. "Create header
     DATA: lv_param_value LIKE  usr05-parid.
     DATA: lv_werks LIKE vbap-werks.
     DATA: lv_werks_aux LIKE vbap-werks.
* Clear value
     CLEAR: lv_param_value, lv_werks, lv_werks_aux.
* Get parameter from user data
     SELECT SINGLE parva INTO lv_param_value FROM usr05
            WHERE bname = sy-uname
            AND   parid = 'WRK'.
     lv_werks = lv_param_value.
     SELECT SINGLE werks INTO lv_werks_aux FROM t001w
            WHERE werks EQ lv_werks.
     IF sy-subrc = 0.
       rv45a-dwerk = lv_werks.
     ENDIF.
   ENDIF.
*<<<MET@ROFF 11.12.2012
I hope this may help other consultants in the future.
Regards,
Moisés Edgar Teixeira

Similar Messages

  • How can we add new fields in item customer detail B tab in VA01/VA02/VA03?

    Hi all,
    Anyone can suggest me, how we can add fields in item detail B tab of VA01/VA02/VA03 transaction.
    1) How we can find the screen no and how we can add fileds in it
    2) where we have to write the logic for these fields ( I mean in which include)
    3) Is there any user exit or BADI for this
    4) what is the procedure to do this enhancement .
    5) How we can enhance menu bar
    i am using ECC 6.0 version.
    Please guide me in this .
    Thanks in advance.

    Hi,
      You do not have to do extra coding for this. Just append the extra fields in the table VBAP and include these in the screen 8459 (Additional data A) or 8460 (Additional data B) of program SAPMV45A.
    https://forums.sdn.sap.com/click.jspa?searchID=12244867&messageID=1939475
    Regards
    Kiran Sure

  • Is it possible to add 'Additional Data C' tab in VA01/VA02/VA03

    Hi All,
    Is there any way or in config that we can enhance the VA01/VA02/VA02 with one more tab other than 'Additional Data B' tab.
    i want to add 'Additional Data C' tab for a requirement.
    Please give your valuable comments.
    Thanks,
    Jaffer Ali.S

    Hi ,
    It can't done for the VA01/VA02/VA03.
    these are available for the .
    V45A0001  Determine alternative materials for product selection --->The Description of this enhancement tell us that it determines the alternative materials for product selection. (i.e., If  one material is not available what is the other material that has to be used as an alternative. So it is item specific).
    V45A0002  Predefine sold-to party in sales document--->By Description we understand that we can predefine sold-to party in the sales document. (i.e., it is used to populate the field sold-to party through user-exit while entering the data. ) But our requirement comes after entering the data in the screen and save button is pressed.
    V45A0003  Collector for customer function modulpool MV45A
    V45A0004  Copy packing proposal---->Copy packing proposal Into Out bound delivery. This description implies that  whenever we create a Delivery Order from Sales Order it copies the packing proposal  Based on the already created Sales order. So, there is no chance for us to save the data while we create or change a Sales order.    
    We can't done.
    Regards,
    Bharani

  • Regarding VA01/VA02/VA03 - Adding a new field column to the Overview table

    Hi,
    Apologies if this is not the right forum, but I have a request to add an extra column into the main overview screen in VA01/VA02/VA03. The field I want to add is available from the Sales Header Data > Purchase Order Data tab (Ship-to party > Your Reference field. VBKD-IHREZ_E).
    Normally from the Sales Overview, I would go to Configure Table Settings > Administrator and then tick/untick the fields i want to display, but in this case, this partficular field is not available from the list of fields to choose from (although other fields on the Purchase Order Data tab are available to be included/excluded from the main Sales Order Overview).
    Does anyone have any suggestions on how i can get this field included as a selection field, and therefore have it as a column in the main Overview table?
    Kind Regards,
    George

    Closing this post. No longer a requirement for us.

  • Subscreen 8460 in VA01/VA02/Va03

    Hi All,
    There are 2 Subscreen's in 'Additional Data B' tab in VA01/VA02/VA03.
    My doubt is, when some ehancements are done in subscreen 8459 of 'Additional tab B' and transported already to production, and if i add new field in subscreen 8460 of 'Additional tab B' and transport it to production, will it affect the development already done in 8459.
    I hope it won't affect since it is a seperate subscreen.
    But make me clear on this and give me a firm answer on this.
    Thanks,
    Jaffer ali.S

    Hi as both the screens are different there might not be any issues and as thet comes under different request there by no relation between each other in the production server too.
    Cheers!!
    Venkat

  • Adding new column to item overview tab of warranty claim

    Hi all,
           I need to add an additional column to the item overview tab of the warranty claim.( transaction WTY ).
    If anyone has done this before then please send the details as to where and how this needs to be added.If added what are the necessary tables which needs to be updated.Is there any BADi or user exit to change and update this data .. ?If not how can this be done .. ?Is this a feasible requirement.. ?Please let me know soon.
    Cheers
    Nishanth

    Hi Neelima,
    Please investigate the use of customer fields for meeting this requirement.
    Regards
    Azad

  • LFPMG Field in Tcode : VT02N in Item overview tab

    Hi All,
    How to get LFPMG field in VT02N tcode item overview tab, in which table it is storing?
    Thanks,
    Madhan.
    Moderator message: please do some research before asking.
    Edited by: Thomas Zloch on Mar 3, 2011 2:43 PM

    I cannot read minds, nor would I know every available or non-available enhancement option across the entire SAP landscape. I assume the same is true for other moderators.
    People should learn to invest a little more effort into explaining their problems and the background, just like you did in your post here.
    A one-liner starting with "how to" is very likely to get locked, even if in 1% of the cases it might not be justified, in 99% it is.
    Thomas

  • Changes in custom tab shud reflect in std Item overview tab in VL32N

    Hi all,
    I have added a custom tab (Overview tab) in transaction VL32N and Vl33N using the BADI "LE_SHP_TAB_CUST_OVER".
    Now for transaction Vl32N,when I change delivery ,if i change the quantity field in teh  custom tab,then the chnages have to be reflected in the std ITEM OVERVIEW tab .Is this possible??
    My understanding was ,I cna do changes i n the std tab and those will be rfelected to the custom tab but not vice-versa.can someone pls confirm?
    Thanks.

    Hi xperts,
    Please advise.Is this requirement doable?

  • Creation of additional drop downs in 'Item overview' tab page on portal

    Hi,
    I would like to know how do we add additional fields/drop downs on  the xRPM portal in the  'Item Overview' tab page.
    For eg:
    We are having TECHNOLOGY TYPE field at Item overview tab page in xRPM portal - Portfolio Management view. Wherein we can have different dropdown values for selection.
    Question 1 -> Can we have similar dropdown created on the same page? If yes, how?
    Question 2 -> If we want to create more than one such dropdowns with their own defined dropdown values, can we maintain the dependency between them ?

    I went through the document on the mentioned by you.
    But my requirement is a bit diiferent.
    I want to have 3 different drop downs with a  numeric field attached to them.The sum of these numeric fields should always be 100 (two values are manually selected but the third value should be calculated automatically based on the previously selected values).
    Example,
    I select 10 as a value for Drop down 1, 40 for drop down2 then for the drop down3 the value should populate automatically as 50 (100 - (10+40)).i.e. the sum being 100.
    Can you or any one please help me with this.
    Also I am not sure how do we give multiple options for selection (like 10,20,..50 etc upto 100) for a drop down.

  • Custom field at Header level in Additional Data B tab of VA01/VA02

    Kindly help me out , I have a requirement to add a custom field at Header level in Additional Data B tab of VA01/VA02.
    Program: SAPMV45A
    screen 8459
    This can be done only through access key or not. Can any body tell me procedure to do that.
    Appreciate your response.Thanks in advance

    Please help me out this

  • Adding Z-Fields to Standard Screens of Transaction VA01 / VA02 / VA03

    Hi All,
    The system is being upgraded from 4.7 to ECC 6.0
    In 4.7 server, the client has added 2 Z-fields to VBAK table. Moreover, these Z-fields are added to Standard SAP Screens of Transactions VA01 / VA02 / VA03.
    One of the Z-field is for the Description which appears on the very first screen of transaction (Screen 4440) replaces the Standard SAP Screen Field VBAK-KTEXT.
    The other Z-Field appears on Header-->Additional Data B (Screen 8309).
    Please note:- The screen numbers that are mentioned above are the screen numbers of ECC 6.0
    I tried to change the edit the Screen by taking the Access Key from the market place, but only got Screen Overlapping Errors.
    What should I do to incorporate these Z-fields?
    I have heard of Screen-exits but never worked on the same. Would appreciate if someone guides me as to what needs to be done.
    Thanks for your valuable time and suggestions.
    Regards,
    Rajesh

    Hi Rajesh,
    I am working ECC 6.0
    We had the same requirement but for Additional Data B in header and item
    For this
    (1) Got the access key
    (2) applied access keys
    (3) In the additonal Data B screens/Program SAPMV45A imported Z fields to the screen in Graphical painter,saved and activated after writing necessary PBO/PAI modules and the codes in 8309 and 8310 screens
    Please can you tell more on the "Screen Overlapping Errors"
    Maybe we can can work out the error.....
    Regards
    Byju

  • Add custome field in VA01/VA02/VA03 without access key

    Hi,
    I need to add some custom fields in VA01/VA02/VA03 screen at item level. But i am unable to find out any screen exit/BADI  for the same.
    Can anyone tell me plz how i can achieve this without using access key.
    Thanks in advance.

    hello,
    you could try using GuiXt. With this adds on you could add: fields, button, input parameters, change standard screens layout etc.
    read this tutorial http://www.synactive.com/tutor_e/lesson00.html for the start.
    br,
    dez_

  • How to restrict  tcode va01/va02/va03 for a particular role

    hi ,
    I have a requirement . I need to restric user fro VA01/VA02/VA03 if the user has role and Sales order customer group is related to a particular group .
    Do we have a Function module to get a role for a user  or can we write a code as authorization level or do we need to write it as user exits of va01/va02/va03 .
    Regards ,
    Prakash

    hi All ,
    My issue is I need to restrict the tcodes for a particular customer group is there in the sales order , that means it is order specific and I already know for which roles it is to be checked .
    Now can  we write any check in pfcg tcode so that we can check at particular group or need to handle at user exit level .
    Thanks in advance .
    prakash

  • Script form configured to VA01,VA02 & VA03..help me with Print preview?

    Hello,
    Very Good afternoon!
    There is a Script form which is configured to VA01, VA02, VA03.
    I have difficulty to access Print preview from Va01/va02/va03.
    I am able to access it through T-code SOST.
    It is correctly configured in Nace.
    When I go to T-code VA02 and provide appropritae saled Order number then it will take me to the next screen there...
    I had clicked on Extras>Output>Header-->Print Preview.
    It says that Output could not be issued.
    When I click on Extras>Output>Header-->Edit
    It will display the Output type, Medium, Print Output and 
    Partner function. I see that it is displaying in yellow color. Genrally it should be green in color.
    Can anyone guide me what are the things that I need to check in this window genrally to access Print preview.
    Do i need to check anything here in Nast table...?
    Please suggest...
    Any suggestion would be appreciated.
    Thanks & Regards,
    Developer.

    Hello Sathya,
    Thank you for your response!
    Sathya- It is correctly configured. it has something to do in the NAST TAble. If it is not configured properly in the NACE then it will not show the out put in the T-code SOSt.
    Can you please suggest what I can chcek in the NSAT table or plz tell the standard way to configureing the Output type in this path.
    VA03 > Extras->Output>Header>Edit.
    Here you have to give its settings....Please chek..
    Any suggestions will be apprecaited.
    Thanks & Regards,
    Developer.

  • Get Routing from Configuration VA01 / VA02 / VA03

    Hello together,
    we created a standard routing in transaction CA01 with dependencies to control which operation of the routing must be used in production order.
    I developed an application. It is started by a function out of the configuration processing in transaction VA01 / VA02 / VA03. From my application I call function 'CP_EX_PLAN_READ' in order to get the routing depending to the actual values of the characteristics from the current configuration.
    Problem: Transaction VA01 is in use.
    When I call function 'CP_EX_PLAN_READ', I get the whole routing, no dependencies are considered at this step. I get operations, which are not relevant.
    It seems, that the configuration of the sales order which is currently in creation is not known in 'CP_EX_PLAN_READ'.
    After saving the sales order and open it with transaction VA02 all dependencies are processed and routing is correct. I tried to call function 'CE_C_SET_CBASE' from my application. This comes to a correct result from 'CP_EX_PLAN_READ' - all dependencies are processing but then the configuration of sales order gets many errors.
    Has anyone an idea how I can announce the current configuration of sales order to the routing processing? I need the correct routing considering all dependencies in VA01.
    Thank you very much.
    Many greetings,
    Oliver Seifer

    OK, we found a solution...
    Greetings,
    Oliver

Maybe you are looking for

  • Wily Introscope 8.2.2 - No License for Wrapper service

    Hi All, I've installed the Wily Introscope Manager 8.2.2. When starting the EM service, I get the following error message in the log file: STATUS | wrapper  | 2010/09/20 15:10:47 | --> Wrapper Started as Service STATUS | wrapper  | 2010/09/20 15:10:4

  • Condition value in billing not coming properly.

    Hi All, We have an issue wherein the condition value in billing document is not coming properly. When qty is multiplied by the price the value should come as 208.04 ( 54.51 * 4 qty ), but the condition value is coming as 16.77. We checked but could n

  • Error in background processing

    Hi all, I am geting this error in back ground job as "ABAP/4     processor: SPOOL_I/O_ERROR".   can anyone help.   Regards,   Tarang

  • Beige vertical stripes on monitor OS windows 7

    Light beige vertical stripes appear on my ViewSonic monitor whenever there's any movement on the screen, including mouse movements espically when the wheel is used. When there's nothing moving on the screen the stripes disappear, although on the YouT

  • DCIN pop up while doing MIGO

    Dear Sir while doing goods receipt on import purchase order commercial invoice pop up is appearing automatically. is there is any specific seting for this? please explain me if any setting is there in SAP. Thanks Maruthi Vyas