SAP HR IMG ABAP Error Help

Hi,
I am new to this site and I have a question. Recently, I had the "Vanilla SAP System" installed on a harddrive for my laptop. I am studying for the SAP HR Consultant Certification.
However, the system doesn't have the training DB and I have to start with implementing a project through the IMG. Yesterday, I received an error message (below) when I go to the application component sectin to add on Pers. Administration, Countries, etc).
Can anyone direct me to someone in Atlanta that may be able to take a look at this for me?
I was working on my computer and I get to a certain point in my customizing activity and I get this error msg:
Runtime errors RFCGUI_unexpected_data
The termination occurred in the ABAP program “SAPMSSYO” in “%_CTL_OUTPUT”
The main program was SAPLS_IMG_TOOL_5
The termination occurred in line 30 of the source code of the (Include) program <SYSINI> of the source code of program <SYSINI> (when calling the editor 300)
There is more to the error message and I would have to perform the activity to let the person see the message. Not unless they can tell what's wrong by the error above.

Hi
From you code i understand that I_T_TAB is the internal table that fetch data from the SAP table TAB.
So, the reason for the error statement is because of the Select statement.
The select statement is used to fetch data from SAP table TAB.
So your select statement should look like this...
SELECT SINGLE * FROM TAB INTO I_T_TAB
WHERE key = import_ PARAMETER
AND import_param_date BETWEEN from_date AND to_date.
IF sy-subrc = 0.
  MOVE-CORRESPONDING i_t_tab TO export_rec.
ENDIF.
If you are trying to fetch data from the internal table I_T_TAB &
append the export parameter EXPORT_REC then you should use the READ statement.
READ TABLE i_t_tab WITH KEY key = import_ parameter
and import_param_date between from_date and to_date.
IF sy-subrc = 0.
  MOVE-CORRESPONDING i_t_tab TO export_rec.
  APPEND export_rec.
ENDIF.
Hope this helps!
best regards,
Thangesh

Similar Messages

  • SAP NW7.01 ABAP Trial version installation error on windows 7

    I m trying to install SAP NW7.01 ABAP Trial version  on my PC having Windows 7 in it. Firstly i have configured MS Loopback Adapter and installed SAP Management Console as describe in Installation guide. Now when i just start to run setup.exe , it just start and  giving me   " could not utilize start class:com,installshield.wizard.Wizard " error. i thought it is because of somewhat java.
    Then i have set Environment variable--> PATH as  C:\j2sdk1.4.2_19\bin   and again try. but doesnt work. Plz help me what to do?? Is this error regarding any java problem or any other??
    Currently i have installed this java versions for this.
    Java 2 Runtime environment             1.4.2_19
    java 2 SDK                                         1.4.2_19

    Hi Aakash,
    Firstly, I don't think we need to install MMC separately, this should get installed automatically after the installation
    of trial version.
    I would suggest downgrading the version of java with j2sdk1.4.2_04 to 08 anything between these two.
    And try again.
    And is the version that you have downloaded compatible with Windows 7.
    That coulbe a problem.
    Chk this thread also, SAP on Windows 7 Ultimate
    Regards,
    Vishnu
    Edited by: vishnuarigela on Mar 25, 2010 11:52 AM
    Edited by: vishnuarigela on Mar 26, 2010 8:19 AM

  • When m testing webdynpro abap application m getting this error  help me to get solution

    hi all,
    when m testing webdynpro abap application m getting this error  help me to get solution.
    plz find the screen shot

    Hi
    I think you are using the IDES system, Can you check the services in SICF transaction. If the service is not activated you activate it again.
    In this path you will find  in the below path and try to check/activate the services relevant to the WDA stack.
    sap/bc/webdynpro/sap

  • 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.

  • 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,

  • ERROR: The new SAP tools in /usr/sap/DEV/EHPI/abap/exe cannot connect

    Hi All.
    I am attempting to upgrade my ECC 6.0 EPH3 system to EPH4.(System 'i' V6R1M1) I am hitting an error  on phase PREP_INIT/CHECKPROF_INI which states 'ERROR: The new SAP tools in /usr/sap/DEV/EHPI/abap/exe cannot connect to your database.' The log file /usr/sap/DEV/EHPI/abap/log/DBCONNCHK.LOG contains more details about the failure.
    At this point I see the processes has created to additional kernel libraries: SAPDEV70UP and SAPDEV70U2
    I am logged on as DEVOFR per the documentation. DEVOFR is the owner of all objects in /usr/sap/DEV/EPHI.
    Here is the error from DBCONNCHK.LOG :
    4 ETW000  [dev trc     ,00000]  R3INLPGM: RmtExeLib is SAPDEV70UP                                      32507  1.917692
    4 ETW000  [dbsldb4d    ,00000]  *** ERROR => CPFB755 occured: Program DBSLENCWT in library SAPDEV70UP not found.
    4 ETW000                                                                                52633  1.970325
    4 ETW000  [dev trc     ,00000]  DBSLENCWT: rc=9998, msg=                                                  33  1.970358
    4 ETW000  [dev trc     ,00000]  Wed Sep 29 09:55:53 2010                                              154488  2.124846
    4 ETW000  [dbsldb4d    ,00000]  *** ERROR => CPF0006 occured: Errors occurred in command.                 47  2.124893
    4 ETW000  [dbsldb4.    ,00000]  *** ERROR => Command: CALL PGM(SAPDEV70UP/CHGR3SYSLE) PARM('*ADD') :Failed
    When I display library SAPDEV70UP,  DBSLENCWT is there and R3OWNER is the owner.
    My DBSL is at the latest version for my environment.
    Has anyone seen this?
    Thanks in adnvance.
    Diana

    FYI,
    I got past this issue by upgrading the kernel first.
    Thanks,
    Diana

  • 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

  • Errors During sap 4.7 installation-kindly help

    Hi friends,
    I am getting  3 errors during sap 4.7 installation.kindly help.
    i herewwith giving the error details:-
    1. R/3 Basis System Initialization DB-Connect Failed, Return code 000256
    2. R/3 Basis System: operating system call   Recv failed error no. 10054
    3. R/3 Basis System: Database connection Disconnected.
    After i have strated the sap server(MMC) first it will goto yellow and then green and againg goes to yellow color. message and dispatcher turned to gray.
    Pls help.your advise is considered very useful
    Thanks and Regards,
    willaim

    William
    What OS are you using please? (Windows I assume) On the surface, it sounds like a socket error. (i.e. the message server port is blocked by an existing application).
    The dispatcher will fail as a result of the message server not being available. Would you check and post the contents of the 'dev_ms" file in the work directory? Also, contents of the dev_disp would be helpful here also.
    Thanks,
    Tim

  • SAP NW AS ABAP 7.01 SP03 Installer does not work. Help needed.

    Hello community,
    I am trying to install SAP NW AS ABAP 7.01 SP03 on a laptop WinXP SP3 with 2GB RAM and JRE 1.4.2.19.
    When executed the sapinst.exe, the software delivery tool GUI comes up and the five steps frame is displayed below that the text "SAP - Software delivery tools GUI " is displayed and below that there is a frame (Where the central instance has to be choosed) but it is totally BLANK  very strange (:.
    In the bottom it says starting handshake...
    And nothing happens for a while and suddenly it is killed automatically.
    the program starter log shows like this...
    Apr 15, 2009 4:51:58 PM [Info]: *************************
    Apr 15, 2009 4:51:58 PM [Info]: Starting Server
    Apr 15, 2009 4:51:58 PM [Info]: Reading server configuration.
    Apr 15, 2009 4:51:58 PM [Info]: Reading service configuration SAPinstService.
    Apr 15, 2009 4:51:58 PM [Info]: Configuring LogManager ...
    Apr 15, 2009 4:51:58 PM [Info]: *************************************************
    Apr 15, 2009 4:51:58 PM [Info]: Starting SL Controller ...
    Apr 15, 2009 4:51:58 PM [Info]: StorageService switched off.
    Apr 15, 2009 4:51:58 PM [Info]: Initializing SecurityManager ...
    Apr 15, 2009 4:51:58 PM [Info]: Key Store management switched off.
    Apr 15, 2009 4:51:59 PM [Info]: Configuring HTTPManager ...
    Apr 15, 2009 4:51:59 PM [Info]: WebstartService switched off.
    Apr 15, 2009 4:51:59 PM [Info]: RoleService switched off.
    Apr 15, 2009 4:51:59 PM [Info]: AlertService switched off.
    Apr 15, 2009 4:51:59 PM [Info]: NotesService switched off.
    Apr 15, 2009 4:51:59 PM [Info]: ProcessService switched off.
    Apr 15, 2009 4:51:59 PM [Info]: Starting MIDService ...
    Apr 15, 2009 4:51:59 PM [Info]: Starting FileService ...
    Apr 15, 2009 4:51:59 PM [Info]: LogService switched off.
    Apr 15, 2009 4:51:59 PM [Info]: MailService switched off.
    Apr 15, 2009 4:51:59 PM [Info]: Starting services ...
    Apr 15, 2009 4:51:59 PM [Info]: Starting service "SAPinstService" ...
    Apr 15, 2009 4:51:59 PM [Info]: Service "SAPinstService" started
    Apr 15, 2009 4:51:59 PM [Info]: Services started.
    Apr 15, 2009 4:51:59 PM [Info]: Starting HTTP server listening on port 4239 ...
    Apr 15, 2009 4:51:59 PM [Info]: HTTP server started.
    Apr 15, 2009 4:51:59 PM [Info]: SL Controller started.
    Apr 15, 2009 4:51:59 PM [Info]: Starting GUI ...
    Apr 15, 2009 4:52:02 PM [Info]: GUI started.
    here it is waiting for a while
    Apr 15, 2009 4:55:10 PM [Info]: Stopping services ...
    Apr 15, 2009 4:55:10 PM [Info]: Stopping service "SAPinstService" ...
    Apr 15, 2009 4:55:10 PM [Info]: Service "SAPinstService" stopped.
    Apr 15, 2009 4:55:10 PM [Info]: Services stopped.
    Apr 15, 2009 4:55:10 PM [Info]: Server shutdown by SAPinstService
    here the installer is killed.
    Any suggestions or solutions?
    Thanks in advance.
    Tried the previous version  of the trial again the same result.
    Regards,
    Thamu.

    Hello community,
    I am trying to install SAP NW AS ABAP 7.01 SP03 on a laptop WinXP SP3 with 2GB RAM and JRE 1.4.2.19.
    When executed the sapinst.exe, the software delivery tool GUI comes up and the five steps frame is displayed below that the text "SAP - Software delivery tools GUI " is displayed and below that there is a frame (Where the central instance has to be choosed) but it is totally BLANK  very strange (:.
    In the bottom it says starting handshake...
    And nothing happens for a while and suddenly it is killed automatically.
    the program starter log shows like this...
    Apr 15, 2009 4:51:58 PM [Info]: *************************
    Apr 15, 2009 4:51:58 PM [Info]: Starting Server
    Apr 15, 2009 4:51:58 PM [Info]: Reading server configuration.
    Apr 15, 2009 4:51:58 PM [Info]: Reading service configuration SAPinstService.
    Apr 15, 2009 4:51:58 PM [Info]: Configuring LogManager ...
    Apr 15, 2009 4:51:58 PM [Info]: *************************************************
    Apr 15, 2009 4:51:58 PM [Info]: Starting SL Controller ...
    Apr 15, 2009 4:51:58 PM [Info]: StorageService switched off.
    Apr 15, 2009 4:51:58 PM [Info]: Initializing SecurityManager ...
    Apr 15, 2009 4:51:58 PM [Info]: Key Store management switched off.
    Apr 15, 2009 4:51:59 PM [Info]: Configuring HTTPManager ...
    Apr 15, 2009 4:51:59 PM [Info]: WebstartService switched off.
    Apr 15, 2009 4:51:59 PM [Info]: RoleService switched off.
    Apr 15, 2009 4:51:59 PM [Info]: AlertService switched off.
    Apr 15, 2009 4:51:59 PM [Info]: NotesService switched off.
    Apr 15, 2009 4:51:59 PM [Info]: ProcessService switched off.
    Apr 15, 2009 4:51:59 PM [Info]: Starting MIDService ...
    Apr 15, 2009 4:51:59 PM [Info]: Starting FileService ...
    Apr 15, 2009 4:51:59 PM [Info]: LogService switched off.
    Apr 15, 2009 4:51:59 PM [Info]: MailService switched off.
    Apr 15, 2009 4:51:59 PM [Info]: Starting services ...
    Apr 15, 2009 4:51:59 PM [Info]: Starting service "SAPinstService" ...
    Apr 15, 2009 4:51:59 PM [Info]: Service "SAPinstService" started
    Apr 15, 2009 4:51:59 PM [Info]: Services started.
    Apr 15, 2009 4:51:59 PM [Info]: Starting HTTP server listening on port 4239 ...
    Apr 15, 2009 4:51:59 PM [Info]: HTTP server started.
    Apr 15, 2009 4:51:59 PM [Info]: SL Controller started.
    Apr 15, 2009 4:51:59 PM [Info]: Starting GUI ...
    Apr 15, 2009 4:52:02 PM [Info]: GUI started.
    here it is waiting for a while
    Apr 15, 2009 4:55:10 PM [Info]: Stopping services ...
    Apr 15, 2009 4:55:10 PM [Info]: Stopping service "SAPinstService" ...
    Apr 15, 2009 4:55:10 PM [Info]: Service "SAPinstService" stopped.
    Apr 15, 2009 4:55:10 PM [Info]: Services stopped.
    Apr 15, 2009 4:55:10 PM [Info]: Server shutdown by SAPinstService
    here the installer is killed.
    Any suggestions or solutions?
    Thanks in advance.
    Tried the previous version  of the trial again the same result.
    Regards,
    Thamu.

  • Unable to open SAP refernce IMG

    HI,
    In SAP ecc6.0 eph4 IS-utilites ides server when i hit t-code spro, there when i click SAP Reference IMG, I go to Finacial Accounting(new) there Accounts Receivable & Payable there customer accounts->master data ->preparation of creating master data ->define account groups with screen layout there i am unable to view menu bar it is diabled,& even back button also
    not active on this screen please help me to sort out this problem.

    Hi Dewang,
    I have Similiar query where i got of below given Demo, I created a Project and generated SAP IMG for that. But when i m trying to Check the generated SAP IMG I am getting some error the error description is given below..Pl Help
    "https://sapes1.sapdevcenter.com/webgui?sap-client=520&sap-language=EN"
    Category             ABAP Programming Error                                                      Runtime Errors         RAISE_EXCEPTION                                                              ABAP Program         SAPLSHI01                                                                    Application Component  BC-CUS-TOL-HMT                                                              Date and Time         16.06.2014 10:18:12                                                                                                                                                            Short text                                                                                          Exception condition "ILLEGAL_EVENT_COMBINATION" raised.                                                                                                                                        What happened?                                                                                      The current ABAP/4 program encountered an unexpected                                            situation.                                                                                                                                                                                      Error analysis                                                                                      A RAISE statement in the program "CL_ITEM_TREE_CONTROL==========CP" raised the                  exception                                                                                      condition "ILLEGAL_EVENT_COMBINATION".                                                          Since the exception was not intercepted by a superior                                          program, processing was terminated.                                                                                                                                                          Short description of exception condition:                                                                                                                                                                                                                                                  For detailed documentation of the exception condition, use                                      Transaction SE37 (Function Library). You can take the called                                    function module from the display of active calls.                                              -                                                                                                                                                                                              Trigger Location of Runtime Error                                                                  Program                                CL_ITEM_TREE_CONTROL==========CP                        Include                                CL_ITEM_TREE_CONTROL==========CM00T                    Row                                    77                                                      Module type                            (METHOD)                                                Module Name                            SET_REGISTERED_EVENTS

  • UME ABAP Error in Backend Service

    Hi Everyone,
    We are having problems with an ABAP based UME on EP7. SSO is working and when we create users in R/3(ECC 6.0) we can immediately use them to log on to the portal. However, when we go to User Administration --> Identity Management on the portal we get an error "An error occured when initializing a backend service; contact your system administrator".
    It does not seem to be the authorization of the SAPJSF user either as we have assigned the proper authorizations(SAP_BC_JSF_COMMUNICATION).
    Because of this error we are not able to add portal roles to users. Hence, when we try to access the UME configuration under System Configuration it says that we are not authorized to access the UME Config Editor.
    Has anyone encountered this problem before? I would greatly appreciate your inputs. Generous points will be awarded!
    Here is a link to the screen shots:
    [IMG]http://i2.photobucket.com/albums/y3/xanderbmw/UMEerror.jpg[/IMG]
    Thanks again!

    Hi Alexander,
    sounds like your UME access to ABAP has a few problems. Common mistakes are the SAPJSF user or missing sapms entries in the services file.
    Try the UME Consistency Check tool, this tool helps you to remove logical inconsistencies in the UME database, the installation procedure and some extra information about “how to use” is mentioned on SAP Note 818947.
    if it helpful reward points are appreciated

  • I want to learn HR ABAP Pls help

    Hi all
    I want to learn hr abap but sites like sap-img and sap.com and atomhr doesnt help to start .Once we know basic concepts then we can continue But to kicj off its difficult.Tried all main sites but no use
    Pls help if you have any good material.
    is it called HR abap or SAP hr?
    is info types starting with 0001 or is it with p0002???
    which is the one?
    George

    Hi,
    Chek these links:
    Re: Find Storage location with respect to Plant
    http://help.sap.com/saphelp_47x200/helpdata/en/4f/d5275f575e11d189270000e8322f96/content.htm
    http://www.sapdevelopment.co.uk/hr/hrhome.htm
    http://www.sap-img.com/human/hr-faq.htm
    http://www.hernangn.com.ar/sap.htm
    http://www.planetsap.com/hr_abap_main_page.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/25/37e0343734cf72e10000009b38f83b/frameset.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/8c/38e0343734cf72e10000009b38f83b/frameset.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/d4/6afde6358e11d6b48900010220c65f/frameset.htm
    http://www.sap-img.com/human/hr-faq.htm
    http://www.hernangn.com.ar/sap.htm
    http://www.sapgenie.com/mysap/mysap_hr.htm
    Best Regards,
    Anjali

  • Hi Friends ....Difference between SAP memory and ABAP memory

    Hi Friends,
    I faced a interview and they ask this question
    What is the difference between SAP Memory and ABAP memory..

    conti
    SAP Memory
    SAP memory is a memory area to which all main sessions within a SAPgui have access. You can use SAP memory either to pass data from one program to another within a session, or to pass data from one session to another. Application programs that use SAP memory must do so using SPA/GPA parameters (also known as SET/GET parameters). These parameters can be set either for a particular user or for a particular program using the SET PARAMETER statement.
    Other ABAP programs can then retrieve the set parameters using the GET PARAMETER statement. The most frequent use of SPA/GPA parameters is to fill input fields on screens.
    ABAP Memory
    ABAP memory is a memory area that all ABAP programs within the same internal session can access using the EXPORT and IMPORT statements. Data within this area remains intact during a whole sequence of program calls. To pass data to a program which you are calling, the data needs to be placed in ABAP memory before the call is made. The internal session of the called program then replaces that of the calling program. The program called can then read from the ABAP memory. If control is then returned to the program which made the initial call, the same process operates in reverse.
    A simple example of ABAP memory is using the EXPORT/IMPORT statements.
    Here in this program, I get the data, export it to memory,
    clear out the internal table in my progam, then reimport the data into it and write out the data.
    You probably wounldn't do this in a normal program,
    but this is how you can pass data from program a to program b when A Submits program B.
    report zxy_0002 .
    data: it001 type table of t001 with header line.
    select * into table it001 from t001.
    export it001 = it001 to memory id 'ZXY_TEST'.
    clear it001. refresh it001.
    import it001 = it001 from memory id 'ZXY_TEST'.
    loop at it001.
    write:/ it001-bukrs, it001-butxt.
    endloop.
    SAP Memory
    SAP memory is a memory area to which all main sessions within a SAPgui have access.
    You can use SAP memory either to pass data from one program to another within a session,
    or to pass data from one session to another.
    Application programs that use SAP memory must do so using SPA/GPA parameters (also known as SET/GET parameters).
    These parameters can be set either for a particular user
    or for a particular program using the SET PARAMETER statement.
    Other ABAP programs can then retrieve the set parameters using the GET PARAMETER statement.
    The most frequent use of SPA/GPA parameters is to fill input fields on screens
    ABAP/4 Memory
    ABAP memory is a memory area that all ABAP programs within the same internal session can access
    using the EXPORT and IMPORT statements.
    Data within this area remains intact during a whole sequence of program calls. To pass data
    to a program which you are calling,
    the data needs to be placed in ABAP memory before the call is made.
    The internal session of the called program then replaces that of the calling program.
    The program called can then read from the ABAP memory.
    If control is then returned to the program which made the initial call, the same process operates in reverse.
    SAP memory
    The SAP memory, otherwise known as the global memory,
    is available to a user during the entire duration of a terminal session.
    Its contents are retained across transaction boundaries as well as external and internal sessions.
    The SET PARAMETER and GET PARAMETER statements allow you to write to, or read from, the SAP memory.
    ABAP/4 memory
    The contents of the ABAP/4 memory are retained only during the lifetime of an external session
    (see also Organization of Modularization Units).
    You can retain or pass data across internal sessions.
    The EXPORT TO MEMORY and IMPORT FROM MEMORY statements allow you to write data to, or read data from, the ABAP memory.
    ABAP Memmory & SAP Memmory
    http://www.sap-img.com/abap/difference-between-sap-and-abap-memory.htm
    http://www.sap-img.com/abap/type-and-uses-of-lock-objects-in-sap.htm
    Set
    http://www.geocities.com/SiliconValley/Campus/6345/set_para.htm
    GET
    http://www.geocities.com/SiliconValley/Campus/6345/get_para.htm
    EXPORT
    http://www.geocities.com/SiliconValley/Campus/6345/export01.htm
    Other Imp Help
    http://www.geocities.com/SiliconValley/Campus/6345/abapindx.htm

  • Any SAP Note for RFC Error between BI and ECC 5.0

    Hi..
    the RFC Destination between BI and ECC 5.0 is giving errors.
    Plz let me know if there is any Support pack  or any solution to fix this error.
    thanks..

    Hi,
    pls find the RFC connection details
    1 Prerequisites
    1.1 User Roles
    Use
    With the Building Block Connectivity a configuration role for each component is provided to access all transactions relevant for the installation. The following roles are available:
    Technical name Description File name for upload
    B02_01C B02 - Connectivity Configuration Role (SAP R/3) B02_01C.SAP
    B02_03C B02 - Connectivity Configuration Role (SAP BW) B02_03C.SAP
    C71_04C B02 - Connectivity Configuration Role (SAP CRM) C71_04C.SAP
    B02_04C_SRM B02 - Connectivity Configuration Role (SAP SRM) B02_04C_SRM.SAP
    Procedure
    Please upload the necessary roles and add them to your user, using transactions PFCG (Role Maintenance).
    2 Local Settings
    This chapter describes all local settings that are necessary for each component like SAP R/3, SAP SCM, SAP BW, SAP CRM or SAP SRM.
    2.1 SAP R/3
    2.1.1 Define Client Administration (SAP R/3)
    Use
    This activity allows you to change Customizing settings.
    Prerequisites
    You have logged on to the system in English in order to start with the installation of the Best Practices Scenario.
    Procedure
    Run the following activity:
    SAP R/3 Role Menu Define Client Administration (SAP R/3)
    Transaction Code SCC4
    SAP R/3 Menu Tools  Administration  Administration  Client Administration  Client Maintenance
    Then carry out the following steps:
    1. Choose Display  Change.
    2. Confirm the warning message Caution: The table is cross client.
    3. Select your SAP R/3 client and choose Details.
    4. In the Change View Clients: Details screen, activate the following settings:
    u2022 Automatic recording of changes
    u2022 Changes to Repository and cross-client Customizing allowed
    u2022 eCATT and CATT allowed.
    5. Save.
    6. Go back to the SAP Easy Access menu.
    2.1.2 Defining a Logical System for SAP R/3 (SAP R/3)
    Use
    The purpose of this activity is to create a logical system for your SAP R/3 System. To enable communication between systems within your system landscape, you must
    1. Define the systems as logical systems.
    2. Assign the logical system for the SAP R/3 System to a client.
    This enables the systems to recognize the target system as an RFC destination. If the logical system has already been created, skip this activity.
    Logical systems are defined cross-client.
    Procedure
    Carry out the following steps:
    1. Access the transaction using:
    SAP R/3 Role Menu Defining a Logical System for SAP R/3 (SAP R/3)
    Transaction Code SPRO
    SAP R/3
    IMG Menu Basis Components (for R/3 Enterprisse: SAP Web Application Server)  Application Link Enabling (ALE)  Sending and Receiving Systems  Logical systems  Define Logical System
    2. Choose New entries.
    3. In the column Log System, enter a name for the logical system that you want to create.
    4. In the column Name, enter a description of the logical system.
    Log. System Name
    where XXX is the system name
    and NNN is the client.
    5. Save your entries.
    A transport request for Workbench appears.
    6. Select an existing request or create a new request, if necessary.
    A transport request for Customizing appears.
    7. Select an existing request or create a new request, if necessary.
    2.1.3 Assigning Logical System to Client
    Use
    The purpose of this activity is to make an assignment for the logical system. Skip this activity if a logical system is already assigned to your client.
    Procedure
    Carry out the following steps:
    1. Access the transaction using:
    SAP R/3 Role Menu Assign Logical System to Client
    Transaction Code SCC4
    SAP R/3 Menu Tools  Administration  Administration  Client Administration  Client Maintenance
    2. Choose Display ® Change.
    3. Confirm the warning message The table is cross client.
    4. Select your R/3 client and choose Details.
    5. Enter the name of the logical system of your SAP R/3 client.
    6. Save and confirm the warning message Be careful when changing the logical system.
    7. Choose Back twice.
    2.1.4 Creating an RFC User (SAP R/3)
    Use
    To enable communication between the SAP R/3 back-end system and the SAP SCM System, you have to create an RFC user in the SAP R/3 System.
    The RFC user in the application client enables multiple RFC connections. Skip this activity if an RFC User has already been created.
    Procedure
    Carry out the following steps:
    1. Access the transaction using:
    SAP R/3 Role Menu Creating an RFC User (SAP R/3)
    Transaction Code SU01
    SAP R/3 Menu Tools  Administration  User Maintenance  Users
    2. In the User field, enter RFCUSER.
    3. Choose Create.
    4. On the Maintain User screen, enter the following data on the Tab entry screens:
    Address
    Last Name
    Function
    Logon data
    User type System
    Password LOGIN
    Profile
    Profiles SAP_ALL
    SAP_NEW
    S_BI-WX_RFC
    Defaults
    Logon Language EN
    5. Save your entries.
    2.3 SAP BW
    2.3.1 Define Client Administration
    Use
    This activity defines changes and transports of the client-dependent and client-independent objects.
    Procedure
    1. To perform this activity, choose one of the following navigation options:
    SAP BW Role Menu Local Settings ® Define Client Administration
    Transaction Code SCC4
    SAP BW Menu Tools  Administration  Administration  Client Administration  Client Maintenance
    2. Switch to change mode.
    3. Select your client.
    4. Choose details.
    5. In field Currency enter the ISO-code of the local currency, e.g. USD or EUR.
    6. In field Client Role enter Customizing
    7. Check the settings for changes and transport of client-specific objects and client-independent object changes
    If you want to use the settings made by BC-Sets or manually in other systems (other than BW), u201CAutomatic recording of changesu201D and u201CChanges to Repository object and cross-client Customizing allowedu201D is required.
    Result
    Client administration has been defined to support the installation using Best Practices.
    2.3.2 Defining a Logical System for SAP BW (SAP BW)
    Use
    In this step, you define the logical systems in your distributed system.
    Prerequisites
    Logical systems are defined cross-client. Therefore cross-client customizing must be allowed in your client (this can be checked in transaction SCC4).
    Procedure
    To carry out the activity, choose one of the following navigation options:
    SAP BW Role Menu Defining a Logical System for SAP BW (SAP BW)
    Transaction Code SPRO
    IMG Menu SAP Reference IMG  SAP Customizing Implementation Guide  SAP NetWeaver  Business Information Warehouse  Links to other Systems  General Connection Settings  Define Logical System
    1. A dialog box informs you that the table is cross-client. Choose Continue.
    2. On the Change View u201CLogical Systemsu201D: Overview screen, choose New entries.
    3. On the New Entries: Overview of Added Entries screen enter the following data:
    Field name Description R/O/C User action and values Note
    Log. System Technical Name of the Logical System Enter a name for the logical BW system that you want to create
    Name Textual Description of the Logical System Enter a clear description for the logical BW system
    4. Choose Save.
    If a transport request for workbench and customizing is displayed choose existing requests or create new requests.
    If you want to continue with the next activity, do not leave the transaction.
    Result
    You have created a Logical System Name for your SAP BW client.
    2.3.3 Assigning Logical System to Client (SAP BW)
    Procedure
    To carry out the activity, choose one of the following navigation options:
    SAP BW
    Role Menu Assigning Logical System to Client (SAP BW)
    Transaction Code SCC4
    SAP BW Menu Tools  Administration  Administration  Client Administration  Client Maintenance
    1. In the view Display View "Clients": Overview, choose Display.  Change
    2. Confirm the message.
    3. Select your BW client.
    4. Choose Details.
    5. In the view Change View "Clients": Details, insert your BW system in the Logical system field, for example, BS7CLNT100.
    6. Save the entries and go back.
    2.3.4 Opening Administrator Workbench
    Procedure
    To carry out the activity, choose one of the following navigation options
    SAP BW Modeling  Administrator Workbench: Modeling
    Transaction Code RSA1
    1. In the Replicate Metadata dialog box, choose Only Activate.
    2. If a message appears that you are only authorized to work in client ... (Brain 009) refer to SAP Note 316923 (do not import the support package, but use the description under section Workaround).
    2.3.5 Creating an RFC-User (SAP BW)
    Procedure
    To carry out the activity, choose one of the following navigation options:
    SAP BW Role Menu Creating RFC User
    Transaction Code SU01
    SAP BW Menu Tools  Administration  User Maintenance  Users
    Then carry out the following steps:
    1. On the User Maintenance: Initial Screen screen:
    a. Enter the following data:
    Field Entry
    User RFCUSER
    b. Choose Create.
    2. On the Maintain User screen:
    a. Choose the Address tab.
    b. Enter the following data:
    Field Entry
    Last Name RFCUSER
    Function Default-User for RFC connection
    c. Choose the Logon data tab.
    d. Enter the following data:
    Field Entry
    Password LOGIN
    User type System
    e. Choose the Profiles tab.
    f. Enter the following data:
    Field Entry
    Profiles SAP_ALL , SAP_NEW and S_BI-WHM_RFC
    g. Choose Save.
    Do not change the password of this user as it is used in RFC connections.
    2.3.6 Define RFC-USER as default (SAP BW)
    Procedure
    To carry out the activity, choose one of the following navigation options
    SAP BW Role Menu Define RFC-USER as default (SAP BW)
    Transaction Code RSA1
    SAP BW Menu Modeling  Administrator Workbench: Modeling
    1. On the Administrator Workbench: Modeling screen choose Settings  Global Settings.
    2. In the Global Settings/Customizing dialog box choose Glob. Settings.
    3. On the Display View u201CRSADMINA Maintenance Viewu201D: Details screen:
    a. Choose Display  Change.
    b. Enter RFCUSER in the BW User ALE field.
    c. Choose Save.
    Hope this helps in solving u r problem
    Regards
    Ramakrishna Kamurthy

Maybe you are looking for

  • IPad mini cover closure not working

    The magnetic cover for iPad mini does not put it to sleep on closure. Any suggestions?

  • When trying to update CS6, I am asked to close Bridge...but it is already closed.

    I am trying to update CS6.  I am asked to close Adobe Bridge. It is already closed. I cannot continue the update unless it is closed. What must I do to fix this problem? 

  • CertView - results in Certification\Exam History

    Hi, Can somebody explain when exam results should be visible in 'Certification History' and when in 'Exam History' in CertView? I'm little confused because I thought when all exams for certificate are passed then results should not be visible in 'Exa

  • Colored lines filling in highlights

    Hello All; I'm using Photoshop CS3 with Camera Raw 4.6 with G4 Mac version 10.4.11 Processing images through CR 4.6,   I get colored horizontal lines (usually blue) filling any bright highlights. (ex. windows in background)   For the life of me I can

  • Help with Array of Arrays

    import java.util.Arrays; import java.util.Date; import java.util.List; public class StockDay     private String[] stockDayData;     List stockDays = new ArrayList();     public StockDay(String stockData)         stockDayData = new String[6];