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

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.

  • 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

  • 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.

  • 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

  • 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

  • Changing the sequence of roles/groups for Portal users after Login

    Hi
    We are at EP 7.0 SP11.
    We have developed custom role for ESS, MSS, EIC and Reports etc.
    Now when all the 3 roles are assigned to any user, the sequence of the display is generally
    Employee Self Service, Manager Self Service and then EIC.
    We need to change this sequence in Dev QA and production environment for some users preferably (or for all portal users), so that the 1st page which loads in portal after user logs in , is not necessary ESS. 
    The requirement can also be considered as, we need to change the default page which displays after user logs in.
    Does someone have any idea how can we achieve this ?
    Looking forward for your response.
    Thanks
    Neha

    Hi Neha,
    Add custom Welcome page/Home page(eu_role) and Sort Priority property as per  Koti Reddy.
    Hope it helps
    Regards
    Arun

  • 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.

  • How to add 1 more column in standard portal UWL and map the values.

    Hi
    I have one issue/requirement, please help me out on that also.
    In portal UWL, i want to add one more column TICKET ID COLUMN, and ticket id value I  will be putting as work item ID of abap Workflow, so whenever  approver opens his portal UWL, in first column i want to show ticket ID say 00012345, so how to add this ticket ID column in standard portal UWL and how to put/map  value of work item in that column.
    My idea behind this is, when ever say employee wants to know the status about his ticket ID, he can simply ask his manager regarding the ticket status by referring to that ticket ID which manager can easily find in his portal UWL in that extra TICKET ID COLUMN .
    Do I have to change anything in SAP inbox also ? Do i have to add 1 more colum in sap R/3 inbox also ? and will adding 1 more colum in sap inbox (R/3 inbox), will create automatically one more ticket ID colum in portal UWL also ?
    please let me know , as i do not want to add 1 extra column in R/3 inbox, just i want in portal UWL extra ticket ID column should come and i want to put workitem ID generated at the start of workflow, in that colum in portal UWL
    please help me on this.
    Thanks...
    Edited by: User Satyam on May 29, 2011 6:16 AM

    Hi Satyam,
    These are called custom attributes.  Here is a powerpoint that may be able to assist you with the documentation that the other poster gave you too.
    Always remember too when you make a change on the backend R/3 side, you must reregister your UWL connector.  And yes, the column must be available on the backend R/3 side.  We can't create on the fly columns in the UWL, that have no reference to the backend system in this case.
    Beth Maben
    EP - Senior Support Consultant II
    AGS Primary Support
    Global Support Centre Ireland
    Please see the UWL Wiki @
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/bpx/uwl+faq  ***

  • SAP Query column sequence for Totalling fields

    Hi all
    We have a custom query in 4.6C in which the output displays only the total of Totaling fields maintained in the sequence Amount > Withholding Tax > Net Amount  (all currency related fields).
    However after upgrade to ECC 6.0, we notice that we are no longer able to sequence the output list to Amount > Withholding Tax > Net Amount
    Though we maintain the Totaling fields in the sequence Amount > Withholding Tax > Net Amount , the list is generated in the sequence Amount > Net Amount > Withholding Tax  and the sequence is changed accordingly in the Basic List after a test display of the Output.
    Is anyone aware if the sequencing control is removed in ECC based for the Totaling Fields?
    Kindly help share.
    Thanks in Advance
    Vinodh S

    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.

  • 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

  • Notification columns sequence issue

    Hello Gurus - I have a requirement to change the sequence of columns inside the quality notifications. Under items tab & items tasks tab, i am able to drag the columns & change the sequence but not sure how to save the format. I dont see any icon to save the variant. Any help is appreciated.
    Thanks,

    In your window, you should see a small icon in the top right.  It is blue, yellow and white and looks like a columnar report.
    First, adjust your items into the order you want.  Then click on the icon.
    Then click on administrator.  You should get another pop-up.  It will have a "I" (information) button on.  That will display in more detail how to save and activate the system wide variant.
    FF

  • BlockAxis.addExpr, BlockAxis.insertExpr, and column sequence

    Hi, the columns I create using the SDK are appearing in reports in an apparently random sequence.  It appears that just calling BlockAxis.addExpr does not cause columns to appear in the correct sequence.
    In addition, I've tried calling BlockAxis.addExpr(expresssion) once for my final column, then calling BlockAxis.insertExpr(expresssion, 0) repeatedly for subsequent columns (in reverse order from N-1 to 0). This changes the sequence, but the result still looks random to me.
    I recall a similar issue with object insert orders in the Universe Designer SDK.
    How do I control the column sequence when I build reports?
    Thanks, Eric

    Hello Eric,
    I don't see the behavior you do, and am wondering what axis setting you're using for your block.
    Here's a code snippet:
    cell = reportContainer.getReportBody().createFreeCell(" Free Cell ");
    cell.setX(20.0);
    cell.setY(10.0);
    cell.getFont().setName("Arial");
    cell.getFont().setSize(16);
    cell.getFont().setStyle(StyleType.BOLD);
    reportBlock = reportContainer.getReportBody().createBlock();
    reportBlock.setAttachTo(cell, VAnchorType.BOTTOM, HAnchorType.NONE);
    dictionary = doc.getDictionary();
    blockAxis = reportBlock.getAxis(TableAxis.HORIZONTAL);
    blockAxis.addExpr(dictionary.getChildByName("City"));
    blockAxis.addExpr(dictionary.getChildByName("Store name"));
    blockAxis.addExpr(dictionary.getChildByName("State"));
    documentInstance.applyFormat();
    and it appears to add cells to the Table Block in order in which the expressions were added.
    Sincerely,
    Ted Ueda

Maybe you are looking for