Dump : No other column available

Hi,
I have done some changes in smartform. I cut down columns of table from 9 to 7. When i am executing following dump is coming
No other column available (see long text!).
Message no. SSFCOMPOSER 181
Diagnosis
You tried to switch to the next table column, but no other column exists. The current column is 7. The line type %LTYPE1 contains only 7 columns.
System Response
The system issues an error message.
Procedure
Check whether the current line type is the desired line type and whether you defined a switch to a new table line.
Can you please tell me what i need to do to resolve this?
Thank you.

Hello,
The no: of rows/Text elements must be greater than the no: of Columns, in the table.
Check all text elements output option tab against the table.
Create another row using the defined line type, used for the text element.
for eg: your table linetype has 10 columns and you are trying to print a text element in the 11th column.
Put a break point on where the message is thrown.
Check for the variables syst-msgv1, syst-msgv2, syst-msgv3 & syst-msgv4. One among the variables will show the text element that is causing the issue.
Hope this helps.
Cheers,
Remi

Similar Messages

  • No other column available (see long text!) error

    Hi,
    I designed a Custom smartform wth 2 differenet pages having diferent functionality.
    when I tried to test the form , it's showing the following Exception.
    FORMATTING_ERROR, and the following the Message.
    No other column available (see long text!).
    Could any one plz guide me.
    Thanks
    Natasha SS.

    Hi,
    Check
    - windows/Template on the smartform are aligned properly within the page size.
    - amount or quantity fields are assigned with CUKY/MEINNS
    check the [link|Formatting Error in smartform] for more help

  • Edit Objectives and other columns using PHAP_ADMIN : SAP Appraisals

    Here is a common scenario that we are having problems setting up. We are on SAP 4.7 - ext 1.1. We have annual MBO ratings where the employee's objectives are rated by the manager. The employees create their objectives in the system using T.code PHAP_CATALOG. We have created OSA templates where in the Objectives can be only changed by appraiser and manager can only display. This is configured in the template using column access. (For example in planning stage the column access for objective setting is set to: Column Owner - Appraisee, Planning Owner- Change, Planning Others - Display.)
    However, we would like the HR Administrator to be able to edit the objectives in planning status and subsequently other columns in the appraisal document. However in transaction PHAP_ADMIN the objectives are grayed out and the HR administrator cannot change the objectives of employs are edit anything in the document. This is probably because the column access is set to display for others. The role given is an exact copy of standard SAP delivered role for appraisal administrator. We have included P_Origin authorization object also.
    I understand PHAP_ADMIN should over rule and enable changes by the administrator.
    How do we manage this requirement?
    Thank You

    Hello,
    This is the outcome of my research on this issue. Granting full access to administrator users is not the default behavior in PHAP_ADMIN for 620. It was introduced to 640 and unfortunately cannot be down ported.
    However, We could give full access to the administrator using BAdI 'HRHAP00_COL_ACCESS'  and this had the same effect. The necessary coding for method 'GET_COLUMN_ACCESS' looked like this:
    | * If the transaction is PHAP_ADMIN allow full access
    | IF sy-tcode CP 'PHAP_ADMIN*'.
    | column_owner = 'X'.
    | availability = 'X'.
    | ENDIF.
    I would like to give due credit to Alexander Esslinger from SAP, who helped us solve this problem.
    Thank You
    Magesh

  • I am looking to see if anyone has found out how to do a sum or percentage totalling other columns or rows in Numbers?

    I am looking to see if anyone has figured out, from their iPad in Numbers how to calculate percentages or sums totalling other columns or rows?

    The issue is I bought the G4 from my buddy a few months ago... the machine has been abused to say the least, both inside and out. It is almost falling apart and has a BUNCH of programs loaded on it. I have always used a PC and am still familiarizing myself with Macs, I need to clean out the machine and dump all the excess applications and files that are causing problems.
    I think this is why I am having some trouble. Sometimes it works just fine, but I am only working with a few simultaneous tracks at a time. I am using the virtual instruments at this time but will be running guitars and bass through an external sound card soon. Similar to what you are doing it sounds like.
    Anyway, wanted to give you some more insight. Last night it seemed to work alright, I am not going to rush into buying anything until I absolutely have to but want to get some direction as far as what I should be looking at.
    Any further input is appreciated, thanks.

  • What is the maximum number of columns available in Numbers 3.1?

    What is the maximum number of columns available in Numbers 3.1? (I don't seem to be able to get past Column IU. Is that just how it is?)

    DBacs wrote:
    Aha! Just after posting this, the Support Community website suggested "More Like This", and I discovered the answer: 256 columns.  (I don't suppose I get Genius Points for answering my own question, do I...?)
    No

  • How to take DB dump for "virtual Columns"  enabled env in oracle11g

    Hi,
    Could you please let me know the procedure/steps to take the DB dump for "virtual Columns" enabled environment in oracle11g.
    Not able to take the database dump using 'exp' tool.
    Thanks,
    Satya Aditham

    Wrong forum, this is a Secure Backup specific forum, not an RDBMS/RMAN forum.

  • How to sort a sortingTable based on a particular column available in it?

    Hi,
    I am using the sortingTable as follows:
    <Field name='WorkItemTable'>
    <Display class='SortingTable'>
    <Property name='linkEnable' value='true'/>
    <Property name='sortEnable' value='true'/>
    <Property name='columns'>
    <List>
    <String>PROCESS</String>
    <String>DESCRIPTION</String>
    <String>DATE</String>
    </List>
    </Property>
    </Display>
    I need to sort the table's value with respect to 'Date' column available in the sorting table.
    I have used the following property tag under sortingTable.
    <property name='sortEnable' value='true'/>
    But i need to point this sorting functionality to date column..
    Can someone help me to get the solution... Thanks in advance..
    Regards,
    babu

    Hi,
    I am using IdM 7.1 and I observed that default sorting table used by idm for e.g at server task page, doesn't sort on date basis.
    ~Ketan

  • How to get the other columns of a particular mininum value

    <p>I have a multiple rows per account in a table. I build a object minimum(col1) in the Business Object universe. I need to get the corresponding values of a min(col1) for each account. Problem is when i pull the min(col1) and other column, it always gives every combination of the min(col1) for each account. How do i get only the corresponding values.</p><p>Example</p><p>Acct         Col1     col2     col3 </p><p>1              34       3         4</p><p>1              45        5        6</p><p>2               3         7         8</p><p>output should be</p><p>1           45    5   6</p><p>2         3       7   8</p><p>How i accomplish with data providers or free hand sql combinations</p><p>&#160;</p><p>Thanks</p><p>&#160;</p><p>&#160;</p>

    you can do this very quickly by creating a crosstab with the Acct as the Row, and Col1,2,3 as the Columns, and the Maximum of your field as the summary.

  • Pages:  How can I sort one column of words and not have it affect the other columns?

    How can I sort one column of words and not have it affect the other columns?  I have opened the inspector to the edit columns and rows under Table.  It will sort the column, but then it changes the other colums as well.  I know that if I use Numbers, it will work, but I want to know how to do the same thing in Pages.

    Hi Peter,
    Numbers sorts full rows on values in selected column(s). The technique for sorting a single column is essentially the same as Jerry is describing for Pages tables—separate the (data in the) column to be sorted, sort it, return it to the table.
    In Numbers the actual column may be separated from the original table, sorted, then returned. In Pages, the data must be extracted, sorted, then pasted back in, overwriting the unsorted data (if it was left in the original table).
    iWork tables follow a database model in which each row is a Record, and each column holds a Field within the records.
    As evidenced by the current question (and several similar questions arising in the Numbers community) that model doesn't apply to the way some users, especially some who come in from the MS Excel world, use tables.
    With Excels model—islands of data on a single large table, the ability to sort one or a selected few columns of data makes sense. One 'island' may comprise only cells AA21:AH50. Sorting that small 'table' should be possible without disturbing the rest of rows 21-30, which are probably part of one or more other 'data islands' in the sea that is a MS Excel spreadsheet.
    In Numbers, each of those 'islands' would be a separate Table, and that Table would be sortable without disturbing other Tables in the document.
    Regards,
    Barry

  • Sharepoint 2013, Document Library: Sharepoint is changing data in a single line of text column to ISO8601 after modifying other columns

    Hello there,
    basically, as the title says: We have a Document Library on a Sharepoint 2013. Attached to every document are multiple columns, the type for every column is 'Single line of text'.
    One column is called 'billing date' and has suitable data in it, e.g. 01.01.2015, 26.02.2015, 29.03.2015 an so on.
    Sometimes when someone is editing an other column of the same document the data in 'billing date' changes from 01.01.2015 to 2015-01-01T00:00:00Z for that document, seemingly randomly.
    Is there any way to configure or prevent this?
    Thanks in advance and kind regards,
    Michael

    Hi,
    From your description, my understanding is that SharePoint changes the format of date in single line.
    It is very strange issue. I try to reproduce your issue in my environment, but everything is OK.
    To solve your issue, I need to collect some information, please confirm these points below:
    When will the format of date change? Does it change immediately when you edit the document or after clicking save button?
    Does the issue occur in this document library or each one in your environment?
    Do you have some special configurations for this document library?
    In addition, could you provide a screenshot as below?
    Best Regards,
    Vincent Han
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Are there any other templates available besides those that come with numbers?

    Are there any other templates available besides those that come with Numbers?

    Hi David,
    If you have Numbers '09 there is a Checking Register template that might suit.
    Numbers can open Excel templates and documents. Do a web search for checking register spreadsheet.
    Regards,
    Ian.

  • How can I sum every other column in the same row?

    I have, for each employee, two columns: Planned and Worked.
    I would like to sum the values in each Planned column. There are 25 employees, each with their own Planned and Worked columns, on the same row.
    How can I do a SUM of every other column, starting with Planned?
    Thank you.

    Thank you, Yellowbox!
    The exact formula didn't work; however, it gave me a precise path to follow and come up with this: =SUMIF(E2:BB2,"=Planned",E3:BB3)
    Week
    Ending Date
    Planned Subtotal
    Worked Subtotal
    Employee1
    Employee2
    Employee3
    Planned
    Worked
    Planned
    Worked
    Planned
    Worked
    1
    01/04/2014
    120
    40
    38
    40
    44
    40
    50
    2
    01/11/2014
    If not for your starting point, I'd have wasted many more hours on this.
    Thanks again!
    BB

  • Render a column based on other column value in the same table

    JDev 11.1.1.6.0
    This may be a silly question but I am stuck
    I need to conditionally render a column say A. Condition is like if the value in the other column B of same table is equal to F. I should render column A only when this condition is satisfied. I have tried the following code:
    <af:column sortProperty="PhoneNumber1"
    sortable="false"
    headerText="#{bindings.A.hints.PhoneNumber1.label}"
    id="c146"
    rendered="#{row.PhoneNumber1ResponseFlag eq 'F'}">
    <af:outputText value="#{row.PhoneNumber1}"
    id="ot130"/>
    </af:column>
    <af:column sortProperty="PhoneNumber1ResponseFlag"
    sortable="false"
    headerText="#{bindings.B.hints.PhoneNumber1ResponseFlag.label}"
    id="c80" rendered="true">
    <af:outputText value="#{row.PhoneNumber1ResponseFlag}"
    id="ot129"/>
    </af:column>
    The data shown in the table for column  PhoneNumber1ResponseFlag is F. Still my condition is not working.

    Timo was saying that it is not possible to render the column in some situations and not in anothers, you will always have to render the column.
    The best way to do this is instead of showing a column with the text ' ', show something meaningfull to the user. This is a DataWarehouse advice to you and may be usefull since you're using ADF in a area that uses DataWarehouse..
    So the code could be something like this (based on Timo's code):
    <af:column sortProperty="PhoneNumber1"
    sortable="false"
    headerText="#{bindings.A.hints.PhoneNumber1.label}"
    id="c146">
    <af:outputText value="#{row.PhoneNumber1ResponseFlag eq 'False.' ? row.PhoneNumber1 : 'No value applied.'"
        id="ot130"/>
    </af:column>
    <af:column sortProperty="PhoneNumber1ResponseFlag"
    sortable="false"
    headerText="#{bindings.B.hints.PhoneNumber1ResponseFlag.label}"
    id="c80">
    <af:outputText value="#{row.PhoneNumber1ResponseFlag}"
        id="ot129"/>
    </af:column>
    Hope that helps,
    Frederico.

  • How can i select other column values('-' separated) in group by function

    CREATE TABLE EMP (
         EMPNO NUMBER(4) NOT NULL,
         ENAME VARCHAR2(10),
         JOB VARCHAR2(9),
         SAL NUMBER(7)
    INSERT INTO EMP(EMPNO, ENAME, JOB, SAL) VALUES (7369, 'SMITH', 'CLERK', 800);
    INSERT INTO EMP(EMPNO, ENAME, JOB, SAL) VALUES (7499, 'SMITH', 'SALESMAN', 1600);
    INSERT INTO EMP(EMPNO, ENAME, JOB, SAL) VALUES (7521, 'ALLEN', 'SALESMAN', 2400);
    In Output I want 3 columns : EMP,SUM(SAL),JOB(hyphenSeparated)
    Means i want my output like
    First row : SMITH,2400,CLERK-SALESMAN
    Second row : ALLEN,2400,SALESMAN
    I tried to write following sql : select ename,sum(sal) from emp group by ename
    But i want other colummn value in '-' separated. but group by is only allowing agreegated function.
    How can i select other column value using group by function.

    SQL>  select ename,sum(sal), listagg(job, '-') within group (order by job) as job  from emp group by ename;
    ENAME        SUM(SAL) JOB
    ALLEN            2400 SALESMAN
    SMITH            2400 CLERK-SALESMANnote: LISTAGG is a feature of 11.2

  • How to make new column in table changing depending on other columns

    hi
    i have table and i want to add new column that calculate the deference between two other columns.
    i create the column and i could loop in the content of the table but i could not update the entries in the new columns.
    regards
    Said

    Hi!
    did u try creating a node for the same? create a value node for the table with 3 value attrbutes, one for each column. then in the init method of that view, just create 3 arrays, setting the value in the first two array. then make use of this code for setting the difference in the thrid column
    IPrivateUIView.I<valuenode> tab_node = wdContext.node<valuenode>();
    for(int i= 0; i<6;i++)
         IPrivate<view>.I<valueelement> num_ele = tab_node.create<valueelement>();
         num_ele.set<valueattribute1>(num1<i>);
         num_ele.set<valueattribute2>(num2<i>);
         num_ele.set<diffvalueattribute>(num1<i>-num2<i>);
         wdContext.node<valuenode>().addElement(num_ele);
    this will surely work .
    Do let me know the results.

Maybe you are looking for