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?

Similar Messages

  • 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

  • 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

  • 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

  • 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.

  • Standard Item overview tab to copied in custom tab - VL31N/VL32N/VL32N

    Hi all,
    I have created a custom tab in tcode VL32N and VL31N and VL33N.This custom tab is displayed after the tab "ITEM OVERVIEW".It has to be exact replica of the tab ITEM OVERVIEW but only with 2 custom fields in the table control for Item details.
    Now my query is:
    When i delete a row (Item)under the std tab ITEM OVERVIEW (which is not  yet saved but only chnages are displayed on screen),i want the same deletion to happen for my table control under my custom tab alkthough the changes on the std tab are not yet saved.
    How do i do this?

    Hi Experts,
    Any suggestions?

  • Add custom fields in VL02N under Item overview tab

    Hi,
    In VL02N, I need to add two input fields under the tab "Item Overview"...
    I found the BADI  LE_SHP_TAB_CUST_ITEM but it is for adding a new tab i guess....
    Is there any way to add fields under item overview only ??

    Hi,
    find the enhancements for those transactions by using SE24 or  goto transaction > choose status option> find program name--> enter program name in SE38 --> goto attributes and find the package --> then goto SE84  give the  package name in the enhancements.
    If u want to add the custom field  in the perticular tab -> goto that perticular screen> click on status button> find the program name and screen no:> go for SE51 give tha deatils and find the enhancement .
    Thanks,

  • COnfiguration tab on ME21N screen at Item Overview level.

    Hi All,
    In the Purchase order ME21N, screen at the Item Overview level, we have this tab called "Configuration" on the top right hand side of the item overview section. If i want to hide some of the fields from the user to view i think we can go and create a variant and select the field with Invisible flag.
    But No matter how many times I activate this settings, and save it, the purpose is not solved. I can still see the field and also if I go back to check the settings in this configuration tab, it was reset to basic settings automatically.
    Have anyone used this before? If Yes, can you provide me the steps to follow?
    Regards
    Shane

    I thinnk you can Replace and Rearrange the Columns thru ME21N Configuration. But, Hiding the Columns may not work.
    Now what can be done :
    You can hide the Columns / Fields in ME21N thru Purchasing-define screen layout at document level. But this will affect all users.
    or You can create a Transaction Variant thru SHD0 for ME21N screen.
    By the by are u able to hide columns in me21n thru configuration???

  • Changes to custom VO not reflecting

    Hello All,
    I created a new VO which extends standard. I did a jpximport. First time it worked. But now when I make changes to the VO files, the changes, query and new attributes, are not reflecting on the OA page. The page is picking the old version. Saw the details through About Page. Apache was bounced a couple of times still no use.
    Can anybody tell me if I'm missing out anything here ?
    Thanks.

    You can also use functional administrator responsibility.
    --Shiv                                                                                                                                                                                               

  • Order quantity field in the item overview tab of a sales order

    Hi,
    I would like to make the order quantity field inactive, i.e., the field should be greyed out, when i enter the transaction VA01.
    Is there any way this can be done through functional configuration?
    Cheers,
    MR

    Unfortunately, it doesn't.
    The requirement was to adapt transaction's layout in order to disable editing (e.g. turning it to grey, disactivating the field) for a particular field. This kind of job should be done dinamically as it interests only some kind of Purchase Requisitions (whose attributes should be checked "runtime").
    I found a good user exit which is executed every time a PR is loaded from Enjoy transactions ME51N/ME52N/ME53N in which i can easily check if prerequisites for the "locked field" exist... but there's no visibility over the right SCREEN in that user exit (and also, I tried, in ANY of the std userexit) so I don't know how to tell the transaction "hey, for this order turn the EPSTP (=pstyp in EBAN) grey since it must be not-modifiable".
    Can't get at the same time Field Exit to work on this system (46C)

  • Enabled (LIKP-ANZPK) No.of packages Field in VL03n (Item Overview tab)

    Hi Guru,
    I want to edit  No.of packages(LIKP-ANZPK) field in display mode in VL03n .
    Is it possible, Any one can tell which screen and what is process, How i can made editable field while Display Delivery (VL03N).
    Please help me out.
    Thanks&Regards
    Durgesh

    I don't think you should be trying to make changes in display mode.
    Rob

  • User Specific VA01 Screen variant (item overview tab first then sales tab)

    Hi,
    One of my user wants to see more number of line items on the sales order creation screen. Is it possible to create user specific screen variant? Like bringing item over view tab first and then sales tab at VA01 screen for one particular user.
    Thanks in anticipation.
    Regards
    Suman Jha

    hi,
    you have two solutions for your issue.
    1. please check the resolution of your desk top which you are working.
    2. SAP has fixed the screens like that onlly so please write to SAP if there is any solution on this they will provide because no enhancements or developments or no programs i think we can do that.
    regards,
    balajia

  • Custom fields in PO item Overview

    Hi Everyone,
    I have a requirement which i need to display the custom fields in the Table Control(Item Overview) of PO. Since our Version is 4.6C there is no badi's avilable to do the changes. Please let me know how can we solve this problem.
    Mentors: Forgive me if it is repeated Post...

    Hi,
    Search for user exit...either screen or field exit..this will solve your problem.
    Small help on how to find a exit;
    1. find out the package
    2. go to se84 with the help of package in the cutom exit tab look for all the exit.
    3.put the brek point and tack where you can get the solution.
    Pooja

  • I modified the budget categories on the numbers template so now the transaction tab does not communicate with the budget tab. I figured out how to change the drop down options but how do I get it to reflect on my budget sheet? Please help.

    If you are familar with the Numbers Budget Template it has two tabs 'Budget' and 'Transactions'. If you use the template as it is designed when you input expenses on the transaction tab it will automatically add that amount into the selected category on the budget tab. I have madified my budget tab to reflect the caegories that I need, which included adding several to the template. I also added to the table so it reflects my income and expenses so I can track where I am at with a glance. Since I did this, I can't get my transactions tab to communicate with the budget tab. I figured out how to change the options in the drop down box for category but I con't figure out how to get it to reflect onto my budget tab. I'm sure that it is an easy fix, however, I am just not well versed in Numbers. I appreciate your time in helping me with this issue.
    Respectfully,
    Jon

    My guess is that while you added catetories to your Budget Sheet by adding new lines and filling in the category column, you didn't also add the formulas to these new budget lines.
    The proper way to add those lines would have been to select a cell in the line just above where you want to add a line and type Option/Alt-DownArrow. This would have copied the formulas into the new line. Maybe you did this, and maybe not. You didn't give details on how you added the lines.
    Select C2 and D2 and Command-C to copy them to the Clipboard.
    Select all the cells of Columns C and D except for the top and bottom rows and Command-V to Paste.
    If I have properly guessed the problem, you should be in business. This assumes that your Categories are exaclty the same as the entries in your Pop-up menus. Spelling counts, as does case.
    Jerry

  • PO stock transport order -  item change - field Customer in tab shipping

    Dear all,
    because of an existing modification it is necessary that I have to update the field customer at shipping tab of an stock transport order item when item's storage location was changed within TAC ME22N or ME21N.
    Unfortunately SAP has not implemented this functionality within BAPIs or Userexits.
    Does anyone has an idea where we have to place this modification?
    Until the installation of the last support package, the modification changed the customer within include MM06EFPV_PTV_FUELLEN, form ptv_fuellen before calling function SD_TRANSFERDATA_DETERMINE and it worked.
    Best regards and thank you for your replay!
    Michael Schleis
    PS: We are using SAP R/3 Enterprise Release 4.7 and the following Support Package
    SAP_APPL     470     0029     SAPKH47029     Logistics and Accounting
    Edited by: Michael Schleis on Mar 5, 2008 5:35 PM

    Piotr,
    You can default the shipping point in your STO based on the combination of shipping conditon (maintained in customer master), loading group (maintained in material master) and the plant in SPRO->Logistics Execution->Shipping->Basic Shipping Functions->Shipping Point and Goods Receiving Point Determination->Assign Shipping Points.
    If you don't use any of the entries (for instance if you don't use the loading group), then just leave the entry blank in config.
    Hope this helps.
    H Narayan

Maybe you are looking for

  • Printing Reports directly from to a printer via 10g forms (Linux)

    Hi all, I need to be able to print Reports directly from a form to a printer (bypassing the form output) on Linux (RHEL 5). The trick here is this is Linux, not windows so, wasn't sure how to deal with printers in this case. I have the option working

  • Batch Management with Split Valuation

    Hi We have a scenario in which we have split valuation for a material and it is also batch managed. In the business process there is regrading step where the material from one valuation type (A) needs to be transferred to a different valuation type (

  • Screen Colour wierd!

    hi, new to the mac world, got my new macbook pro this morning and love it already....... why did i use xp (suppose will still for games) heres the problem with the screen, i connected the macbook to the supplied dvi to vga connector then to my vga ca

  • Message lost after rollback

    I have three queues setup. A Base queue, Backout queue and a Hold queue. A test application reads from Base queue and rollback() the session. After attempting to deliver the message two times, the JMS application sends the message to Backout queue af

  • Print with indesign CS on the  Epson stylus photo R2400

    Hi, I just bought the R2400, but find some problems by printing from indesign, I am using a power PC G4 with a 10.4.6 version. I would like to print with the premium semigloss photo paper to have a nice photo colour feeling but the print outs are ver