TRICKY TABLE _ANSI STANDARD

<PRE>
NAME CNT
ABC 2
DEF 3
GHI 2
output
ABC ABC DEF DEF DEF GHI GHI
is any way to reach this in ANSI standard query
(previous post: Tricky Table
</pre>

I think, what he's asking is if there is any way to achieve what he wanted without using Oracle specific functions.
Short answer. No. Row-String aggregation techniques are not something provided in ANSI SQL standards, in that respect.

Similar Messages

  • Why in SE16 we can not  see New Data Table for standard DSO

    Hi,
    We says that there is three tables (New Data Table, Active Data Table and Change Log Table) of Standard DSO, Then Why in SE16 we can not  see New Data Table of Standard DSO.
    Regards,
    Sushant

    Hi Sushant,
    It is possible to see the 3 DSO tables data in through SE16. May be you do not have authorization to see data through SE16.
    Sankar Kumar

  • Exporting An message Internal table to Standard program Internal Table

    Hi,
      In T-code VOFM, We have Goods issue routine 113, Now in Custmizing 913 is Configured. we are Checking the status of each handling unit of the Delivery. So I am getting the status Incomeplete Message for Multipe HU's. hence AM storing into One internal Table and Now I want To Export That Internal Table to Standard Program Internal Table 'WAT'.
    If I raise

    Elaborate your questions Please.

  • How to pass data from dynamic internal table to standard internal table

    hi experts,
    below is the piece of code which i have used in my requirement but the data is not moved.
    LOOP AT <tab> ASSIGNING <tab1>.
      MOVE-CORRESPONDING <tab1> TO wa.
      append wa TO  gt_outtab.
    ENDLOOP.
    here
    <tab> - dynamic internal table.
    <tab1>-dynamic internal table work area.
    gt_outtab - standard internal table.
    wa- standard internal table work area.
    i am not getting what additional thing i have to write.
    pls help me in this regard.
    thankx in advance.
    soham.p.

    Hello soham p ,
    I am also using the same logic but in my program it is working fine so you declare the fieldsymols like this and try and also check the dynamic internal contain the data or not.
    FIELD-SYMBOLS : <y_i_table>  TYPE STANDARD TABLE,
                                 <y_wa_table> TYPE ANY.
      LOOP AT <y_i_table> ASSIGNING <y_wa_table>.
        MOVE-CORRESPONDING <y_wa_table> TO y_wa_vfscaid.
        APPEND y_wa_vfscaid TO y_i_vfscaid.
        CLEAR y_wa_vfscaid.
      ENDLOOP.

  • Let me know the standary primary key tables in standard table??

    let me know the standary primary key tables in standard table??

    Hi,
    You can go and check the primary keys of a table in SE11 by entering the table name and pressing display.
    You will get to see that there will be some fields with a tick mark in the primary key column.The fields which have such tick marks are the primary keys of that table.
    As far as I know there is nothing called primary key tables.All tables have some fields as primary keys based upon which a record is uniquely defined in that table.
    Hope it was useful.
    Thanks,
    Sandeep.

  • Function Module/Table to retrieve check table for standard fields

    Hi,
    Is there any function module or database table that holds the check table for standard field? Ex. BUKRS = T001.

    Hi MArc,
    Goto DD03L table
    Enter fieldname and tablename, you will get check table in CHECKTABLE field.
    e.g. fname - MATNR, tbname MARD then CHECKTABLE - MARA
    Reg,
    Sachin

  • Getting the internal table of standard program to my custom program

    Hi All,
    I have a requirement in which i have to get the data from internal table ALV_ITAB from program HKBRO20. As this is the standard program, i have copied this program into Z custom program and using export parameter i am getting the data from internal table ALV_ITAB to my custom program (Using submit of the Z of the standard program). Can any one pls tell me whether the process i am following is correct if not pls tell me how to get the internal table from standard program to our custom program.
    the process i am following
    submit ZHBRO20 and return. IMPORT ALV_ITAB  FROM MEMORY ID 'ABC'.
    copied HBRO20 to ZHBRO20.
    Thanks,
    Raju

    Hi,
    you could also try
    FIELD-SYMBOLS: <fc> .
    CONSTANTS: c_table(21)  VALUE '(PROGRAM_NAME)INTERNAL_TABLENAME[]'.
    ASSIIGN (c_table) TO <fc>.
    Depends on the process, of course.
    Cheers,
    Stefan.

  • How do we find tables for standard SAP programs?

    Dear Friends!
    I have received a project in which I have to create a report on the employees skill-sets(qualifications). Qualifications we can see in in the Transaction PA30 in the form of infotypes. But infotype tables are not sufficient itself. So do you guys have any idea that where else do we maintain records like this moreover how do we find tables in standard SAP Programs.
    Please reply!!

    Whats up Guys...??
    Gave up??
    I have found a table for position but not really for Qualifications.. (Not in terms of Infotypes..)
    Tables ARE
    HRPY_WPBP
    -  PERNR
    -  PLANS
    T528T
    -  PLANS
    -  PLSTX
    See if you guys can do something more about it.

  • How to use table in standard text

    Hi,
    I created one standard text using SO10 and I need to populate my internal table data values in the standard text. Below is the standard text i created.
    XXXXXXXXXXXXXXX
    XXXXXXXXXXXXXXXXXXXXXXXXX
    XXXXXXXXXXXXXXXXXXXXXXXXX
    XXXXXXXXXXXXXXXXXXXXXXXXX
    XXXXXXXXXXXXXXXXXXXXXXXXX
    &GV_ASSIGNMENT&   &COSTCENTER&    &ORGUNIT&
    &GV_ASSIGNMENT&   &COSTCENTER&    &ORGUNIT&
    &GV_ASSIGNMENT&   &COSTCENTER&    &ORGUNIT&
    Thanks,
    XXXXXXXXX
    If an employee have multiple assignments, I have to send a mail to org unit head with the above format.
    I created the above format in standard text (SO10). Now how to populate the values in the standard text.
    Thanks,
    Ram

    Hi Ram,
    A standard text like this does not have the concept of looping through data (which is what you'll have to do if there you have a table of data).
    What are you using to generate the mail?  If is is comning from smartform or SAPscript you should use the form to define the layout and the loop, meaning you'll need to split your standard text into smaller texts.
    Regards,
    Nick

  • Name of the table for Standard Output/Cost maintained in in the IO

    Dear All,
    We go to KO03, enter the order no, display the order. Go to extras, Cost analysis. There are two columns. Total target cost and total actual cost. I need to find out the name of the table where the target cost/standard output is stored.
    Thanks in advance,
    Thanks,
    Satya

    Hi,
    The tables are :
    COSP
    COSS
    COSL
    COSB
    Regards,
    Eli

  • View table vs standard table

    Hi,
    i am new to abap programming, i want to know which table are always to use in real environment? view or standard table?
    Besides, any reference book has specify all sap table, view, function etc.
    Thanks.

    hii thr,
    standard tables are always there but it depends upon your requirement what you want,you can always select data from tables but if the no of tables,fields and data is large it becomes a performance issue,veiws are very helpful in such cases there are 3 types of views have a look,please reward points if of any use to you,
    The followings are different types of views:
    - Database View   (SE11)
    Database views are implement an inner join, that is, only records of the primary table (selected via the join operation) for which the corresponding records of the secondary tables also exist are fetched. Inconsistencies between primary and secondary table could, therefore, lead to a reduced selection set. 
    In database views, the join conditions can be formulated using equality relationships between any base fields. In the other types of view, they must be taken from existing foreign keys. That is, tables can only be collected in a maintenance or help view if they are linked to one another via foreign keys.
    - Help View    ( SE54)
    Help views are used to output additional information when the online help system is called. 
    When the F4 button is pressed for a screen field, a check is first made on whether a matchcode is defined for this field. If this is not the case, the help view is displayed in which the check table of the field is the primary table. Thus, for each table no more than one help view can be created, that is, a table can only be primary table in at most one help view. 
    - Projection View
    Projection views are used to suppress or mask certain fields in a table (projection), thus minimizing the number of interfaces. This means that only the data that is actually required is exchanged when the database is accessed.
    A projection view can draw upon only one table. Selection conditions cannot be specified for projection views.
    - Maintenance View   ( SE54 )
    Maintenance views enable a business-oriented approach to looking at data, while at the same time, making it possible to maintain the data involved. Data from several tables can be summarized in a maintenance view and maintained collectively via this view. That is, the data is entered via the view and then distributed to the underlying tables by the system.

  • 2 tables in standard report

    how do I insert two tables of different dimensions side by side in standard report..........
    I am using Labview 2011
    please help.............
    thank you in advance...............

    You don't say what you mean by a "Standard Report".  If you want to use the Report Generator to make an Excel file with two tables, look up a post I made here in January called Revised "Generate Excel Report" Example.  Note that the quotes actually are part of the title -- if you use the Search feature, you should see this pop up when you type the word Revised and then type a space.
    If this is not what you are looking for, give us further details.
    Bob Schor

  • Dynamic value in TVARVC table for standard report

    Hello,
    I am trying to archive objects like FI_DOCUMNT. For this purpose I want to create dynamic variant for the date. ( Date not in complete format) yyyy/mm.
    So, I created an entrie in TVARVC table, and I linked it with the attribute of my variant by choosing "T" option.
    My question is, how Can I fill the dynamic value for TVARVC entry?, knowing that it a standard report that is responsible for archiving.
    Cordialy,

    Hi Merou,
    this might help:
    Create Variant for dynamic population of current date
    Check the reponses about saving dynamic variants with column "L" and follow the rest of the instructions.
    Best,
    Sander    

  • Tricky table formatting using jstl

    I have an array List of elements of size for example50. I need to retrieve the elements as shown above and print them as a two dimensional table as below:
    The steps involved as below:
    1. I need to check the size of array say Z
    2. Divide it by 10 (ceil Z/10) and find the number of columns needed
    3. Print the elemnts from the ${List} as follows:
    1stelement   11thelement    21stelement   31stelement    41stelement
    2ndelement   12thelement   22ndelement   32ndelement   42ndelement
    10thelement   20thelement   30thelement    40thelement    50thelement I tried few methods and I feel it as bit trick for me as a beginner. I would appreciate very much if someone could help me! Thanks.

    So the requirement is to split the list into 10 rows, and as many columns as are required?
    Here is some basic code:
    <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
    <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
    <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%>
    <%@ page import="java.util.*" %>
    <html>
    <body>
    <%
      int numToDo = 50;
      List listOfNumbers= new ArrayList();
      for(int i=0; i<numToDo; i++){
           listOfNumbers.add(Integer.valueOf(i));
      pageContext.setAttribute("List", listOfNumbers);
      int numCols = (int)Math.ceil(listOfNumbers.size() / 10.0);
      pageContext.setAttribute("numCols", new Integer(numCols));
    %>
    <table>    
           <c:forEach var="entry" items="${List}" varStatus="status">     
               <c:if test="${status.index % numCols== 0}">
               <tr>
             </c:if>          
                 <td>${entry}</td>         
             <c:if test="${status.index % numCols== (numAppsPerLine-1)}">
               </tr>  
             </c:if>          
           </c:forEach>
    </table>
    </body>
    </html>The issue is how to calculate how many columns correctly.
    JSTL/EL doesn't have rounding math operators available, so I did that bit in scriptlet code for a quick/dirty approach.
    Apart from that calculation, it is all standard JSTL/EL.
    Basically it just keeps track of the index (using the varStatus variable) and starts/ends a table row as necessary.
    Cheers,
    evnafets

  • Column naming standard..table naming  standard..

    Currently I am working in one of my clients place..and here i see column names more than 35 characters..
    According to me column name should not be more than 15 characters...
    Is there a limit ??
    Is there any table naming column naming standard..

    I found couple of link for Oracle Naming convensions:
    http://www.oracle-base.com/articles/misc/NamingConventions.php
    http://www.dba-oracle.com/standards_schema_object_names.htm
    http://www.gplivna.eu/papers/naming_conventions.htm
    http://ss64.com/ora/syntax-naming.html
    Hth
    Girish Sharma

Maybe you are looking for

  • Trying to download inDesign and getting a "launch aplication" overlay

    When I choose the "Creative CLoud" (URL handler) nothing happens...

  • Shipping iPhoto album to a different country.

    I live in Australia and I want my iPhoto album to be shipped to Peru, when I go to "Buy Book" and 'Edit shipping" it only gives me the option to change to an address within Australia. I believe there was a way to do this in iPhoto, unless it was disa

  • Disable automapping for specific users

    Hello All, I have a DL which contains the users list and i have to remove automapping feature for them. we have more than 3 sharedmailbox and 50+ users per sharedmailbox to disable this feature so i can't do it manually. Can someone please help me wi

  • SGA_TARGET not Changing?

    Hi Experts... We use Oracle 10g R2(1002000300) on Hp-Unix for the Production & the OS RAM is 8GB We had the SGA_MAX_SIZE as 1GB & SGA_TARGET also 1GB, I have changed the SGA_MAX_SIZE to 3000M, SQL>ALTER SYSTEM SET SGA_MAX_SIZE = 3000M SCOPE=SPFILE; S

  • SQL LIKE Operator return nothing

    I am working on an intranet application and use Access as the database. There is a query that I have <CFQUERY DATASOURCE="#DSN#" NAME="GET_SEARCH_RESULT"> SELECT * FROM WL_TREES WHERE TREENAME LIKE '3*' </CFQUERY> It returns nothing in ColdFusion, if