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

Similar Messages

  • 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

  • Adding a field in tab screen of transaction FPCJ

    Hi All,
    I have a requirement wherein i have to add a field called authorization number (AUNUM) of tableDFKKOPC at the CREDIT CARD PAYMENT  tab in the transaction FPCJ. is there any screen enhancement or BADI or any other method to achieve this requirement. Attached file shows where exactly i need the enhancement.
    Thanks and Regards,
    Mohammed Farooq

    There is no event of which I am aware.  Please also read How to use FQEVENTS to undersatnd how to search for events on your own.

  • VL10A -  adding selection field in standard screen

    I have added two selection fields in General data tab like "Original Delivery date & Latest Delivery date".
    In Resulting report Layout all data is displayed except these two new columns ("Original Delivery date & Latest Delivery date"). Please guide me where should I change the code to get the data in these two new columns. Any help is highly appreciated.
    thanks.
    Sunil

    Hi shaik,
    Refer to the following useful link:
    Search help enhancement in VA01
    Hope this will help you...

  • Adding field to standard screen in tr. FPSEC1

    Hi,
    I need to add customer field to standard screen in FPSEC1 transaction (screen 202,second screen in transaction (non cash choice)).
    Has someone did it already?
    (please don't give me general advices as "find screen exit" and so on...)
    Point's will be given.
    Regards.
    Yossi.R.
    *sorry for crossposting

    How you solved this.
    I am facing same problem
    Please reply.

  • In BDCs, after adding one field to the screen, which one is the better proc

    Hi,
    My client requirement In BDCs, after recording the legacy data by using MM01, After some time adding one field to the screen, How can we record the  for the new field.
    If any one knows pls help me total process.
    Warm regards,
    Venkat.

    Identify the screen in which this new field is added and simply add one more line to add the bdc record for this field in that screen.
    If the screen is also entirely new, then you have to identify the previous screen, the okcode to go to this new screen and finally the next screen and the okcode to go to the next screen along with the field BDC record.
    I don't think it is necessary to redo all the recording as long as you can follow the existing code.

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

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

  • Adding custom fields to FPE1/2/3 transaction screen

    Hi guys,
    I need to add custom fields from table DFKKOP to transactions FPE1/2/3 under ADDITIONAL DATA area while manually entering NEW BUSINESS PARTNER ITEM.
    The transaction is not BDT enabled and does not have a screen exit. The user exit and BaDI dont seem helpful to me.
    The screenshot below shows the user exits and BaDI for the transaction.
    Link: Exits
    What are my options to add fields to the transaction screen now?
    Please help out!

    Hi,
    Yea i got the functional guys to configure it. Was a unique issue!.....But I know how they did it.
    You can add it through SPRO transaction. Go to the below mentioned path.
    Go to SAP Reference IMG
    Financial Accounting > Contract Accounts Receivable and Payable > Basic Functions > Posting and Documents > Document >
    Screen Preparartions > Include Own Fields in Detail Screens.
    Here you need to enter the details from FPE1 transaction screen.
    Activity Documentation:
    Include Own Fields in Detail Screens
    In this activity you can, if you have added customer fields to the document structures, include these customer fields in the entry screens of the transaction for posting documents.
    For the detail screens (business partner item and G/L account item) you can create a screen that contains your own fields. You must create this screen as a subscreen using the Screen Painter. In addition you have to create modules for the intialization and for data transfer (PBO and PAI).
    Activities
    If you have extended the document strutures to includes customer fields, and you need these fields in the entry screens for posting documents, you must create the screen using the Screen Painter.
    Carry out this step to create the screen and the modules that go with it in the system. You do not have to activate these afterwards.
    Further notes
    Read the field help for each field in the table. This describes the exact procedure.

  • Adding search help (F4) for a screen field in standard screen of VA02

    Dear Gurus,
    I need to add a Search Help (F4) to a Standard Screen Field VBAK-VSNMR_V in the standard Screen of VA01/Va02.....Can anyone please guide me how it can be done.
    Regards
    Sajid
    Edited by: shaik sajid on Feb 2, 2009 8:38 AM

    Hi shaik,
    Refer to the following useful link:
    Search help enhancement in VA01
    Hope this will help you...

  • Re :adding custom fields to standard transaction

    Hi ..
         I've added custom fields to vbap table..I have also
    added these fields in the va02 screen.
    Now whatever values I enter for the zfields(va02 ) must be saved in vbap table.
    How do i do this?.
    Should I write in MV45AIZZ .(PAI).
    what are the steps i have to follow?.
    Thanks and regards..
    tharun venkat

    zfield in the program means the corresponding field name u have given for the newly added field in the table.
    IN the layout u might have added some field ad have given some name (I/O) field name.

  • Translation for fields on Standard Screen ( Added Field via Extensibility Explorer )

    Hi Experts,
    I have added two fields in a Standard Quick create and added an Embedded Component in a Standard Thing Inspector.
    Issue is client wants that field's labels to be multilingual now as i am not able to download the translation file(xlif) into local machine how would i achieve this?
    and i m not even able to translate the HEADER of the TAB which i attached as EC in a standard TI.
    It would be great ig any one can show some pointers or workaround...
    Regards,
    Dhruvin

    Hi Horst,
    I have created Code List Data Type in SDK and have around 100 Code values and each to be maintained into 3 lang FR, ES, IT for descriptions.
    XLIFF file is XML in coding and I have my values and translations ready in Excel file.
    Any way to quickly get the translations from Excel into XLIFF file easily OR any shortcut in SDK that I do not have to manually keep on copy-paste each translation as target tag in this XML code of XLIFF file.
    Even tools does not seems to be user friendly. Please advice with method OR tool to complete this.
    Alim

  • Adding extension fields on standard Sales Lead screen on cloud for customer

    Hello Experts.
    I have a requirement to include custom fields drop downs on Sales Lead layout. Also, apart from first drop down the values of others are driven dynamically by the runtime input values. I assume there are two ways to include the custom fields.
    1. Using cloud studio, by creating a custom BO & then using extensibility explorer to enhance the standard screens.
    2. By using the ADAPT funcitonality at the UI level.
    While performing the method (1), I am not finding any option on existing standard lead screens as add extension field to section group. So I am not able to include my custom created field on UI.
    While performing method (2), I have included the field in UI & have created a reference of extension field in studio as well but my query is how to use that field in other actions or events as rest of the drop down values are driven by this drop down.
    Is there any other method to perform this task. Any sort of information is welcome.
    Thanks & Regards,
    Ravi Katyal

    Hello Alessandro,
    Thanks a lot for your suggestion, I have performed the Method (2) and was able to add the fields on the standard UI. The issue was that the sales lead screen in standard repository was termed as 'COD_MarketingLead'. So, I was not looking in that with more insight. Now, my requirement is to perform a dynamic dropdown dependent on a previsouly selected value in a drop down. Do you have any insights in that, I am planning to use this approach which I just realized is penned by you only. Thanks for that as well.
    Create a dependent dropdown without context mapping

  • Adding new field to MB51 screen output

    Hi All,
    I need to add a new field TCODE2 from MKPF table on the screen output of MB51. I have added my new field thro SPRO following the below steps:-
    Go to SPRO -- MM -- Inventory Management and Physical Inventory -- Reporting -- Define Field Selection for Material Document List
    Here I have give
    RM07DOCS MKPF TCODE2 Transaction code -- output box checked
    and saved.
    Now I  tried to re-execute the transaction MB51 but not able to see the Tcode2 on the output screen .
    Can any one help me out, if I am missing out something or is there any thing else i need to check on the ALV output to see the field TCODE2 on the screen og MB51?
    Regards
    Shilpa.

    Hi,
    Check these notes:
    Note 357187 - MB51: Fields in field catalog / selection screen
    Note 828104 - Enhancing MB51 for AFS
    I hope this helps you
    Regards
    Eduardo

Maybe you are looking for

  • Is it even possible to edit surround sound on a Mac Pro?!?!?!

    Hello, I've just been reading this thread: http://discussions.apple.com/thread.jspa?messageID=2924869? Which among many things discusses the fact that Mac Pros, even through an optical cable, are not capable of exporting live 5.1 audio - they can on

  • How do i unregister my phone

    how do I unregister my iphone4

  • Archive an existing iWeb website?

    What's the best way to take an existing iWeb-created website & save *the entire thing* for offline viewing? Background: I'm about to restructure my family website, but my wife wants me to save "a copy" of the current website for posterity. I've tried

  • I try to restore my ipod mini 4gb  but i get the 1437 error? can anybody help me with this problem?

    ok i have had the ipod fr a while and when i try and restore it gives me the 1437 error? i have no clue what this mean, can anybody help me? when is specifys the ipods components like the name and capacity etc.. under capacity it says N/A?  get back

  • Bapi_pr_create error

    Hi,      I am getting error 06                   243 Internal number assignment not defined (please enter number)                                   BAPI                 001 No instance of object type PurchaseRequisition has been created. External ref