Move Field  (MARA-KOSCH) to MVKE

Hello All ,
Need your help in this issue ,
Product allocation determination procedure ( MARA-KOSCH ) is available in Material Master data 1 screen , we want to move it to MVKE table and Sales Data 1 view .
Can anybody let me know how to do it
Regards
Saurabh

MM17 is for Mass Maintenance of Material List. So, I dont Think we can add Fields like MKVE-KOSCH.
Its not Possible.
Regards,
Ashok

Similar Messages

  • Show field mara-MFRPN in the MP02 without double click

    Hi all,
    Anyone know how to show field mara-MFRPN in MP02?
    I know that once we enter the internal material, it will show a list of MPNs, but in order to view the vendor manufacturer part number, we need to double click on each of it. How can we view mara-mfrpn in the same screen, means on the 1st screen instead of double click?
    Thanks!

    Hi,
    Check ur pf-status. in that did u give PICK to the functionkey F2 which will enable the db click facility.
    apart from setting the PF-status with PICK (F2) also set the property "respond to double click" for the tablecontrol column in screen painter.
    and u can get the values of the clicked field by GET CURSOR command.
    Also you can refer:-
    double click from table control?
    Doubleclick in Table control
    Hope this helps you.
    Regards,
    Tarun

  • How to move field symbol internal table to internal table with header line?

    Dear all,
    hi...hereby i would like to ask how i can move field symbol internal table to a internal table?
    as i know field symbol internal table is without header line..
    so, may i know how to do this....to move field symbol internal table to internal table which consist of header line and field and record will same as field symbol internal table...in additional, my field symbol internal table is dynamic table mean everytime will have flexible columns..?
    Please advise...
    Thanks
    Regard,
    ToToRo.
    Edited by: @ToToRo@ on Aug 20, 2009 6:16 AM

    Hello,
    Try this way:
    If both the type of internal tables are same then you can directly assign dynamic internal table to static internal table.
    itab = <itab>.
    Suppose you have field symbol internal table <itab> which is different in structure from ITAB.
    Now, you can create <wa> as follow:
    FIELD-SYMBOLS <wa>.
    DATA wa TYPE REF TO DATA.
    CREATE DATA wa TYPE LINE OF <itab>.
    ASSIGN wa->* to <wa>.
    This way your work area is read.
    Using [ASSIGN COMPONENT|http://help.sap.com/saphelp_nw04/helpdata/EN/fc/eb3923358411d1829f0000e829fbfe/content.htm] syntax you can read required component of <wa>.
    Finally you can use that value to load static internal table.
    You can also refer to my thread on [Dynamic table|Re: Creating Dynamic table].
    Hope this helps!
    Thanks,
    Augustin.
    Edited by: Augustarian on Aug 20, 2009 10:06 AM

  • QA32 or QA11 - reason for movement field enable to QA32 ,inspection screen

    Hi friends,
    while doing goods receipt MIGO 101 quality stock. material document posted.
    i added field(Reason for movement ) for 101 mov type.
    When i want try at QA32 for quality to blocked stock i need to enter reason for blocked stock like pending or waiting for approval.
    here system not appeare reason for movement field in QA32 screen.
    how to enable reason for movement at QA32 inspection stock screen.
    Edited by: sivasankar cherukuri on Jul 7, 2010 11:53 AM

    Issue closed. my self

  • Move Field symbol data to Internal table

    Dear All,
                     Please suggest how to move field symbol data to internal table. The requirement is I have dynamic data in Field symbol which to move to table parameter of a function module.
    Thanks in Advance
    Rams.

    Dear All,
                    In need to pass tabular data  i.e. multiple entries from field symbol to the table parameter of the custom function module.
    Field symbol is declared as below:
    FIELD-SYMBOLS: <FS_EXCEL_TAB> TYPE STANDARD TABLE,
                                 <FS_TABLE_HEADER> .
    DATA WA_PD LIKE PRICE_DOWNLOAD.
    APPEND <FS_TABLE_HEADER> TO <FS_EXCEL_TAB>.
    CLEAR <FS_TABLE_HEADER>.
      WA_PD-VKORG = <FS_EXCEL_TAB>-VKORG.u201D Problem while using this statement
      APPEND WA_PD TO PRICE_DOWNLOAD.
       CLEAR WA_PD.
    Field symbol <FS_EXCEL_TAB>  is populated like this.
    VKORG | KUNNR_SH | KUNNR_SP |
    0015      | 102105       | 102105       |
    Now I need to move this data to table in tables parameter of custom fucntion module.
    Thanks in advance,
    Rams

  • Want know a table name in which material movement field exits

    hi,
    if any know the table name which contains "material movement" field and  ("vendor number" or any vendor related field)

    Material movements are in tables MSEG and MKPF.
    Regards,
    Rich Heilman

  • Change pointer in IDOC message-type ARTMAS, for field MARA-LVORM

    Hi,
    When changing the description of a material in MM02 I am able to sent an idoc using BD21. As this relevant for a change pointer. But when field MARA-LVORM (deletion flag at client level) is chosen, I can not sent an idoc with bd21. How can I make this happen?
    thanks.

    Hi,
    Sorry I interpreted your question in wrong way. Solution I gave was for following requirement.
    Every time a material is created or changed a change pointer is created, which serves as a signal for generating IDocs to dependent systems. However, change of material type creates a change pointer that doesn't trigger an IDoc.The purpose is to create the change pointers and send the idocs. Eg. Material type field. As per your reply above I guess change pointer created for LVORM is enough to send the idocs.
    KR Jaideep,

  • Move fields from one table to another

    Hi,
    I would like to move fields from one internal table into corresponding fields of another internal table.
    move-corresponding syntax seems only to work with structures. How do you accomplish this for internal tables? Do I have to use for loops?
    regards
    Baran

    Yes you have to use loops and move-correspoding statements unless you have all the common fields in the same order on both internal table and no different fields to the left most.
    eg:
    data: begin of itab1 occurs 0,
             field1 type i,
          end of itab1.
    data: begin of itab2 occurs 0,
             field1 type i,
             field2(1),
          end of itab2.
    do 5 times.
    itab1-field1 = sy-index.
    append itab1.
    enddo.
    itab2[] = itab1[].
    loop at itab2.
    write:/ itab2-field1.
    endloop.
    The above code would give you some idea.
    Regards,
    ravi

  • Copying Fields from one PDF to an Updated PDF - can't move fields on destination pdf

    I'm using Word as the authoring software for a PDF.  In version 9, I never had problem copying fields from one to another.  But in Version 11 I copy them to the new revised form and the fields won't move.  I can't move them with the mouse or the keyboard arrows.  I do see a bunch activity in the right pane called fields (tab order) but the fields don't move.
    Any help understanding why and how to solve is greatly appreciated.
    Thanks in advance for your time and experience.

    Highlight all the fields with CTRL +A, click on properties, and uncheck "Locked"  in the bottom left.

  • Making field mara-maktl not mandatory in mm02/mm01

    hello sdn people,
    hopefully the economy is not in peril where you are...
    as my subject line states, i have checked the transactions OMSR / OMS9 and it shows that the field should be display, but it is still required. i would like to turn this off so that this field is not required.
    any thoughts? any ideas?
    thanks in advance.

    Hi Erik,
    In the Standard System it will not be possible to save the material if the material group is not ready for input or if it has no value (if it is initial).                                               
    You must correct your field selection Customizing for the material group (MARA-MATKL) in Customizing Transaction OMSR accordingly, so that you can maintain the material group in the material master.                    
    Basically, If the purchasing view is filled (ie. the material is eligible for purchasing), the material group (MARA-MATKL) become mandatory.    
    Thus, the customizing has no effect in this case. If you only fill the Basic view and NOT the Purchasing view, the customizing will have thedesired effect in your System.                                             
    The reason for this is that the purchasing programs require this field and MUST be filled in the material master (It is 'hardcoded'  this way).                                                                               
    The only way to avoid the error would be to do a modification into the source code !!!
    Greetings from Italy,
    Mauro

  • Adding new fields mara

    hi friends,
    adding new fields to mara by using append structure .
    how will insert data to that fields.
    thanks.

    hi,
    if u just want to add data to table use sql statements like insert,
    modify and update,but if
    u want for the screen to pick it up u hav to add a screen for that tcode using badi or exit.
    reward if helpful.

  • Move Field from Stacked Canvas to Tab Canvas

    Forms R2 10.1.2.0.2. Adding tab canvas to an existing form and want to retrofit a tab canvas into the form. When I move an existing field via the property sheet by changing Canvas and Tab page to Page, the field does not show. I can create a new field on the tab canvas with no problem. Is there a trick here that I am missing?

    I figured it out. You have to reset the X & Y position with an offset of the 0,0 position. The Tab Canvas has it own Grid separate from the Main Canvas, which starts at 0,0. I should have seen it before creating this post.

  • Where can i find this fields MARA-BRAND_ID, MARA-BSTAT, MARA-FASHGRD, etc ?

    Where can i find this field in material master
    MARA-BRAND_ID
    MARA-BSTAT,
    MARA-FASHGRD
    MARA-FREE_CHAR and MBEW-HKMAT
    Ex: MARA-BRAND_ID can view in Grade Sub screen in Basic Data 1 view
    LIke wise kindly tell me where can i find this field.. Also tell me how to add this field to thier respective view.
    I made all above fields as  required entry  in oms9.. still its is not available.. I hope it is not available in my current screen in material master.. Help me to bring

    Dear SAP Girl,
    Your feilds is appear in Field Selection group for 200 in OMS9 T-Code
    This type of fields some times will not appear because  you have to activate to related topic.
    Go to OMS9 and study F1 help, you can get one idea,
    Hope this may helps you
    Prem.

  • Inner Join between MARA, MARC and MVKE

    hi experts,
    please give me a sample code to join these 3 tables.
    thanks.
    sasi.

    hi,
         instead of inner joins go for all entries,
      select matnr ersa ernam from mara into table it_mara
      where matnr in s_matnr.
      if it_mara[] is not initial.
       select matnr werks pstat from marc into table it_marc
      for all entries in it_mara where matnr = it_mara-matnr.
    endif.
    if it_marc[] is not initial.
      select matnr vkorg vtweg from mvke into table it_mvke
    for all entries in it_marc where matnr = it_marc-matnr.
    endif.
    if helpful get some points.
    regards

  • Move fields from Custom Tab to Standard Tab.

    Hi all,
       I have created one field through EEWB.The NewField is Displaying In the new tab 'CUSTOM TAB' Now i want to move this field to standard tab. I am using CIC0 tcode ( Service Contract ) pls. help me ....for moveing fields from one custom tab to standard tab.
    Thanks Inadvance,
    Siva Kumar.B

    Hi Siva,
      I think you need standard modification to do it.
    Regards.
    Manuel

Maybe you are looking for

  • Is it possible to use an external hard drive for time machine backup and also as a regular hard drive?

    Is it possible to use an external hard drive for time machine backup and also as a regular hard drive?

  • Display Adaptor Help!!

    Hello, I have a 20" DELL Monitor sitting in my garage and I wanted to make use of it, so I want to buy an adaptor. I have an Intel Core 2 Duo iMac (White) and I wanted to connect it to the DELL Monitor which is VGA. Will this adaptor work?? http://st

  • Error: Unable to communicate with the Reports Server

    The configuration I am working with is: * Oracle 8.1.6 DB on a Unix machine * Oracle Reports 6i on an NT machine * Microsoft IIS web server I have successfully tested my reports during the development phase of my project. Unfortunately, now that it i

  • HTML Editor kit Line Space Problem

    I am using the HTMLeditor Kit i want to achieve line spacing in it. i have tried two ways one by specifying the line-height attribute directly into p tag and or secondly by using the StyleConstants attribute StyleConstants attribute StyleConstants.se

  • OEL 5.7 UEK will NOT boot on OVM 3.0.3

    I just installed Oracle VM 3.0.3, and everything seems fine. I created my first VM, using an OEL 5.7 to create an HVM. The installation seemed okay, but the UEK kernel will NOT boot after the install. The 2.6.18 kernel boots just fine, however. If I