STMS 46c to Netweaver changes / ABAP RSTMS_CLEAN_IMPORT_QUEUE / job

Hello
in 46C there was the possibility to clean the already imported trasnport requests
via a batch job using abap program RSTMS_CLEAN_IMPORT_QUEUE
it seems that this very short, tiny, little program is no more available in Netweaver 7.0
I did check in HR / ERP / SRM systems all in Netweaver 7.0 and that program is no more there
Any particular reason why that program do not exist any more ?
Could we use the 46C ABAP and maybe adapt the very short code to Netweaver if required
This is what it was in 46C:
*& Report  RSTMS_CLEAN_IMPORT_QUEUE                                    *
*& Transport Management System                                         *
*& remove already imported and rejected requests from import queue     *
REPORT rstms_clean_import_queue MESSAGE-ID xt
                                NO STANDARD PAGE HEADING.
DATA: gv_system              TYPE tmscsys-sysnam.
  gv_system = sy-sysid.
  CALL FUNCTION 'TMS_MGR_MAINTAIN_TR_QUEUE'
       EXPORTING
            iv_command       = 'CLEANBUFFER'
            iv_system        = gv_system
       EXCEPTIONS
            OTHERS           = 99.
  IF sy-subrc <> 0.
    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
            WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
  ENDIF.

And... by the way...
The function module used in 46C still exist with same name on Netweaver
Thus... probably the little 46C program should work fine in Netweaver
I did a test on a Sandbox
and YES the copy of 46C program without any modification works fine in Netweaver !!!
(by the way that action was also possible from a OS level with a direct command)
The question that remain is :
why this program was not included by SAP in Netweaver ?
Edited by: Raoul Serra on Dec 4, 2009 5:34 PM

Similar Messages

  • Advantages of netweaver(webdynpro abap) comparing to sap(abap

    plz tell me the advantages of netweaver(webdynpro abap)comparing sap

    Hi,
    Broken link removed
    Also, I have the official Web Dynpro for ABAP documentation. Please let me know if I should send it to you.
    Hope that the following also helps you.
    Web Dynpro for ABAP (WD4A, WDA) is the SAP standard UI technology for developing Web
    applications in the ABAP environment. It consists of a runtime environment and a graphical
    development environment with special Web Dynpro tools that are integrated in the ABAP
    Workbench (SE80).
    Web Dynpro offers the following advantages for application developers:
    ● The use of declarative and graphical tools significantly reduces the implementation
    effort
    ● Web Dynpro supports a structured design process
    ● Strict separation between layout and business data
    ● Reuse and better maintainability by using components
    ● The layout and navigation is easily changed using the Web Dynpro tools
    ● Stateful applications are supported – that is, if the page is changed and the required
    data remains intact so that you can access it at any time throughout the entire
    application context.
    Note that stateless applications are not possible.
    ● Automatic data transport using data binding
    ● Automatic input check
    ● Automatic operation of the Web Dynpro application using the keyboard
    ● User interface accessibility is supported
    ● Full integration in the reliable ABAP development environment
    Web Dynpro Architecture
    Definition
    Web Dynpro is the SAP NetWeaver programming model for user interfaces (UIs).
    The Web Dynpro model is based on the Model View Controller paradigm, and has the
    following features that build on the classic dynpro model:
    ● Clear separation of business logic and display logic
    ● Uniform metamodel for all types of user interfaces
    ● Execution on a number of client platforms.
    ● Extensive platform independence of interfaces
    Structure
    Metamodel Concept
    Web Dynpro provides support for developing Web representation of a business application.
    You use specific tools to describe the properties of a Web Dynpro application in the form of
    Web Dynpro metadata. The necessary source code is then generated automatically and
    executed at runtime. In addition to the events offered by the framework, you can also define
    your own events for a Web Dynpro application. However, the event handling must always be
    programmed in separate source code areas which are executed automatically when the event
    is triggered at runtime.
    In Web Dynpro, each user interface is always made up of the same basic elements. These
    elements of the metamodel can be statically declared using Web Dynpro tools.
    It is also possible to implement elements of the metamodel at runtime and to change them or
    reintegrate them at runtime. Using these implementations, you can make any changes or
    enhancements to a user interface that has been created by declarative methods by
    generating new interface structures at runtime.
    This means that you can combine declarative processes and the implementation of source
    code.
    Graphical Development Tools
    To support this declarative concept, both the SAP NetWeaver Developer Studio and the
    ABAP Workbench contain a range of Web Dynpro tools. You can therefore generate a large
    proportion of a Web Dynpro application using the tools provided, without having to create your
    own source code. This applies to the following parts of the application:
    ● Data flow between the front end and back end
    ● Layout of the user interface
    ● Properties of user interface elements
    The Web Dynpro tools enable you to create source text areas manually within generated
    source texts. These areas are not changed if the source code is regenerated.
    Separation of Business and Application Logic
    Using Web Dynpro enables a clear separation of business logic and display logic. A Web
    Dynpro application runs on the front end and has local or remote access to the back end
    system via a service. This means that the display logic is contained in the Web Dynpro
    application, while the business logic and the persistence of the business objects run in the
    back end system. The following options are currently available for connecting Web Dynpro
    applications and the back-end system:
    ● An interface generated using adaptive RFC, through which BAPIs of an SAP system
    can be called
    ● An interface for calling Web services
    ● A self-generated interface
    The source code required for connecting the Web Dynpro application can be generated
    from a UML definition of the Web Dynpro interface. A UML definition can be imported
    into the Web Dynpro tools as an XML file.
    Conversion of the Model-View-Controller
    Conversion of the Model-View-Controller Programming Model
    Every Web Dynpro application is structured according to the Model View Controller
    programming model:
    ● The model forms the interface to the back end system and thus enables the
    Web Dynpro application access to data.
    ● The view is responsible for the representation of the data in the browser.
    ● The controller lies between the view and the model. The controller formats
    the model data to be displayed in the view, processes the user entries made by the
    user, and returns them to the model.
    Web Dynpro ABAP Demonstration Videos
    Regards,
    Sree
    Edited by: Jason Lax on Feb 2, 2012 4:44 PM

  • Initial password for SAP* in SAP NetWeaver 2004s ABAP Edition

    Hello,
    I have just installed the SAP NetWeaver 2004s ABAP Edition on my PC and I want to setup some new clients to simulate an ALE model.
    Does anyone know the initial password for SAP* ?
    I have already tried PASS and pass because I know it is case -sensitive now but it did not work.
    Thanks a lot.
    Wim Van den Wyngaert

    Hi,
    initial SAP* password is 06071992 
    DDIC is 19920706

  • SAP NetWeaver 2004s ABAP Trial Version - error code = 200

    Hi all,
    installation of SAP NetWeaver 2004s ABAP Trial Version
    which was attached to the book ABAP-Objects ends again and again with
    ProductException: (error code = 200; message="Java error"; exception = java.lang.Exception)
    Attached you find information about
       1) Host-file
       2) Network connections
       4) Error - Log
    It seems that the      [#     [#]
    echo                7/tcp
    echo                7/udp
    discard 
               9/tcp    sink null
    discard             9/udp    sink null
    systat             11/tcp    users            
         #Active users
    systat             11/tcp    users                  #Active users
    daytime            13/tcp
    daytime
               13/udp
    qotd               17/tcp    quote                  #Quote of the day
    qotd               17/udp    quote   
                  #Quote of the day
    chargen            19/tcp    ttytst source          #Character generator
    chargen        
    4) == E R R OR  L O G ================================================
    (Jan 1, 2007 1:07:15 PM), Install, com.sap.installshield.sdcstepswrapper.StepWrapperInstallFiles, err,
      an error occurred and product installation failed.  Look at the log file D:SAPNSPlog.txt for details.
    (Jan 1, 2007 1:07:15 PM), Install, com.sap.installshield.sdcstepswrapper.StepWrapperInstallFiles, err,
    ProductException: (error code = 200; message="Java error"; exception = java.lang.Exception)
    STACK_TRACE: 15
    ProductException: (error code = 200; message="Java error"; exception = java.lang.Exception)
         at com.sap.installshield.sdcstepswrapper.StepWrapperInstallFiles.execute(StepWrapperInstallFiles.java:254)
         at com.sap.installshield.sdcstepswrapper.StepWrapperInstallFiles.executeAllSteps(StepWrapperInstallFiles.java:224)
         at com.sap.installshield.sdcstepswrapper.StepWrapperInstallFiles.executeAllInstallationSteps(StepWrapperInstallFiles.java:177)
         at com.sap.installshield.sdcstepswrapper.StepWrapperInstallFiles.install(StepWrapperInstallFiles.java:268)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installProductAction(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.getResultForProductAction(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitComponent(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitInstallableComponents(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBeans(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(Unknown Source)
         at com.installshield.wizard.service.AsynchronousOperation.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    (Jan 1, 2007 1:12:17 PM), Install, com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct, err,
    An error occurred and product uninstallation failed.  Look at the log file D:SAPNSPlog.txt for details.
    (Jan 1, 2007 1:12:17 PM), Install, com.sap.installshield.sdcstepswrapper.StepWrapperInstallFiles, err,
    ProductException: (error code = 200; message="Java error"; exception = java.lang.Exception)
    STACK_TRACE: 15
    ProductException: (error code = 200; message="Java error"; exception = java.lang.Exception)
         at com.sap.installshield.sdcstepswrapper.StepWrapperInstallFiles.execute(StepWrapperInstallFiles.java:254)
         at com.sap.installshield.sdcstepswrapper.StepWrapperInstallFiles.executeAllSteps(StepWrapperInstallFiles.java:224)
         at com.sap.installshield.sdcstepswrapper.StepWrapperInstallFiles.executeAllUninstallationSteps(StepWrapperInstallFiles.java:192)
         at com.sap.installshield.sdcstepswrapper.StepWrapperInstallFiles.uninstall(StepWrapperInstallFiles.java:313)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.uninstallProductAction(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.processActionsFailed(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitComponent(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitInstallableComponents(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBeans(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(Unknown Source)
         at com.installshield.wizard.service.AsynchronousOperation.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source
    == Remark to threads ========================
    Thread a)
    "I found it is very useful to have a clean system" => not applicable to me
    Thread b)
    deals with removing relics of previous installations => hints considered but error still appears
    Thread c)
    not applicable to me

    Hi all
    I've read your entrys.
    Saw that the solution is missing.
    It can be found in the manuals:
    1. Download the "Registry Clean Tool for SAP NetWeaver 2004s ABAP" and use it.
    2. Download the latest Version of "SAP NetWeaver 2004s ABAP" and un-rar it.
    3. Install the "Microsoft Loopback Adapter" an activate it.
    4. Retry to install.
    Summary:
    So the error 200 was caused for the first time from trying an installation without a Loopback Adapter, and after that from trying to re-install without cleaning the registry.
    Now its working fine.
    Thomas

  • Error during installation of SAP NetWeaver 2004s Abap Trial Version

    The following error occurred during installation of SAP NetWeaver 2004s ABAP Trial Version:
    ERROR 2008-03-13 09:47:27
    FSL-00001  System call failed. Error 53 (Network path not found.) in execution of system call 'CreateFile' with parameter (
    127.0.0.1\sapmnt\trans\bin\DOMAIN.CFG, GENERIC_READ|GENERIC_WRITE, FILE_SHARE_READ|FILE_SHARE_WRITE, NULL, CREATE_NEW, FILE_ATTRIBUTE_NORMAL, NULL), line (763) in file (synxcpath.cpp).
    This error occurred at the end of the installation.
    Any idea?
    Thank's, Thiago.

    >
    Thiago Amaral wrote:
    > Ps: I already restarted my notebook.
    That does not automatically start your instance. Have a look at the shortcuts SAP installed in your startmenu. There's both a startscript and a stopscript.

  • Doubt about installation SAP NETWEAVER AS ABAP 7.03 TRIAL VERSION

    Hey guys,   I need a help about installation SAP NETWEAVER AS ABAP 7.03 64 TRIAL. During installation I got the question informed on the image below. What do I have to do in this part?

    Hi Andreas,
    I dont have an Export DVD of Netweaver 7.00 EHP3. I just downloaded the application from SDN and I got this files (IMAGE) after descompressed.
    I started the installation from beginning. This is not an upgrade of system. Its my first time that I install this application.
    please look at the pictures. I tried this path. What is missing?

  • Error when installing SAP NetWeaver AS ABAP 7.02 SP6 32-bit Trial

    Hello,
    I have tried several times to install "SAP NetWeaver AS ABAP 7.02 SP6 32-bit Trial".
    But i always get an error during install.
    I get this error:
    An error occurred while processing option SAP NetWeaver 7.0 including Enhancement Package 2 > SAP Application Server ABAP > MaxDB > Central System > Central System
    ( Last error reported by the step :Program 'Migration Monitor' exits with error code 2. For details see log file(s) import_monitor.java.log, import_monitor.log.
    My System specs are:
    Windows XP Professional SP3
    2GB RAM
    JRE 1.5.0_22 or JRE 1.4.2 (i have tried both)
    Maybe there is a problem with the correct file size of "Part 2 file" on the [download location|http://www.sdn.sap.com/irj/sdn/index?rid=/webcontent/uuid/f03b3428-91e5-2d10-5fae-9afaad060b0c]
    The file size of "part 2 file" should be:
    "SAP NetWeaver AS ABAP 7.02 SP6 32-bit Trial Version Part 2 (1.838.392.707 bytes)".
    But my file size is always only "1.837.289.009 bytes".
    I have tried to download the file with 3 different browsers on two different computers.
    Please help

    Hi Anders,
    No, there is no space anywhere. this is my log
    os.name = Windows XP
    os.arch = x86
    os.version = 5.1
    cpu.count = 4
    sun.cpu.endian = little
    sun.arch.data.model = 32
    sun.cpu.isalist = pentium_prommx pentium_pro pentiummmx pentium i486 i386 i86
    file.encoding = Cp1252
    file.separator = \
    path.separator = ;
    line.separator = CR/LF
    user.name = mphasis
    user.home = d:\Documents and Settings\nspadm.MPHNYLAP41L24
    user.dir = C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL
    user.language = en
    user.country = US
    java.version = 1.5.0_22
    java.vendor = Sun Microsystems Inc.
    java.vendor.url = http://java.sun.com/
    java.vm.version = 1.5.0_22-b03
    java.vm.vendor = Sun Microsystems Inc.
    java.vm.name = Java HotSpot(TM) Client VM
    java.vm.info = mixed mode
    java.compiler =
    java.class.version = 49.0
    java.home = C:\Program Files\Java\jre1.5.0_22
    java.ext.dirs = C:\Program Files\Java\jre1.5.0_22\lib\ext
    java.class.path = migmon.jar
    java.library.path = C:\Program Files\Java\jre1.5.0_22\bin;.;C:\WINDOWS\system32;C:\WINDOWS;D:\usr\sap\NSP\SYS\exe\uc\NTI386;D:\sapdb\clients\NSP\bin;D:\sapdb\clients\NSP\pgm;D:\sapdb\programs\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Windows Imaging\;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\OEM\DLLShared\;C:\Program Files\Common Files\Roxio Shared\OEM\DLLShared\;C:\Program Files\Common Files\Roxio Shared\OEM\12.0\DLLShared\;C:\Program Files\Roxio\OEM\AudioCore\;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Windows Imaging\;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\OEM\DLLShared\;C:\Program Files\Common Files\Roxio Shared\OEM\DLLShared\;C:\Program Files\Common Files\Roxio Shared\OEM\12.0\DLLShared\;C:\Program Files\Roxio\OEM\AudioCore\;C:\WINDOWS\system32\WindowsPowerShell\v1.0
    java.io.tmpdir = D:\usr\sap\NSP\tmp\
    Required system resources are missing or not available:
      Import directory 'C:\SAPNW\NWASABAPTRIAL70206\SAP_NetWeaver_702e_Export\DATA_UNITS\EXP2' does not have valid structure of subdirectories;
      Import directory 'C:\SAPNW\NWASABAPTRIAL70206\SAP_NetWeaver_702e_Export\DATA_UNITS\EXP3' does not have valid structure of subdirectories.
    I checked the EXP2 and EXP3 directories and there is a DB directory and some LABEL and PRODLABEL files there.
    thanks,

  • ABAP process job ( BI_PROCESS_ABAP ) in process chain running for long time

    Dear Experts,
    We have an ABAP process job  BI_PROCESS_ABAP  in a process chain. This job is running for a very long time than previous run time.
    Recently we had an ORACLE database upgrade from 9.2 to 10g.
    From the very next day , we are having this problem.
    And also previously this process-chain was under control of BASIS guys . they were using a tool called CRONACLE to schedule it. At the time of upgrade this tool was crashed and they asked us to schedule it in BW system instead.
    Underlying program is using two custom tables.
    one is having both primary & secondary indexes but the other table is having only primary index.
    I am not sure whether we have secondary indexes on other table prior to upgrade or not.
    Where must be the problem?...
    At the time of upgrade BASIS has re-organized the table space along with database upgrade.
    please help me...
    Regards,
    SRIKANTH

    Please ask yr basis consultant to check the system parms.
    Below i have listed down SAP recommneded system parms .
    abap/heap_area_total 4000000000
    abap/heap_area_dia 2000000000
    abap/heap_area_nondia 2000000000
    Also check in SM37 if any other jobs are running for long time, peventing the your job running.
    Check the SM12 for locks or SM58

  • DB Connection failed in Netweaver 2004s ABAP

    When I try to start Netweaver 2004s ABAP, I am getting error message as "DB Connection failed". I have used the system for two days and executed transaction 'sgen'. Now the disp+work is getting started and stopped immediately. Please give me a solution to rectify the error.
    with love and prayers,
    siby syriac

    <i>Is there a way to set the new ABAP editor for BSP?</i>
    i assume that you mean the ABAP code in the event handlers in BSP.
    i am using SAP GUI patch level 15 and for activating new ABAP editor from SE80 use the following menu path
    utilities->ABAP editor-> editor
    choose front-end editor (new) tadio button.
    Regards
    Raja

  • Job Publication doesnt get changed data in Job Posting through workflow.

    Job Publication is not picking up the changed data in the Job Posting/Requisition through workflow.
    When I am changing the data in Job Posting and release it manually the changed data gets reflected in Job Publication but if I am releasing the Job Posting trough WF(automatically) then the Publication doesnt pick up the data.The workflows are working fine in the system still the problem exists.
    Thanks in advance for the reply.

    1-Log in portal with user id and pwd.
    2-Create a requisition initially.
    3-Create and release the Job posting(manually)
    4-Create and release the Job Publication(manually).
    5.Try editing the previous Job Posting and save it bu dont release the Job Posting manually.Now come to the personal page,when we again enter the same Job Posting ,the status of the Job Posting is set to "released" automatically by a Workflow.
    6.Now if we proceed for the Job Publication and try Displaying it,the edited changes in the Job POsting is not displayed.
    But if we have "released" the job posting manually then the changes are reflected in the Publication.
    The user wants to use the Workflow scenario and also wants the edited changes to be taken up by the Publication.
    Hope the following description helps out !
    thanks in advance.

  • SAP NetWeaver AS ABAP 7.1 for Mobile 7.1 Trial Version

    From where can I get the SAP NetWeaver AS ABAP 7.1 which is required to run data synchronization with
    NetWeaver Mobile 7.1 ?
    As per the download notes, for mobile 7.1 -
    "Note: SAP NetWeaver AS ABAP 7.1 is NOT part of the download package, but is integral part of the product shipment SAP NetWeaver Mobile 7.1. In order to synchronize applications that you have developed with SAP NetWeaver Mobile 7.1 Trial Version, you absolutely need to install SAP NetWeaver AS ABAP 7.1 also. Without such installation, applications you have developed with the Trial Version will only be able to run standalone on NW Mobile Client, but without data synchronization.
    Does the CE version contain AS ABAP 7.1? Link to the specific download pl.

    Hi,
    There's no SAP NetWeaver AS ABAP 7.1 trial version available on SDN. The CE trial version only contains the Java AS.

  • Netweaver AS ABAP 7.1

    Hi All,
    what i want to know is where do i get Installation Master NWASABAP7.1 and other software? it not for download in service market place, is it only by DVD?......it would be great if anyone can help me....Thanks
    Malinda Wellawa

    Hello Malinda,
    As per the note given on the download page for NW Mobile 7.1 , You will need the NW ABAP 7.1
    Note: SAP NetWeaver AS ABAP 7.1 is NOT part of the download package, but is integral part of the product shipment SAP NetWeaver Mobile 7.1. In order to synchronize applications that you have developed with SAP NetWeaver Mobile 7.1 Trial Version, you absolutely need to install SAP NetWeaver AS ABAP 7.1 also. Without such installation, applications you have developed with the Trial Version will only be able to run standalone on NW Mobile Client, but without data synchronization.
    The system requirements are as follows:
    System Requirements
    SAP NetWeaver Composition Enviroment 7.1 SR3 - Trial Version. All system requirements for CE therefore also apply to this package. CE download is available [here|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/50c58b14-da6d-2a10-ca94-a3c0937828d6].
    Note: You just need the Developer Studio part of the CE package.
    J2SE 5.0 Java Developement Kit: Mobile Developement Tools, NW Mobile Client and CE Dev Studio all run on J2SE 6.0 also, but this installer package only finds JDK 5.0 today. Will be fixed soon. JDK download here.
    So I think what you need is to also download the NW CE 7.1 Trial which will have the server side functionality that you are looking for.
    Regards,
    Siddhesh

  • SAP NetWeaver 7 Abap Trial Version - License

    Hi,
    We tried the link: http://www.sap.com/minisap to get the license for the SAP NetWeaver 7 Abap Trial Version but the page does not exist.
    Is there a new link to get the license for the trial version?
    Thanks,
    Chris

    Hi CHRIS
    The curriculum I am referring to can be found in collaborative workspace.
    APPLICATION PROGRAMMING TECHNIQUES ABAP
    Course Author(s): Brendan McCarthy and Stephen Paull (Victoria University)
    Course Description:
    This unit is taught over one semester (36 hours) and introduces SAPu2019s programming language ABAP with a focus on Report Programming.
    On completion of this unit, students should be able to:
                                                    u2022             appreciate the advantages and disadvantages of using a commercial programming language to solve common business problems;
                                                    u2022             write programs to process the data necessary to produce reports;
                                                    u2022             write programs to use internal tables;
                                                    u2022             write programs that organise and process files;
                                                    u2022             demonstrate knowledge of the structure and use of files;
                                                    u2022             use a mini or mainframe computer system in a multi-user programming environment, and appreciate the advantages and difficulties of such an environment;
                                                    u2022             use structured programming techniques to produce solutions to a range of business problems;
                                                    u2022             design and document programs using techniques such as Structure Charts and Pseudocode.
    The curriculum includes lecture material, workshops, tests, assignments and examinations.
    The  flight reservation data set is available in the IDES client.  The link below provides access to PC based version of ABAP and the relevant data set.
    good luck
    PAUL HAWKING

  • Install License Key for SAP NetWeaver 2004s ABAP trial Edition.

    Hello.
    I have two installations of the SAP NetWeaver 2004s ABAP trial Edition (on desktop and laptop). After the expiration of the original 30 days license; now I need to install the extended License (90 days). I am using SLICESE transaction from SAP* user account to install the new license.  I have got the "License Key" from SAP website. However, <b>the installation of the new License Key fails to complete successfully</b> (it fails to add the new license key) and ends with an error prompt.  This problem is happening on both systems! <b>Has anyone experienced such problem?</b> What did you do to fix it?
    Note: no errors in typing in the new Key, as I used the copy and paste!
    Thank you very much for your help.
    Hameed

    Rich,
    Thanks again for your help. I found out that if you try to install the new license key  (first time) with any error (such as wrong expiration date), it will fail as "invalid key", naturally. However, the subsequent attempts also continues to fail despite the fact that the correction are made. the only way I could fix this was to stop and restart the SAP Application server and make sure that the first attempt has typos. <b>It seems to me that once an error flag is set, it is not removed unless the server is restarted.</b> well, the problem is fixed now and thank you for your help.
    Hameed

  • GUI error on SE80 in SAP NetWeaver 2004s ABAP trial Edition

    I have SAP NetWeaver 2004s ABAP trial Edition installed on WinXP. one problem is that when I run T-code SE80 (Object Navigator) the middle section of the left part of the screen (where it would normally allows you to select object type for display) is not painted. it is just a block of white space! Other parts of the screen seems to work fine (both Top and Bottom sections). Has anyone had such problem? What can I do to fix it? Thank you for your help
    Hameed

    Patch level 22 is available at service market place, this is the link
    Service Market Place -> Support Packages and Patches -> SAP Frontend Components -> SAP GUI FOR WINDOWS -> SAP GUI FOR WINDOWS 6.40 -> Win32 -> gui640_pdb_22-10001615.exe
    https://smpdl.sap-ag.de/~swdc/012002523100007929292006D/gui640_pdb_22-10001615.exe?_ACTION=DL_DIRECT
    You need the Service Market Place Id for that.
    However, this file did not help!
    Hameed

Maybe you are looking for