Work bench

What is workbench organiser?Plz explain abt it?

Hi,
SE09 is the transaction code for  Workbench Organizer...U come across Workbench org in ABAP Workbench which consists of ABAP Editor, ABAP Dictionary, Object Navigator, Menu Painter, Screen Painter, Repository Information System, Test and Analysis Tools, Function Builder, Data Modeler, Workbench Organiser.
The Abap Workbench is used by SAP for the development of standard and custom application software. The Abap workbench is also used to create dictionary objects. It consists of the following components.
!> Abap Editor - It is used to maintain, cretae and execute Abap programs.
2> Abap Dictionary - It is used  to maintain Dictionary objects.
3> Object Navigator - It is used to display a Hierarchical structure of the components in a development class..
4> Menu Painter - It is used to develop graphical user interfaces, including menu bars and tool bars.
5> Screen Painter- It is used to maintain screen components for an online program.
6> Repository Info system- It contains info about development and runtime objects such as data models, dictionary types and table structure, programs and functions.
7> Test and Analysis tools - This includes syntax check and the debugger.
8> Function Builder - This allows you to create and maintain function group and function modules.
9> Data Modeler - This supports graphical modeling.
10> workbench organizer - This allows the maintenance of multiple development projects and manages their distribution.
if useful reward with points.
with regards,
Madhuri.

Similar Messages

  • Void multiple PY checks not through off cycle work bench

    Hello,
    We had a scenario where we had to void nearly 60 regular PY checks in our previous period. The postings to FI did not happen yet. We went to off cycle work bench and voided 60 checks one after the other.
    Is there any quicker way to void multiple PY checks (If we know the check number to void). What if we run into a scenario where we need to void few hundreds.
    Any advice is greatly appreciated.

    Hi Priya,
    I feel you have got answer of this query.... as it was processed through another thread. I will request you to close this thread as for a question 2 threads are there. And if moderator will see it then they may block the thread.
    - Praveen

  • Oracle Work Bench - MS SQL to Oracle

    Hi,
    I am using oracle work bench for migrating MS SQL database to Oracle 8i. When i am trying to migrate the Stored procedures with cursors, i am get expections. I am able to migrate tables and SPs (which don't have any cursors in it). I will cite an example for better understanding. Assuming the following is SP in MS SQL
    create or replace procedure test1
    @id varchar(20)
    as
    declare @cur1 cursor
    if @id = '1' then
    begin
    set @cur1 = cursor scroll KeySet for
    select test1 from table_test
    end
    else
    begin
    set @cur1 = cursor scroll keyset for
    select test3 from table_test2
    end
    open @cur1
    close @cur1
    deallocate @cur1
    /* END OF PROCEDURE */
    When i try to parse it using Oracle Workbench, i am getting the following exception in log.
    "Error occured at line 4: OracleWorkBench.sa.test1; oracle.mtg.sqlserver7.parser.ParseException: Parse error at line 4. Encountered: Declare"
    Any help is greatly appreciated.

    Sadigue,
    The Workbench uses an underlying repository, so all the choices you make are saved. However the primary usage of the tool, is one off migration, not continous migration. If you want to rerun multiple times, you should probably generate the offline schema and data migration scripts.
    Donal

  • Error in Starting Migration Work Bench

    I have installed Oracle Enterprise 8.1.7 with Migration work bench installed as well. When starting the migration work bench from start menu, I run into the following error. I would appreciate any insight regarding the problem.
    ** Oracle Migration Workbench
    ** Release 1.3.0.0.0 Production
    ** ( Build 18072000 )
    ** ORACLE_HOME: C:\oracle\ora81
    ** user language: en
    ** user region: US
    ** user timezone: CST
    ** file encoding: Cp1252
    ** java version: 1.1.7.30o
    ** java vendor: Oracle Corporation
    ** o.s. arch: x86
    ** o.s. name: Windows NT
    ** o.s. version: 5.0
    ** Classpath:
    C:\oracle\ora81\Omwb\olite\Oljdk11.jar;C:\oracle\ora81\Omwb\olite\Olite40.jar;C:\Program Files\Oracle\jre\1.1.7\lib\rt.jar;C:\Program Files\Oracle\jre\1.1.7\lib\i18n.jar;C:\oracle\ora81\Omwb\jlib;C:\oracle\ora81\Omwb\plugins\SQLServer6.jar;C:\oracle\ora81\Omwb\plugins\Sybase.jar;C:\oracle\ora81\Omwb\plugins\MSAccess.jar;C:\oracle\ora81\Omwb\plugins\SQLAnywhere.jar;C:\oracle\ora81\Omwb\plugins\SQLServer7.jar;C:\oracle\ora81\Omwb\jlib\omwb-1_3_0_0_0.jar;C:\oracle\ora81\jdbc\lib\classes111.zip;C:\oracle\ora81\lib\vbjorb.jar;C:\oracle\ora81\jlib\ewt-swingaccess-1_1_1.jar;C:\oracle\ora81\jlib\ewt-3_3_6.jar;C:\oracle\ora81\jlib\ewtcompat-opt-3_3_6.zip;C:\oracle\ora81\jlib\share-1_0_8.jar;C:\oracle\ora81\jlib\help-3_1_8.jar;C:\oracle\ora81\jlib\ice-4_06_6.jar;C:\oracle\ora81\jlib\kodiak-1_1_3.jar
    ** Started : Mon Jun 30 11:06:10 CDT 2003
    Exiting
    java.lang.NullPointerException: cannot add null item to LWChoice
         at oracle.ewt.lwAWT.LWChoice.addItem(Unknown Source)
         at oracle.mtg.migrationUI.LoginDialog._run8iLiteEnabledDialog(LoginDialog.java:509)
         at oracle.mtg.migrationUI.LoginDialog.run(LoginDialog.java:358)
         at oracle.mtg.migrationUI.MigrationApp.init(MigrationApp.java:272)
         at oracle.sysman.emSDK.client.appContainer.WebApplication.main(WebApplication.java:2876)

    Please post your qeustion in the Migration Workbench forum. The URL is:
    Database and Application Migrations
    You may also be interested in OTN's Migration Center.
    The URL is:
    http://otn.oracle.com/tech/migration/

  • Changes made to the database are not being affected in Toplink work bench..

    Hi,
    Im recently encountering the following problem with Toplink mapping work bench.
    The cchanges are not visible when I make any changes to the underlying database tables and retrieve that tables into mapping work bench .
    The retrived table information still contains old information and the new fields added are not seen and the old fields which were deleted are not deleted.
    Is there any cache associated with TOplink..if so How can I flush that cache so that i always end up with the latest DDL s in my Toplink
    Thanx in advance...
    Regards
    Mahi

    You need to explicitly refresh the tables. In the Mapping Workbench, select or multi-select the tables you'd like to refresh, right click on them and choose "refresh".
    IF you are doing that, and not seeing the changes, then the most likely issue is that you are connecting to a different database and/or using a different JDBC login.
    - Don

  • POET vs GL Account in AP Invoice Work Bench

    Dear Members,
    We are on 11.5.10 version of e-business suite.
    If a User enters an Invoice manually through AP Invoice Work Bench form, he has two methods to enter a GL string at the distribution level.
    There are two cases here :
    1. when we go to the distributions form and enter a POET with Account field blank and when we save , then auto accounting automatically derives a GL string(Account).
    2. We can also enter GL String manually in the distributions, then auto accounting does not come in to picture since user already entered a GL string.(Assumption is that POET is not entered).
    My question is there any flag at the distribution level which says about whether a GL string is entered manually or its derived from POET combination.
    Thanks
    Sandeep

    Only on a Service type invoice would you be able to select a GL at the transaction level.
    In your case if you want to see the values going to different GL's this has to be addressed through GL determination.  If you are using Item Groups bases GL then the items has to be segregated by item group.  If this is more of a virtual segragation then just for reporting purposes you could use Projects
    Create a project for each type of transaction
    Purchases---
    Purchases Local
    Purchases Outside
    Purchases Readymades
    Suda

  • Asset work Bench

    Hi Guys,
    Any idea how the Remaining life years and months is calucualted in Fixed assets Oracle?
    These feilds Remaining life years and months is in the financial information of the Asset Work bench.
    Thanks,
    RVV

    Ok THanks for the reply Manish,
    But i want to show that in the report and using the below condition and not able to match the data, can you please let me know where am i missing
    Taking the below data from FA_BOOKS
    TRUNC(ADD_MONTHS(deprn_start_date,life_in_months)-SYSDATE)/30 Rem_life_Months --new
    TRUNC(ADD_MONTHS(deprn_start_date,life_in_months)-SYSDATE)/(31*12) Rem_life_Years --new
    Thanks,
    RVV

  • Asset Work Bench in Rel 11

    Does any one know what code gets executed and what packages get called by the Asset WorkBench form when a standard transfer (for a transaction that
    will dynamically generate a CCID) is performed. This is for Rel 11 Financials.
    My client wants to customise Asset Work Bench form.
    Any help will be greatly appreciated.
    Shashank

    Ok THanks for the reply Manish,
    But i want to show that in the report and using the below condition and not able to match the data, can you please let me know where am i missing
    Taking the below data from FA_BOOKS
    TRUNC(ADD_MONTHS(deprn_start_date,life_in_months)-SYSDATE)/30 Rem_life_Months --new
    TRUNC(ADD_MONTHS(deprn_start_date,life_in_months)-SYSDATE)/(31*12) Rem_life_Years --new
    Thanks,
    RVV

  • Difference - Predictive Work Bench & Predictive Analysis

    Hi all,
    Pls help by providing information difference between Predictive Work Bench & Predictive Analysis

    Hi,
    We are in our 2nd year of eAM Implementation and I'm very keen to explore the full functionality of this module.
    Yes, I would like to participate in a proof of concept (working closely with the Product Strategy team) to determine the potential benefits of predictive analytics Please initiate contact.
    Thanks & Regards,
    Rubeel (Saad)
    CMMS/Oracle eAM Administrator
    QAFAC
    Direct: +974 4773423
    Cell: +974 5546289
    [email protected]

  • Installation of Oracle Work Bench

    We are migrating sybase database to Oracle database. We are just in hang state to know if we should install oracle work bench on sybase database server or oracle database server and then go ahead with the migration. Also there any specifc way Oracle recommedns to install Oracle work bench on the same box when Oracle database resides.
    It is a sunsolaris unix server.
    [email protected]

    Venu,
    It is not necessary to have the migration workbench on the same machine as your source server [in your case the sybase server] or the destination server [oracle].
    All you must have is proper plugin.jar in the plugins directory, its dns connection so that its connection to the source server is safe and the should have the system previliges on the oracle database.
    Please let me know how it went.
    Thank you
    Srinivas Nandavanam

  • How to check IE error in Runtime work bench.

    scenario: File to File
    *file moves from sender  to archive folder when i start sender cc in runtime work bench but file doesn't move from archive to receiver folder when i start receiver cc in runtime workbench and i think some thing wrong in IE so can anyone help me for the same.i'm fresher so give me your solution as  simple as possible.
    Thanks to u.
    Edited by: manikandansit on Jun 29, 2010 10:41 AM

    below error am getting
      com.sap.engine.services.servlets_jsp.server.exceptions.WebServletException: Error in dispatching request to servlet [/sub/componentmonitoringpageprocessor].
    Display Stack Trace
    Stack trace for the above error message is:
    com.sap.engine.services.servlets_jsp.server.exceptions.WebServletException: Error in dispatching request to servlet [/sub/componentmonitoringpageprocessor].
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:328)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:377)
         at jsp_FC_Secure1212318130512._jspService(jsp_FC_Secure1212318130512.java:24)
         at com.sap.engine.services.servlets_jsp.server.jsp.JspBase.service(JspBase.java:112)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:544)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:186)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: java.lang.NullPointerException
         at com.sap.aii.rwb.web.componentmonitoring.viewcontroller.CmDynPage.doProcessAfterInput(CmDynPage.java:60)
         at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:101)
         at com.sapportals.htmlb.page.PageProcessorServlet.handleRequest(PageProcessorServlet.java:62)
         at com.sapportals.htmlb.page.PageProcessorServlet.doPost(PageProcessorServlet.java:22)
         at com.sap.aii.rwb.web.componentmonitoring.viewcontroller.CmPageProcessor.doPost(CmPageProcessor.java:35)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:321)
         ... 20 more
       Wait...
    Query being processed

  • Termination Work bench

    Hi all,
    I am geting the error while execiting termination work bench for particular group of employee as Wage Type  is not valid for allowance grouping .How to rectify this error.
    Snita..

    Check table v_t7ina9 table.
    Also save the table, once it displays ur required WT's in table.
    Regards
    ...Sadhu

  • ON Deman Payroll Run through off-cycle work bench

    Dear Gurus,
    I am using Off-cycle payroll On DEMAND REGULAR payroll run through off-cycle work bench with the help of T-Code PU0C_99. Now i have given payments in IT0267 (OFF CYCLE INFOTYPE) but i am observing that P0267 function is removing all the components in the output table. If i see the INPUT table of the function then I can able to see my components but in the OUTPUT table function is removing the components.
    My doubts are
    1. Is it because it is ONDEMAND Regular payroll run function is reading the payroll type (A)and removing it from OUTPUT table?
    2. If I processed the is ONDEMAND Regular LIVE payroll run then for posting to accounting program do I need to enter anything in the selection screen?
    3. Presently I am not entering anything system is picking the latest payroll results and posting the corresponding entries?
    Thanks & Regards
    Priya Latha

    Hi Priya,
    I feel you have got answer of this query.... as it was processed through another thread. I will request you to close this thread as for a question 2 threads are there. And if moderator will see it then they may block the thread.
    - Praveen

  • Migrate from Access 97 to Oracle using Migration Work Bench to mi

    When I try to use Migration work bench to migrate an Access 97 database to Oracle using OWB I get "failed to truncate Source Model ORA-00942 tables or view does not exist" error message and I could not go further.
    This happens during clearing the Source Model. Doe any one know what is this error means or any one had this problem before.
    Thanks
    Myl

    Hi Njha,
    Did you create the Source Model using OMWB and then delete the tables in the OMWB repository manually ? Or is there a chance that the tables in your repository could have been corrupted in some way ? The OMWB is simply trying to truncate the tables it filled when a previous attempt was made to capture the source model before it re-populates the tables with data from your subsequent attempt at a capture. If the tables it is trying to truncate have been deleted or are corrupt, this error will be displayed.
    A workaround to your problem would be to drop the schema you are using for the OMWB repository and create a new one.
    I hope this helps,
    Tom.

  • Problems with Oracle Migration Work Bench (OMWB)

    Hi
    I am asking all "migration experts" here to give me a hand.
    I'm trying to convert an Access DB with loads of tables to Oracle 10g (Expresss Edition, actually) with OMWB version 10.1.0.4.0 (newest available version) and have some serious problems:
    1) The migration creates the complete Oracle data model and database, but does NOT migrate the data to the new DB. This is a pain somewhere, as I have about 80 tables, and the only way which would be working in most cases, but far from all, is to export the data to .csv files and load it on the other side with the "load text data" function of the XE DB.
    The first "bad sign" is that the Access application which comes with the work bench and which is supposed to export the data model AND the data (2 separate functions), does the export of the model OK, but the data export only lasts a second, and does not append anything to the xml file created by the data model export
    The message I invariably get at the point where the data should be migrated is "Unable to migrate data from source <Access DB table name> to destination table <Oracle table name>;[Microsoft][ODBC Microsoft Access Driver] File "unknown" not found ! Very helpful... What is that ?
    2) The "Modify the Access application" phase that comes after the migration only worked once, and now comes up also with an error: java.sql..SQLException: [Microsoft][ODBC Driver Manager] The data source name was not found, and no standard driver was indicated
    So, with these 2 things, but especially point 1), most of the use of the tool is gone.
    Can someone tell me what I do wrong, or where the problems are ?
    Thanks
    BAlex

    Please contact [email protected] with the following information.
    1. Workbench version
    2. ODBC driver information
    3. Problems encountered
    If possible, could you attach the error.log file produced by the Migration Workbench (located within %ORACLE_HOME%/Omwb/Log).
    Thanks in advance.

  • Migration Work Bench Offline Approach

    Hi,
    Iam using migration workbench offline approach from sql server to oracle.
    I connected to sql server and get the dat files and control files for sql loader.
    The control files are generated from the work bench tool where as by default its giving DECODE function for all non numeric data type fields for ex:
    EMPNO "DECODE(:EMPNO, CHR(00), ' ', :EMPNO)"
    Can i do modification in the tool so that the control file generated with some more functions appended.
    I want to convert all non numeric fields to uppercase before inserting to oracle db i.e. iam expecting my control file something like this -
    EMPNO "DECODE(:EMPNO, CHR(00), ' ', upper(:EMPNO))"
    Please let me know how can i achieve this instead of editing each control file and modifying the same manually.
    Regards,
    BAIG.

    Baig,
    I'm afraid, i think this is not possible with the present version of the tool. If there were some intermediate steps between creation of sql loader scripts and generastion of the sql loader scripts, what you asked mite have been possible.
    Thank you.
    Srinivas Nandavanam

Maybe you are looking for

  • Integrating Google Maps in Oracle Apex and 404 Not found error page

    Currently using APEX version 3.2.0.00.27 installed in OracleXE version 10.2.0.1.0. Have been attempting to recreate some examples of Google Maps within APEX. Found a nice set of examples here that build up to what I'm looking to ultimately do by inco

  • Calling ORACLE Store Procedure with parameters in user define function

    Hi everybody, We have a scenario connecting Oracle DB thru JDBC adapter. We have to call store procedure with input parameter and output parameter to retrieve data from DB. The implementation was made using JDBC adapter by building the correct XML me

  • Windows Modules Installer - Error 1450 Insufficient System Resources

    I've run into a major problem with the release of Windows 7 Enterprise.  It seems that somewhere along the line after installing my applications, the Windows Modules Installation Service has decided to stop working. When trying to start the service t

  • /apex/apex_authentication.callback in Apex 4.1.0.00.32

    Hi All Please let me know if /apex/apex_authentication.callback URL is not called in Apex version 4.1.0.00.32 for collecting credentials? I am trying to use 'HTTP Header Variable' authentication scheme with my access manager. I have another local Ape

  • Master-detail UI  on single table

    Hi, Iam trying to build a master-detail UI for a denormalized flat interface table. the primary key is a combination of 2 attributes - external reference and reference id that are to be displayed in the master and 1 that is to be displayed in detail