Integration R/3 4.7 -Transaction in EP 6.0 SP2 Hotfix 4 is not working !

Hello guys,
I think I really need your help.
I'll working since last week on Installation of SAP EP 6.0 SP2 hotfix 4, Installed Unification Server and for R/3 too. Installed Business Packages ESS and MSS, and now I can't connect to SAP R/3 thru Support -> SAP Transaction.
It returns an error message saying that I can't connect.
Please help soon. The only thing missing is this connection.
Any help would be very appreciated.
Thanks in advance
Best regards
Manoel Silva

Hello Manoel,
try out what I described in this Weblog:
Create SAP Transaction iView using SAPGUI for Windows at https://weblogs.sdn.sap.com/pub/wlg/736. [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken]
Regards
Gregor

Similar Messages

  • ABAP Query Execution via Custom Transaction Code - Not working

    We have created an ABAP Query in our DEV client and we then created a transaction code to run that query. We have done this because the customer does not want anyone to have access to SQ01, SQ02 in production. This works great in DEV but we can not get it to work in production.
    The ABAP Query was exported to our Prod client successfully.  I say exported because you do not do direct transports with queries.
    We then transported the new transaction code to run the query to production and it was successful.
    However, when we run the transaction is production we get a sys dump stating it can not find the query.
    We believe the problem is the TRDIR table is missing an entry for the program in production (it has an entry in DEV).
    I would have thought that the export on the query would have brought in this entry -but obviously not.
    Any suggestions on how we can get this entry into the production client?  Did we miss a step on the export that would do this?  We want to only bring over this entry - not the entire TRDIR table for obvious reasons (size (1.5 million entries, programs not ready for production, etc.).
    Please help!
    Thanks.
    Scott

    Hi,
    The above solution will work if you assign the transaction in one server, If you want this will not work in quality/production boxes when transported the query..the program name will not be the same in all the servers...
    For this. Do the below:
    In SE93, Create a Paramter Transaction
    -> Transaction = Start_report
    -> In default values, give the below details:
         D_SREPOVARI-REPORTTYPE = AQ
         D_SREPOVARI-EXTDREPORT = Name of the Query
         D_SREPOVARI-REPORT = User Group
    Save the transaction..Now if the program is generated with different names in the quality/proudction, this will still work..
    Regards
    Vijay Hebbal

  • Seperate DB Update not working at the end of transaction after polling DB

    I am using DB Adapters in OSB(built using JDveloper) to poll a DB. I am doing logical delete on one of the field(PROC_RSLT) on table by updating read column to 0.
    The issue is after I have done the polling and send the polled data to external party, external party send me a response which I have to again update to PROC_RSLT field.
    1. This update is not working if my JCA adapter proxy service having "transaction" and "Same Transaction For Response " options are disabled.
    2. When I enable the "Same Transaction For Response" option my DB update after external system with external system response is possible but logical delete(update to 0) on PROC_RSLT happen only after transaction is completed.
    Since PROC_RSLT is not updated to 0 same record is polled by adapter multiple times. I want my PROC_RSLT to be updated as soon as it poll and also my DB update to happen with external system response
    Can anyone help?
    Thanks

    Please refer section "Update a Field in the [Table_Name] Table (Logical Delete)" at below link -
    http://download.oracle.com/docs/cd/E17904_01/integration.1111/e10231/adptr_db.htm#BABEEBIH
    Database Configuration: A status column on the table being polled must exist. If it does not exist already, you can add one to an existing table.
    Support for Polling for Updates: Given that rows are not deleted with each read, it is possible to repetitively read a row multiple times. You must add a trigger to reset the mark read field whenever a record is changed, as follows:
    create trigger Employee_modified
    before update on Employee
    for each row
    begin
    :new.STATUS := 'MODIFIED';
    end;
    Support for Concurrent Access Polling: Just as a single instance should never process an event more than once, the same applies to a collection of instances. Therefore, before processing a record, an instance must reserve that record with a unique value. Again, the status column can be used:
    <operation name="receive">
    <jca:operation
    ActivationSpec="oracle.tip.adapter.db.DBActivationSpec"
    PollingStrategyName="LogicalDeletePollingStrategy"
    MarkReadField="STATUS"
    MarkUnreadValue="UNPROCESSED"
    MarkReservedValue="RESERVED${IP-2}-${weblogic.Name-1}-${instance}"
    MarkReadValue="PROCESSED"
    The polling query instead appears, as shown in the following example:
    Update EMPLOYE set STATUS = 'RESERVED65-1-1' where (CRITERIA) AND (STATUS = 'UNPROCESSED');
    Select … from EMPLOYEE where (CRITERIA) AND (STATUS = 'RESERVED65-1-1');
    The after-read UPDATE is faster because it can update all:
    Update EMPLOYEE set STATUS = 'PROCESSED' where (CRITERIA) AND (STATUS = 'RESERVED65-1-1');Your second aaproach should work -
    2. With option ”Same transaction for Response” Enabled : PROC_RSLT is not updated to 0 as soon as record is polled. Instead it is updated to resultcode from CSM at the end of transaction. By that time DB adapter poll for multiple times as PROC_RSLT is still considered unread(not 0).Regards,
    Anuj

  • Siebel - BIP Integration not working

    Hi,
    We are currently integrating Siebel 8.0.0.8 and BIP 10.1.3.4.1. Siebel - BIP Integration is not working. When we try to upload reports from Report Template Registration view, following error messages are displayed:
    [1] [0] Operation '<?>' of Web Service '<?>.<?>' at port '<?>' failed with the following explanation: "<?>".(SBL-EAI-04308) (IDS_EAI_WS_OD_FAULT)
    [2] Object manager error: ([0] Operation '<?>' of Web Service '<?>.<?>' at port '<?>' failed with the following explanation: "<?>".(SBL-EAI-04308) (IDS_EAI_WS_OD_FAULT))
    [3] Error (null) invoking method "(null)" for Business Service "(null)"
    In the XMLP log, following are the details for this transaction:
    EAITransport     EAITransportDebug     4     000000624c512bf8:0     2010-07-29 14:13:51     *** HTTP Transport Parameters:
    EAITransport     EAITransportDebug     4     000000624c512bf8:0     2010-07-29 14:13:51     Request URL = http://167.238.136.65:9705/xmlpserver/services/PublicReportService_v11
    EAITransport     EAITransportDebug     4     000000624c512bf8:0     2010-07-29 14:13:51     Request Method = POST
    EAITransportPerf     EAITransportPerf     5     000000624c512bf8:0     2010-07-29 14:13:51     Created Request Connection|0
    EAITransport     EAITransportGeneric     3     000000624c512bf8:0     2010-07-29 14:13:51     Sending Request
    EAITransport     EAITransportDebug     4     000000624c512bf8:0     2010-07-29 14:13:51     *** HTTP request Headers for Data Send Request:
    User-Agent: Mozilla/4.0
    Accept: text/*
    SOAPAction: ""
    Connection: close
    Content-Type: text/xml; charset=UTF-8
    EAITransport     EAITransportDebug     4     000000624c512bf8:0     2010-07-29 14:13:51     HTTP response Headers from Data Send request HTTP/1.1 500 Internal Server Error
    Any suggestions??

    Hi, I'm getting something very similar when trying to upload standard OR custom reports. I have an SR open with Oracle currently. I'll let you know what I find out. Does anyone else have a suggestion?
    ObjMgrLog,Error,1,000002ee4c762608:0,2010-08-26 10:39:06,(httptransport.cpp (1631)) SBL-EAI-04117: HTTP Request error during 'Submitting Data SendHTTP request': 'Status code - 500'
    ObjMgrLog,Error,1,000002ee4c762608:0,2010-08-26 10:39:06,(httptransport.cpp (981)) SBL-EAI-04117: HTTP Request error during 'Submitting Data Send HTTP request': 'Status code - 500'
    ObjMgrLog,Error,1,000002ee4c762608:0,2010-08-26 10:39:06,(soapbinding.cpp (564)) SBL-EAI-04304: Unknown Part ':oracle.apps.xdo.webservice.exception.OperationFailedException' for operation 'uploadReport' exists in SOAP message.
    ObjMgrBusServiceLog,Error,1,000002ee4c762608:0,2010-08-26 10:39:06,(outdisp.cpp (214)) SBL-EAI-04308: Operation 'uploadReport' of Web Service 'http://xmlns.oracle.com/oxp/service/v11/PublicReportService.PublicReportServiceService' at port 'PublicReportService_v11' failed with the following explanation: "oracle.apps.xdo.webservice.exception.OperationFailedException: PublicReportService::executeUploadReport Failure: Due to unable to create new Report as AbsolutePath [SiebelCRMReports/Quote - Standard/Quote - Standard.xdo] due to java.util.zip.ZipException: error in opening zip file".
    ObjMgrBusServiceLog,Error,1,000002ee4c762608:0,2010-08-26 10:39:06,(xmlpadaptersvc.cpp (1544)) SBL-EAI-04308: Operation '<?>' of Web Service '<?>.<?>' at port '<?>' failed with the following explanation: "<?>".
    ObjMgrBusServiceLog,Error,1,000002ee4c762608:0,2010-08-26 10:39:06,(xmlpdriversvc.cpp (567)) SBL-EAI-04308: Operation '<?>' of Web Service '<?>.<?>' at port '<?>' failed with the following explanation: "<?>".
    GenericLog,GenericError,1,000002ee4c762608:0,2010-08-26 10:39:06,Object manager error: ([0] Operation '<?>' of Web Service '<?>.<?>' at port '<?>' failed with the following explanation: "<?>".(SBL-EAI-04308) (IDS_EAI_WS_OD_FAULT))
    GenericLog,GenericError,1,000002ee4c762608:0,2010-08-26 10:39:06,( (0) err=2818155 sys=2298068) SBL-OMS-00107: Object manager error: ([0] Operation '<?>' of Web Service '<?>.<?>' at port '<?>' failed with the following explanation: "<?>".(SBL-EAI-04308) (IDS_EAI_WS_OD_FAULT))
    GenericLog,GenericError,1,000002ee4c762608:0,2010-08-26 10:39:06,(bsvcmgr.cpp (1384) err=2818251 sys=0) SBL-OMS-00203: Error 2298068 invoking method "GenerateReport" for Business Service "XMLP Driver Service"
    GenericLog,GenericError,1,000002ee4c762608:0,2010-08-26 10:39:06,(bsvcmgr.cpp (1227) err=2818251 sys=0) SBL-OMS-00203: Error 2298068 invoking method "GenerateReport" for Business Service "XMLP Driver Service"
    GenericLog,GenericError,1,000002ee4c762608:0,2010-08-26 10:39:06,(smireq.cpp (425) err=2818251 sys=0) SBL-OMS-00203: Error 2298068 invoking method "GenerateReport" for Business Service "XMLP Driver Service"
    TaskConfig,TaskCfgParamError,1,000002ee4c762608:0,2010-08-26 10:39:06,***********Dumping Parameters for the current task (22020129) because of errors**********

  • Search help is not working at Transaction Launcher

    Hi gurus,
    I create a transaction launch that calls a ZXXX t.code from same CRM system.
    T.code ZXXX is used to execute a custom report in order to create document from excel file.
    Everything is ok, but search help button is not working on web ui.
    Search help will open "my computer" pop up. I guess this cause problem. Is there anyone who met this problem before?
    Regards
    Sadi

    Hi,
    Is the search help button part of custom report and is it working fine in GUI ?
    What popup will come when we open that search help in GUI
    Regards,
    Shobhit

  • T410 with integrated graphics - DVI output not working on Mini Dock 3 (4337)

    I tried connecting my external monitor to the DVI output of the Mini Dock and it did not work.  I have since connected it with no issus to the VGA output.
    However, I want to use the digital (DVI) connection for my monitor........how can i fix this issue?
    NOTE: I have a T410 with the integrated graphics so my laptop screen does not display while docked (I keep the lid closed).

    Hi MarkinIt,
    Welcome to Lenovo Community!
    As per the query we understood that you are facing issue with no Display when connected to docking station on your ThinkPad T410.
    Have you checked updating the Intel graphic driver from Lenovo support site?
    Please provide the current Graphic driver version showing in device manager.
    Is the system having Windows 7 or Windows 8 OS?
    Hope this helps.
    Best regards,
    Hemanth Kumar
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • WBS element field in transaction CS71-F4 help is not working in ECC 6.0

    Hii
    In SAP, while working in SAP 4.7, tcode cs71, WBS element is coming via F4 Help. But after upgradation to ECC 6.0 EHP 5, this F4 help is not working. I can enter value manually.but F4 help is not working.
    Please Help.

    Hi,
    You can do it manually too
    1.  Choose function group 'CSDI' via Transaction SE80.
    2.  Choose screen '0260'in the 'Screens' area and switch to change mode
    3.  Choose the 'Element list' tab index.
    4.  In this area, choose the 'Reference' tab index and enter the value
        'PRP' in the 'Search help' column in the line for field
        'RC29N-PSPNR'.
    5.  Save your change and regenerate the screen.
    6.  The correct input help for the WBS element is now available in the
        initial screen of Transaction CS71/72/73.
    I hope F4 helps works for "Existing WBS BOM's" in CS71 after this
    Refer to Note : 714824 as well , it has reverted back the changes done by note : 422265
    Regards
    Gaurav

  • My integrated web cam is not working

    I Am using hp pavilion p001tx laptop. My web cam is not working
    It shows a warning
    No web cam detected. Try to plugging in a webcam into your computer now. If you are using an integrated camera, Make sure that it is turned on.
    Help me please.
    My laptop serial number is [Personal Information Removed]

    Check if the drivers are installed or not.
    Try to update the camera drivers and restart the system.
    You can also go to device manager setting and see if the webcam is disabled or not.
    If everything fails try system resore or run OS recovery.

  • BDC is not working in background for Transaction COR6N

    Hi ,
       We have written the BDC program for transaction COR6N. BDC works perfectly in foreground but it's not working for background option.
        SELECT SINGLE AUFPL INTO W_AUFPL FROM AFKO
                  WHERE AUFNR = W_AUFNR.
        SELECT AUFPL VORNR INTO TABLE IT_PHASE FROM AFVC
                WHERE AUFPL = W_AUFPL
                  AND PHFLG = 'X'.
        LOOP AT IT_PHASE.
        WA_BDCDATA-PROGRAM  = 'SAPLCORU_S'.
        WA_BDCDATA-DYNPRO   = '0100'.
        WA_BDCDATA-DYNBEGIN = 'X'.
        APPEND WA_BDCDATA TO BDCDATA.
        CLEAR WA_BDCDATA.
        WA_BDCDATA-FNAM     = 'AFRUD-AUFNR'.
        WA_BDCDATA-FVAL     = W_AUFNR.
        APPEND WA_BDCDATA TO BDCDATA.
        CLEAR WA_BDCDATA.
        WA_BDCDATA-FNAM     = 'AFRUD-VORNR'.
        WA_BDCDATA-FVAL     = IT_PHASE-VORNR.
        APPEND WA_BDCDATA TO BDCDATA.
        CLEAR WA_BDCDATA.
        WA_BDCDATA-FNAM     = 'BDC_OKCODE'.
        WA_BDCDATA-FVAL     = '/00'.
        APPEND WA_BDCDATA TO BDCDATA.
        CLEAR WA_BDCDATA.
        WA_BDCDATA-PROGRAM  = 'SAPLCORU_S'.
        WA_BDCDATA-DYNPRO   = '0100'.
        WA_BDCDATA-DYNBEGIN = 'X'.
        APPEND WA_BDCDATA TO BDCDATA.
        CLEAR WA_BDCDATA.
        WA_BDCDATA-FNAM     = 'AFRUD-LMNGA'.
        WA_BDCDATA-FVAL     = w_qty. "'60'.
        APPEND WA_BDCDATA TO BDCDATA.
       CLEAR WA_BDCDATA.
       WA_BDCDATA-FNAM     = 'AFRUD-BUDAT'.
       WA_BDCDATA-FVAL     = w_date. "'31.12.2008'.
       APPEND WA_BDCDATA TO BDCDATA.
        CLEAR WA_BDCDATA.
        WA_BDCDATA-FNAM     = 'BDC_OKCODE'.
        WA_BDCDATA-FVAL     = '=BU'.
        APPEND WA_BDCDATA TO BDCDATA.
        clear X_OPTIONS.
        X_OPTIONS-DISMODE = 'N'.  ' works perfectly for 'A'
        X_OPTIONS-UPDMODE = 'S'.
        X_OPTIONS-CATTMODE = ' '.
        X_OPTIONS-DEFSIZE = ' '.
        X_OPTIONS-RACOMMIT = ' '.
        X_OPTIONS-NOBINPT = 'X'.
        X_OPTIONS-NOBIEND = ' '.
        CALL TRANSACTION 'COR6N'  USING BDCDATA  OPTIONS FROM X_OPTIONS
                           MESSAGES INTO ITAB.
                     MODE 'N'  MESSAGES INTO ITAB UPDATE 'S'.
       WAIT UP TO 3 SECONDS.
        COMMIT WORK AND WAIT.
        CLEAR:BDCDATA[],WA_BDCDATA.

    HI,
    COR6N is the Enjoy Transaction and sap does not suggest to write the BDC on these transaction as most of these transaction uses the GUI elements foe better display and which cannot be recorded while processing the BDC in back ground.
    Check for the Normal transaction and write the BDC for it.
    Or
    Pass X to Rcommit flag in the CTU_PARAMS option and check.

  • Transaction variant not working in quality

    Hi,
    I have created a transaction varient in SHD0 and activated it in develpoment and then
    it is working fine in development system.Then variant transported to quality and there also
    it is activated but somehow it is not working in qulaity sytem.
    I checked in the respctive transaction with following path
    SYSTEM>>>>>STATUS>>>>>SAP REPOSITORY DATA and i can find it is transaction variant name
    below screen program.
    Pl suggest the resolution.
    Regards,
    Rushikesh

    Hi,
    Check the variant is  transported properly in QA. If present then check the transaction for the same.
    If you make this transaction for a table the check the table delivery and maintenance allowed or not. It should be maintenance allowed.
    Thanks
    Subhankar

  • Screen variant not working when assigned to transaction variant in SHd0

    Dear All,
    User requires tax code column for line items in MIRO to be made non-editable. I am using SHD0 transaction for the same. I am able to make the column grey-off by creating screen variant. The program is SAPLMR1M and screen number 6310. When tested individually thru SHD0 the variant is working perfect. But it is not working when assigned to a transaction variant. Any clues on the same would be really helpful.
    Thanks in advance
    Komal

    Hi,
    Try to record again for the whole set of screens instead of doing that for the individual tax screen and only for the tax screen make the required field disable.
    Once done and saved, you can see all the screens variants in the transaction variant.
    Use the Change WITH PROCESSING OPTION.
    Hope this solves your problem
    Regards
    Shiva

  • I keep trying to set up a new Apple ID but apparently my card info is not working. how do i fix this? "contact ituunes support to complete this transaction"

    i keep trying to set up a new Apple ID but apparently my card info is not working. how do i fix this? "contact ituunes support to complete this transaction"

    If the problem persists, you'll probably have to make another apple id, it wont take off any games or music or apps or anything you've bought it will all stay there, i have two apple id's and i don't have a problem with anything.

  • TACACS enable password is not working after completing ACS & MS AD integration

    Enable password for (Router, Switches) is working fine if identify source is "Internal Users", unfortunately after completed the integration between ACS to MS AD, and change the Identity source to "AD1" I got the following result
    1. able to access network device (cisco switch) using MS AD username and password via SSH/Telnet.
    2. Enable password is not working (using the same user password configured in MS AD.
    3. When I revert back and change the ACS identity source from "AD1" to "Internal Users" enable password is working fine.
    Switch Tacacs Configuration
    aaa new-model
    aaa authentication login default none
    aaa authentication login ACS group tacacs+ local
    aaa authentication enable default group tacacs+ enable
    aaa authorization exec ACS group tacacs+ local 
    aaa authorization commands 15 ACS group tacacs+ local 
    aaa accounting exec ACS start-stop group tacacs+
    aaa accounting commands 15 ACS start-stop group tacacs+
    aaa authorization console
    aaa session-id common
    tacacs-server host 10.X.Y.11
    tacacs-server timeout 20
    tacacs-server directed-request
    tacacs-server key gacakey
    line vty 0 4
     session-timeout 5 
     access-class 5 in
     exec-timeout 5 0
     login authentication ACS
     authorization commands 15 ACS
     authorization exec ACS
     accounting commands 15 ACS
     accounting exec ACS
     logging synchronous
    This is my first ACS - AD integration experience, hoping to fix this issue with your support, thanks in advance.
    Regards,

    Hi Edward,
    I created a new shell profiles named "root" as the default one "Permit Access" can't be access or modified, underneath the steps I've made.
    1. Create a new shell profile name "root" with max privilege of 15. And then used it in "Default Device Admin/Authorization/Rule-1" shell profile - see attached file for more details.
    2. Telnet the Switch and then Issue "debug aaa authentication" using both "Root Shell" and "Permit Access" applied in Rule-1 profile.
    Note:
    I also attached here the captured screen and debug result for the "shell profiles"

  • In transaction code BBP_PD the status of the workitem is not updating showi

    Hi Gurus,
    We have implemented N-Step BADI BBP_WFL_APPROV_BADI For Approvals Levels in SRM.
    Work flow is triggering correctly and workitem is sent at all the levels. But in transaction code BBP_PD the status of the workitem is not updating showing the error message "NO WORKITEM FOUND" also status is not updating in BBP_PD.
    Please reply with your suggestions.
    Thanks in advance.
    Madhukar

    Hi
    Thanks for your reply.
    We are getting "No workitem found" status in BBP_PD transaction. But all approval process is happening perfectly and when we check status through "Status Monitor " through web it is updating correct status.
    Status is updating in BBP_PD .Status of main workflow is displaying correctly and approval levels and corresponding approver names are displaying correctly, but only the status and time of approval is missing.
    can you suggest something on this issue.
    Workflow Item:                                                                               
    Workitem-ID        000002009126                                                                               
    Task                      WS90000040                                                                               
    Text                       Shopping Cart Approval N-Step 185522 (BADI)                                                                               
    Status                    STARTED                                                                               
    Statustext              In Process                                                                               
    Date                      09/24/2008                                                                               
    Time                     08:18:09                                                                               
    Node ID            Agent                    User                         State        Workitem       Created at                   
    0040000000      Kotesh APP       APP_KOTESH          No workitem found                                                  
    0040000002                                                                    No workitem found                                                  
    0040000001      shiva APP         APP_SHIVA               No workitem found                                                  
    0040000004                                                                    No workitem found                                                  
    0040000003     shiva APP         APP_SHIVA               No workitem found                                                  
    0040000006                                                                   No workitem found                                                  
    0040000005      SM1                 NNA_FA_SM_1         No workitem found                                                  
    0040000008                                                                   No workitem found                                                                               
    Regards
    Madhu

  • F1 help does not work in transaction SE80

    Hi Experts!
    A strange error occurred in our ECC 6.0 SR3 system (Windows 2003 SE 64 bit based, MaxDB 7.6.03.009). F1 help does not work in transaction SE80. Either nothing is shown when a keyword as SELECT is marked and F1 key is pressed, or a strange popup appears with title u201CABAP Keyword Documentationu201D and root u201CHit List of Index Searchu201D - [screenshot|http://i43.tinypic.com/aox7d.jpg]. No matter what I choose in the tree it always closes, no help is displayed and SAP GUI returns in the main screen in transaction SE80.
    I found this thread [Re: SAP F1 Help and SE80 issue|Re: SAP F1 Help and SE80 issue] but it did not help me. This is my system information:
    SAP PC VERSION INFORMATION: saplogon.exe
    MAIN MODULE INFORMATION:
       saplogon.exe
       SAP Logon за Windows
       Final Release 710
       7100.3.12.1042
       1046700
    SYSTEM INFORMATION:
       Operating system: Microsoft Windows XP 5.1 (2600) Service Pack 3
       Internet Explorer v. 7.0
    Application help works perfect - I checked the configuration in transaction SR13 too.
    Any ideas will be appreciated!
    Thanks!

    Hi Presu,
    As it is seen from my previous post SAP GUI version is 7.10 SP 12. I downloaded the last SP 13 and installed it. Now SAP GUI information looks like this:
    SAP PC VERSION INFORMATION: saplogon.exe
    MAIN MODULE INFORMATION:
       saplogon.exe
       SAP Logon за Windows
       Final Release 710
       7100.3.13.1045
       1063164
    The problem is not resolved.
    This happens from different workstations with different versions and sub-versions of SAP GUI, so the problem is not caused from the GUI I think. It happens using different logon users and in all SAP system cliens.
    Any other suggestions?
    Best regards,
    Pit

Maybe you are looking for

  • Problem with CSS in IE7

    Hi , In my jsp page, am using a css class as below, it is working fine on IE6 but it is not coming properly on IE7. Please advise some one on this... Thanks in advance....!!! .movebutton BORDER-TOP-WIDTH: 1px; FONT-WEIGHT: bold; BORDER-LEFT-WIDTH: 1p

  • How is the best way to save photos on vacation?

    While traveling I will use my iPhone 6 as my main camera.  What is the best way to save my photos & videos before I return home? Do I need to use Google+, Mylio, dropbox, Evernote or will all remain in iCloud?  I"m not sure how this works.

  • Where / how to download Lighroom 5 Upgrade after computer crash (already purchased Lightroom 5 key)

    Hi, I have got Lightroom 4 on Windows 8.1 and have purchased and installed an upgrade to LIghtroom 5. Now, after a computer crash and restore, I have installed previous versions from CD up to LIghtroom 4. I need now to upgrade to Lightroom 5 and cann

  • Snapshot Cube

    Hi Guys, I was wondering if you could give me a hand with a Snapshot Cube that one of my clients want me to create for one of their APO Cubes. So basically what they want is to be able to take a monthly snapshot (what ever day of the month they choos

  • Excsie effect in Cenvat Utilization Register after Vendor Return

    Dear Freinds , I had a query , kindly clarify it. I am doing vendor return for a particular material, after doing vendor return in J2IUN(cenvat Utilization) the payable amount against BED , ECS & SECess is increasing, is this right , what I feel the