Need to see all columns in PSA

hi, I am in BW,DS, manage, psa.  I want to see all the columns in psa.  how do i see?
Thanks,
Radha

Find out the data load request from RSMO Heasder tab,
Find the record in table RSTSODSPART for that request,
Value in the field Technical ODS name is the name of the table for PSA
You can go to SE16 and then view contents for this table..
OR
Right click Cube/ODS and select show dataflow,
TurnON technical names,
IT shall give you the technical name of PSA,
Go to SE16 and use this name to view all the contents of PSA at once

Similar Messages

  • Am unable to see all COLUMNS of my_ALV in SPOOL from a BACK GROUND JOB, Why

    hi experts,
    pls. clarify m ysimple doubt that,
    Am running a ALV report in my_BACK GROUND..........this ALV contains 16 comuns...........I ´got the SPOOL from the scheduled my_BACK GROUND.......I noticed that, ONLY 9 columns are showing up?????????????
    so,
    1 - If I take print, all the columns will come show up?
    2 - If I/user waanna to see totla columns, than How to get it done?
    3 - Why SAP is so?
    thanq

    Hi Srini,
      I do faced the same problem and struggle a lot. I have done two things and My problem is resolve .
    1. First my Report autom mail come in PDF format that we have change to HTML view. (Basis people can do it.)
    2. Page format previously it was X_44_120  we have change it to  X_58_170 and the problem is resolve.
    hope it will be help full for you.
    Regards
    Swati....

  • Need to see ALL files in folder when saving from Word 2003 OR Word 2013 program

    Here is the issue.... A customer of mine has the need to save files in order (Communications with customers by date and time)
    BUT..... when saving the file word does not let him see ALL the documents (.doc AND .docx) in the save dialog. (I know we could convert but there seems to be issues with the conversion, at least on the research I have done)
    Is there a way for the Word save dialog box to display ALL the files in the selected folder?  OR is this just an undocumented feature OR a WOW we never thought of that....
    Thanks!
    John
    John Huber

    Hi,
    When we save a Word document, the "Save As" dialog only displays these files which are the same type as the one we are trying to save. To display other types of files, select from the "Save as type" box, but I haven't realized there's a way to show
    all types of files when saving. This is just how it works so far.
    Thanks,
    Melon Chen
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

  • Need to see all records stored in a file

    Hello
    I have a simple question about ObjectOutputStream and ObjectInputStream.
    I have a Person class which contains infomation about a person
    When the user presses the savebutton I need to write this to file
    ***SAVEBUTTON******
    p.setName(nameTextField.getText());
    p.setAge(Integer.parseInt(ageTextField.getText()));      
    writeRecord(p);
    ***WRITERECORD***'
    openW();
    outFile.writeObject(p);
    outFile.flush();
    ***READRECORD*******
    p = (Person)inFile.readObject();           
    nameTextField.setText(((Person)p).getName());
    ageTextField.setText(new Integer(((Person)p).getAge()).toString());
    inFile.close();
    I have a read button which must show all records in my textfields.
    Pressing the read button should show the first person and then the second etc.
    But it seems that I can only see the last record entered.
    So the question is how to be able to solve this in the best way.
    Should I use an array to somehow solve this or how do I see all persons one by one?
    THANKS

    I don't see a reference to the number of records you are processing nor a reference to the amount of resources on the client side or any business rules implementations. Those may have bearings on how you choose to iimplement your display model.
    generally speaking -- when dealing with 10's of thousands or more, I prefer to use database with ResultSets and some type of caching scheme, when using small amounts of data, then you have the luxury of making in memory structures for your entire set.

  • Cannot see all columns in dashboard,but  can see in RPD

    I added a new datasource ,can see everything fine in the Admin Tool in all the layers but cannot see the columns in the dashboard in subject area.
    The permissions are read only in the Admin Tool.

    Check the Permissions in Presentation Layer for the user you have logged in.
    Thanks,
    Sasi Nagireddy.

  • Alv report in background job - Unable to see all columns

    Dear Gurus,
      I tried to run an ALv report in the foreground and it works perfectly fine and shows 42 columns. But when i run it in the background, the resultset only contains 12 columns. Is there a particular reason why this is happening. What steps can i take to remedy this.
    ~thanks, appreciate it.

    You do it like this...
    REPORT zdummy_sandbox NO STANDARD PAGE HEADING line-SIZE 255.
    Where LINE-SIZE is the size of your report screen and 255 is the max size (Maybe more or less..not sure)...basically, the ABAP standard line size for reports is kinda short...so if your ALV got 42 columns, you need to extends the size of the report output to make everything fit -:)
    Greetings,
    Blag.

  • How to see all the columns in the spool output of an ABAP program

    I have an ABAP program which displays all the columns when I run it manually. (by scrolling to the right using right arrows). When I run that report in the scheduler and when I see the output in the spool in transaction SP01, it does allow me to go to the right to see all columns.
    thanks
    Ram

    Check OSS Note 409339 - Spool requests with ABAP lists with more than 255 columns.
    Summary
    Symptom
    As of Release 4.6x, the ABAP list processor can create spool requests for ABAP lists with a width of more
    than 255 columns. However, when you print using the SAP spool, only the start of the list lines is printed,
    the rest of the line is truncated at the end of the page.
    Other terms
    ABAP, lists, print parameter, LINE-SIZE
    Reason and Prerequisites
    Creating "wide" lists on the screen (in other words, lists in the SAPGUI with more than 255 columns) was
    already introduced by the ABAP list processor for Release 4.0B. However, before Release 4.6 these lists
    cannot be printed out in the width used on screen.
    In older releases (for example, 4.0B, 4.5B), you were not able to generate spool requests for lists with a
    width of more than 255 columns:
    The system issues error message PT 026: "No. of columns > 255, no standard print-out possible".
    Therefore, we did not have the problem described here of non-existing device-type support in 4.0/4.5 for
    printing out "wide" lists.
    Up to and including 4.6C there are no SAP device types that support print formats for lists with a width of
    more than 255 characters). Since Release 3.0A, all SAP device types support a maximum list width of 255
    characters with device format X_65_255.
    Solution
    When you create the spool request and a print dialog box appears, enter a column width of maximum 255
    in the "Number of columns" field.
    As of Release 4.6D, you have the option of using device type SWIN with the new format X_65_1024/4 when
    printing with Windows (see Note 213382).

  • PSE9 Organizer - How to see all files in Folder view?

    In v8, there is a tab under Edit/Preferences named "Folder Location View" that allowed one to select either to see all files or just those in the folder that is selected.  I can't find this option in PSE9.  Anyone know what happened to it?
    PSE0 defaults to seeing only those files in the selected folder, which is normally my preference as well, except when I am doing certain things and then I really need to see all files in all folders.
    For example, I need/want to write my tags to the file meta data in all of my files, but I have to go to each folder individually to do this and then I can only do it on that individual folder.  I really would like to be able to select all of my files and fire it off (yes, I know that would take forever, but I could go do something else while it is processing.)
    This is the second reason that upgrading to PSE9 is really downgrading.  One shouldn't lose functionality that has existed in several (all?) previous versions!
    Hopefully, this setting has just moved and I can't find it.  If not, Adobe, please add it back in ASAP!!
    Thanks,
    ...Rich

    Oh, I forgot to comment on the ability to create an album instantly by folder name.
    That really seems like a pretty useless "feature" for all but the most challenged user.
    All you need to do without the feature is select all photos in a folder (ctrl a) and then drag them to the folder name.  That just doesn't seem to be all that difficult.
    Thanks again.
    ...Rich

  • How to see all the tables in ABAP

    how to see all the tables in ABAP
    i need to see all the tables present in tcode se16.

    Hi Thiru ,
    its tough to give all.so pls see the below links u can get all.
    http://www.erpgenie.com/abap/tables.htm
    https://www.sdn.sap.com/irj/sdn/advancedsearch?query=listofalltablesin+abap&cat=sdn_all
    http://www.guidancetech.com/people/holland/sap/abap/
    http://www.sap-img.com/ab017.htm
    http://abap-gallery.blogspot.com/
    thanks
    karthik

  • How to search all columns of all tables in a database

    i need to search all columns of all tables in a database , i already write the code below , but i've got the error message below when run this script
    DECLARE
    cnt number;
    v_data VARCHAR2(20);
    BEGIN
    v_data :='5C4CA98EAC4C';
    FOR t1 IN (SELECT table_name, column_name FROM all_tab_cols where owner='admin' and DATA_TYPE='VARCHAR2') LOOP
    EXECUTE IMMEDIATE 'SELECT COUNT(*) FROM ' ||t1.table_name|| ' WHERE ' ||t1.column_name || ' = :1' INTO cnt USING v_data;
    IF cnt > 0 THEN
    dbms_output.put_line( t1.table_name ||' '||t1.column_name||' '||cnt );
    END IF;
    END LOOP;
    END;
    Error report:
    ORA-00933: SQL command not properly ended
    ORA-06512: at line 7
    00933. 00000 - "SQL command not properly ended"
    *Cause:   
    *Action:
    Any help please

    SQL solutions by Michaels
    michaels>  var val varchar2(5)
    michaels>  exec :val := 'as'
    PL/SQL procedure successfully completed.
    michaels>  select distinct substr (:val, 1, 11) "Searchword",
                    substr (table_name, 1, 14) "Table",
                    substr (t.column_value.getstringval (), 1, 50) "Column/Value"
               from cols,
                    table
                       (xmlsequence
                           (dbms_xmlgen.getxmltype ('select ' || column_name
                                                    || ' from ' || table_name
                                                    || ' where upper('
                                                    || column_name
                                                    || ') like upper(''%' || :val
                                                    || '%'')'
                                                   ).extract ('ROWSET/ROW/*')
                       ) t
    --        where table_name in ('EMPLOYEES', 'JOB_HISTORY', 'DEPARTMENTS')
           order by "Table"or
    11g upwards
    SQL> select table_name,
           column_name,
           :search_string search_string,
           result
      from (select column_name,
                   table_name,
                   'ora:view("' || table_name || '")/ROW/' || column_name || '[ora:contains(text(),"%' || :search_string || '%") > 0]' str
              from cols
             where table_name in ('EMP', 'DEPT')),
           xmltable (str columns result varchar2(10) path '.')
    TABLE_NAME                     COLUMN_NAME                    SEARCH_STRING                    RESULT   
    DEPT                           DNAME                          es                               RESEARCH 
    EMP                            ENAME                          es                               JAMES    
    EMP                            JOB                            es                               SALESMAN 
    EMP                            JOB                            es                               SALESMAN 
    4 rows selected.

  • Firefox only shows 12 sites in toolbar,,i have 47 sites i need to see 24/7

    when i open FF i only see 12 sites listed in the drop down box.I need to see all 47 ,,,24/7,,if there is no fix i will go back to 2.0...3.6 is pretty but doesnt work well for what i do..Is there any way to make all 47 sites show in dropdown box,,if i want to delete 1 i can ,,if not i want to know all visited sites period.not last 12...thx for your help.....

    Only when i go to a different browser (like IE) after i clear it , then all that shows up is the pages i visited in IE , that is what bugs me , why is IE browsing history sowing up in Firefox ??
    Basically , i can clear the history in Firefox , and then for a example , go to Craigslist , using IE7 (launching it from a complete different Icon , in other words at that time i never open Firefox) , then after closing out , or even leaving open as it does not seem to matter , i go into Firefox , and hit History , and there is every place i visited in IE7 , on my History in Firefox

  • How to see all my posts in OTN?

    How to see all my posts in OTN?
    If I click on my username it shows recent posts only.
    Since I need to see all of my posts, I may not remember all key words to seach

    John,
    Have a look at the following thread:
    Searching for your own posts
    Searching for your own posts
    You can also use Google to find your own posts as most of the threads are indexed properly in Google search; I usually use this method to find my own posts.
    Regards,
    Hussein

  • How to see all sql statements on sql commands under history link

    Hi All,
    How to see the all the sql history on sql commands tab.
    I want see all sql statements.
    Where to set if we need to store more sql statments in history.
    We are using Apex3.2 and 10g database(EE).
    Thanks,
    Nr

    I just checked the source code of the SQL commands history region and that report fetches a maximum of 1000 records. I don't know if you change the setting somewhere in the builder, but seeing the code it looks as though 1000 is hard-coded in the report definition(apex 4.0).
    If you need to see all the command history,you can query the original table: APEX_040000.WWV_FLOW_SW_SQL_CMDS
    Note that is an internal table used by apex and hence you might not find any documentation about it(google got me one valid hit: Identifying Inactive Workspaces which seem to confirm the table's use).
    Anyway, here's what you need to do, ask your dba to grant your workspace user select access on this table
    Connect as dba user and run
    GRANT SELECT ON APEX_040000.wwv_flow_sw_sql_cmds to '<WORKSPACE SCHEMA>'Now you can run the following command from your workspace to see the entire command history using
    select * from APEX_040000.WWV_FLOW_SW_SQL_CMDS where parsed_schema = '<WORKSPACE SCHEMA>';You might want to revoke the grant once you have seen the data/taken out an export due to security issues.

  • Question for Printing - Local Administrators can See all printers but ordinary users and additional administrators cannot

    Hello, this is urgent. This is the setting, Using Citrixx XenApp, branch users will print into the head office. The built-in admin can see all printer sessions in head office and branch but ordinary users and additional administrators cannot. 
    Even though, I'll put the users in the group Administrators,still, they cannot see all the printers, they can just see their own. But, I need to see ALL.
    Please help me. Thanks.

    Hi Lei Mab,
    Please understand that this forum is used for the discussion about issues related Windows 7 operating system usage, any 3rd-party software usage issue would not be supported here.
    The curent situation is when you are using Citrixx XenApp for the printing task, please seek help at their official website support forum.
    Meanwhile, if we are in a domain environment, please take a look at the group policies settings, which might be the cause of the issue you encountered.
    Besides, take a look at the following path:
    Control Panel\Hardware and Sound\Devices and Printers
    See if the printers would be listed there.
    Best regards
    Michael Shao
    TechNet Community Support

  • New ical no longer lets you see all-day events without scrolling, can this be changed?

    I have lots of all-day events on my ical, just upgraded to from mobileme to ical and the new calendar does not expand all-day events to allow you to see them all without scrolling.  I really need to see all of them without scrolling through them.  This applies to both the weekly & daily views.  Is there a way to change this?  The previous version allowed you to view them all, I don't call this progress. 

    I understand now - that behavior is annoying under the circumstances you describe, as you clearly want to indicate only a 'delay' in the start date and not necessarily and extension of the end date.
    This is one of those human interface things where they may have considered the behavior, and decided that instantly and automatically maintaining the event duration was the best choice, though a savvy programmer could have likely avoided the issue by testing for a duration of > 1, and changing only those cases where the duration was = 1. Durations of < 1 would not exist, by definition, so it would have been an extremely simple conditional test.
    I don't think that you are actually being too picky: the case you describe is not necessarily the controlling event type, but is highly likely to be encountered [it seems] and therefore should have been accounted for in the manner I described just above, or by some other similar mechanism.
    It's funny how these issues arise: the recently released Entourage single day event definition is different than the one used in iCal, as that team chose to define an all day event as:
    2006-03-15 00:00:00 +0000 for start, and
    2006-03-16 00:00:00 +0000 to end
    While both the iCal event description and the Entourage description might represent the same data points on either a 12 or 24 hour clock, they are clearly not identical, and this 'disconnect' in definitions might cause future problems as both applications push different representations to the truth while describing the same event.

Maybe you are looking for