SAP authorizations  in ABAP

hi folks,
I have another question that goes like this, how to create authorizations in ABAP programming ?
explanation with examples would be really helpful.
thanks
Vinu

Hi,
Checking User Authorizations in your ABAP Program
How to set Authorization to an ABAP Programs?
Much of the data in an R/3 system has to be protected so that unauthorized users cannot access it. Therefore the appropriate authorization is required before a user can carry out certain actions in the system. When you log on to the R/3 system, the system checks in the user master record to see which transactions you are authorized to use. An authorization check is implemented for every sensitive transaction.
If you wish to protect a transaction that you have programmed yourself, then you must implement an authorization check. 
This means you have to allocate an authorization object in the definition of the transaction.
For example:
program an AUTHORITY-CHECK.
AUTHORITY-CHECK OBJECT <authorization object> 
   ID <authority field 1> FIELD <field value 1>. 
   ID <authority field 2> FIELD <field value 2>. 
   ID <authority-field n> FIELD <field value n>. 
The OBJECT parameter specifies the authorization object.
The ID parameter specifies an authorization field (in the authorization object).
The FIELD parameter specifies a value for the authorization field.
The authorization object and its fields have to be suitable for the transaction. In most cases you will be able to use the existing authorization objects to protect your data. But new developments may require that you define new authorization objects and fields.
Use T/Code SE80 to Create Authorization object.

Similar Messages

  • How to read a mail from sap inbox thru abap code?

    how to read a mail from sap INBOX thru abap code? can anyone tell me the technical approach? I NEED TO READ A MAIL and then need to pass the parameters to a bapi.
    Message was edited by:
            shahid mohammed syed

    Hi SSM,
    Did you manage to have your program working? I also have same requirement. I tried standard FM and BAPI but I always encounter authorization error when I tried accessing other user's mail. Thanks.
    Regards,
    Ryan

  • Implementaion of ADS on SAP Web AS ABAP

    Dear All
    We have an ECC6.0 setup on Oracle Solaris as SAP Web AS ABAP only. We now want to install & configure ADS (Adobe Document Services) on it. Is it possible to do so on ABAP only system or do we need to have ABAP + Java system. In case, we can, can someone provide me link for the same.
    Thanks
    Lokesh.

    Thanks Markus. I am now trying to implement ADS in another server which ahs ABAP+Java installation in same box with SAP Netweaver 7.0.
    I have done all the steps as per the configuration guide and am detailing teh same here. However, I am unable to run the application. Please help.
    I am detailing the steps taken as per the configuration guide.
    1. Checking the IIOP service - This is working fine as per the guide.
    2. I have chosen to use Basic authentication 
    3. Executing FP_TEST_00 fails
    4. Executing FP_PDF_TEST_00 did show me the version infomation initially but after changing the
    ADSUSER password in SU01, it has started showing a username and password box which doesnot accept
    ADSUSER and the new password.
    5. I have created a user ADSUSER as system user and assigned a password to it. I have created
    ADSCALLERS role and assigned it to ADSUSER.
    6. I have created an ABAP connection as per the guide. However, in test connection, I am prompted for
    a user and password. Specifying ADSUSER doesnot work. However specifying j2ee_admin user gives the
    test result as Found.
    7. On running Test for user in http://<server>:50000/AdobeDocumentServices/Config in browser, the
    ADSUSER or ADS_AGENT password doesnot get accepted. j2ee_admin user and password gives the error
    "User J2EE_ADMIN does not have access to method rpData."
    8. Even in Visual Administrator, I have checked the ADSUSER to be under ADSCallers group. Also the
    ADSUSER is mapped to ADSCaller security role. However, one point noticable is that when I try to
    change the password of ADSUSER in user management under ADSCallers, it doesnot allow me to do so.
    Here I am in doubt as in SU01, I have changed the password while in Visual Admin, it is still the initial
    one. Is this conflicting.
    9.  In the link http://<AS Java Server>:50000 ->User Management, I am unable to set Security policy
    field to Technical user and it is grayed out even after clicking modify. Am also not able to delete the
    ADSUSER from it.
    10. In visual administrator, I have setup the basic authentication too in web services security node and
    have activated the service throught the deploy node
    11. I have created a user ADS_AGENT as service user through SU01 and defined password for it and
    assigned role SAP_BC_FP_ICF & SAP_BC_FPADS_ICF to it.
    12. I have activated the fp & fpads service through SICF ->default_host ->sap ->bc ->fp. Right Click &
    Activate
    13. The checking of destination service through FP_CHECK_DESTINATION_SERVICE prompts for a
    username and password and doesnot accept ADSUSER or ADS_AGENT and j2ee_admin user is giving
    error of rpdata authorization.
    14. The ICF service through web browser using link
    http://<server>:8000/sap/bc/fp/form/layout/fp_test_00.xdp accepts ADS_AGENT user and displays an
    XML code.
    15. The test of changing of Destination Service to
    http://<server>:8000/sap/bc/fp/form/layout/fp_test_00.xdp through Visual Admin results in HTTP GET
    response code 200 Content type text/html
    I have worked my brains out on this but unable to understand the problem. I think it is because I am not able to change the password of ADSUSER things are not working.
    Please help me out.
    Lokesh

  • Regarding sap authorizations

    hi all
    is there anyway to limit the users access to only their own batch input sessions in tcode sm35 using sap authorizations.
    thanks in advance
    mohan

    hi,
    check this
    Checking User Authorizations in your ABAP Program
    How to set Authorization to an ABAP Programs?
    Much of the data in an R/3 system has to be protected so that unauthorized users cannot access it. Therefore the appropriate authorization is required before a user can carry out certain actions in the system. When you log on to the R/3 system, the system checks in the user master record to see which transactions you are authorized to use. An authorization check is implemented for every sensitive transaction.
    If you wish to protect a transaction that you have programmed yourself, then you must implement an authorization check.
    This means you have to allocate an authorization object in the definition of the transaction.
    For example:
    program an AUTHORITY-CHECK.
    AUTHORITY-CHECK OBJECT <authorization object>
    ID <authority field 1> FIELD <field value 1>.
    ID <authority field 2> FIELD <field value 2>.
    ID <authority-field n> FIELD <field value n>.
    The OBJECT parameter specifies the authorization object.
    The ID parameter specifies an authorization field (in the authorization object).
    The FIELD parameter specifies a value for the authorization field.
    The authorization object and its fields have to be suitable for the transaction. In most cases you will be able to use the existing authorization objects to protect your data. But new developments may require that you define new authorization objects and fields.
    Use T/Code SE80 to Create Authorization object.
    if u find it useful mark the points
    Regards,
    Naveen

  • 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

  • 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

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

  • Crystal Report on SAP R/3 ABAP Program or Transaction Code

    Hi Experts,
    I am working on SAP BI, my current requirement is to develop a dashboard. Client given the list of reports and they want to see these reports as a dashboard in BO. All these reports are SAP R/3 ABAP Programs. My doubt here is, is it possible to connect directly or bring directly a ABAP program in crystal reports. I know that form crystal reports we can connect to SAP R/3 through SAP Table, Cluster , Function Modules and so on.
    Anyone please clarify this doubt.
    Thanks & Regards
    Ramakrishna Kamurthy

    Moving to Integration kits forum: Questions re: Crystal Reports/Enterprise to SAP Integration Kit - SAP

  • How to set portal authorization in ABAP Webdynpro application

    Hi All,
    Do you have an idea how to set the visibility for Group UI element based on the Portal user authorization in ABAP Webdynpro , for example if the portal user A(or group A), logins into the portal on click of the ABAP Webdynpro IView then we need to set  invisible (hide) the Group UI element  in webdynpro ABAP Application.
    Do you have any sample code on the same to handle the portal authorization in Webdynpro ABAP?? , please let me know if couldnu2019t understand this requirement or my explanation
    Thanks,
    PortalUser100

    Hi Kris,
    Thanks for your reply.
    Like however we passed the UserID, can we pass Group ID also to the ABAP Webdynpro application??
    Can u get me other things, how to copy of the existing component and i want to give the new name for the component and there i need to modify, i dont want to disturb original component  before copy...let me know the procedure for the same??
    Regards,
    PortalUser100

  • Is it possible to call std. SAP transaction from abap wd

    Is it possible to call std. SAP transaction from abap wd so that transaction appears and work as in gui? Without portal ofcourse.
    I know that using webgui and/or ITS it is possible so then it must be somehow possible....

    Hi,
    see Web Dynpro ABAP call transaction in the foreground and just carry out a simple search in this forum, then you'll find several threads with similar questions...
    Regards, Heidi

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

  • Integration of Adobe Flex with SAP Web Dynpro ABAP

    I am new to adobe flex development. i am following a tutorial prepared by
    Mr. Karthikeyan Venkatesan (Infosys Technologies Limited) Integration of Adobe Flex with SAP Web Dynpro ABAP-for ABAPers
    He used flex 3 to develop the flex application. i am using flex 4 downloaded from adobe(At a time Build release I used low version only 3.5). I followed all the steps. At a time of Run the data was not came.
    How to fetch the data?
    Please Guide how to proceed.

    Hi Laxmikanth,
    For Adebo Flex help..
    Please go through Thomas tutorial..
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/10989ef6-968c-2b10-50a9-eb34a5267163&overridelayout=true
    and ...
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/307b434f-ff32-2b10-e885-991247270480?quicklink=index&overridelayout=true
    Hope it might helps you
    Thanks,
    Kris.

Maybe you are looking for