SAP-tool for issue-administration

Hallo,
I am looking for an ABAP-tool to report and administrate SAP-issues with. This to replace the commonly used Excel-issue lists.
Does anyone have somelike that?
Best regards,
Tim van Steenbergen.

You can do something like this -;)
DATA: fullname(30) TYPE c.
TYPES: BEGIN OF ty_trdir,
       name LIKE trdir-name,
       END OF ty_trdir.
TYPES: BEGIN OF ty_source_table,
       linea(150) TYPE c,
       END OF ty_source_table.
DATA: t_trdir TYPE STANDARD TABLE OF ty_trdir,
      t_source_table TYPE STANDARD TABLE OF ty_source_table.
DATA: w_lines TYPE i.
FIELD-SYMBOLS: <fs_trdir> LIKE LINE OF t_trdir.
SELECTION-SCREEN BEGIN OF BLOCK test WITH FRAME.
PARAMETERS:
           prgname LIKE trdir-name.
SELECTION-SCREEN END OF BLOCK test.
START-OF-SELECTION.
  PERFORM load_data.
*       FORM LOAD_DATA                                      *
FORM load_data.
  CONCATENATE prgname   '%' INTO fullname.
  SELECT name
  INTO TABLE t_trdir
  FROM trdir
  WHERE name LIKE fullname.
LOOP AT t_trdir ASSIGNING <fs_trdir>.
  READ REPORT <fs_trdir>-name INTO t_source_table.
  DESCRIBE TABLE t_source_table LINES w_lines.
  WRITE:/ 'Number of lines: ', w_lines.
ENDLOOP.
ENDFORM.
Greetings,
Blag.
Edited by: Alvaro Tejada Galindo on Jan 30, 2008 5:53 PM

Similar Messages

  • Error during DatabaseCopy using SAP tools for SQL Server (v7.12)

    I'm trying to perform a system copy from PRD to QAS.  The database has been mounted to QAS via detach and attach method.  I did a DBCC on the database and everything looks OK.  I'm running SAPINST (SAP Tools for MSSQL) and selecting the Database Copy option.  The source database has a schema of DBO.  Both PRD and QAS are running SAP 4.7/Basis 620.  The target schema is QAS.  SAPINST fails in step 2 (Define Params) with:
    "This service cannot be used for a system with SAP ABAP release 620"
    Is this message misleading?  Has anyone receive this message before.
    UPDATE:
    I donwloaded the latest version of SAP Tools for MSSQL and now it failes during the execution phase on step, "Convert DB objects to new schema".
    Here is the log:
    Process environment
    ===================
    Environment Variables
    =====================
      =::=::\
      =C:=C:\Program Files\sapinst_instdir\MSS\CPY
      ALLUSERSPROFILE=C:\Documents and Settings\All Users
      APPDATA=C:\Documents and Settings\r3tadm.STAG\Application Data
      CLIENTNAME=TRAIMONOTEBOOK
      ClusterLog=C:\WINDOWS\Cluster\cluster.log
      CommonProgramFiles=C:\Program Files\Common Files
      COMPUTERNAME=STAG
      ComSpec=C:\WINDOWS\system32\cmd.exe
      DBMS_TYPE=MSS
      FP_NO_HOST_CHECK=NO
      HOMEDRIVE=C:
      HOMEPATH=\Documents and Settings\r3tadm.STAG
      LOGONSERVER=
    STAG
      MSSQL_DBNAME=R3T
      MSSQL_SERVER=stag
      NUMBER_OF_PROCESSORS=4
      OS=Windows_NT
      Path=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Dell\SysMgt\RAC5;C:\Program Files\Dell\SysMgt\oma\bin;C:\Program Files\Dell\SysMgt\oma\oldiags\bin;C:\Program Files\Microsoft SQL Server\80\Tools\BINN;C:\usr\sap\R3T\SYS\exe\run
      PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
      PROCESSOR_ARCHITECTURE=x86
      PROCESSOR_IDENTIFIER=x86 Family 6 Model 15 Stepping 6, GenuineIntel
      PROCESSOR_LEVEL=6
      PROCESSOR_REVISION=0f06
      ProgramFiles=C:\Program Files
      SAPINST_EXEDIR_CD=C:/STM/I386
      SAPINST_JRE_HOME=C:/WINDOWS/TEMP/3/sapinst_exe.3012.1234409473/jre
      SAPLOCALHOST=stag
      SESSIONNAME=RDP-Tcp#25
      SystemDrive=C:
      SystemRoot=C:\WINDOWS
      TEMP=C:\WINDOWS\TEMP\3
      TMP=C:\WINDOWS\TEMP\3
      USERDOMAIN=STAG
      USERNAME=r3tadm
      USERPROFILE=C:\Documents and Settings\r3tadm.STAG
      windir=C:\WINDOWS
    User: STAG\r3tadm, Id: S-1-5-21-2727398557-1322528747-1943968026-1019
    Working directory: C:/Program Files/sapinst_instdir/MSS/CPY
    Current access token
    ====================
    Could not get thread token. Last error: 1008. I assume that no thread token exists.
    Got process token.
    Privileges:
      Privilege SeBackupPrivilege, display name: Back up files and directories, not enabled.
      Privilege SeRestorePrivilege, display name: Restore files and directories, not enabled.
      Privilege SeShutdownPrivilege, display name: Shut down the system, not enabled.
      Privilege SeDebugPrivilege, display name: Debug programs, not enabled.
      Privilege SeAssignPrimaryTokenPrivilege, display name: Replace a process level token, not enabled.
      Privilege SeSystemEnvironmentPrivilege, display name: Modify firmware environment values, not enabled.
      Privilege SeIncreaseQuotaPrivilege, display name: Adjust memory quotas for a process, not enabled.
      Privilege SeChangeNotifyPrivilege, display name: Bypass traverse checking, enabled.
      Privilege SeRemoteShutdownPrivilege, display name: Force shutdown from a remote system, not enabled.
      Privilege SeTcbPrivilege, display name: Act as part of the operating system, not enabled.
      Privilege SeUndockPrivilege, display name: Remove computer from docking station, not enabled.
      Privilege SeSecurityPrivilege, display name: Manage auditing and security log, not enabled.
      Privilege SeTakeOwnershipPrivilege, display name: Take ownership of files or other objects, not enabled.
      Privilege SeLoadDriverPrivilege, display name: Load and unload device drivers, not enabled.
      Privilege SeManageVolumePrivilege, display name: Perform volume maintenance tasks, not enabled.
      Privilege SeSystemProfilePrivilege, display name: Profile system performance, not enabled.
      Privilege SeImpersonatePrivilege, display name: Impersonate a client after authentication, enabled.
      Privilege SeSystemtimePrivilege, display name: Change the system time, not enabled.
      Privilege SeCreateGlobalPrivilege, display name: Create global objects, enabled.
      Privilege SeProfileSingleProcessPrivilege, display name: Profile single process, not enabled.
      Privilege SeIncreaseBasePriorityPrivilege, display name: Increase scheduling priority, not enabled.
      Privilege SeCreatePagefilePrivilege, display name: Create a pagefile, not enabled.
    Groups:
    Group count: 14
      \LOCAL S-1-2-0 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED
      BUILTIN\Administrators S-1-5-32-544 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED SE_GROUP_OWNER
      \Everyone S-1-1-0 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED
      BUILTIN\Users S-1-5-32-545 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED
      STAG\SAP_R3T_LocalAdmin S-1-5-21-2727398557-1322528747-1943968026-1021 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED
      STAG\SAP_LocalAdmin S-1-5-21-2727398557-1322528747-1943968026-1023 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED
      STAG\None S-1-5-21-2727398557-1322528747-1943968026-513 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED
      NT AUTHORITY\INTERACTIVE S-1-5-4 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED
      NT AUTHORITY\NTLM Authentication S-1-5-64-10 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED
      NT AUTHORITY\Authenticated Users S-1-5-11 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED
      \ S-1-5-5-0-36828865 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED SE_GROUP_LOGON_ID
      NT AUTHORITY\REMOTE INTERACTIVE LOGON S-1-5-14 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED
      NT AUTHORITY\This Organization S-1-5-15 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED
      STAG\SAP_R3T_GlobalAdmin S-1-5-21-2727398557-1322528747-1943968026-1018 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED
    ERROR      2009-02-11 19:31:46.529 [sixxcstepexecute.cpp:984]
    FCO-00011  The step MoveSchema with step key |SAPMSSTOOLS|ind|ind|ind|ind|0|0|MssSysCopy|ind|ind|ind|ind|4|0|MssSchemaMove|ind|ind|ind|ind|2|0|MoveSchema was executed with status ERROR .
    TRACE      2009-02-11 19:31:46.544
      Call block:CallBackInCaseOfAnErrorDuringStepExecution
        function:CallTheLogInquirer
    is validator: true
    WARNING    2009-02-11 19:31:46.544 [iaxxejshlp.cpp:150]
    Could not get property IDs of the JavaScript object.
    ERROR      2009-02-11 19:31:46.544 [iaxxejsctl.cpp:492]
    FJS-00010  Could not get value for property .
    TRACE      2009-02-11 19:31:46.544
    A problem occurs during execution the inquirer callback. SAPinst will switch back to the standard behaiviour.
    TRACE      2009-02-11 19:31:46.544 [iaxxgenimp.cpp:707]
                CGuiEngineImp::showMessageBox
    <html> <head> </head> <body> <p> An error occurred while processing service SAP Toools for MS SQL Server > Database Copy. You may now </p> <ul> <li> choose <i>Retry</i> to repeat the current step. </li> <li> choose <i>View Log</i> to get more information about the error. </li> <li> stop the task and continue with it later. </li> </ul> <p> Log files are written to C:\Program Files/sapinst_instdir/MSS/CPY. </p> </body></html>
    TRACE      2009-02-11 19:31:46.544 [iaxxgenimp.cpp:1245]
               CGuiEngineImp::acceptAnswerForBlockingRequest
    Waiting for an answer from GUI
    Edited by: Tony Raimo on Feb 12, 2009 4:37 AM

    This is looks like permission issue on source folder
    Copy source in to your local drive and try again.
    I had same issue and able to resolve after copy EXP1 EXP2 and EXP3 folder in to local drive C: with Everyone full access
    Yogesh

  • Can't find SAP Tools for MS SQL Server

    Hello all,
    I need to do an dettach/attach procedure, and need this tool. As Note 683447 says, can't find the download tool for this tool.
    http://service.sap.com/msplatforms
    Could you give me a hint please?
    Thanks a lot.

    Hello Benjamin,
         following this note: 683447 - SAP Tools for MS SQL Server I could see these options:
    Thanks a lot and best regards

  • SAP Tools for SQL Server issue

    Hi,
    I used SAP tools to upgrade the database after upgrading MS SQL Server 2000 to MS SQL Server 2005. In the middle of the process I got the following error:
    MDB-05053  Errors when executing sql command: <p nr="0"/>.
    sapinst.log and sapinst_dev.log shows this error first:
    FCO-00011  The step RunMAXConversion with step key |SAPMSSTOOLS|ind|ind|ind|ind|0|0|MssSysCopy|ind|ind|ind|ind|4|0|MssYukonUpg|ind|ind|ind|ind|5|0|RunMAXConversion was executed with status ERROR .
    Any idea ?
    George

    Hi,
    please open a command prompt, switch to the installation directory under Program Files and set the environment variable
    set SAPINST_MSS_LOG=0N
    Start the sapinst tool again from the same location from this command promt. Then a MSSLog.log is written during the run. Check the log for additional errors.
    Regards
      Clas

  • Any non-sap tool for translate BI / Bex Objects?

    Hi
    The customer is asking for any commercial tool for translate BI / Bex objects.
    They need something easy, where the end-user could made the translations, without open the Bex query deigner and without using the internal names, different of se63
    a) does somebody know any tool (sap or non-sap)for this?
    b) can I translate bex objects with SLPP (propossal list)
    Thanks!

    closed

  • New SAP Tools for faster Master Data Upload?

    Hi All!
    I am interested in getting some detailed information on different tools that are used for faster master data upload. Please let me know about the tools apart from LSMW, BAPI, eCATT and BDC.
    We basically want to know the following things:
    1.Which are the tools available for this master data upload?
    for eg. SAP MDM, Info Shuttle, other available new age tools etc........
    2. Their performance / feature comparions?
    Please provide performance / feature comparison for different new age tools in detail.
    Thanking you in advance.
    Regards,

    Hi Amar,
    regarding SAP MDM you can read advantages and characteristics here: http://www.sap.com/platform/netweaver/components/mdm/index.epx
    Hope this help you,
    Vito

  • Problem Adobe ID in Digital Content Preview Tool for *.issue from InDesign

    Hi,
    I hope it is the right place for this post.
    So, I create a *.issue file with InDesign and the new Digital Publishing.
    Then I installed the Digital Content Preview Tool on the iPad and I have tryed login with Adobe ID to test the *.issue file.
    But login inside the iPad app has been failing by all the day...
    (ps: login from web browser goes well).
    Someone can help me?
    Thanks in advance,
    leleguera

    Thanks Bob!
    I'm going to try your solution.
    I have found the related post:
    http://forums.adobe.com/thread/742850?tstart=0

  • Carrier path as SAP Testing for Basis Administrator

    Dear Experts,
    With my experiance as Basis consultant I would wish to work on SAP testing. I would like to get some suggestions on
    - Is that right option as a Basis admin to look for SAP testing.
    - How is the market value and carrier path as a SAP testing candidate.
    Regards,
    Karthick

    Hi,
    You must stick to your Basis domain and look for testing operations to ensure a stable and sustainable system.
    Usually you will have Standard Operating Procedures and you may conduct preventive / proactive tests on regular basis or while the system is changed.
    This kind of testing is a pre-requisite for the functional folks to conduct their tests.
    Eg: Installation of support pack, enhancement pack and tests weather the installation is successful or not. Usually the system itself will say that the installation is successful, here you can check for dependencies and conduct some extended tests - manual  / automation.
    Regards
    Satish Talikota

  • Install SAP Tools get errors

    I made download of SAP Tools for MS SQL Server. When I installed it, I got the following error:
    SAPinst is getting started.
    Please be patient ...
    starting gui server process:
      sapinstport: 21200
      guiport    : 21212
      guistart   : true
      command    : "D:\Program Files\Java\j2re1.4.2_16/bin\javaw.exe" -cp "D:/DOCUME1/Admin/LOCALS1/Temp/sapinst_exe.2952.1199328350\jar\instgui.jar;D:/DOCUME1/Admin/LOCALS1/Temp/sapinst_exe.2952.1199328350\jar\inqmyxml.jar" -Xmx256M -Dsun.java2d.noddraw=true SDTServer config=jar:sdtserver.xml guiport=21212 sapinsthost=localhost sapinstport=21200 guistart=true
    guiengine: call to bind() for socket 21200 1808 failed . No error
    103 guiengine.connection.failed 21200, 943
    Exit status of child: 1
    How to fix the error and make the installation through?
    Thanks;
    Mike

    Hi,
    check whether port 21200 is not used by other application,
    use start -> run-> cmd
    and enter  netstat -ano  to identify port used by services.
    regards,
    kaushal
    mark helpful answers

  • Third Party tool for sap neteraver Java/EP administration

    Hi Experts,
    Do we have any third Party tool for SAP Neteweave -java or Portal administration like Wily?
    I am looking any tool that can generate graphical reports for System health cheack and all like Wily Interscope.
    Thanks
    Narpal

    Hi,
    I hope links like this are allowed with the new SDN rules. We use something called [Click Stream|http://www.sweetlets.com/click_stream.html].
    Quite nifty little tool and not even expensive.
    Regards,
    Andi

  • Issue with SQL converter: Query Migration Tool for Microsoft SQL Server to SAP HANA

    Hello,
    I found the following blog : http://scn.sap.com/community/business-one/blog/2013/04/10/how-to-convert-sql-from-ms-sql-server-to-sap-hana
    I am trying out this migration tool for converting my MS SQL queries to HANA.
    I am running into issue while converting certain queries.
    The issue is specific to "set" commands which set local variables inside "create procedure" commands.
    e.g.
    a standalone set command:
    SET @var = (SELECT TOP 1 name FROM mytable ORDER BY name)
    is converted well:
    SELECT (SELECT TOP 1 "name" FROM "mytable" ORDER BY "name") INTO var FROM DUMMY;
    But when the same is part of create procedure:
    CREATE PROCEDURE [dbx].[XXXXX_YYYY_ZZZZ]
    AS
    SET @var = (SELECT TOP 1 name FROM mytable ORDER BY name)
    it fails in converting the same:
    --Statements in the input file contain errors; conversion was canceled
    I would like to understand who can help me here.
    Thanks...

    Hi Mayur,
    that tool cannot convert stored procedures. it is still being developed. For these you have to do it manually.

  • Unable to install Remote Server Administration Tools for Windows 8 Release Preview on RTM 8 Enterprise

    Unable to install Remote Server Administration Tools for Windows 8 Release Preview on RTM 8 Enterprise 
    Standalone installer available here
    http://www.microsoft.com/en-us/download/details.aspx?id=28972
    fails with error code 0x80004005
    Is this because my installation has issues, or would the admin pack files be updated for RTM?
    Thank you in advance for any insight

    Found the solution here:
    http://social.technet.microsoft.com/Forums/en-US/w8itprogeneral/thread/6d8745e0-c4c1-463a-b4bb-09f6c9c22527
    Workaround:
    Download the RSAT package intended for Windows 8 Release Preview: http://www.microsoft.com/en-us/download/details.aspx?id=28972
    Extract the .msu file with a tool such as 7-Zip.
    Open an Admin command prompt and change directory to where you extracted the .msu.
    Run the following command to install (if x86 you probably have a different .xml filename): pkgmgr /n:Windows6.2-KB2693643-x64.xml
    Wait a while. You can look in task manager for pkgmgr. When it disappears, the installation is done.
    Use the tools as per usual.

  • Tools for SAP development work management?

    Hi fellow SAP developers!
    As you know, in a big software company the management of development work can be a challenge. Everyone should be able to see quickly who is doing what, who is available for new work, how did some old requests get solved and where is their documentation. We are talking about more than just some simple ticket management system here. It would be a central repository and work management tool for years to come.
    I am interested to hear some suggestions for good tools that can be used for development work management in SAP world.
    - It should be a tool where development requests can be input, reviewed, approved, documented and stored.
    - It should support storing attachments
    - It should support a project structure, under which the development items are created.
    - It should be searchable and have different views to the development requests (for example by project, request raiser, developer, status etc.)
    - It should have some kind of approval system or workflow.
    - It should also support email notifications when the status or person assignment changes.
    - It should run on large corporate network (accessible in intranet, perhaps via browser).
    - A nice bonus would be a mobile client access for urgent cases
    I'm keen to hear any proposals, even if not all the points in the wishlist are fullfilled
    I'm interested to hear any comments on your exeperiences on various work  management tools. What worked and what not?

    Well, a SAP based product would be efficient as it is integrated and there would be no need for additional licenses etc.
    I have to investigate the Solution manager offerings more, if that indeed could handle this task. Have you got any further information or experience?
    Rally sounds interesting as well! Are there any other tools like that, proven good in SAP development?
    For simply using Abap workbench, I'm afraid that is not good enough for what I'm after. How would you manage for example work queues, project based issue views and extensive solution documentation with it? And everything would have to be searchable and visible for also for non-technical managers who do not log in to SAP.

  • Installing administrative tools for Windows 10 Technical Preview for Enterprise

    At first I was upgrade my Windows 8.1 to Windows 10 Technical Preview for Enterprise every things done will then
    I try to install administrative tools for windows 10 technical preview for enterprise I found the .msu file from Microsoft website but when I tried to install it, it gives me the following error:
    Windows Update Standalone Installer
    installer encountered and error: 0x8024001d
    is there anyone to help me regarding above issue.
    Thanks
    Zelgay Kunari

    Hi zelgay,
    This is my result:
    From your error code, it seems this is relate to your windows update, please use following command to fix corrupted files:
    DISM.exe /Online /Cleanup-image /Restorehealth
    In the meantime, you can delete temporary update files in the SoftwareDistribution folder:
    Stop Windows Update service.
    Open File Explorer.
    Double-click the local hard disk where Windows is installed, typically drive C.
    Double-click the Windows folder, and then double-click the
    SoftwareDistribution folder.
    Double-click the DataStore folder to open it, and then delete all files and folders in the folder.
    Note If you're prompted for an administrator password or confirmation, type the password or provide confirmation.
    Click the Back button. In the SoftwareDistribution folder, double-click the
    Download folder to open it, and then delete all files in the folder.
    Restart Windows Update service.
    Alex Zhao
    TechNet Community Support

  • Has SAP released Web Tools for a 64 bit system?

    Has SAP released Web Tools for a 64 bit system? It was my understanding earlier in the year that SAP would be releasing WebTools in the 3rd quarter 2008 for a 64 bit system. Does anyone know the status of this release? Thank you, Vicki Merritt

    We have a test build that enables 32-bit emulation of the synch manager and synch service, but not for the website.
    FP1 is tentatively scheduled to go into rampup in November, and we are still investigating how to get the website to run in 64-bit environment.
    This test build of the Synch Manager doesn't show the B1 db version but we have successfully synchronized our test company databases with it and so far no major issues.
    You can contact me if you would like to give it a try.

Maybe you are looking for

  • Outline sync with 4 cubes or partition help req

    Hi, I have three huge cube's, two cubes abt 90 gb (BSO) for TY & LY data, weekly refresh with hierarchy and data on third cube (ASO). all there cubes are transparent partitioned to fourth cube. I have the same hirarchy in these three cubes and couple

  • Power Mac G4 (Dig Audio) Can't install OS 9.2.1

    I'm having an issue with trying to install OS 9.2.1 on a PM G4. I boot from the CD, but when I get to the actual install phase, it stops and gives me a general error. The Disc itself is clean and I know it works (used it on my iMac G3). I'm using a f

  • Joining two fact tables with different dimensions into single logical table

    Hi Gurus, I try to accomplish in Oracle Business Intelligence 11.1.1.3.0: F1 (D1, D2 and D3) F2 (D1 and D2 and D4) And we want to build a report F1 F2 D1 D2 D3 D4 to have data for: F1 that match only for D1-D2-D3 and data for F2 that match only D1-D2

  • Issue with pa30 transaction for the infotype 15

    Hi All, I am creating additional payments for the infotype 15 in PA30 transaction. i followed following steps: wage type                                      amount                                      date of origin                                  

  • Help me on fm : 'HR_MAINTAIN_MASTERDATA'

    My Requirement is to dynamically create a record in Infotypes 0032 while hiring an employee. For which i am writing a subroutine, In that subroutine i am calling 'HR_MAINTAIN_MASTERDATA'. The function module is getting triggered and after executing t