Add extra column in MM01/02/03

Hi
In the material master (MM01/MM02/MM03), Basic Data, Units of Messaure, I would like to insert one more column, with extra data.
Does anybody know if it is possible?! If yes, how do I do??!!
Best regards
Lars

Hi,
Check this thread.
Screen Exit for MM01.
Regards
vijay

Similar Messages

  • Add Extra Columns into Multi-Level Explode BOM (List Report)  - CS12

    Hi Experts,
    I wish to add extra columns into the list report generated from program RCS12001 (calling from t-code: CS12). The current layout will be AS-IS and the only way i wish is to add-in few new columns in the report.

    Hi
    declare select-options instead of parameters
    for converting a report to ALV
    create a field catalog.
    for this two option declare a itab with       
    fcat    TYPE slis_t_fieldcat_alv
    and pass the field name,descr etc to fcat and append the same.
    or create structur same as your itab and pass the same with FM
    'REUSE_ALV_FIELDCATALOG_MERGE'
    use either <b>reuse_alv_grid_display or reuse_alv_list_display</b> .
    and pass the itab.
    thanks
    Shiva

  • Hi I'm a total novice, as you will see. But Iam trying to use template of an employee schedule but when I try to add extra columns it does not add the preset formula with it, so it works out total hours and total pay?   If any one can help please.

    Hi I'm a total novice, as you will see. But Iam trying to use template of an employee schedule but when I try to add extra columns it does not add the preset formula with it, so it works out total hours and total pay?   If any one can help please before I throw it through the window!

    Grum12 wrote:
    Hi I'm a total novice, as you will see. But Iam trying to use template of an employee schedule but when I try to add extra columns it does not add the preset formula with it, so it works out total hours and total pay?   If any one can help please before I throw it through the window!
    Hi Grum,
    If the formulas aren't filling to the new column, you must have changed something in the template since you first opened it. Numbers is rather fussy about filling row content in columns as they are added. Only rows with the same expression in every Body Column will fill when a column is added. Just as an experiment, start a new Employee Schedule document from the Template Chooser and then add a column by clicking the Add Column handle in the upper right corner of the table. If that works, as it should, then think about what might have changed in your working document to disconnect that feature. Maybe we can figure it out together.
    Jerry

  • Af:table. How to add extra column.

    Hi,
    On my page I have a table that is generated from a view object. The attributes from the VO are coming from a entity object.
    table looks fine on my page. But now I need to add a extra column on the table and the value for that is coming from a other table then of the entity object.
    How can I make tis?
    Is it possible to have a entity object for more then 1 table?
    Should I make a VO that is filled with a query instead of a entity object?
    The VO is used on many pages, so can't change to much on that.
    Hope you have some good suggestions.
    thanks in advance.

    Hi:
    You can have VO with more one entity.
    I recomended to add attribute from entities and use which need.

  • Newbie Repository question: How to add extra columns to relationship table?

    I've defined the following item-descriptors:
    <item-descriptor name="award" display-property="id">
    <table name="bc_award" type="primary" id-column-name="award_id>
    </table>
    </item-descriptor>
    <item-descriptor name="product" display-property="displayName" xml-combine="append">
    <table name="bc_product" type="auxiliary" id-column-name="product_id">
    </table>
    Now products and awards have a many-to-many relationship, so I also added the following under the product item-descriptor definition:
    <table name="bc_prd_awards" type="multi" id-column-name="product_id">
    <property name="awards" data-type="set" component-item-type="award" column-name="award-id"/>
    </table>
    So far, so good. However, I actually want some extra information on the relationship table. Namely, the catalog to which the product-award association applies. In other words, I'd like the create table statement to turn out something like this:
    CREATE_TABLE bc_prd_awards (
    product_id varchar2(254) NOT NULL REFERENCES dcs_product(product_id),
    award_id varchar2(254) NOT NULL REFERENCES bc_award(award_id),
    catalog_id varchar2(254) NOT NULL REFERENCES dcs_catalog(catalog_id),
    PRIMARY KEY(product_id, award_id, catalog_id)
    Any ideas as to how I accomplish this?
    Edited by: user6200425 on Jul 1, 2011 1:04 PM

    If you want to add catalog information to the product-award association, do this.
    <item-descriptor name="product"/>
    <table type=multi>
    <property name="productAwardAssociation" component-item-type="productAward" data-type="set" />
    </table>
    </item-descriptor>
    <item-descriptor name="productAward">
    <property name="award" column-name="award" item-type="Award"/>
    <property name="catalog" column-name="catalog" item-type="Catalog"/>
    </item-descriptor>
    <item-descriptor name="Award">
    --- award related properties
    </item-descriptor>
    Hope this helps.
    Thanks
    karthik

  • How to add extra column in query designer

    Hello Guru's,
                         I got the query like this
                                        Actuals
                    cal/month   01/2008   02/2008   03/2008
    cash
    reveunve
    liabilities
    i need the query to be like this
                                                   Actuals
                    cal/ months  01/2008  02/2008 03/2008   Q1   04/2008 05/2008 06 2008  Q2
    cash
    revenue
    libilities
    that Q1 is sum of first three months,
    can you please tell me how to add extracolumn and add those.
    Thanks,
    sneha

    Hi sneha,
    You can do this by using structure .Create the selection for3 month using variable and defining offset for that, creat new formula for Q1 = 123 , then create same selection for next 3 months and same for Q2.
    Regards,
    Sumit.

  • Trying to add new columns to Report painter Report

    Hi Experts,
    I created a report painter report by copying an already existing report. In addition I wanted to add extra columns to this report but after adding a few and coming to the last page of the existing report when i try to add a new column the system gives me an error message
    Insufficient space on current page -> moving not possible
        Message no. KH581
    As this is the last page, I am not able to add extra columns to this report. How can I go to the next page and add columns to this existing report. Your responses are highly appreciated.
    Regards
    ASLV

    Hello,
    This is a constraint in the system.
    The solution maybe is to define narrower columns        
    because there is a hard restriction in ABAP to have at least 255 digits            
    on one page.                                                                               
    The message KH581 is processed because there is not enough space left              
    on the first horizontal page. So if you first add a new horizontal page            
    you can add the new column on the second page. Also if you decrease the            
    column width of the columns to get more space left on the first page you           
    can add the new columns.
    I hope it helps.
    REgards,
    REnan

  • Adding extra column in FSG

    How can we add extra column beyond 20 in FSG report ?Is it possible through standard functionality ?
    Regards
    Jogendra

    >
    Doesn't it depend on the width of each column rather
    than # of columns? (afterall all those columns need
    to fit as per the paper size right?)
    Thanks,
    ChiruHi
    As per GL User Guide the limit is given for 20 columns and when we tried to add one more it poped up with a message stating the limitations.So,is there any other work around available?
    Thanks
    Jogendra

  • Extra column in CS12

    Hi!
    I would like to show a new column from material master in the list generated in transaction CS12.
    I have checked these links but I cannot solve my problem:
    user exit for CS11, CS12, CS13 (BOM ALV browser)
    Add Extra Columns into Multi-Level Explode BOM (List Report)  - CS12
    Regards,
    Imanol Dehesa

    The problem started when I added my cycle count to the data file. I'm getting a cycle count but it seems like it's in the form of x,y. The data looks like this.  ,1,1.2,1.2,1.2,1.2
                                                          ,1,1.2,1.2,1.2,1.2
    This represents the first cycle. The numbers looks good, other than that leading "comma", like there's a phantom value there.
    Attachments:
    snip1.png ‏30 KB

  • Extra columns when numbers doc is saved in excel format?

    When i save the document i create in numbers as a compatible excel file, it adds extra columns to my sheet.  If saved as a numbers file it does not add the columns only when saved to excel.  I've tried everything and they always come back.
    Help...thanks

    Hi N,
    You're looking at one of the differences in the models used by Numbers (multiple small tables) and Excel (one large table containing islands of date).
    A Numbers table has as many columns and rows as it needs.
    An Excel table has more rows and columns than are needed to accommodate its data.
    Regards,
    Barry

  • KSB1  extra column or user exit to add extra fiel on report.

    Hi
    How do I add my own extra column on the report "Display actual cost line items for cost centers' - SAP transaction KSB1.
    Thanks
    Rendani

    Hi,
    Please search for OSS note in market place.
    I have worked on it, but I donot remember the OSS note number.
    Thanks,
    Sriram Ponna.

  • HT1752 I am working on a chart in paged with 7 columns. Problem has occurred with amount of row. I have completed 999 rows and it won't allow me to continue. As I need to do approx 3000+ rows, can anyone explain to me how to add extra rows. Thanks Jane

    I am working on a chart in pages with 7 columns.
    Problem has occurred with amount of rows. I have completed 999 rows and it won't allow me to continue. As I need to do approx 3000+ rows, can anyone explain to me how to add extra rows. Thanks Jane

    Try posting in the Pages forum
    https://discussions.apple.com/community/iwork/pages

  • How to add an extra columns to accounting flex field value sets

    Hi
    I am working on report customization for standard Account Analysis (180 Char) report. Requirement is to show a column "Parent" in Flex field value set .
    Currently its showing columns as Account, description
    i need to add parent column
    i can not modify segment value sets as they are attached to accounting flex fields
    so is there any other way i can achieve thie
    Regards
    Dhananjay

    If it would help your company to be able to change the accounting flexfield and value sets, I might be able to help. there is software to do this on the market. Sometimes when companies need to develop complex reporting, it's a sign that the chart of accounts, the AFF is obsolete, and it makes sense to change it rather than work around it.

  • Is there a way to add a column after a filled DataTable from SQL with the same rows?

    My problem is that not to add rows like filled by SQLDataAdapter at the same row in DataGridView. How to make that? I showed below the details with my code also a screen shot, which shows the rows differences from the origin one.
    I don't want to add an expression as column behave in my sql script to get what I need with query result. I don't want to obtain that way.
    using (SqlConnection c = new SqlConnection(ConnStrMSSQL))
    c.Open();
    // 2
    // Create new DataAdapter
    using (SqlDataAdapter a = new SqlDataAdapter("SELECT SIPNO, SERINO, TARIH FROM SNOHAREKETLER WHERE Cast(TARIH as DATE) BETWEEN '2015/03/20' AND '2015/03/20' AND (TEZNO = 'T23' OR TEZNO = 'T31') AND CIKTI is null", c))
    // 3
    // Use DataAdapter to fill DataTable
    DataTable t = new DataTable();
    a.Fill(t);
    t.Columns.Add("MyColumn", typeof(string));
    DataRow workRow;
    int iGetCount = t.Rows.Count;
    for (int i = 0; i <= iGetCount - 1; i++)
    workRow = t.NewRow();
    workRow["MyColumn"] = i;
    t.Rows.Add(workRow);
    dataGridView1.DataSource = t;

    The extra column isn't applied to only certain rows.  The columns of a table identify what data each row will contain.  Hence adding a column to the table automatically adds them to the rows.  What you're seeing is that all the initial rows
    aren't being assigned a value so they retain their default value of null.  Later you enumerate the rows of the existing table and call AddRow which adds new rows.  This isn't adding columns, but rows.
    To generate values for the existing rows you should ideally simply pass the data back from the database.  DT computed columns can be difficult to set up as it is limited to what it can do.  If you want to use a computed column on the Datatable
    itself then define the column as a computed column and every row will calculate its own value.
    DataTable data = GetData();
    //Add elapsed time column
    var col = new DataColumn("ElapsedTime", typeof(TimeSpan), "expr");
    data.Columns.Add(col);
    dataGridView1.DataSource = data;
    The issue you will run into however is that calculating a diff on DateTime doesn't work in a computed column as the expression doesn't support the necessary functions.  You can google for how people solved this if you are interested in alternatives. 
    Most people just tend to add the column and then hook into the various change events to update the value as needed.

  • Extra column in Crosstab report

    Hi Experts,
    We are designing a cross tab report (using CR 2008) and got stuck at one point. If we want to add an extra column in cross tab, what is the way to insert the same?
    Currently our cross tab is designed using 3 elements: Country, Month and Sales. We would like to add an extra column u201Clast year salesu201D before Month data. This element is present in database.
    Any help / suggestions would be appreciated.
    Regards,
    Chinmay

    Right click Cross tab - -> Cross tab expert
    Drag field into columns and the position with up/down arrows
    Ian

Maybe you are looking for

  • Adding multiple columns in List Validation

    HI, I have a custom list, which has 2 date fields. In the date column, I have added a validation as below for each of the columns: //on column one - Test Log date=[Test Log date]>=TODAY() //on column two - Test Start date=[Test Start date]>=TODAY() a

  • I need some pointers debugging my website

    Hi, I've nearly finished my first website (yippee). However, I uploaded it and found that when I click on some of my links, whether it's some of my images or links to PDF files, they jump out of the way or refuse to open! I would really appreciate so

  • Sound on Nokia Lumia 822

    Hi I have a Lumia 822 and I dropped it once and the screen is spider web. Would dropping it cause one speaker quit working and when I have head phones in only the right haedphone would work. And also would this void warrenty on my phone since I dropp

  • How to use cl_dd_link_element

    Hi friends,   Can any one help me, how to trigger cl_dd_link_element->click event from code to open any purchase order from a link. Thanks and regards Srikanth. S

  • My Samsung Galaxy Nexus closes out in the middle of texting

    Moved for greater exposure