How do you access all the tables in print layout designer?

Hello, I noticed that I can access only the main tables such as OPOR or ORDR tables, but how can I access POR1 or RDR1?
Any help is appreciated, thank you.

Please press the ALT key when you click the Table drop down list.

Similar Messages

  • How can i access all the objects of one schema from another schema

    Dear All,
    How can i access all the objects(Tables,Views,Triggers,Procedures,Functions,Packages etc..) and do the modifications of one schema from another schema (Without using synonyms concept).
    Thanks in advance,
    Mahi

    First of all, synonyms only help you easy reference the object. It doesn't have any implication of object privilege.
    As long as you have proper privilege on target object. You can access it with or without synonyms.
    Assuming you have proper privilege of objects, you can use following command to assume schema owner.
    ALTER SESSION SET CURRENT_SCHEMA = Schema_owner

  • How do I access all the Arturia 49 key analog library to Garage Band? I see the analog library but not all the SW instruments?

    how do I access all the Arturia 49 key analog library to Garage Band? I see the analog library but not all the SW instruments?

    Alex,
    have you tried everything in this thread? The problem seems to be different for everybody:
    If nothing helps try dagon's full monty for a reinstall:
    Re: GarageBand '11 won't download additional loops
    Or a manual download using the Terminal as mteep suggests:
    Re: GarageBand '11 won't download additional loops
    Léonie

  • How do I access all the information that has been backed up on icloud?

    I backed up my informaiton to icloud.  My ipad is no longer working (due to an accident).  How to I access all the data I stored on icloud from my regular PC?

    Welcome to the Apple Community.
    You can't, backups are for restoring an iOS device.

  • How can you delete all the e mail at one time instead of one at a time?

    How can you delete all the e mail at one time instead of one at a time?

    you'd have to do it from the computer,

  • Why has iTunes seperated a album which I have copied over from my external hard drive into iTunes? How can you pull all the songs back together into one album again?

    Why has iTunes seperated a album into indevidual songs, which I have copied over from my external hard drive into iTunes? How can you pull all the songs back together into one album again?

    Steve MacGuire a.k.a. turingtest2 - iTunes & iPod Hints & Tips - Grouping Tracks Into Albums - http://www.samsoft.org.uk/iTunes/grouping.asp (older post on Apple Discussions http://discussions.apple.com/message/9910895)
    Quick answer:  Select all the tracks on the album, File > get info, and either give them all a single "album artist", or check the "compilation" flag (as in https://discussions.apple.com/message/17670085).
    If these are from multiple-CD sets you may also need to enter the appropriate information in the disc number fields.  If they are not a multiple CD set you still need to make sure the disc number fields are set correctly or all empty.

  • How do you delete all the messages in your search results in Thunderbird 31.2?

    I'm trying to clean out my inbox. When I search for a given term in the global search box and get my results, then I choose "Select All." Then I choose "Move to Trash," and nothing happens.
    How do you delete all the messages in your search results in Thunderbird 31.2?

    I'm trying to clean out my inbox. When I search for a given term in the global search box and get my results, then I choose "Select All." Then I choose "Move to Trash," and nothing happens.
    How do you delete all the messages in your search results in Thunderbird 31.2?

  • How to delete/drop all the tables from SQL Server Database without using Enterprise Manager?

    How to delete/drop all the tables from SQL Server Database without using Enterprise Manager?
    I tried using DROP Tables, Truncate Database, Delete and many more but it is not working.  I want to delete all tables using Query Analyzer, i.e. through SQL Query.
    Please help me out in this concern.
    Nishith Shah

    Informative thread indeed. Wish I saw it early enough. Managed to come up with the code below before I saw this thread.
    declare @TTName Table
    (TableSchemaTableName
    varchar
    (500),
    [status] int
    default 0);
    with AvailableTables
    (TableSchemaTableName)
    as
    (select
    QUOTENAME(TABLE_SCHEMA)
    +
    +
    QUOTENAME(TABLE_NAME)
    from
    INFORMATION_SCHEMA.TABLES)
    insert into @TTName
    (TableSchemaTableName)
    select *
    from AvailableTables
    declare @TableSchemaTableName varchar
    (500)
    declare @sqlstatement nvarchar
    (1000)
    while 1=1
    begin
    set @sqlstatement
    =
    'DROP TABLE '
    + @TableSchemaTableName
    exec
    sp_executeSQL
    @sqlstatement
    print
    'Dropped Table : '
    + @TableSchemaTableName
    update @TTName
    set [status]
    = 1
    where TableSchemaTableName
    = @TableSchemaTableName
    if
    (select
    count([Status])
    from @TTName
    where [Status]
    = 0)
    = 0
    break
    end

  • How can I make all the Tables in my spreadsheet to work as one?

    I made a spreadsheet for work in Numbers '09 but do to the computers that we have at work, I have to have it exported to Windows Excel, but when I try to export the spreadsheet since I used more than 1 table to create this spreadsheet, each table is converted to an Excel worksheet, and all other objects are placed on separate worksheets since there's more than one table. and I want to know is there anything I can do, to export everything in one spreadsheet, for all the tables to work as one spreadsheet. PLEASE HELP!!

    You may be able to easily consolidate all your tables into one big table to make it equivalent to an Excel worksheet. You can copy/paste from one table to another and you can drag columns or rows from one table and insert them into another. Note that formulas that use column letters or row numbers instead of specific ranges (i.e., B instead of B2:B10) will now refer to the entire column/row in the destination table.
    Without doing this, all the tables, when exported to Excel into separate worksheets, should still work together just like they did in Numbers. Are you saying that they do not?
    Not much you can do about objects.

  • How to find out all the tables associated with particular T-code or Program

    Hi All,
    In 4.6B we have a transaction code SE49, where we can see all the tables associated with particular Transaction code or Program.
    But in ECC 5.0 or in ECC 6.0 this transaction code is not available.So is there any alternative where i can find out all the tables associated with particular T-code or Program.
    Thanks
    Shubham

    Hi,
    you are right, Transaction SE49 as well as SE48 do not exist anymore I'm afraid, they        
    are discontinued.                                                              
    You might try to create a transaction variant:                                        
    1) Start SE93 to create a transaction variant                                         
    2) Specify a name, eg. ZSE49, and choose the first option:                            
       "program and screen (dialog transaction)                                           
    3) Here specify SAPMSEUZ as program, and 200 as screen number                         
    4) Choose a suitable development class (package) if you want it to be                 
       transportable or Local (=$TMP) if non-transportable                                
    5) press Save                                                                         
    Same applies for SE48, same program but dynpro 100.                                   
    Sorry for not being able the reasons behind the decision to discontinue            
    these transactions. I suppose at least part of the functionality was               
    integrated in SE38.           
    Best regards
    Erika

  • How to find out all the tables in a schema with a particular column

    Hi
    Is there a way to find out all the tables in schema1 that has col1 as one of the columns?

    select table_name from dba_tab_cols where owner='schema' and column_name='col1';

  • HT1911 how do you access all music purchases from years ago

    In December 2010 I bought my two younger daughters Nano's for Christmas. I created accounts for both of their Nano's, gave them I Tune gift cards and I think, but I do not remember, spent at least 150.00 in music and movie for thier gift cards for each child.
    Since that time, we where dislocated due to domestic violence, at that time had a Gateway Windows Vista Laptop, that was stolen, me and my little troop relocated again, and low and behold... There Nanao's where stolen, in addition to Nintendo DS, Nintendo DS 3D, another laptop, our vehicle and I have the touch smart PC.
    Is there anyway that you can gain access to the music that you purchased.
    I know I am asking a question rather late, but it took me nine months just to figure out this computer.  And if you are wondering.... I can not stand city life, I can not stand how evil and corrupt people have become. I miss leaving my keys in the ignition, front door open and you do not have to worry about all the material belongings that you saved, sacraficed for a long time just to try to make your childrens world a little brighter!!
    yurjules

    I do have some music back up, but I only have one video(because I couldn't get the others), and I also have some music that I bought directly from the ipod touch's iTune, not on the computer, so that is why I am asking the question.

  • How do I find all the tables that are used by an application component?

    .

    Hi ,
                Goto SE93, then pull down the Transactioncode field then select  SAPApplications. Then you will get all the T-codes application wise. Then try to analyze the tables used by the T-codes.
    Regards,
    Hari.
    Edited by: Hariprasad K on Mar 31, 2008 6:40 PM

  • How do you remove all the gray exclamation icon songs from the Library?

    I've been burning all my CD's to an external hard drive. At some point the location of my iTunes Library switched from the external drive to the local drive. (Any idea why that would happen?) So about half the CD's were imported the the local drive.
    So I copied all the music folders from the local drive to the external drive and then deleted the extra copies from the local drive. Now the problem is that those songs are showing up twice in the library! Each song has one listing that's a working version and a second listing with a grey exclamation icon next to, saying it can't locate the song.
    How can I delete every song in the library that has the gray exclamation icon?
      Mac OS X (10.3.9)  

    I've been burning all my CD's to an external hard
    drive. At some point the location of my iTunes
    Library switched from the external drive to the local
    drive. (Any idea why that would happen?) So about
    half the CD's were imported the the local drive.
    So I copied all the music folders from the local
    drive to the external drive and then deleted the
    extra copies from the local drive. Now the problem
    is that those songs are showing up twice in the
    library! Each song has one listing that's a working
    version and a second listing with a grey exclamation
    icon next to, saying it can't locate the song.
    How can I delete every song in the library that has
    the gray exclamation icon?
      Mac OS X (10.3.9)  
    you'll have to just left click and remove them

  • How do you clear ALL the music from an iPhone so you can reload a fresh copy?

    How do you clear the iPhone of ALL music so you can load a fresh copy from iTunes?

    Sync it with iTunes.
    There's no need to "clear" it first.
    If it is not selected to sync, it will remove it from the iPhone.

Maybe you are looking for

  • Tips for Changing Flash Website to HTML / Dreamweaver

    I am going to be taking over the management of a website that was designed entirely in Flash. There really is no need for the entire website to be entirely in Flash - it is confusing to navigate and most of the content would be so much easier to upda

  • Private constructor in abap OO

    Hi folks, I'd like to create a factory method in a class. The factory method returns objects (corresponding to certain keys) of the class by first checking an internal map for the key and then returning the pertaining object if an entry for that key

  • My MacBook Air is frozen when I started it again. What can I do ?

    See the problem above

  • I cant open raw photos in cs4

    i cant open raw photos in cs4 with the canon 5d mark 3 the plug in doesnt work

  • How to Hide the Column Heading of BEx Query Output

    Hi Experts, I Designed  BEx Query for BO Xcelsius, at the time of showing Bex Report in  Xcelsius it is displaying the like              Calday           01.01.2010      02.01.2010............. Plant     keyfigure P1        Plan                 10