Change column sequence in MIRO layout.

Hello All,
                     Can we change column sequence  in existing layout of miro.Please tell me.I am using OLMRLIST ,but can't make a change.
Regards & Thanks
Raj Jin

HAi,
Use 7_6310 as screen varient and change the layout and save.
Regards,
BSK

Similar Messages

  • Change column sequence for screen variant FB50

    Hi Experts,
    I am able to hide unwanted fields in screen variant for items for tcode fb50 by creating screen variant and i also selected adopt column sequence check box.when  i go tcode shd0 and clicked screen variant that i already created and click with processing button i can get FB50 tcode screen there i can change column sequence by drag and drop .is it correct way to change the column sequence? but i am unaware how to save the changes i made.
    Please let me know how to proceed to change the column sequence and save it.
    Thanks&Regards,
    narasimha.

    Hi Faheem,
    After changing the column sequence i clicked configuration button and click save button and again clicked Configuration and selected Administrative button there i can see the column sequence change and clicked activate button .now if i close and reopen the transaction my column sequence is same with out changes that i made .
    you asked me to save the changes where i can do exactly ? Could you please tell in briefway from scratch so that i can trace where i done mistake.
    Thanking you in advance.
    Regards,
    narasimha.

  • Changed column sequence in Portal

    Hi,
    I have the following query:
                                  columns 0FISCPER
                                               Key Figures
                                                 0AMOUNT
    rows
    ZCUSTGR
    0GLACCOUNT
    - standard sorting options
    When I run query in BEx analyzer the sequence of the columns is fine. (001.2009, 002.2009 etc.)
    When I run it in portal (Web Application, Web Analyzer) the column sequence is changed.
    It seems like it is sorted by overall result in rows.
    Do you have any idea why such a thing happens?
    Thanks,
    Marek Krzeminski

    Hi,
    the sequence in the portal should be the same than in the bex analyzer. Can you give us some more details? Maybe you can try this with a very simple query - sometimes it makes it is easier to understand where the error is coming from. Maybe it also helps if you provide us with an example?
    Best regards,
    Janine

  • Changing Column Sequence

    Hi,
    How to change the column sequence with out recreating a table?
    Exapmle :
    SQL> desc emp
    Name Null? Type
    EMPNO NOT NULL NUMBER(4)
    ENAME VARCHAR2(10)
    JOB VARCHAR2(9)
    MGR NUMBER(4)
    HIREDATE DATE
    SAL NUMBER(7,2)
    COMM NUMBER(7,2)
    DEPTNO NUMBER(2)
    SQL>
    Expected:
    SQL> desc emp
    Name Null? Type
    EMPNO NOT NULL NUMBER(4)
    DEPTNO NUMBER(2)
    ENAME VARCHAR2(10)
    JOB VARCHAR2(9)
    MGR NUMBER(4)
    HIREDATE DATE
    SAL NUMBER(7,2)
    COMM NUMBER(7,2)
    SQL>
    Regards

    I would not even dream of doing such thing on a production database :(How about DBMS_REDEFINITION? It allows us to do redefinition stuff online.
    A little example:
    SQL> create table emp
      2    (empno number primary key,
      3     empname varchar2(30),
      4     deptno number,
      5     address varchar2(50));
    Table created.
    SQL> insert into emp
      2  select rownum,
      3         'EMPLOYEE ' || rownum,
      4         mod(rownum, 10) + 1,
      5         'ADDRESS ' || rownum
      6    from dual
      7  connect by level <= 100;
    100 rows created.
    SQL> commit;
    Commit complete.
    SQL> desc emp
    Name                                                  Null?    Type
    EMPNO                                                 NOT NULL NUMBER
    EMPNAME                                                        VARCHAR2(30)
    DEPTNO                                                         NUMBER
    ADDRESS                                                        VARCHAR2(50)
    SQL> exec dbms_redefinition.can_redef_table(user ,'EMP', dbms_redefinition.cons_use_pk)
    PL/SQL procedure successfully completed.
    SQL> create table emp_new
      2    (empno number primary key,
      3     deptno number,
      4     empname varchar2(30),
      5     address varchar2(50));
    Table created.
    SQL> exec dbms_redefinition.start_redef_table(user, 'EMP', 'EMP_NEW', options_flag => dbms_redefinition.cons_use_pk)
    PL/SQL procedure successfully completed.
    SQL> exec dbms_redefinition.finish_redef_table(user, 'EMP', 'EMP_NEW')
    PL/SQL procedure successfully completed.
    SQL> desc emp
    Name                                                  Null?    Type
    EMPNO                                                 NOT NULL NUMBER
    DEPTNO                                                         NUMBER
    EMPNAME                                                        VARCHAR2(30)
    ADDRESS                                                        VARCHAR2(50)
    SQL> set linesize 1000
    SQL>
    SQL> select * from emp where rownum <= 5;
         EMPNO     DEPTNO EMPNAME                        ADDRESS
             1          2 EMPLOYEE 1                     ADDRESS 1
             2          3 EMPLOYEE 2                     ADDRESS 2
             3          4 EMPLOYEE 3                     ADDRESS 3
             4          5 EMPLOYEE 4                     ADDRESS 4
             5          6 EMPLOYEE 5                     ADDRESS 5
    SQL> drop table emp_new;
    Table dropped.Regards.

  • MIRO: Change the sequence of columns permanent

    Hi!
    It's easy to change the column sequence in miro with the mouse but ...
    Is it possible to modify the sequence of columns in a screen variant (MIRO) permanently?
    We're working with 4.6c.
    Thanks in advance!
    Best regards,
    Ingo

    Hi Dominic!
    Thanks ... I know OLMRLIST already.
    I don't find there something to change the sequence permantly.
    There's the option "Take over column sequence" and it's marked.
    ...I want to unmark the option but i can't change it (i can't enter it... it's grey).
    Any ideas?
    Best regards,
    Ingo

  • MIRO Layout Change

    Hi,
    I need to change the sequence of columns in th existing MIRO Layout to a user defined request.How do i need to go about this, do i need to create a new screen variant or use the existing screen variant. IF SO HOW IS THIS DONE
    I do not need to hide column, just shuffle the columns in the user defined format.
    Would appreciate a procedure on how this could be done.
    Thanks & Regards
    Shabeen Buhary

    Dear Shabeen Buhary ,
    Please kindly make your own variant. Further details, you may review documentation in
    Transaction SPRO:
    MM-LIV-Incoming Invoice
    => Maintain Item List Variants
    Best Regards,
    ian Wong Loke Foong

  • MIRO Layout with the Intended sequence

    Hi All
    I am introducting my self as Rravindrareddy.P. FICO Consultant. I need your help to meet my client requirement.
    Thanks in Advance  .
    I have created New  MIRO layout in T Code SHD0 with the required fields  and deleted the  unwanted fields.( Made Invisisble)
    But the client  requirement is such way that  these filelds in the lay out should be in a specific order .  i can make out this temporarily dragging the fileds from one position to other postion .
    But the client requirement is that , Lay out created should have the fields in the sequence and this should be  available permanently and should not disapper once we came back from the screen .
    MY QUERY IS :
    HOW TO MAKE THIS LAY OUT AS PERMANENT WITH   SPECIFIC SESEQUENCE OF THE FIELDS ( COLUMNS  SHOULD BE SEQUENCE PERMANENTLY)
    Regards
    Ravindrareddy.p.
    09945328160.

    Dear Shabeen Buhary ,
    Please kindly make your own variant. Further details, you may review documentation in
    Transaction SPRO:
    MM-LIV-Incoming Invoice
    => Maintain Item List Variants
    Best Regards,
    ian Wong Loke Foong

  • Change the sequence of planned delivery costs in MIRO

    Dear Experts,
    In import an import PO the various CVD & ACD conditions are maintained in the PO .
    To enter the bill of entry , MIRO is used where the invoice is booked for planned delivery costs for the PO .
    In MIRO , this planned delivery costs appear by default in certain sequence. I want to change this sequence .
    eg by default the system shows :
    Sec Ed cess on CVD
    ACD
    BCD
    Ed cess on BCD
    CVD
    Ed cess on CVD
    Sec Ed Cess on BCD
    I want to change the seq of appearance in MIRO.
    How is it possible
    Pls guide
    Regards
    Anis

    Dear Anis bazmi
    You will get the conditions as you desire one below another  in PO or MIRO if you have defined them exctly the same way in your calculation schema steps, other wise there is no way in getting the way you want and it can not be changed either in PO stage or in MIRO also.
    Just check, when you are processing MIRO, please select Planned delivery Costs form the menu below instead of the combination of  both.
    Regards

  • CATS- change the sequence of columns

    Hi,
    Can we change the sequence of the columns in the time sheet the way it appears?
    Lets say.. currently, PERNR - Name - sender cost center - activity type - rec order - activity - designation.. is the sequence.
    Can we make it to
    PERNR - name - designation - sender cost center - rec order - activity type - activity
    By dragging from one column to another column in  Tcode:CAT2, it was change, but its not saved.
    Please let me know.
    Regards
    Vijay

    Hi,
    I got the solution
    Regards
    Vijay

  • Can I change the Column Name without losing data and change the sequence

    Dear Experts,
    I want to change the column name without changing the sequence and dont want lose the data.

    Oracle Version : ?
    Example Based on 10g.
    SQL> conn scott/tiger
    Connected.
    SQL> create table col1 as select * from all_objects where rownum <= 100;
    Table created.
    SQL> alter table col1  add constraints col1_pk_objid primary key(object_id);
    Table altered.
    SQL> desc col1
    Name                                      Null?    Type
    OWNER                                              VARCHAR2(30)
    OBJECT_NAME                                        VARCHAR2(30)
    SUBOBJECT_NAME                                     VARCHAR2(30)
    OBJECT_ID                                 NOT NULL NUMBER
    DATA_OBJECT_ID                                     NUMBER
    OBJECT_TYPE                                        VARCHAR2(19)
    CREATED                                            DATE
    LAST_DDL_TIME                                      DATE
    TIMESTAMP                                          VARCHAR2(19)
    STATUS                                             VARCHAR2(7)
    TEMPORARY                                          VARCHAR2(1)
    GENERATED                                          VARCHAR2(1)
    SECONDARY                                          VARCHAR2(1)
    SQL> alter table col1 rename column object_id to object_no;
    Table altered.
    SQL> desc col1;
    Name                                      Null?    Type
    OWNER                                              VARCHAR2(30)
    OBJECT_NAME                                        VARCHAR2(30)
    SUBOBJECT_NAME                                     VARCHAR2(30)
    OBJECT_NO                                 NOT NULL NUMBER
    DATA_OBJECT_ID                                     NUMBER
    OBJECT_TYPE                                        VARCHAR2(19)
    CREATED                                            DATE
    LAST_DDL_TIME                                      DATE
    TIMESTAMP                                          VARCHAR2(19)
    STATUS                                             VARCHAR2(7)
    TEMPORARY                                          VARCHAR2(1)
    GENERATED                                          VARCHAR2(1)
    SECONDARY                                          VARCHAR2(1)
    SQL> column column_name format a30
      1  select column_name,constraint_name
      2  from user_cons_columns
      3  where table_name = 'COL1'
      4* and owner = 'SCOTT'
    COLUMN_NAME                    CONSTRAINT_NAME
    OBJECT_NO                      COL1_PK_OBJID
    SQL>
    also go through
    http://www.dizwell.com/prod/node/65
    Message was edited by:
    user52

  • Change of columns sequence

    Is there a possibility to add a new column to a table NOT at the end of the table?
    The only way I can think of is to update the COLUMN_ID in the data dictionary table USER_TAB_COLUMNS, which is probably not a very good idea.
    Thanks
    Bernhard Slominski

    Add the column (at the end of the column list).
    Rename the table (e.g. RENAME EMP TO EMP#;).
    Create a view (with the old name of the table) on the renamed table, with a column sequence as you like (e.g. CREATE VIEW EMP AS SELECT col1,colnew,col2 FROM EMP#;).
    Work with the view instead of the table.
    By the way, your software should never rely on the column sequence.

  • Table column sequence

    Hello WD-Experts,
    I have bind a table into WD dynpro using table UI-Element. The data will shown perfectly.
    My issue: I like to change the sequence of the different columns.
    Example:
    col1 col2 col3
    col3 col1 col2
    Changing the columns by track and drop is just visible in the ROOTUIELEMENTCONTAINER, but not in the layout itself.
    Has anybody an idea how i can change the column sequence?
    Thank you very much in advance.
    regards
    Axel

    Hi Axel,
    We can change the sequence of table column. For this Chose the Edit Mode for your view. Navigate to your Table UI element. Click on it so it shows you all the Columns. Now select a column u wish to move and just right click on that . u will see a option called up and down . With this u ws will move ur column in upper and downward direction. So by this u can change the sequence of any column in ur table.
    Regards
    Manoj kumar

  • WDA Table: Getting column sequence as it really is for the user

    Hi Folks!
    I need the current sequence of table columns as it really is for the user. He may have personalized his table: he may have removed some columns and may have changed the sequence of some columns. And this is what I need to know.
    But unfortunately so far I could only get the column sequence as it is defined in the View Layout using this coding:
      DATA lo_table TYPE REF TO cl_wd_table.
      DATA lo_table_columns TYPE cl_wd_table_column=>tt_table_column.
      DATA lo_table_column TYPE REF TO cl_wd_table_column.
      DATA lt_abstr_table_columns TYPE STANDARD TABLE OF REF TO cl_wd_abstr_table_column.
      DATA ls_abstr_table_column TYPE REF TO cl_wd_abstr_table_column.
      lo_table ?= wd_this->mv_view->get_element( 'RLTAB' ).
      lt_abstr_table_columns = lo_table->get_grouped_columns( ).
      LOOP AT lt_abstr_table_columns INTO ls_abstr_table_column.
        lo_table_column ?= ls_abstr_table_column.
      ENDLOOP.
    Thus: How to get the table column information as they are currently outside in the reald user world (only visible columns in the displayed sequence).
    Background: I need this information, because I want to export the table to excel and/or print it in exactly the state the user currently sees it (in personalized state).
    Thanx and points for any useful hints - ideally coding snippets!
    Regards,
    Volker

    Hi both!
    1) I have searched the framework like a mad man an dI think I will dream of all these IF_WD... and CL_WD... most having the useful information in protected or even private areas. A fact I cannot really understand.
    2) Although some kind of "criminal" I trewd to go the way in the second answer by creating child classes for cl_wd_abstr_table_column and cl_wd_table_column both containing the protected attribute PERSINDEX I need.
    I added a public class get_pers_index to the child classes. So far so good.
    But when I try to type-cast SAP standard instance to my instance vairables I get type-cast errors in both cases.
    Any ideas?
    Here's the relevant coding snippet:
    DATA lo_table TYPE REF TO cl_wd_table.
      DATA lo_table_columns TYPE cl_wd_table_column=>tt_table_column.
      DATA lo_table_column TYPE REF TO cl_wd_table_column.
      DATA lo_table_column2 TYPE REF TO /rand/cl_wd_table_column.
      DATA lt_abstr_table_columns TYPE STANDARD TABLE OF REF TO cl_wd_abstr_table_column.
      DATA ls_abstr_table_column TYPE REF TO cl_wd_abstr_table_column.
      data lo_abstr_table_column type ref to /rand/cl_wd_abstr_table_column.
      data lv_pers_index type i.
      lo_table ?= wd_this->mv_view->get_element( 'RLTAB' ).
      lt_abstr_table_columns = lo_table->get_grouped_columns( ).
      LOOP AT lt_abstr_table_columns INTO ls_abstr_table_column.
        lo_table_column ?= ls_abstr_table_column.                 "this casting is successful
        lo_table_column2 ?= lo_table_column.                      "this casting throws type-cast exception
        lv_pers_index = lo_table_column2->get_pers_index( ).
        lo_abstr_table_column ?= ls_abstr_table_column.           "this casting throws type-cast exception, too
        lv_pers_index = lo_abstr_table_column->get_pers_index( ).
      ENDLOOP.
    Any help very welcome.
    Thanx and Regards,
    Volker

  • How to change the lengths of the layout

    Hi ,
    I am executing one report, output is coming fine but next if i go to print preview for PO number only 9 digits are appearing one digit is missing, actually column is trucated, there in print preview there is one tab called Change Layout, there if i see length of the PO no is 9, so its showing only 9 digits, actually length of the PO no should be 10.in change layout the length is editable i can change from 9 to 10, after that there is a button called copy, then it will show correctly, it works only one time, so each and every time user has to change the length, so can any one suggest how to change that length in the layout permanently, bcos there is no save button there.
    Can any one tell me from where all these lengths are coming which are appearing in change layout.Surely its not coming from the report.

    Hi friend,
    That depends upon the space provided by the ALV column for that variable or the heading size its not based on the data element size.
    If you want to be more clear lust count the space available for each field available at the print preview.
    The details for that are stored in table T180S just see the documentation available for that table.
    And see when the table is getting filled like that so that you will be able to find a solution where and how it is getting populated.
    Use column width optimization for getting the correct output.
    If you have any queries in this please revert back to me i will help you.
    Thanks,
    Sri Hari
    Edited by: srihari.kumar on Jan 5, 2012 4:01 PM

  • MIRO Layout

    Hi Experts,
    We want to make payment terms filed (as display mode) in MIRO layout, what should we do, I believe threre is no standard report in sap like PO, material master layout changes thru spro. somebody told me t-code olmrlist, if this is the desired t-code, how to use it.
    Please help me.
    Regards
    GR

    create new screen variant , for program click f4, one screen complets it automatically goto next screen and select the check boxs of your requirement.

Maybe you are looking for