Adding a tab subscreen in VA01/VA02/VA03

Hello guys,
  I searched for screen exits in VA package using SMOD. But i am unable to understand how to do it. I want to add a tab in line item tabs, in which i want to add new custom fields. Is there any screen exit for screen number 4003 where i can add one more tab and custom fields in that tab. Thanking you,
Regards,
Yayati EKbote

Hi Yayati,
You don't have to create a new tab for custom order fields. Already a screen has been provided both at header and item level for custom fields. To add a custom field at
Header level:
Add the custom field in VBAK through append structure
Modify the screen 8309 of SAPMV45A to add your custom fields
Write the logic in subroutine 'USEREXIT_MOVE_FIELD_TO_VBAK' of include MV45AFZZ to populate the value.
Item l:
Add the custom field in VBAP through append structure
Modify the screen 8459 of SAPMV45A to add your custom fields
Write the logic in subroutine 'USEREXIT_MOVE_FIELD_TO_VBAP' of include MV45AFZZ to populate the value.
In both of subroutine global internal table and structures are available,where you can pass the values.
Check the OSS note 302497 .
Post if need help.
Regards,
Madhu.

Similar Messages

  • 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

  • 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

  • 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

  • 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

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

  • 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

  • Regarding sd module modification in va01/va02/va03

    as per we can configure the screen of <u><b>mm01,mm02,mm03</b></u> in spro by modifying the datascreen and assining the data screen to <b><u>mm01/mm02/mm03</u></b>.teis requirement i executed. but now i need to modify th screen of <u><b>va01/va02/va03</b></u> with specific order type.in the screen i have to include some fields which i used to call from<u><b> zee</b></u> table and when ever the data modification is done these table should get updated.
    it is not possible through any kind of exits and badi implementation.
    even it may be possible through badi implementation.but i dont know the procedure and steps to follow how to implement this senario.ie. the screen related to one perticular order type like <u><b>zso in va01/va02/va03</b></u>
    as i request the requirement is very urgent so suggest me as early as possible.
    thanx with warm regards,,,,,
    hareesh tadepalli

    Try screen/transaction variants - tcode SHD0.  The order entry screens do not seem to have a config way of determining what fields are hidden/displayed ala ME21N.
    Or you could try using GuiXT.

  • How to block delete option in va01 , va02, va03

    hi,
    i like to know how to block delete option in va01 , va02, va03.  I need to block the delete option in the menu to delete the sales order by the user.
    Please reply ASAP.
    <removed_by_moderator>
    Please read the "Rules of Engagement"
    thanks in Advance,
    With best regards,
    sathies
    Edited by: Juan Reyes on Jul 29, 2008 1:05 PM

    Hi,
    Do a user trace in st01 for that transaction and find which auth object it is refering to and the auth value then maintain the values accordingly.
    Regards,
    Vamshi.

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

  • Menu exit for va01/va02/va03

    Hi All,
    can anyone gives menu-exit for va01/va02/va03. Please give me screen-shots how to implement menu exit for va01/va02.
    Thanks,
    Dinesh

    Hi Dinesh
    Sales order exit is MV45AFZZ. Depending on the data that you will manipulate, consider the exit area related (i.e changes to VBKD should be considered at USER_EXIT_MOVE_FIELD_TO_VBKD).
    Regards
    Gabriel

  • Implementing GOS for standard transaction VA01/VA02/VA03

    Hi Experts,
    I need  to implement GOS ( Generic Object Services ) for  standard transaction VA01/VA02/VA03 .
    Can anyone tell me how to achieve this ?
    I have seared for this and found  the badi GOS_MULT_PUBLISH could be useful for this purpose.
    But  I don't know how to implement this so that GOS button will be visible for  tcode VA01/VA02/VA03.
    Thanks and regards,
    SNJY

    Hi there,
    the most typical reason why the GOS button does not appear is because the user is not of Dialog type. Please go to SU01 and make sure that your user is a Dialog user (not Service, nor System, etc.)
    And, the parameter Patrick is talking about is called SGOSNOBUT.
    Cheers,
    Juan
    Edited by: Juan Pablo Barcenas on Jun 8, 2011 4:50 PM

  • Add Custom Field in Additional Tab B in 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

Maybe you are looking for

  • Media Start and End times have changed.

    Hello, I have an old project from which I off-lined all footage to save disk space. I only saved the Project files. Now when I open the project to do some changes I naturally have to recapture the original footage. The problem is that some clips have

  • Sharing Internet with a windows laptop via ethernet on airport express base

    Hi I have a Linksys wireless router which is connected to my G5 Imac, I also have an airport express base station. My wife's laptop does not have a wireless card. Can I plug an ethernet cable into the Airport Express base station and get the laptop c

  • Hp dt2000i ac adapter

    could someone tell me the voltage & amperage on the ac adapter for this external hard drive ?

  • New field in CRM datasouce is not replicated into BW datasource

    Hello Everyone I am hoping you will be able to help me. We have created a new field on our CRM Activities datasource CRM_SALES_ACT_1. This datasouce is currently active and we are using a delta update to our BW system. We have added a new custom fiel

  • IE 6 problems with creator

    hi, when i finish an example in creator, when i deploy and run it, in safari and mozilla, all behaviors of buttons or all page runs as i tought, but when i runs the proyect in IE 6 maybe dont work partially or completly, why is that?, my mistake?