Creating tables on SQL studio and viewing the table in the SAP system

i have just created a table using the SQL studio and wants to use it view it in the SAP system using the SAP logon. till now i have not found a way to create it therefore any help is much appreciated.

Hmm... you want to see tables via SAPLogon ??
Ok, let's assume you really want to access tables via ABAP instead.
For that you've two options:
1. Create the table in the ABAP dictonary (SE11) exactly like you created it in the database and activate the table.
After that you can access the table via SE16 or any ABAP as you like.
2. You don't create the table in the ABAP dictonary and use native SQL to access the data.
Neither of these options is meant to be the way to do it.
The correct way would be to design the whole table in the ABAP dictionary and create the table on the database from that.
regards,
Lars

Similar Messages

  • Need To Create a table in Sql Server and do some culculation into the table from Oracle and Sql

    Hello All,
    I'm moving a data from Oracle to Sql Server with ETL (80 tables with data) and i want to track the number of records that i moving on the daily basis , so i need to create a table in SQL Server, wilth 4 columns , Table name, OracleRowsCount, SqlRowCount,
    and Diff(OracleRowsCount - SqlRowCount) that will tell me the each table how many rows i have in Oracle, how many rows i have in SQL after ETL load, and different between them, something like that:
    Table Name  OracleRowsCount   SqlRowCount  Diff
    Customer                150                 150            
    0
    Sales                      2000                1998          
    2
    Devisions                 5                       5             
    0
    (I can add alot of SQL Tasks and variables per each table but it not seems logicly to do that, i tryid to find a way to deal with that in vb but i didn't find)
    What the simplest way to do it ?
    Thank you
    Best Regards
    Daniel

    Hi Daniel,
    According to your description, what you want is an indicator to show whether all the rows are inserted to the destination table. To achieve your goal, you can add a Row Count Transformation following the OLE DB Destination, and redirect bad rows to the Row
    Count Transformation. This way, we can get the count of the bad rows without redirecting these rows. Since the row count value is stored in a variable, we can create another string type variable to retrieve the row count value from the variable used by the
    Row Count Transformation, and then use a Send Mail Task to send the row count value in an email message body. You can also insert the row count value to the SQL Server table through Execute SQL Task. Then, you can check whether bad rows were generated in the
    package by querying this table.  
    Regards,
    Mike Yin
    TechNet Community Support

  • Who is right? Sql 2005 SSMS view of table or INFORMATION_SCHEMA?

    We scripted an old sql 2005 table under Management Studio and got this:
    CREATE TABLE [dbo].[TestTable](
     [myId] [int] IDENTITY(1,1) NOT NULL,
     [Item_#] [char](8) NOT NULL, 
     [Count] [smallint] NOT NULL,
     [ProductName] [char](45) NOT NULL,
     [U_Item_#]  AS (upper([Item_#])),
    Notice that U_Item_# computed column appears in the 5th ordinal position from the top.
    Next I ran this query:
         select table_ProductName, column_ProductName, ordinal_position
         From INFORMATION_SCHEMA.COLUMNS
         where table_ProductName = 'TestTable'
    Results returned:
    table_Name      column_Name       ordinal_position
    TestTable         myId                   1
    TestTable         Item_#                2
    TestTable         U_Item_#            3
    TestTable         Count                   4
    TestTable         ProductName        5
    TestTable         U_ProductName     6
    Notice that  U_Item_# is now in ordinal positon 3 which is not the same as that returned by the script.
    Which  one is to be believed? (SSMS or INFORMATION_SCHEMA.COLUMNS)
    TIA,
    edm2

    This is what I got in SQL Server 2014, same as CREATE TABLE:
    select table_name, column_name, ordinal_position
    From INFORMATION_SCHEMA.COLUMNS
    where table_name = 'TestTable'
    TABLE_NAME COLUMN_NAME ORDINAL_POSITION
    TestTable myId 1
    TestTable Item_# 2
    TestTable Count 3
    TestTable ProductName 4
    TestTable U_Item_# 5
    Kalman Toth Database & OLAP Architect
    SQL Server 2014 Design & Programming
    New Book / Kindle: Exam 70-461 Bootcamp: Querying Microsoft SQL Server 2012

  • Parse SQL query and extract source tables and columns

    Hello,
    I have a set of SQL queries and I have to extract the source tables and columns from them.
    For example:
    Let's imagine that we have two tables
    CREATE TABLE T1 (col1 number, col2 number, col3 number)
    CREATE TABLE T2 (col1 number, col2 number, col3 number)
    We have the following query:
    SELECT
    T1.col1,
    T1.col2 + T1.col3 as field2
    FROM T1 INNER JOIN T2 ON T1.col2=T2.col2
    WHERE T2.col1 = 1
    So, as a result I would like to have:
    Order Table Column
    1 T1 col1
    2 T1 col2
    2 T1 col3
    Optionally, I would like to have a list of all dependency columns (columns used in "ON", "WHERE" and "GROUP BY" clauses:
    Table Column
    T1 col2
    T2 col1
    T2 col2
    I have tried different approaches but without any success. Any help is appreciated. Thank you in advance.
    Best regards,
    Beroetz

    I have a set of SQL queries and I have to extract the source tables and columns from them. In a recent db version you can use Re: sql injection question for this.

  • SQL Studio and DB Manager GUI - wrong installers

    There is a bug in these downloads.
    Under DB_Manager_GUI_7_6_Windows_x86_32_bit.exe is installer of SQL Studio, and under SAP_MaxDB_SQL_Studio_7_6_Windows_x86_32_bit.exe is installer of DB Manager GUI respectively.
    Please switch/rename these files. Chris

    Hello,
    1)
    Please review the document at
    http://maxdb.sap.com/doc/7_7/default.htm -> Glossary -> Database Manager
    "SAP MaxDB Database Manager is a database tool for creating and managing databases, database users, and Database Manager operators."
    You could run the SAP MaxDB Database Manager without passwords, but you need the user/pwd information to connect to the database.
    2)
    You could check the default database user's , DBM Operator passwords in MaxDB Library:
    http://maxdb.sap.com/doc/7_7/default.htm -> Glossary -> DBM Operator
    http://maxdb.sap.com/doc/7_7/default.htm -> Glossary -> Database System Administrator
    -> Changing Passwords of Standard Users
    3)
    If you have further questions/problems to connect to your database using Database Manager, please create the new thread. Please post also additional information :
    What is the version of the database instance?
    What SAP MaxDB Database Manager tool you are using < dbmcli ? Database Studio? DBMGUI? > ?
           What version?
    Thank you & best regards, Natalia Khlopina

  • When i open an mp3 file from a source other than apple, does itunes create it's own file and can I then delete the original mp3?

    when I open a music file from a source other than apple, does itunes create it's own file and can I then delete the original mp3?

    If you use iTunes' default settings then when you add a file to iTunes it places a copy of the file in the iTunes media folder and it leaves the original in place.  The exception is when you drag it to the Automatically Add To iTunes folder.
    It does not convert the file.  You can delete the original if you wish.

  • I have a Mac Pro 4,1 quad core intel Xeon running mac OSX 10.6.8 and I have just moved studios and now need to use the Internet wirelessly but there's no airport facilities on this model can anyone tell me what model of airport card I would need for this

    I have a Mac Pro 4,1 quad core intel Xeon running mac OSX 10.6.8 and I have just moved studios and now need to use the Internet wirelessly but there's no airport facilities on this model can anyone tell me what model of airport card I would need for this mac

    Instead of getting a wireless card for the Mac Pro, you might want to consider getting an 802.11ac wireless bridge device that would enable you to connect more than one device to it by Ethernet cable and to eventually take advantage of the faster 802.11ac wireless standard.

  • Creating variables in Process Flows and using thse variables in the filter

    Hi,
    I am new to OWB and in learing stage. Need to information.
    *1. as to how pass/create/use variables to OWB mapping ?*
    *2. Creating variables in Process Flows and using thse variables in the filter operator of the OWB mapping?*
    *3. Other mechanisms of how to create/use variables within OWB mapping itself ?*
    can you please provide the above details and guide me / help me in this regard.
    Thanks,
    skms.

    1. Add parameters to your mapping using the MAPPING INPUT PARAMETER from the pallette.
    2. Add parameters to the START operator in the process flow. Bind the process flow parameter to the Mapping parameter.
    3. May be appropriate to use CONSTANTS instead of parameters.
    Regards
    Si

  • "File" and "View" are missing from the ribbon in Excel, MS Office 2011, please help!

    "File" and "View" are missing from the ribbon in Excel, I'm running MS Office 2010.  Please help!

    Post your question on the MS Mac forums as it's their software you're having issues with:  http://answers.microsoft.com/en-us/mac?auth=1

  • Since installing Lion, no Finder window will open on the desktop.  I can see them through "Quick Look" and "View all Windows" in the contextual menu for Finder in the

    Since installing Lion, no Finder window will open on the desktop.  I can see them through "Quick Look" and "View all Windows" in the contextual menu for Finder in the dock.

    Help please!

  • I just downloaded the new Firefox 4, rebooted, and viewed you videos re the new look and new features. Problem is, my toolbars look no different than before. The new icons you talk about do not appear on my screen. Please advise. Thank you.

    I just downloaded the new Firefox 4, rebooted, and viewed your videos re the new look and new features. Problem is, my toolbars look no different than before. The new icons you talk about do not appear on my screen. Please advise. Thank you.

    The Firefox icon is the default feature for Windows Vista and 7 only, it does not apply to Windows XP users.
    To have the Firefox icon instead of the Menu Bar:
    View > Toolbars and UNCHECK the Menu Bar.
    After that, click on the Firefox icon and you'll have the Menu Bar appear again.
    http://support.mozilla.com/en-US/kb/Menu%20bar%20is%20missing

  • Comparing Two tables with 300k records and update one table

    Could you let me know how to compare two tables having 300k records and update one table.below is the scenario.
    Table Tabl_1 has columns A,B and Tabl_2 has columns B,new_column.
    Column B has same data in both the tables.
    I need to update Tabl_2 in new_column with Tabl_1 A column data by comparing B column in both tables.
    I m trying to do using PLSQL Tables.
    Any suggestion?
    Thanks.

    Hi,
    Whenever you have a problem, please post a little sample data (CREATE TABLE and INSERT statements, relevant columns only) from all tables involved, so that the people who want to help you can re-create the problem and test their ideas.
    Also post the results you want from that data, and an explanation of how you get those results from that data, with specific examples.
    If you're asking about a DML statement, such as UPDATE, the CREATE TABLE and INSERT statements should re-create the tables as they are before the DML, and the results  will be the contents of the changed table(s) when everything is finished.
    Always say which version of Oracle you're using (for example, 11.2.0.2.0).
    See the forum FAQ: https://forums.oracle.com/message/9362002
    ef2019c7-080c-4475-9cf4-2cf1b1057a41 wrote:
    Could you let me know how to compare two tables having 300k records and update one table.below is the scenario.
    Table Tabl_1 has columns A,B and Tabl_2 has columns B,new_column.
    Column B has same data in both the tables.
    I need to update Tabl_2 in new_column with Tabl_1 A column data by comparing B column in both tables.
    I m trying to do using PLSQL Tables.
    Any suggestion?
    Thanks.
    Why are you trying to use PL/SQL tables?  If tabl_1 and tabl_2 are regular database tables, it will be much simpler and faster just to use them.
    Depending on your requirements, you can do an UPDATE or MERGE, either in SQL or in PL/SQL.

  • Transaction to view the incoming emails into SAP system

    Hi Experts,
    Just like SOST for viewing outgoing email from SAP, is there any transaction exist to view the incoming emails into SAP system. Any comments on this concept is most welcome.
    Thanks in advance,
    Viven

    Check the T_codes in the package SO. All we have is in that package. I doubt except SAPoffice there is something. this should be handled by the Exchange server.
    Amandeep

  • Clarification of the logical structure of sap system & enterprise structure

    Dear Sap Gurus,
    Kindly help me to clarify the following words.I am grateful for answers.Answers will be rewarded with points.Simple & brief explanatios are highly appreciate.Thank you.
    1.FI Enterprise Structure
    my answers:Collection of organization units is called fi enterprise structure.
    2.Organization Units
    a.An element in the logical structure of sap system is called organization unit.
    3.The Logical Structure Of Sap System=?
    Best Regards
    priya desai

    Hi Priya,
    The Enterprise Structure represents the structure of a company according to personnel administrative, time management and payroll perspectives. The company structure describes elements of the company and there dependencies.
    The 'Organizational Units' in SAP, are the elements or structures representing the business functions, and are used in reporting. for example, Client (across the various modules), Company Code (FI), Controlling area (CO), Plant (logistics), sales organization (SD), Purchasing organization (MM), Employee Group (HR) etc.
    Thanks
    Para

  • Migrate PY and TM cluster data from One SAP System to another

    Hi Experts,
    Could you please suggest me some options to migrate PY and TM cluster data from One SAP System to another? My requirement is to move all the cluster data (Active and Inactive ees).
    I see that PU12 is an option. Anybody used that to migrate between SAP systems. Please provide some details
    Points guaranteed
    I see that using PU12 you can export only PCL2 Clutsers. Are there any ways to move the other clusters like PCL4 ?

    Hi,
    As far as data transfer, If have all normal configuration settings in your targeted system you can use LSMW (Use T.code AS91 in LSMW for recording)  to transfer your data in your both cases.
    Hope it resolves your both the issues.
    Regards,
    Murali

Maybe you are looking for

  • XML Publisher Report in EBS without Standard Oracle Report

    Hi folks , i have some questions. Can I create a XML Publisher Report for the EBS without a Standard Oracle Report in EBS. So that I can build up the files with the Desktop Publisher, create Data Definition / Template with Upload / Create the executa

  • Trouble opening attachments

    I find I am getting attachments that I can't open on my Mac, but have no problem opening on my PC. (I'm new to Mac so running both machines now as I am in changeover phase) The attachments I am having problems with seem to be WORD docs with the suffi

  • Approver Not Found IN CUP While Executing a Request.

    Hi Experts, I have created a new request type for new role creation in CUP(AC 5.3 SP7),created a initiator for that and included the new request type in that.I have also created a new stage and selected a custom approver determinator with attribute t

  • QT won't export to WMV

    I made a movie out of a powerpoint presentation, and it exported into .mov file just fine. But it won't export as a .wmv file. I've tried every one of the settings, but it only captures the first 25 seconds or so. PPC G4 Mac OS X (10.3.9) 1GHZ, 640 R

  • Photoshop Elements 9 won't update online

    It was working fine but now I am getting the message  'The update server is not responding, the server may be temporarily offline or the internet or firewall settings may be incorrect' I have been getting this message for 3 days?