About structures

how to include structures in a report to get data from that structure.
and also tell how to retrive data frm the structure
thanx

Hi..
Create a structure in SE11
In the Report you can declare a work area using the strcture like this
DATA: WA TYPE <Structure>.
You can declare Internal table using:
DATA: Itab  TYPE  Table of <Structure>.
Structure will not contain any data at the physical database.
Only Tables will contain data.
Using SELECT statement you can retreive data from DB Tables.
<b>Reward if Helpful</b>

Similar Messages

  • Information about structure SWNCAGGUSERTCODE

    Hi,
    does someone have some information about structure SWNCAGGUSERTCODE (workload statistics)
    I'm interested in the fields tasktype and those count/dcount/ucount/bcount/ecount and scount fields. In addition: if a transaction is called, is the corresponding report counted as well? so do i have transaction with count 1 and not the report or do i have transaction count 1 and report count 1?

    no answer

  • I would  like to know about structure,cell editor .

    i would  like to know about structure,cell editor .

    Hi satish ,
    structure is used to creat a set of rows and calumns values.
    for example,
    if you palce char1 in rows and key1 and key 2 in coloums ,
    if you want to reuse these you can place the selection in structures and can reuse making them as global structures.
    regarding cell defination once you have two active structures i.e., one characteristic structure and key figure structure,
    than you can get the "cell editor in menu bar of Query designer next "table" option.
    Just go throw the below description.
    cell defination will be activated once you have two structures.
    if you want use the same characteristic in two structures, you can do that one in cell.
    Just go throw with below description.
    You can use any cell that you define in a formula. If you want to reuse the value from the implicit, generic cell definition that is automatically created at the intersection of the two structural components of a query, select this cell in the Cell screen area and, using the secondary mouse button, choose New Cell Reference. A description taken from the two structural components now automatically appears in the cell. The symbol shows you that a cell reference exists for this exception cell. Now you can reference this cell. You can continue to use the implicit cell definition and do not have to manually generate this value using a new selection.
    Functions of explicitly defined cells:
    Select a defined cell and choose the required function from the context menu (secondary mouse button).
    &#9679; Edit
    &#9679; Cut
    &#9679; Copy
    &#9679; Paste
    &#9679; Remove
    &#9679; Where-Used List
    Before you delete a cell, you can check for the formulas in which the defined cell is used in the where-used list.
    You reach the properties of a defined cell by selecting the defined cell. In the Properties screen area you can also make changes such as:
    &#9679; Changing the description of the cell
    &#9679; Changing the highlighting of the cell
    &#9679; Hiding the cell ( if you do not want to see the values of the cell)
    Help cells
    In the Help Cells area you can define additional cells for help selections or help formulas. You can use the functions New Selection and New Formula in the context menu to define help cells that are not displayed in the query to serve only as objects for help selections and help formulas.
    For example, you can define an invoice in a help cell and use this in a “real” cell to calculate a duplicated invoice.
    a. Using the secondary mouse button, click on the empty cell next to Help Cells to reach the context menu. From here, choose New Selection.
    b.Use Drag&Drop to drag the Invoice key figure into the right-hand Details of the Selection area.
    c. Enter a description.
    d. Choose OK. The cell contains the description of the selection. The symbol shows you that a selection exists for this exception cell.
    e. Now choose New Formula from the context menu of the required cell of the query. The new formula that is not yet defined appears in the cell.
    f. Select the new formula and choose Edit from the context menu.
    g. Use Drag&Drop to drag the cell you have just defined, which you can find in the Available Operands window under Cells, into the Detail View window. Click on the button twice.
    h. Enter a description.
    i. Choose OK. The cell contains the description of the formula. The symbol shows you that a formula exists for this exception cell.
    Result
    You have defined one or more exception cells for a query.
    Regards,
    shailaja

  • Query about structured Frame templates

    In Frame 12 all the templates have been updated.
    I built my book using unstructured templates because I wanted to get a feel for the changes from my last version of Frame (8).
    I now think I will need to redo the book entirely using the templates from structured Frame.
    The unstructured Frame template for a book has all master pages in every file in the book. The structured template for Chapter has only master pages: left, right, first. Is there a reason for this? (Should not every file in the book have the same master and reference pages?)
    Thanks.

    AFAIK, you have to supply your own IDE & compiler.

  • ABOUT STRUCTURE SEARCH

    HOW TO INCORPORATE STRUCTURE SEARCH FOR THE FIELD POSITION IN ONE OF MY REPORT SELECTION SCREEN.CAN ANY ONE GIVE SAMPLE CODE FOR THIS.
    THANKS.

    Vadivel,
    Do you mean Search Help?
    If so, then this is an example:
    PARAMETERS: p_vbeln LIKE vbak-vbeln MATCHCODE OBJECT vmva.
    vmva is a search help (have a look at it using se11).
    You can easily create your own search helps...
    Thanks,
    Wojtek
    Message was edited by: Wojtek Haase

  • Question about Structures

    Can anyone suggest something to take care of the following:
    I have a FM that passes me the name of a structure in an output parameter 'structName'. Now I have to define a structure in my program based on the Structure name that I get from the FM
    Data: newStruct type structName.  (Please note that structName contains the name of the structure)
    Is there a way to accomplish this?
    Thanks for your help.

    Check this..
    https://wiki.sdn.sap.com/wiki/display/Snippets/CreatingFlatandComplexInternalTablesDynamicallyusingRTTI

  • Where can I learn the structure of Voice gateway ?

    I'm making a essay about Structure of Voice gateway: hardware and software construction. I can not find any books or any manual deal with it . So,can someone give me more information about structure of voice gateway or give me some useful resources please?
    I'm waiting for your replying.

    Cisco doesn't make public the software structure of their products; to a certain extent it can be inferred from documentation and familiarity with the product, but probably not enough for an in-deep analysis.
    For your task, I suggest you focus on some open-source development of GW, that has no secrets.
    Hope this helps, please rate post if it does!

  • Dictionary structure with reference to two transparent tables

    Hi
    I have a question about structures defined as dictionary objects.
    Is it possible to define a dictionary structure consisting of the structure types of two transparent tables, i.e. to define a dictionary type that corresponds to something like this:
    TYPES:
               BEGIN OF ty_s_tablejoin,
                  tab1     TYPE z_table1,
                  tab2     TYPE z_table2,
               END OF ty_s_tablejoin.
    where z_table1 and z_table2 are both transparent tables?
    I need it as a dictionary type in order to pass the structure/table into a function module as an input parameter.
    There might be other ways of doing this, but it could be interesting to know if it is possible. Please excuse me if this is a weird question, I'm rather new with SAP.
    kind regards
    Klaus Stenbæ

    Hi Klaus,
    You can't create a structure in the data dictionary from two tables.  However, you can define tables based on structures then create a structure combining both.
    For example;
    Create structures ZST1 and ZST2 (containing the fields of z_table1 and z_table2 respectively)
    Then create tables z_table1 and z_table2, defining them based on ZST1 and ZST2
    Finally create a structure (say ZST12) combining both ZST1 and ZST2
    From a practical point of view, ZST1 and ZST2 should not contain the client field as when you combine them the field will duplicate.  Add the client field to z_table1, z_table2 and ZST12 before including the structres.
    Hope this helps,
    Nick

  • Performance between two partitionned tables with different structure

    Hi,
    I would like if there is a difference between two partitionned tables with different structure in term of performance (access, query, insertions, updates ).
    I explain myself in detail :
    I have a table that stores one value every 10 minutes in a day (so we have 144 values (24*6) in the whole day), with the corresponding id.
    Here is the structure :
    | Table T1 |
    + id PK |
    + date PK |
    + sample1 |
    + sample2 |
    + ... |
    + sample144 |
    The table is partionned on the column date, with a partionned every months. The primary key is based on the columns (id, date).
    There is an additionnal index on the column (id) (is it useful ?).
    I would like to know if it is better to have a table with just (id, date, value) , so for one row in the first table we'll have 144 rows in the future? table. The partition will already be on the columns (id, date) with the index associated.
    What are the gains or loss in performance with this new structure ( access, DMLs , storage ) ?
    I discuss with the Java developers and they say it is simpler to manage in their code.
    Oracle version : Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    Thanks & Regards
    From France
    Oliver
    Edited by: 998239 on 5 avr. 2013 01:59

    I mean storage in tablespaces and datafiles on disk.
    Can you justify please and give me concrete arguments why the two structures are equivalent ( except inserting data in T(id, date,value))
    because i have to make a report.i didnt say any thing like
    two structures are equivalent ( except inserting data in T(id, date,value)i said
    About structure : TABLE1(id, date, value) is better than TABLE1(id, date, sample1, .... sample144)because
    1) oracle has restriction for numbers of column. Ok you can have 144 columns now but for future if you must have more than 1000 columns , what will you do?
    2) Restrictions on Table Compression (Table compression is not supported for tables with more than 255 columns.)
    3) store same type values on diffrent columns is bad practise
    http://docs.oracle.com/cd/B28359_01/server.111/b28318/schema.htm#i4383
    i remember i seen Toms article about this but now i cant find it sorry ((( if i found i will post here

  • Support of structural authorizations in IdM?

    I am currently working on an IdM implementation where structural authorizations are handled individually on the various backend systems. Would it be possible to implement a mechanism that would allow IdM to distribute privileges that in the backend system essentiall would translate into entries in the T77UA table? If not, would it be possible to make IdM call a customer RFC in the backend system?
    Best regards,
    Anders

    Hello again, I can see now that it is evident that I am a little confused about structural authorizations in general
    With our version of structural authorizations I meant that we have implemented a BADI to create a customer specific check of structural authorizations. In fact our implementation is not using the authorizations main switch table in HR as the requirement is to use structural authorizations in some areas of HR and not in other areas. When I wrote that we do not use position based security that is of course not true. What I meant to say, was that we do not use indirect role assignment, which I had confused with the position based assignement of structural authorization profiles. Sorry, about that....
    It is probably our customer specific implementation that is causing the problems we are experiencing, so I will look more into that. Thank you for your explanations.
    Best regards,
    Anders

  • What is Structured Transformation in BW ?

    Hi Experts,
    Can any one explain about Structured Transformation in BW ?  If you have any documents regarding this question plz send it to [email protected]
    Thanks in Advance
    Ramu

    Ramu,
    Could you give us the context for the same - quite possible that we might be using this or knowing about the same but would not know it by its actual term.
    Arun

  • Starting my photo organisation, currently in folders, iPhoto keep structure

    Currently all my pics are organised roughly in folders on my external disk. I want to start using iPhoto to organise,tag like I have done with my iTunes library.
    Currently there like this...
    2008 > Sons party
    Xmas
    summer holiday
    etc etc
    I know I want to import all to iPhoto and I want to let it do it's stuff, but what about structure? Or will I have to just do a export as I want and need? Picking individual photos as I need? (time consuming)
    also I plan to use an external disk and use I for Time Machine. Does iPhoto and all your pics get backed up using Time Machine? If so then I would have a decent backup of my pics, ie 1 on interal HDD on iMac and one on external disk using Time Machine
    cheers

    The first thing when working with iPhoto is, oddly, to forget about the files and concentrate on your photos.
    As to structure - this is the genius of iPhoto. What structure do you want? In your current structure in the Finder it's all quite limited. Yes, you can find all the pics from Xmas 2008 very easily. But what if you want to see all the Xmas pics from all the years? Quickly?
    The core strength of iPhoto are its Albums and Smart Albums. Along with rating and keywords they mean you have pretty much infinite possibilities for finding and structuring your collection.
    I use Events simply as big buckets of Photos: Spring 08, July - Nov 06 are typical Events in my Library. I use keywords and Smart Albums exensively. I title the pics broadly.
    I keyword on a
    Who
    What
    Where basis (The When is in the photos's Exif metadata). I also rate the pics on a 1 - 5 star basis.
    Using this system I can find pretty much find any pic in my 25k library in a couple of seconds.
    So, for example, I have a batch of pics titled 'Seattle 08' and a typical keywording might include: John, Anne, Landscape, mountain, trees, snow. With a rating included it's so very easy to find the best pics we took at Mount Rainier.
    File -> New Smart Album
    set it to 'All"
    title contains Seattle
    keyword is mountain
    keyword is snow
    rating is 5 stars
    Or, want a chronological album of John from birth to today?
    New Smart Album
    Keyword is John
    Set the View options to Sort By Date Ascending
    Want only the best pics?
    add Rating is greater than 4 stars
    The best thing about this system is that it's dynamic. If I add 50 more pics of John to the Library tomorrow, as I keyword and rate them they are added to the Smart Album.
    Keywording takes time to set up, there's no doubt about it. I use Keyword Manager as it's much more powerful than the inbuilt system, and adds the possibility of nested keywords. So, for instance, if I add John to a photo it also adds 'Family'. Now I can add many keywords to a pic quickly.
    In the end, organisation is about finding the pics. The point is to make locating that pic or batch of pics findable fast. This system works for me.
    I'm not sure what you mean by this comment:
    r will I have to just do a export as I want and need? Picking individual photos as I need? (time consuming)
    Finding a pic in iPhoto is a lot faster than in the Finder, so I don't understand you comment. There's no need to export - depending on what you're using the photo for:
    There are many, many ways to access your files in iPhoto:
    *For Users of 10.5 and later*
    You can use any Open / Attach / Browse dialogue. On the left there's a Media heading, your pics can be accessed there. Command-Click for selecting multiple pics.
    Uploaded with plasq's Skitch!
    (Note the above illustration is not a Finder Window. It's the dialogue you get when you go File -> Open)
    You can access the Library from the New Message Window in Mail:
    Uploaded with plasq's Skitch!
    *For users of 10.4 and later* ...
    Many internet sites such as Flickr and SmugMug have plug-ins for accessing the iPhoto Library. If the site you want to use doesn’t then some, one or any of these will also work:
    To upload to a site that does not have an iPhoto Export Plug-in the recommended way is to Select the Pic in the iPhoto Window and go File -> Export and export the pic to the desktop, then upload from there. After the upload you can trash the pic on the desktop. It's only a copy and your original is safe in iPhoto.
    This is also true for emailing with Web-based services. However, if you're using Gmail you can use iPhoto2GMail
    If you use Apple's Mail, Entourage, AOL or Eudora you can email from within iPhoto.
    If you use a Cocoa-based Browser such as Safari, you can drag the pics from the iPhoto Window to the Attach window in the browser.
    *If you want to access the files with iPhoto not running*:
    For users of 10.6 and later:
    You can download a free Services component from MacOSXAutomation which will give you access to the iPhoto Library from your Services Menu. Using the Services Preference Pane you can even create a keyboard shortcut for it.
    For Users of 10.4 and later:
    Create a Media Browser using Automator (takes about 10 seconds) or use this free utility Karelia iMedia Browser
    Other options include:
    1. *Drag and Drop*: Drag a photo from the iPhoto Window to the desktop, there iPhoto will make a full-sized copy of the pic.
    2. *File -> Export*: Select the files in the iPhoto Window and go File -> Export. The dialogue will give you various options, including altering the format, naming the files and changing the size. Again, producing a copy.
    3. *Show File*: Right- (or Control-) Click on a pic and in the resulting dialogue choose 'Show File'. A Finder window will pop open with the file already selected.
    You can store your iPhoto Library on an external disk that is formatted Mac OS Extended (Journaled).
    I'm not sure if TM will back up material on a external disk, but there are many, many utilities that will do incremental back ups such as DejaVu or Chronosync or any of the many, many options you'll find searching on MacUpdate
    Regards
    TD

  • Structure Authorization Steps

    Dear All,
    Can you please let me know about Structure Authorization and the steps by steps process.
    I have search the SDN but not got the satisfied ans.
    Thanks in Advance.
    Regards
    Vikash

    Hi,
    Please go through the below links,
    http://www.knguyentu.com/sap/Config_Structural_Authorizations.pdf
    http://help.sap.com/saphelp_erp2004/helpdata/en/34/49ba3b3bf00152e10000000a114084/content.htm
    http://www.scribd.com/doc/184815/Structural-Authorizations
    http://www.sap-img.com/human/structural-authorization-vs-role-authorization.htm
    Hope this helps you,
    Thanks & Regards,
    Ravi.

  • BEx Structures

    Hello gurus,
    i am the BW learner,
    what are the various types of structures are there?
    how to create more than one structure in a querey?
    is the possible to create Structures for Characteristic infoobjects.
    what is ment by cell editing
    how to perform the cell editing .
    explain step by step.
    thanks
    Assign ponts

    Hallo Malreddy,
    See the documentation about Structures here:
    http://help.sap.com/saphelp_nw04/helpdata/en/4d/e2bebb41da1d42917100471b364efa/content.htm
    To create a structure simply position your mouse in the rows or columns then right mouse and create structure. a little playing with the tools helps ya a lot
    Cheers
    Edited by: Andreas Schuth on Jul 16, 2008 2:42 PM

  • About pool table??

    what for pooled and cluster table used and how to create it???

    I. Transparent tables (BKPF, VBAK, VBAP, KNA1, COEP)
    ·     Allows secondary indexes (SE11->Display Table->Indexes)
    ·     Can be buffered (SE11->Display Table->technical settings) Heavily updated tables should not be buffered.
    II. Pool Tables (match codes, look up tables)
    ·     Should be accessed via primary key or
    ·     Should be buffered (SE11->Display Table->technical settings)
    ·     No secondary indexes
    ·     Select * is Ok because all columns retrieved anyway
    III. Cluster Tables (BSEG,BSEC)
    ·     Should be accessed via primary key - very fast retrieval otherwise very slow
    ·     No secondary indexes
    ·     Select * is Ok because all columns retrieved anyway. Performing an operation on multiple rows is more efficient than single row operations. Therefore you still want to select into an internal table. If many rows are being selected into the internal table, you might still like to retrieve specific columns to cut down on the memory required.
    ·     Statistical SQL functions (SUM, AVG, MIN, MAX, etc) not supported
    ·     Can not be buffered
    IV. Buffered Tables (includes both Transparent & Pool Tables)
    While buffering database tables in program memory (SELECT into internal table) is generally a good idea for performance, it is not always necessary. Some tables are already buffered in memory. These are mostly configuration tables. If a table is already buffered, then a select statement against it is very fast. To determine if a table is buffered, choose the 'technical settings' soft button from the data dictionary display of a table (SE12). Pool tables should all be buffered.
    "Major difference betwen Standard tables,Pooled tables and Cluster Tables?
    1.A transparent table is a table that stores data directly. You can read these tables directly on the database from outside SAP with for instance an SQL statement.
    2.Transparent table is a one to one relation table i.e. when you create one transparent table then exactly same table will create in data base and if is basically used to store transaction data.
    3.A clustered and a pooled table cannot be read from outside SAP because certain data are clustered and pooled in one field.
    4.One of the possible reasons is for instance that their content can be variable in length and build up. Database manipulations in Abap are limited as well.
    5.But pool and cluster table is a many to one relationship table. This means many pool table store in a database table which is know as table pool.
    6.All the pool table stored table in table pool does not need to have any foreign key relationship but in the case of cluster table it is must. And pool and cluster table is basically use to store application data.
    7.Table pool can contain 10 to 1000 small pool table which has 10 to 100 records. But cluster table can contain very big but few (1 to 10) cluster table.
    8.For pool and cluster table you can create secondary index and you can use select distinct, group for pool and cluster table. You can use native SQL statement for pool and cluster table.
    9.A structure is a table without data. It is only filled by program logic at the moment it is needed starting from tables.
    10.A View is a way of looking at the contents of tables. It only contains the combination of the tables at the basis and the way the data needs to be represented. You actually call directly upon the underlying tables.
    'The table which store information about Structures and Tables are as follows:
    DD02L - table properties
    DD02T - table texts
    DD03L - field properties
    DD03T - field texts
    Creating Pooled Tables/Cluster Tables Locate the document in its SAP Library structure
    Procedure
       1. In the initial screen of the ABAP Dictionary select object type Table, enter a table name and choose This graphic is explained in the accompanying text Create.
          The field maintenance screen for the table is displayed. Table type Transparent table is set as default.
       2. Make the necessary entries in the Short description and Delivery class fields on the Attributes tab page. Then define the fields of the table.
          Proceed as when Structure link creating a transparent table. Save your entries.
       3. Choose Extras
          ® Change table category.
          A dialog box appears in which you have to select the table type Pooled table or Cluster table.
       4. Choose This graphic is explained in the accompanying textSelect.
          You return to the field maintenance screen for the table. Field Pool/cluster name is displayed on the Attributes tab page in addition to the standard fields.
       5. Enter the name of the
          table pool or table cluster to which you want to assign the pooled table or cluster table in field Pool/cluster name
          Note that the total key length of a pooled table may not exceed the key length of the associated table pool. The key of a cluster table must correspond to the key of the associated table cluster.
       6. Proceed as when creating a transparent table (see
          Structure link Creating Tables). Remember that you cannot create indexes for pooled or cluster tables.
    Note
    All the attributes of the Structure link technical settings can be maintained for pooled tables and cluster tables. Before you can access these attributes, however, you must convert the table to a transparent table.
    Leaving content frame
    creating pool/cluster tables
    regards,
    srinivas
    *reward for useful answers*</b>

Maybe you are looking for