Additional Field on VA01

Hi
I need an additional field on VA01 .. at line item level .. there is an additional blank tab B is available .. can i modify and add the field from VBAP at this tab ? i have already add a zz field in VBAP
Regards
ammad

Hi
You are right.
In USEREXIT_MOVE_FIELD_TO_VBAK of program MV45AFZZ upi need to add
IF VBAK-AUART Equals 'ZWH' OR
   VBAK-AUART Equals 'ZFV'.
  If VBAK-ZZGrswgh lt ZTRKLMT-ZZweight OR
     VBAK-ZZCubTot lt ZTRKLMT-ZZCube OR
     VBAK-ZZPaltot lt ZTRKLMT-ZZPallet.
    CLEAR VBAK_ZZTRKLMT.
  Else.
    MOVE 'X' TO VBAK_ZZTRKLMT.
Endif.
Endif.
(I corrected your code but did not syntax check it)
Then you need to add the field to the screen.  Go into an order and go to the addition data B screen, click on the field that is already there and do "system > status".  There will be a subscreen shown (on this system it is 8309, can't remember if it is always the same).  Double click on this number and it will take you into screen painter so you can add the field.  If you want to be able to change it you will need to add some logic to USEREXIT_SAVE_DOCUMENT in the same program.
Mike

Similar Messages

  • Additional fields in VA01

    Hi,
      I need to add additional fields in VA01 transaction .. i.e in VBkd table..
    I have added Z field in VBKD table.. This field need to be included in additional data screen...
    But for VA01 transaction i didnt found any screen exit..
    But in screen 8459 i need to add it.. I opened it in SE51 its not allowing in change mode.. Its asking access key...
    Weather i need to get access key or Is there any alternative...
    Can anybody help me on this...
    Rayudu

    You can make the necessary changes in the include ZMV45A_ADDDATABO01.
    Message was edited by: Nishanth Bhandar

  • Additional field in view "item overview" VA01

    Hi,
    I want to add an additional field to the view "item overview" (SAPMV45A Screen 4900).
    It's the field vbap-knuma_ag and it's actual not included in tab control of Screen 4900.
    How can I do that ? 
    Is that a modification ?

    Hello Mr. Schöpferle,
    have you received any feedback or have you found a solution on your own?
    I have exactly the same request and I do need to avoid a modification.
    Thank you
    Karin

  • Additional field in the sales order screen

    I need some additional field in the sales order screen. There is
      also no screen exit available for VA01. Can I use this
      additional data B tab in header details by creating additional
      field in it. Please tell me how to use this tab or how to get
      different field in the sales order (header or item level).

    Hi,
       Yes. You can use this screen. For this either can modify the table VBAP with additional fields and put them on this screen.
      You have to code your logic to save these values in the include MV45AFZZ. The subscreens you have to use for this are 4462 or 8459.
    refer Screen exits - Urgent.
    with regards,
    Vamsi

  • Problem with Z fields in VA01

    Hi,
    We have added a Z field to VA01 transaction header lever Additional Data B.
    When we try and create a order using VA01 it is working fine but when we try to record the transaction using SHDB we are unable to find the Z field in additional data B.
    that Z field is missing (so we cannot enter data and record the field).
    Please help.
    Thanks
    LRK.

    You can just get the name of the zfield and include it in you recording for the screen where it is
    EX:
    perform bdc_field   using 'ZFIELD'  'XXXX'.
    This will resolve the issue.
    regards,
    Gurpreet

  • Field Exit va01

    Hi,
    I want add ZAUFNR to VA01 screen in header area ( additional fields- b). and i have Appended field in VBAK table .till hear fine .
    and when i try to add field in screen 8309 it is asking for Accses key . please some one suggest me how to i proceed further.
    I have searched in the fourm also but i didnt get any suitable answer and tell whether i may be doing wrong.
    Thanks,
    GAL

    hi
    step 1)  Append z### fields in vbak table.
    step 2)  Screen number - 8309 . Sales Document - Header - User Exit Header
                In layout ckick change mode           
                This will ask for access key
                Take the screen shot of the window when access key is asked and send to your basis team ,
                they will provide you the access key for that object.
                After you give accesskey - in the layout add the z## fields which you appended in vbak table.
    if you need more information kindly let me know.

  • Exit_saplv60b_008 / transfer additional field from vbrp to bseg (SD-FI)

    Hi together,
    I´ve populated an additional field 'ZXXX'for trx. va01 and adjusted the copying control in order to transfer this information into the billing document (e.g. trx, vf03). So far so good.
    But now I want to transfer this information to table bseg (field bseg-zxxx). I know that you can use 'exit_saplv60b_008' with this. But I don´t know how to proceed.
    Do I have to expand structure ACCIT?
    Thanks for any help

    Hi,
    Well, in my opinion it doesn´t really matter if I use sdvfx004 or sdvfx008.
    My problem is I don´t know how actualize the  transfer vbrp-zXXX to bseg-zXXX.
    I´m looking for a suitable piece of coding.
    Thanks for any help

  • Additional field in adhoc query

    Hi all, I need to be able to report on the IT105 subtype 0001 system ID for employees who are withdrawn from the company, however, when someone leaves their IT105 record is delimited so adhoc query will not output anything.  Has anyone coded an additional field that will look at the latest record regardless of the date?
    If you have, please can you share the code with me!?
    Many thanks!

    Hi Tanya ,
    Please find the code below. It is designed for additional structure z105_last which is bassed on P0105 type.
    data l_it_p0105 type standard table of p0105.
    clear: l_it_p0105, z105_last.
    call function 'HR_READ_SUBTYPE'
      exporting
        tclas                 = 'A'
        pernr                 = peras-pernr
        infty                 = '0105'
        subty                 = '0001'   
        begda                 = '18000101'
        endda                 = pn-endda
      tables
        infty_tab             = l_it_p0105
      exceptions
        others                = 1.
    if sy-subrc = 0.
      describe table l_it_p0105.
      read table l_it_p0105 into z105_last index sy-tfill.
    endif.
    Regards,
    Sergey

  • How to add additional fields to zreport which contains standard report code

    Hi Experts,
    In order to add additional fields to standard report i copied the code into zreport but i am unable to  add additonal field into report because the code is looking so complex.
    standard report:AQZZ/SAPQUERY/FKF1============
         or
    sapmenu->accounting->financial accounting->accounts payable->information system->reports for accounts payable accounting->master data->S_ALR_87012087-Addresslist.
    Additional feilds to add is :Region,company code,country
    Please let me know how toidentify ALV and guide me how to solve this.
    Regards,
    naresh.

    Hello Naresh,
    First check whether these three fields are available in the text elements area.
    Please write your code in the subroutine %comp_ldesc.
    Repeat the code for your three new fields
    perform ldesc(rsaqexce) using 'G00010000X010       00  A1'
        %txt1 %txt2 %txt3 'LFA1-LIFNR' LFA1-LIFNR 'LFA1-LIFNR'.
      read table %textpool_langu into %textpool_langu_line
                                 with key ID = 'I' key = 'A01'.
      if sy-subrc is initial. %txt1 = %textpool_langu_line-entry.
      else. %txt1 = %txt_unknown.
      endif.
    So this subroutine will give you the basic list. Now Program is creating ALV with this basic list. So I think you don't need to worry about that. Please have a thorugh look at the code over this perform, and write accordingly.
    I think this is enoogh.
    Please update if you got the solution, which will be informative for others.
    regards,
    Antony Thomas
    Edited by: Antony Thomas on Jul 27, 2010 7:57 AM

  • How To Add Additional Fields When Creating New Contact From w/in Mac Mail?

    Hi there. When in Mac Mail and clicking on contact information provided within an email, we are able to either (1) CREATE NEW CONTACT or (2) ADD TO EXISTING CONTACT (by clicking on the arrow next to a phone number, address, etc.). If I choose "Create New Contact," how can I add additional fields BEFORE clicking on "Add to Address Book" button in lower right corner? Let's say, for example, I know this new contacts URL or company. (Currently, I am creating the new contact from within Mac Mail and then going to Address Book and finding the contact, then editing, the adding the additional fields, then saving, and then going back to Mac Mail. This all takes time.)
    Note: When creating a new iCal event from within Mac Mail, we can click on Option/Alt key when selecting drop-down arrow...and this will allow us to add additional information. The same feature isn't available for address book???

    I have the exact same question and problem. If there was a way to automatically open the AB entry after "creating new contact" this would solve it.
    Thanks for any suggestion

  • Additional field for Infoset in BI 7.0

    Hi
    I have created an Infoset with a cube and a masterdata object. Now my requirement is to have an additional field which i can not extend to cube or masterdata.
    Is it possible by any chance to add an additionla field to Infoset and write an abap code ?

    Any suggestions ?

  • How to get additional field from the second list base on lookup information column ?

    Hi everyone,
    Currently I created a SharePoint hosted Apps project and I need to know how can I get additional field from the second list base on lookup information column. example List1 Have 2 columns column1 and column2(Lookup Information from list2 (category)),
    List2 have 3 columns title, and category, and color.  so how can get the title and color from list2 base on this lookup information column (SharePoint Hosted apps and Javascript code)? that is possible?
    Best regards,
    ------------------------------------------------------------ ---Tola---

    You can build one custom lookup control. Refer to the following post
    http://www.stuartroberts.net/index.php/2012/10/03/enhanced-lookup-field-part-1/
    Alternatively, try the following solution from codeplex
    http://sp2010filteredlookup.codeplex.com/
    http://filteredlookup.codeplex.com/
    --Cheers

  • How to add additional field to the existing report

    hi,
    report name is RHXPE_EXPIRED_QUALI
    if u execute report alv list is genereted with like this.
    object type, id of related object, object name, object type, id of related object,last name, first name like this
    where can i get these field descriptios in the prigram becoz many perform ststements r there. i want to add additional field text.
    program is:
    CORRECTIONS
    DATE       CORRECTION NOTE    AUTHOR DESCRIPTION
    09.03.2001            0388404 XSC    Wrong list output for multiple Os
    05.06.2001 AL0K023393 0410219 Lud    Wrong keydate for search with
                                         Pchbegda and pchendda.
    30.01.2002 S6BK000033 0491055 TS     Report: RHXPE_EXPIRED_QUALI
                                         doesn't provide a spool list.
    REPORT rhpk_find_pers_with_expired_qu MESSAGE-ID pq.
    TABLES : pchdy.
    INCLUDES
    INCLUDE rhxmacro.
    INCLUDE rhpeini0.
    TABLES
    DATA: objects  LIKE hrsobid    OCCURS 1 WITH HEADER LINE.
    VARIABLES
    DATA: subrc LIKE sy-subrc.
    DATA: orgeh_text LIKE t777o-otext.
    SELECTION SCREEN
    objid
    SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME.
    PARAMETERS:
       pchplvar LIKE p1000-plvar NO-DISPLAY,    "plan version
       pchotype LIKE pchdy-otype NO-DISPLAY. "objecttype
    Objid
    rhx-f4-objid-data.
    SELECT-OPTIONS:  pchobjid FOR pchdy-objid_str NO INTERVALS.
    Search
    PARAMETERS:
      pchseark LIKE pchdy-seark.           "matchcode object plom.
    SELECTION-SCREEN END OF BLOCK b1.
    Objecttime
    SELECTION-SCREEN BEGIN OF BLOCK b2 WITH FRAME TITLE text-001.
    PARAMETERS: se_begd LIKE  p1000-begda DEFAULT sy-datum,  "'19000101',
                se_endd LIKE  p1000-endda DEFAULT high_date.
    SELECTION-SCREEN END OF BLOCK b2.
    SELECTION-SCREEN BEGIN OF BLOCK b3 WITH FRAME TITLE text-005.
    PARAMETERS:
       h_events LIKE dynp_rhpp-gen_train,  "with training sugg
       h_qual LIKE dynp_rhpp-expired_qual. "with Qual
    SELECTION-SCREEN END OF BLOCK b3.
    AT SELECTION-SCREEN ON pchobjid.
      PERFORM check_objid_sign(rhxchk00) USING pchobjid-sign.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR pchobjid-low.
      rhx-f4-objid-low pchplvar pchotype pchobjid '' ''.
    AT SELECTION-SCREEN.
      PERFORM check_plvar(rhxchk00) USING pchplvar.
      PERFORM check_seark(rhxchk00) TABLES pchobjid
                                    USING  pchseark pchplvar pchotype.
    INITIALIZATION
    INITIALIZATION.
      PERFORM read_t77s0_parameters_for_pe.
    get user parameters/Planvariante und Beginndatum setzen:
      pchotype = $orgeh.
      CALL FUNCTION 'RHP0_USER_PARAMETERS_GET'
           EXPORTING
                fill_if_initial = 'X'
           IMPORTING
                plvar           = pchplvar
                begda           = se_begd
                endda           = se_endd
              with_key        =
              SUBSTITUTE      =
              ESSENTIAL       = only_essential
                org_unit        = pchobjid-low
          EXCEPTIONS
                OTHERS     = 0.
    SE_BEGD = LOW_DATE.   "Correction AL0K023393 0410219
      IF NOT pchobjid-low IS INITIAL.
        pchobjid-sign   = 'I'.
        pchobjid-option = 'EQ'.
        APPEND pchobjid.
      ENDIF.
    START-OF-SELECTION
    START-OF-SELECTION.
    correction 0491055
    correction was done for getting a spool list in background-processing.
      CASE sy-batch.
        WHEN space.
          SUBMIT rhpe_expired_quali
               WITH pchplvar = pchplvar
               WITH pchotype = pchotype
               WITH pchobjid IN pchobjid
               WITH pchbegda = se_begd
               WITH pchendda = se_endd
               WITH h_qual = h_qual
               WITH h_events = h_events
                      AND RETURN.
        WHEN 'X'.
          SUBMIT rhpe_expired_quali
               WITH pchplvar = pchplvar
               WITH pchotype = pchotype
               WITH pchobjid IN pchobjid
               WITH pchbegda = se_begd
               WITH pchendda = se_endd
               WITH h_qual = h_qual
               WITH h_events = h_events
                      TO SAP-SPOOL.
      ENDCASE.
    END-OF-SELECTION
    END-OF-SELECTION.

    Hi,
    I think you need to show more programs.
    you said, the report program is 'RHXPE_EXPIRED_QUALI', but you upload  'rhpk_find_pers_with_expired_qu' program.
    usually, ALV field is modifyed in 'PERFORM fieldcatalog_modify', if you use Functional ALV.
    Try to search 'fieldcatalog function', you will find easy.
    Regard,
    SY Kim

  • Adding Additional field "Supplier name" & "Supplier No" in MB5B Report?

    Can i add the above stated two additional fields in the standard report of MB5b, is there any implicit enhancement in the standard report which can help achieve my objective?

    Hi,
    The possibility to include additional fields in the report MB5B is       
    limited to MSEG, just as you can see in the text of the                  
    report RM07MLBD_CUST_FIELDS itself:                                                                               
    This include contains the structure for additional fields for report 
    RM07MLBD ( transaction MB5B )                                                                               
    the following fields are not shown in the list of report             
    RM07MLBD                                                             
    If you want to insert some of these fields in the list of the        
    hidden fields delete the '*' in the type definition.                 
    >>* There are only fields from database table MSEG possible <<<<<<<<<<<  
    Please use only the following fields, because these fields           
    are considered during the creation of the field catalog;             
    plaese consider, that each active field will cost performance                                                                               
    If you need to add aditional information from other tables, like the     
    Reference Document Number you will need to  build your own query.    
    Regards,
    Mauro

  • Additional Field in standard maintenance view

    Hi Experts,
    I would like to add an additional field plant in maintenance view V_TKZU3_CO (SPRO PATH: Controlling --> Product cost controlling -->Product cost planning --> Basic settings for material costing -->Overhead -->Define costing sheets ).
    What I'm planning to do is to modify the standard maintenance view V_TKZU3_CO and regenerate the table maintenance generator so that the new field will be added and populate a ztable a copy of table TKZU3 + plant...
    However what I'm afraid of is when I regenerated the table maintenance generator using the standard function group OCOE, it might impact some other standard object included..
    Do you have any idea on how can I add the additional field without modifying the standard? Or if I will apply the standard modification I'm planning.. what are the possible impacts?
    Thanks in advance!

    Hi
    U can create a new table view like V_TKZU3_CO, insert your new fields and create the maintenance view program for it.
    Max

Maybe you are looking for

  • If I need a full rman restore which backups will it use?

    Hello, I have a database 11.1.0.7 with 8TB. Block change tracking is enabled. At the weekend I take level 0 backup and during the week level 1 cumulative. For some weeks the level 0 backup is failing, so I only have level 1 cumulative backups taken e

  • Printing Landscape pdf's

    I have a problem printing A3 paper copies of .pdf's in windows 8. I always seem to loose half of the document area. I don't have this problem if the .pdf is created in portrait mode. Please help.

  • Installed Windows 8.1 with Bootcamp but cant use my monitor through VGA-MiniDisplayPort

    I used Bootcamp to install Windows 8.1, but when I tried to use my monitor, that worked on the Windows 8.1 preview, no longer works. It's a VGA-MiniDisplayPort. I'm not willing to spend extra money until I need to.

  • Archiving MAIL + Attachments to a CD and be able to read later

    Hello and I'm new to this forum, so excuse my ignorance. All I want to do is burn a bunch of old emails onto a CD for archiving and to make more room on my new computer. Some have attachments. I want to be able to load that CD and at a later date ope

  • Tooltips Not Appearing in Firefox

    I searched for answer to this problem, which I thought must be common, but didn't find anything. I added a tooltip using Dreamweaver CS4 insert Spry tooltip option.  The tooltip appears with Internet Explorer 8, but not Firefox 3.5.7.  The tooltip is