Versions in Header tab

hi all,
when i create PO with ME21n , then there is one tab in Header data  called  VERSIONS. that is missing .
when i create po with one purchase organization , it is coming.
and when create  purchase order with another purchase organizatios, then versions in header is not coming.
where m going wrong ?
Thanks

Hi all
when i create PO with ME21n , then there is one tab in Header data called VERSIONS. that is missing for one Purchase Organization.
But PO with all other purchase organizations , Versions tab is coming.
i did the folowoing settings :
Spro > MM > Pur > Version Management > Set Up Version Management for External Purchasing Documents
here you need to define Docu type & Pur Org..
and in Act box beside the Pur Org ,  tick for that then only the Version Management is Activated..
But still that Versions tab is not coming in ME21n tab.
Thanks

Similar Messages

  • Reg: Additional header tab strip in MIGO Transaction

    Hi Experts,
    I have added a new header tab strip in MIGO transaction. The tab strip is triggered using the BADI 'MB_MIGO_BADI' (PBO_HEADER method), I populated a selection screen using module pool program through the same BADI. Now i need to update the values in the selection screen fields to the data base table MKPF.  I need a solution for update the screen field values to the data base table MKPF. Whether some other BADI i need to use? if yes how can i pass the screen field values to that BADI.
    Please guide me.
    Thanks
    Vijay.R

    Hi,
    You may also try the exits available with the MIGO transaction. To find exits you can use the fillowing code by giving tranasaction code as input.
    REPORT  zrmexitfinder                               .
    TABLES: modsap, modact, tstc.
    PARAMETERS: input1 LIKE tstc-tcode DEFAULT ' ',
                input2 LIKE modsap-typ DEFAULT ' '.
    DATA: search1(6),
          search2(3),
          search3 LIKE modsap-member.
    DATA : first_row VALUE 'Y'.
    CONCATENATE: '%' input1 '%' INTO search1,
    '%' input2 INTO search2.
    SELECT * FROM tstc WHERE tcode LIKE search1.
      first_row = 'Y'.
      CHECK tstc-pgmna NE space.
      CONCATENATE '%' tstc-pgmna '%' INTO search3.
      SELECT * FROM modsap WHERE typ LIKE search2
      AND member LIKE search3.
        SELECT SINGLE * FROM modact WHERE member = modsap-name.
        IF first_row EQ 'Y'.
          WRITE: /0 tstc-tcode, 6 tstc-pgmna, 16 modsap-name, 32 modsap-typ,
                 45 modsap-member, 70 modact-name.
          first_row = 'N'.
        ELSE.
          WRITE: /16 modsap-name, 32 modsap-typ, 45 modsap-member, 70 modact-name.
        ENDIF.
        CLEAR : modsap, modact.
      ENDSELECT.
      IF sy-subrc NE 0.
        WRITE : /0 tstc-tcode, 6 tstc-pgmna, 30 'No exits found'.
      ENDIF.
      CLEAR tstc.
    ENDSELECT.
    END-OF-SELECTION.
      CLEAR: search1, search2, search3.
    Regards,
    Renjith Michael.

  • Add Custom Header Tab to ME22N

    Hi I want to add a Customer Header Tab to ME22n. For that I am using BADI : ME_GUI_PO_CUST . As I understand to publich the tab at header level all I have to do is implement method IF_EX_ME_GUI_PO_CUST~SUBSCRIBE
    i have implemented this method as mentioned below. However, the tab at header level is not displayed for some reason. Please advice
    * we want to add a customer subscreen on the item detail tab
    IF im_application = 'PO' AND im_element     = 'ITEM'.
    * each line in re_subscribers generates a subscreen. We add one subscreen in this example
    *    CLEAR re_subscribers[].
    * the name is a unique identifier for the subscreen and defined in this class definition
       ls_subscriber-name = subscreen1.
    * the dynpro number to use
       ls_subscriber-dynpro = '0101'.
    * the program where the dynpro can be found
       ls_subscriber-program = 'SAPLYPDM_LINK'.
    * each subscreen needs his own DDIC-Structure
       ls_subscriber-struct_name = 'YPDM_LINK_OBJCTS'.
    * a label can be defined
       ls_subscriber-label = text-001.
    * the position within the tabstrib can be defined
       ls_subscriber-position = 8.
    * the height of the screen can be defined here. Currently we suport two screen sizes:
    * value <= 7 a sevel line subscreen
    * value > 7  a 16 line subscreen
       ls_subscriber-height = 16.
       APPEND ls_subscriber TO re_subscribers.
    ***to add Confirmations Tab to PO at Header level
    ELSEIF im_application = 'PO' AND im_element = 'HEADER'.
         DATA: ls_next_subscribe LIKE LINE OF re_subscribers.
         CLEAR: re_subscribers.
         REFRESH: re_subscribers.
         ls_next_subscribe-name = subscreen2.
         ls_next_subscribe-dynpro = '9000'.
         ls_next_subscribe-program = 'SAPLZMM_PO_CONFIRMATIONS'.
         ls_next_subscribe-struct_name = 'YMM_CONFIRMATIONS'.
         ls_next_subscribe-label = text-002.
         ls_next_subscribe-position = 15.
         ls_next_subscribe-height = 16.
         APPEND ls_next_subscribe TO re_subscribers.
    ENDIF.
    In the code above the ITEM part was implemented by another developer and works fine. However the HEADER part I am implementing does not work. Structure YMM_CONFIRMATIONS is created in DDIC. Functional pool SAPLZMM_PO_CONFIRMATIONS also has been created with screen 9000 with just text on it for testing purposes. Please advice what else do I have to implemented to get the custom tab to be printed on Header level in enjoy transaction me22n.

    Hi,
    i had similer problem when adding custom fields in va01 traction in header level at Additional data B tab.
    these subscreen are placed in subscreen containers.
    and if you have more number of fields in subscreen some fields will not be displayed.
    i solved the problem by increasing the size of subscreen container.
    SAP NOTE NO. 302497 - Additional cust. fields not displayed in 'Additional data B'
    this note say:
    Enlarging the screen containers:
    If there is insufficient space on the subscreens and you enlarge the
    maintenance area, you must also adjust the lines and columns in the
    subscreen containers.
    You can do this using Transaction SE51 (Screen Painter).
    1) In the initial screen, you must fill the following fields:
    Program SAPMV45A
    Screen number 4312 (or 4462)
    2) Then activate the 'Attributes' selection field and choose
    'Change'.
    3) Adjust the size of the lines/columns in accordance with the
    subscreen.
    4) Check your changes, then save and activate the screen.
    5) Exit the transaction.
    NOTE : This is for VA01 transaction. for more details see the SAP NOTE NO. 302497

  • New version of initialization tab in global definition.

    hi all,
    i want new version of initialization tab of global definitions as it appears in abap editor. and also im not able to increment the lines of types tab of global definition .e.g. after 25th line of type tab i can't write any extra line.plz help
    regards,
    Mukesh

    Hi,
         You can check in Utilities->settings-> Editor Tab.
          Change the option to 'Text Edit Control' and try

  • VF02 how to change Posting status on header tab

    how can  i change posting status in vf02. I have changed billing date from last month to current month. On the header tab there is posting  block ( it its greayed out righ now )  - Error in Accounting interface. How can i remove that ?
    Vanbills.

    Hi,
    1. Check Your Customer master xd02 - Sales area Data - Billing tab - Account Assighment group of Customer
    2. Cechk your Material master mm02 - Sales Org2 - Account assighment group of Material
    3. Check you Biling document vf02 - Header - header - Accounting data - Account Assighment group (Customer)
                                                                                    Item - Item detail - Accounting  - Account Assighment group (Material)
    4. Check Account determination -VKOA - Proper G/L Account maintained or not if not then try to correct them
    5. After correcting all the above steps Goto Vf02 enter Billing doc. No. then click on Realse to Accounting or Press Shift + F4
    Regards,
    MH,

  • Help,add button to contracts overview tab and the HEADER tab

    Hello,
    I would like add button to contracts overview tab and the HEADER tab .
    Do you want to change the standard procedure?
    /SAPSRM/WDC_CTR_DOFC_OV_H?
    Are there any other way?

    Hi,
    You can create a enchancement implemenation for /SAPSRM/WDC_CTR_DOFC_OV_H  and /SAPSRM/WDC_CTR_DODC_H_BD  by clicking on 'snail icon' .
    Creating button as per requirment. coding in  method on action of that button.
    Regards,
    Neelima

  • Win7 "Task Manager" has lost its header tabs

    Somehow the task manager has lost the header tabs to move from applications to processes to network. It was there originally.
    I also lose from time to time my volume control icon, and it doesn't become hidden, it just disappears completey. To change the volume I have to either go into the control panel/sound and then adjust the volume and leave that open if I need to turn it down. OR reboot and it sometimes comes back.
    When I go to 'notification Icons" in control panel the icon and lettering for sound icon is not bold or high lighted but instead it is diminished. I have also seen a popup stating that modification will take affect when it (the sound) is activated as a pop up, but can't remember where I saw that happen. 
    Another question I have is...
    Ihave only one machine, my C:drive has Vista ultimate, all important files are on E,F HD's, removable, or external drives. I downloaded Win7 and burned a disk.
    I removed the 40Gig C: with Vista  put a 250Gig drive in that location and installed Win7. So far so good and am very pleased with everything even with a few bugs.
    Now I needed to go back to the Vista drive, so I removed the Win7 drive, reinstalled the 40Gig as C and received a prompt stating that ? win logon was not found. So I got the Vista DVD and did a repair which worked. If Win7 doesn't get an update to operate past August 1st and I go back to the 40Gig Vista drive will that happen again? AND where does that file get stored when you originally install? Does it go into the bios chip? Only becasue when I went back to the Win7 HD I got virtually the same prompt for that other drive.
    I am in the process of building another machine, but because the computer I'm currently using is antiquated in comparrison and all new parts are required except for the chasis the cost is setting me back a bit. Maybe when I do get everything I'll be able to do a dual OS, but for now I have what I have. Computer is an old dual xeon with ata drives going on 7yrs old, but has been a work horse and needs to go to pasture.   

    In addition to what Techoutsider said, you can open the Notification Area Icons control panel item and you can try clicking the "Restore default icon behavior" link near the bottom of the window and see if that fixes the MIA volume control.
    Your issue with swapping the hard drives may have something to do with the BIOS. Namely, it may not have correctly registered the replaced drive the first time you rebooted. You may want to try going in and making sure that it's where it should be in the pecking order. If it's expecting the 40 GB HDD, and it suddenly finds a 250 GB HDD, that could be the reason why you're having difficulty booting. Simply removing the drive and swapping it out should not cause it to become unbootable unless something changed within the BIOS settings. Given the drives you've got there aren't identical, there may be an issue with the BIOS not finding the correct drive. Make sure you update the BIOS settings by going in and then saving while exiting.
    For the record, NO OS writes ANYTHING directly to the BIOS. The exceptions to this would be the utilities you get with your motherboard that allow you to tweak settings (overclock) your components - such as Nvidia's NTune applet. All Windows files get written to the hard drive. As long as you didn't change anything, it should be able to find everything as it was the last time the hard drive was plugged in.
    According to rumors and such, there should be an RC build available almost any time now. There have been rumors to April 10th - or 1 week from this writing - and there have been rumors to some time in May.

  • Purchase Contract Overview Tab Custom fields showing in Header Tab

    Hi Team,
    I have added Custom Fields in Contract Overview Tab using Structure called  /SAPSARM/S_CLL_STR_HEADER in veiw level.
    In SPRO Metadata level i have added append structure in  INCL_EEW_PD_HEADER_CSF_CTR.
    Path is--> Extensions and Field Controls --->Define Customer Fields on Header Level --> append for Customer Fields on Contract Header.
    But custom fields are showing in Overview Tab as well as Header Tab. Here in Webdynpro View level--> Contract Overview Tab & Header Tab both are using same structure called  /SAPSARM/S_CLL_STR_HEADER .
    Can some one suggest, how can i restrict custom fields in Header Tab, which are not required.
    Thanks & regards
    Sandeep.

    Dear Soumyaprakash,
      Thanks for your reply.
      If i follow the process described by you, i am losing fields in Overview tab as well as Header Tab.
      but i have to hide fields only in Header tab, but should be visible in Overview.
      Please share some ideas.
    Thanks & Regards
    Sandeep.

  • How to print an excel file (2010 version) with multiple tabs into a pdf file with bookmarks (acrobat 9). I was able to do this easily using excel (2007 version).

    Recently I got a new laptop, with excel 2010 version and acrobat 9 standard.
    I could no longer print (save as) an excel file with multiple tabs into a pdf file with bookmarks.
    My old computer has excel 2007 version and acrobat 9 standard.
    Print an excel file into pdf with bookmarks was a piece of cake.
    Both machine has the same add-in -- Acrobat PDFMaker Office COM addin
    Thanks if anyone could help me with this.
        Tom

    You need to upgrade Acrobat to a newer version.
    On Thu, Oct 30, 2014 at 4:12 PM, excel-pdf-bookmarks <

  • Custom field in PO header tab and its editable status

    Hi All,
    I have added an input field in the PO header (Customer Data) tab.
    The same field has been appended in the EKKO table.
    The update as per user's entry in PO is getting done in database table.
    The field will get grayed out for ME23N tcode and will be editable for ME21N and ME22N.
    The logic has been written in the PBO section.
    Now, within the tcode ME23N, user has option to get into change mode by pressing F7.
    Once user clicks F7, the PO gets into change mode, but the custom field will be still in uneditable mode itself.
    There are couple of other custom fields are in the same tab. They get into change mode with F7, but this alone remains un editable.
    How to make it editable in this scenario???
    Regards
    Pavan
    Edited by: Pavan Sanganal on Dec 26, 2011 6:56 PM

    HI Pavan,
    so only one custom field will not update in update mode after clicking f7 , so what happend exactally when user clciks on f7 the field properties are changed in to editable mode, in module pool program we can change field properties using internal table SCREEN , so loop the screen check this input field properties , like
    loop at screen .
    if screen-name = 'custom_field'.
    input = 'x'.
    endif.
    endloop.
    Regards
    Siva

  • BED AND ECS AMOUNT IS MORE IN MIGO EXCISE HEADER TAB

    Hi Guys,
    When I am processing the MIGO, in exise tab(Header) the amount of BED and ECS are 10 time more than the acctual amount. Where as the Item details Excise tab it is correct as per the Purchase order.
    Can some body tell me how/from where this headder amount being calculated or flowed.
    Thanks
    Dhanu

    HI,
    If you have done the GR against a PO which has multiple line items then the Excise values which appear in the Header is the summation of excise values for all the line items.
    The excise values for each line item can be viewed in the item details of MIGO transaction.
    Hope its clear.
    Regards,

  • Itunes Newest Version no Photo Tabs

    So I downloaded the latest version of Itunes and I tried to sync my photos to my ipod and the tab for Photos isn't even there.  I look in preferences for the sources and it wasnt even in there. I can not find the option to add photos or sync or anything related to photos in the newest version of itunes as the picutre below shows.

    Go to full screen.  it is there but if you have the window less than max it disappears.

  • Skip popup "Overwrite old version" from document tab in CRM_DNO_MONITOR

    Hi All,
    I have requirement to skip "Overwrite old version" pop in crm_dno_monitor transaction under document tab.
    Steps : Tcode CRM_DNO_MONITOR ---> Select Transaction number ---> click on change button ---> click on "Transaction Data" tab ---> Select "Document" tab ---> open any document
    When uploaded documents are edited, system asks "Overwrite old version?". There should be no question, system should always overwrite the existing version.
    Thanks,
    Amit

    Hi
    Service Desk messages in Solution Manager consist of two parts: the support message in Solution Manager, and the service process in CRM.
    You must carry out the following steps to delete the messages from the system completely:
    1. In Solution Manager
    Deletion of the message in Solution Manager involves two parts:
    a) Call transaction DNOTIFWL and set the deletion flag for the Service Desk message. The deletion flag corresponds to the system status I1076 (deletion flag).
    b) Execute the report Z_DELETE_BASIC_NOTIFICATIONS.
    If you execute the report in production mode, all messages with the status I0076 are deleted from the database. You can also execute the report in test mode. In this case, the system displays a list of messages that can be deleted.
    2. In CRM
    You cannot delete a service process in CRM. The service process must be archived.
    Call transaction SARA and select the archiving object CRM_SERORD. Archiving involves three steps:
    a) Initial run Report CRM_ARC_SERORD_CHECK
    b) Write run Report CRM_ARC_SERORD_SAVE
    c) Delete run Report CRM_ARC_SERORD_DELETE
    When the delete run has completed, the service process has been deleted from the database and is in an archive file. You can access archived documents using transaction SARE.
    Check the following notes.
    1329247
    398914
    398915
    985079
    Thread
    Re: How to delete test messages from service desk.
    Re: Delete test messages from service desk
    Hope it helps,
    Regards
    Prakhar

  • Sales order header tabs

    Hi all,
    My requirement is that I have to write a BDC on sales order.
    but when i go to condition tab in sales order header then OK CODE comes different for different order types
    can we determine somehow that what will be the correct position of condition tab.
    regards,
    kushagra

    Hi,
    Try to Avoid BDC for Sales Order Creation.
    Use BAPI ==> BAPI_SALESORDER_CREATEFROMDAT2
    DATA BEGIN OF  it_hdr.
            INCLUDE STRUCTURE  bapisdhd1.
    DATA END OF it_hdr.
    DATA BEGIN OF  it_hdrx .
            INCLUDE STRUCTURE bapisdhd1x.
    DATA END OF it_hdrx.
    DATA BEGIN OF  it_itm OCCURS 0.
            INCLUDE STRUCTURE  bapisditm.
    DATA END OF it_itm.
    DATA BEGIN OF  it_itmx OCCURS 0.
            INCLUDE STRUCTURE  bapisditmx.
    DATA END OF it_itmx.
    DATA BEGIN OF  it_shitm OCCURS 0.
            INCLUDE STRUCTURE  bapischdl.
    DATA END OF it_shitm.
    DATA BEGIN OF  it_shitmx OCCURS 0.
            INCLUDE STRUCTURE  bapischdlx.
    DATA END OF it_shitmx.
    DATA BEGIN OF  it_par OCCURS 0.
            INCLUDE STRUCTURE  bapiparnr.
    DATA END OF it_par.
    DATA BEGIN OF  it_ret OCCURS 0.
            INCLUDE STRUCTURE  bapiret2.
    DATA END OF it_ret.
    DATA wrk_num LIKE bapivbeln-vbeln.
    it_hdr-doc_type  = 'ZDCI'.
    it_hdr-sales_org  = '1000'.
    it_hdr-distr_chan  = '10'.
    it_hdr-division   = '10'.
    it_hdr-sales_off = '1902'.
    it_hdrx-updateflag = 'I'. "I:Create a new sales document
    it_hdrx-doc_type  = 'X'.
    it_hdrx-sales_org  = 'X'.
    it_hdrx-distr_chan  = 'X'.
    it_hdrx-division   = 'X'.
    it_itm-itm_number =  '10'.
    it_itm-material    = 'INOVA'.
    it_itm-target_qty  =  '1'.
    it_itmx-updateflag = 'I'.
    it_itmx-itm_number =  '10'.
    it_itmx-material    = 'X'.
    it_itmx-target_qty  =  'X'.
    APPEND it_itm.
    APPEND it_itmx.
    it_shitm-itm_number =  '10'.
    it_shitm-req_qty  =  '1'.
    it_shitmx-updateflag = 'I'.
    it_shitmx-itm_number =  '10'.
    it_shitmx-req_qty  =  'X'.
    APPEND it_shitm.
    APPEND it_shitmx.
    it_par-partn_role = 'AG'.
    it_par-partn_numb = '0002001913'.
    APPEND it_par.
    CALL FUNCTION 'BAPI_SALESORDER_CREATEFROMDAT2'
      EXPORTING
        order_header_in               = it_hdr
        order_header_inx              = it_hdrx
    IMPORTING
       salesdocument                  =  wrk_num
      TABLES
        return                        = it_ret
        order_items_in                = it_itm
        order_items_inx               = it_itmx
        order_partners                = it_par
        order_schedules_in            = it_shitm
        order_schedules_inx           = it_shitmx
      ORDER_CONDITIONS_IN           =
      ORDER_CONDITIONS_INX          =
      ORDER_CFGS_REF                =
      ORDER_CFGS_INST               =
      ORDER_CFGS_PART_OF            =
      ORDER_CFGS_VALUE              =
      ORDER_CFGS_BLOB               =
      ORDER_CFGS_VK                 =
      ORDER_CFGS_REFINST            =
      ORDER_CCARD                   =
      ORDER_TEXT                    =
      ORDER_KEYS                    =
      EXTENSIONIN                   =
      PARTNERADDRESSES              =
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
    LOOP AT it_ret.
      WRITE :/ it_ret-message.
      WRITE  wrk_num.
    ENDLOOP.
    Regards,
    Durai.V

  • Why in the new versions are the tabs half the size than in version 30?

    When I upgraded, the tabs were half the size than in version 30.

    Hi jjalarie, your question was about "size" without specifying what dimension. Thank you for clarifying that, but maybe you could have been nicer about it.
    What two versions are you comparing, exactly? The currently available version is 33.1 but the forum software detected your version as Firefox 30.

Maybe you are looking for