Default debug mode of tcode in transaction iview

Hi experts,
I create a transaction iview for tcode se38 and everything is ok except that iView does not show se38 in normal way but in debug mode. Does anyone encounter this problem, please give me the solution? I guess that the some settings concerning to debug mode turned on in system, but i don't know how to disable it. Please help.
Thanks.

Hi Kebab
You can deactivate external debugging in the menu under by logging in R/3 System and navigate to Utilities -> Settings... -> ABAP Editor -> Debugging in the External Debugging field and remove the check point for your userid.
Else if that is not an external Debugging then Utilities -> Breakpoints... -> Display and from there select delete selected object.
And now you login into portal and see the difference.
Regards
Basha

Similar Messages

  • Close command field ( one to execute the tcode ) in transactional iview

    Hi All,
    I need to close the command field ( one to execute the tcode at the top left corner ) in transactional iview.
    I know it has to do something with some services to be closed in sicf.
    Can anyone sugggest on this?
    Thanks and Regards,
    Nuzhat

    Hi Nuzhat,
    Please follow the steps below given
    In transaction SICF go to /sap/bc/gui/sap/its/webgui there you can modify some parameters by clicking on "GUI Configuration"
    and enter the following value:
    Parameter Name= ~WEBGUI_SIMPLE_TOOLBAR
    Value = one of the next values or the sum of the values of what you want.
    0 : Hiding the page header completely (not recommended)
    1 : Standard setting : This is the recommended standard setting in which the title and the menu bar below it with the Exit and Help button and the application buttons are displayed.
    2 : Displaying the title line
    4 : Displaying the buttons Exit and Help
    8 : Displaying the active system buttons on the screen (for example, Back and Cancel)*
    16 : Displaying the system menu
    32 : Displaying the application buttons
    128 : Deactivating the information block in the status bar (new)
    Thanks
    Murthy

  • Work Protect Mode for transactional iView...

    Hi Experts,
    Please help me to understand significance and features of Work Protect mode in portal.
    How to implement it.
    But main point is, is it possible to implement Work Protect Mode in Transactional iViews, i.e. let say we have created one transactional iView for SU01 tcode, which opens in New Window.
    Now if I directly close that window then ideally one popup should come telling the data is not saved.
    Also let me know if there is any other way to achieve my requirement.
    Appreciate for help.
    Regards,
    Ravi

    Hi Ravi,
    Thanks for your response.
    Kindly suggest what vaue we should give in this property "workprotect.mode.default".
    I was going through one link : [http://help.sap.com/saphelp_erp2004/helpdata/en/37/50fb5066f9db43b3b5d5fc8de0c051/content.htm]
    Also are you sure this setting will enable WorkProtectMode for Transactional iView as well.
    Regards,
    Ravi

  • Transaction iView - pass parameters to non-default tab

    Hi Experts,
    I have a requirement to call transaction iView from  Webdynpro ABAP application by passing some default values.
    I am able to call the iView and also able to pass parameters. My requirement is to pass values to the tab in iView which is not the default tab when I execute the TCode.
    Is this possible using absolute navigation...??
    If yes please let me know how can that be achieved...
    Thanks in Advance....!!!!
    Regards,
    Shruti Shah

    Hi,
    Do you  already know a  way to reach this transaction to a desired tab with out using webdynpro ?. Is it possible at all in any way to start this transaction and position to a particular TAB.
    If you do not know that then i am afraid that no one could help you out in forum.
    Good luck

  • St03 identify a transaction performed in debug mode

    Dear All,  on a SAP ECC 6.0 would it be possible to identify in the statistical data using transaction st03 if any transaction was performed in debug mode? for example using the  "/ h" mode.
    thanks for all
    Edited by: massimo perrella on Jan 21, 2010 2:54 PM
    Edited by: massimo perrella on Jan 21, 2010 2:59 PM

    Hi,
    Whenever you execute any activity in the process tree, you will find that activity log (protocol log) will be generated in front of the activity.
    Click on the logs , on the subsequent screen you will find the name of the program (in the header) related to that particular activity.
    Thanks
    Isha

  • Debuging sap transaction iview

    Hi,
    Mayby someone here knows -
    is there a way to debug a sap transaction iview?
    (as there is a way to debug the rfc functions)
    Thanks.
    Ruthie.

    <i><b>is there a way to debug a sap transaction iview?</b></i>
    just place a normal break point in the program (attached to the transactino code) and if you now call the transaction iview it will trigger the debuggin -(both in case of wingui or webgui - not sure about java gui)
    <i><b>(as there is a way to debug the rfc functions)</b></i>
    to debug RFC  FMS, place an external (HTTP) break point inside the RFC source.
    Regards
    Raja

  • How to start server in debug mode by default

    Hi,
    Whenever the server starts it does not start in debug mode.
    One has to manually start the "SDM" and "Server0" in the debug mode.
    Is there a way I can make the server start in debug mode for the first time itself.
    regards,
    Saurabh

    Hi Saurabh,
    You can start the server in debug mode using config tool. Just open cofig tool (/usr/sap/<SYS ID>/JC<SYS NR>/j2ee/configtool/configtool.bat).
    Click on the your instance. Then under the tab Servers Debug check Debuggable and also Enable Debug mode.
    Restart the engine now.
    However a word of caution: Starting the server in debug mode decreases the system performance. You should only start the dev server in debug mode.
    Hope this helps.
    Regards
    Sidharth

  • Transaction iView( Tcode) Error: Function call in SAP GUI with errors

    Hey Guys:
                  I use Transaction iView to show the ABAP application on Portal. The application works to import data from client to BW. After I fill all the information and execute the application, the system returns the error message " Function call in SAP GUI with errors".
    The ABAP application works fine on SAP GUI, so it should not be the program problem.
    Any Suggestion for this will be nice. Thanks for your help.

    Hey Duy:
            Thanks for your response. I check the servers which i have access, and all of them cannot work correctly.
    First, other iViews(Dynpro,BW Report,BSP,KM...) work fine.
    Second, our backend system is a BW server.
    I try to do so on our EP production and development, also connect them to our BW production and development servers. All of those are failed and have the same problem.
    The t-code comes from our abap program and register on BW server, and hte program works fine when I use SE38 to execute it.
    PS. The Transaction iView works fine before, but I have no idea why it just crash now.
    Please let me know if you have any suggestion about this.

  • Enhancement works only in debug mode

    Hi all,
    Need help with the issue that I have.I have written an enhancement , in one of the includes that is being called by MIRA(LMR1MF1H) tcode, to set the document type , based on condition.Below is the code snippet :
    Import the flags from memory id
    import is_invo from memory id 'IS_INVO'.
    import is_crme from memory id 'IS_CRME'.
    import is_pdf from memory id 'IS_PDF'.
    * Check whether PDF or scanned document and change doc type to Y3 or Y4
      if is_pdf eq 'X'.
    *    Check if invoice
         if is_invo eq 'X'.
           rbkpv-blart = 'Y3'.
         elseif is_crme eq 'X'.
           rbkpv-blart = 'Y4'.
         endif.
      wait up to 1 seconds.
      endif.
    * Free memory
      free memory id 'IS_INVO'.
      free memory id 'IS_CRME'.
      free memory id 'IS_PDF'.
    Now, When I execute directly, the document type is not getting set...I assume the control is not going to my code at all..as there is no other place where the doc type gets modified...
    However, when i execute in debug mode, it works perfectly fine...Any inputs on why this behaviour ?

    Hi ,
    I am not sure what is going wrong..I think the control is not going to the enhancement point at all ! I set a default value for the flag and still the document type doesnt change..Let me explain the flow of the code, that is written, it may help you guys in understanding..
    I have a Z report, in which, I am preparing the bdc data and also setting the flag is_pdf, based on some criteria.
    In this Z report, I am calling transaction MIRA.Now, MIRA tcode is calling FORM init_miro( in the include LMR1MF1H).Just before this form ends , I have my enhancement code(given above in my first post) written, to change  the doc type...
    Now, to test, I set the is_pdf flag to 'X', but still the doc type doesnt change...so I assume the control is not going there at all
    Also, I am not sure how to use the shared buffer concept..please suggest..

  • Error Runging the Transaction iview using SSO logon ticket

    Hi I am getting the follwoing error  in log file. when i am running the Transaction iview using SAP Loggon ticket.
    #1.5 #005056A33F2000840000000500000600000456BC1060683F#1221265635404#com.sap.security.core.umap.imp.UserMappingDataImp#sap.com/irj#com.sap.security.core.umap.imp.UserMappingDataImp.getAuthenticationTicket()#Guest#0##n/a##28a92320812111ddb972005056a33f20#Thread[UWL Pooled Thread:2,5,SAPEngine_Application_Thread[impl:3]_Group]##0#0#Error#1#/System/Security/Usermanagement#Java###The attribute "" of the backend system with alias "" has the invalid value "".
    Cannot generate an SAP authentication assertion ticket for user and the specified backend system.
    Please adjust the value of the system attribute. Supported values are "" and "".#6#AuthenticationTicketType#"KPMGVM005_ALIAS"##"Stokkeland, Pauline" (unique ID: "USER.PRIVATE_DATASOURCE.un:P00024384")#SAP Logon Ticket#SAP Assertion Ticket#
    I have imported the .der file of the portal in to the SAP ECC sytem.using STRUSTSSO2
    Created the profile parameters using rz10 trnsaction.
    login/create_sso2_ticket
    login/accept_sso2_ticket
    restarted the ECC system.
    Created the system object using the follwoing parameters
    WAS
    Connector
    Usermanagement
    Under usermanagement
    Authentication Ticket Type - SAP Logon TicketSAP 
    Logon Method -SAPLOGONTICKET 
    User Mapping Fields  :<not selected>
    User Mapping Type    :<not selected>
    when i test the sytem object under connection test:showing the following error.
    Test Details:
    The test consists of the following steps:
    1. Retrieve the default alias of the system
    2. Check the connection to the backend application using the connector defined in this system object
      Results
    Retrieval of default alias successful
    Connection failed. Make sure that Single Sign-On is configured correctly
    But WAS, ITS, Connector are successfull. but above message is showing.
    what could be the problem.
    When i run one transaction iview with this system it is showing following error.
    com.sap.portal.appintegrator.sap.Transaction::Transaction/WebGuiSSOITS640Layer
    Parameter Dump
    $DebugAction  
    $TimeStamp  1221268987126
    ALLOW_BROWSER  Yes
    Alias  
    ApplicationParameter  
    ApplicationVariants  GuiType
    AuthScheme  default
    Authentication  ******
    AutoStart  false
    CachingLevel  
    ClassName  com.sapportals.portal.appintegrator.layer.SingleSignOnLayer
    ClientWindowID  
    CodeLink  com.sap.portal.appintegrator.sap.Transaction
    CommandField  YTIME
    CurrentWindowId  WID1221260007272
    CustomerExit.ParameterProvider  
    DR.TargetIDPropertyName  TCode
    DebugMode  false
    DynamicParameter  
    DynproFields  
    ExecutionLocation  KPMGVM005_ALIAS
    ExportParameters  Authentication, LogonUser, RequestMethod
    FederationAlias  
    ForcedRequestLanguage  
    ForwardParameters  
    ForwardParameters.Always  sap-config-mode
    ForwardParameters.Excluded  
    ForwardParameters.Forbidden  ClientWindowID, Command, DebugSet, DynamicParameter, Embedded, InitialNodeFirstLevel, SerAttrKeyString, SerKeyString, SerPropString, SessionKeysAvailable, iview_id, iview_mode, windowId, sap-pp-producerid, sap-pp-consumerBaseURL, sap-pp-returnToConsumer, login_submit, j_user, j_password, j_authscheme, uidPasswordLogon, MappedUser, MappedPassword
    GUSID  
    GuiType  WebGui
    GuiType.default  WebGui
    ITSVersion  640
    JREPluginDownloadLocation  
    JREPluginMimeType  application/x-java-applet;version=1.4.1_02
    JavaGuiCodeBase  
    JavaGuiTraceFile  
    JavaGuiTraceKey  
    LAF  
    LoadingCacheKey  <Portal.Version><LAF.Theme>
    LogonMethod  SAPLOGONTICKET
    MandatoryParameters  System
    NavMode  1
    NavigationTarget  navurl://21635c17e11df05c58e1c07deaf5bed1
    NextLayer  Transaction/WebGuiESIDLayer
    OkCode  
    OkCodeField  
    OptionalParameters  
    ParameterTemplate  <ApplicationParameter[PROCESS_RECURSIVE]>;<ForwardParameters[QUERYSTRING]>;<DynamicParameter[PROCESS_RECURSIVE]>;
    Portal  
    ProducerLocation  Remote
    REFRESH_CONTENT  -1
    ReuseWinguiConnection  false
    RoundtripURL  
    SSO2Template  
    SessionManagementVersion  
    SupportedUserAgents  (MSIE, >=5.5, *) (Netscape, *, ) (Mozilla,,*)
    SupportsUnicodeCodePages  false
    System  KPMGVM005_ALIAS
    System.type  lookup:com.sapportals.portal.appintegrator.lookup.SystemLookup
    TCode  YTIME
    Technique  Standard
    TopLayer  Transaction/DragAndRelateLayer
    Transactions_Require_SSF  RRMX,RRMXP
    URL  
    UnsupportedUserAgents  
    UseFrog  true
    UseSPO1  false
    UserMappingTemplate  sap-user=<MappedUser>&sap-password=<MappedPassword>
    ValidityPeriod  -1
    Wizard.ApplicationVariantPane.Description  
    Wizard.ApplicationVariantPane.Title  
    Wizard.MandatoryParameters  System, TCode, GuiType
    Wizard.OptionalParameters  ApplicationParameter, UseFrog, Technique
    Wizard.ParameterPane.Description  
    Wizard.ParameterPane.Title  
    X509Template  
    com.sap.application_integration.ConfigurationServiceID  Transaction_Configuration
    com.sap.portal.ComponentType  com.sapportals.portal.iview
    com.sap.portal.activityreport.MonitorHits  true
    com.sap.portal.admin.propertyeditor.categoryName  
    com.sap.portal.iview.AccessibilitySupport  
    com.sap.portal.iview.Availability  VISIBLE
    com.sap.portal.iview.DisableChildrenDYN  
    com.sap.portal.iview.DisableChildrenRL  
    com.sap.portal.iview.DisableChildrenTC  
    com.sap.portal.iview.DragAndRelate  false
    com.sap.portal.iview.ExpansionMode  Open
    com.sap.portal.iview.HasContentPadding  true
    com.sap.portal.iview.Height  80
    com.sap.portal.iview.HeightScale  PIXELS
    com.sap.portal.iview.HeightType  FIXED
    com.sap.portal.iview.HelpURL  
    com.sap.portal.iview.IsTemplate  false
    com.sap.portal.iview.MainObject  
    com.sap.portal.iview.MaxAutoHeight  1000
    com.sap.portal.iview.MinAutoHeight  0
    com.sap.portal.iview.SMiViewURL  com.sap.portal.epsolman.EPSolman
    com.sap.portal.iview.ShowDetails  true
    com.sap.portal.iview.ShowExpand  true
    com.sap.portal.iview.ShowHelp  false
    com.sap.portal.iview.ShowMinimize  true
    com.sap.portal.iview.ShowPersonalize  true
    com.sap.portal.iview.ShowRefresh  false
    com.sap.portal.iview.ShowRemove  true
    com.sap.portal.iview.ShowSMiView  false
    com.sap.portal.iview.ShowTitle  true
    com.sap.portal.iview.ShowTray  true
    com.sap.portal.iview.TitleURL  
    com.sap.portal.iview.TrayType  PLAIN
    com.sap.portal.iview.Width  400
    com.sap.portal.iview.WidthScale  PIXELS
    com.sap.portal.iview.WidthType  FIXED
    com.sap.portal.iview.family  
    com.sap.portal.navigation.DragRelate  0
    com.sap.portal.navigation.ExtWindowHeight  710
    com.sap.portal.navigation.ExtWindowWidth  1014
    com.sap.portal.navigation.Invisible  false
    com.sap.portal.navigation.JScript  
    com.sap.portal.navigation.MergeId  
    com.sap.portal.navigation.MergePriority  100.0
    com.sap.portal.navigation.Mergible  true
    com.sap.portal.navigation.NavigationHierarchyMetadata  Cacheable
    com.sap.portal.navigation.Priority  100.0
    com.sap.portal.navigation.QuickLink  
    com.sap.portal.navigation.ShowAddToFavorites  true
    com.sap.portal.navigation.ShowType  1
    com.sap.portal.navigation.WindowName  
    com.sap.portal.navigation.view  
    com.sap.portal.pcd.gl.Collection  IP_PTL_INITIAL_CONTENT
    com.sap.portal.pcd.gl.CreatedAt  Sat Sep 22 11:32:17 EDT 2007
    com.sap.portal.pcd.gl.CreatedBy  Administrator
    com.sap.portal.pcd.gl.DeltaLinkState  -1
    com.sap.portal.pcd.gl.Domain  EP
    com.sap.portal.pcd.gl.LastChangedAt  Fri Sep 12 19:24:19 EDT 2008
    com.sap.portal.pcd.gl.LastChangedBy  ksingh
    com.sap.portal.pcd.gl.ObjectClass  com.sapportals.portal.iview
    com.sap.portal.pcd.gl.OriginalCountry  
    com.sap.portal.pcd.gl.OriginalLanguage  en
    com.sap.portal.pcd.gl.Responsible  Administrator
    com.sap.portal.pcd.gl.TransportDependencies  pcd:com.sap.portal.system/archives/com.sap.portal.appintegrator.sap.par
    com.sap.portal.pcd.role.EntryPoint  false
    com.sap.portal.pcm.Description  VRB_com.sap.portal.pcm.Description
    com.sap.portal.pcm.Title  myTime
    com.sap.portal.pcm.admin.Capabilities  com.sap.portal.capability.delete,com.sap.portal.capability.link,com.sap.portal.capability.copy,com.sap.portal.capability.edit,com.sap.portal.capability.cut,com.sap.portal.capability.transportable,com.sap.portal.capability.launch,com.sap.portal.capability.editpermissions
    com.sap.portal.pcm.admin.UseDefaultCapabilities  true
    com.sap.portal.private.iview.PropertiesUrl  pcd:com.sap.portal.system/applications/com.sap.portal.appintegrator.sap/components/Transaction
    com.sap.portal.reserved.iview.ButtonsURL  
    com.sap.portal.reserved.iview.EditorURL  pcd:portal_content/com.sap.pct/admin.templates/iviews/editors/com.sap.portal.pcmEditor
    com.sap.portal.reserved.iview.IconName  
    com.sap.portal.reserved.iview.IsolationMode  URL
    com.sap.portal.reserved.iview.NavPanelStatus  Automatic
    com.sap.portal.reserved.iview.ParamList  *
    com.sap.portal.reserved.iview.WizardURL  com.sap.portal.appintegrator.iViewWizard
    com.sap.portal.workDistributionTopic  
    com.sapportals.portal.navigation.FolderEntry  false
    com.sapportals.portal.navigation.Pictogram  
    com.sapportals.portal.navigation.WinFeatures  resizable=yes,toolbar=no,menubar=no
    propertyIdMapping  
    com.sap.portal.appintegrator.sap.Transaction::Transaction/WebGuiSSOITS640Layer
    MandatoryParameters
    System   SAP_LocalSystem KPMGSBBW_alis KPMGVM005_ALIAS SAP_BW SAP_CRM SAP_ECC SAP_RPM SAP_WEBDYNPRO_CRM_ALIAS TestECC_Alias Test_CRM_Alias WebEx XBICLNT100 XCRCLNT100 XECCLNT100 
    Is it required to add  ECC certificate to Portal sytem?
    we have created the same user id in both the sytems.
    Please let me know what could be the error.
    Regards

    Vijay,
    Please follow these steps and lemme know what you observe.
    Go to system administration->support->sap application-> under test and configuration tools choose sap transaction
    under the mandatory fields choose the system that you have created, choose a tcode (se16) and choose sap gui for windows and click go.
    If you are able to logon to your ecc system, your sso works!
    P.S Make sure the user name with which you are testing this, exists in the backend as well.
    Good luck
    Cheers,
    Sandeep Tudumu

  • ABAP Runtime error in debug mode

    Hi all,
    I am facing foll. run time error in debug mode
    Runtime Error          DBIF_RSQL_INVALID_CURSOR
    Except.                CX_SY_OPEN_SQL_DB
    Possible causes in the application program:                       
    Within a loop (SELECT/LOOP/EXEC SQL), one of the following        
    statements is used:                                               
    - MESSAGE (apart from MESSAGE S...)                               
    - COMMIT WORK                                                     
    - ROLLBACK WORK                                                   
    - CALL SCREEN                                                     
    - CALL DIALOG                                                     
    - CALL TRANSACTION                                                
    - SUBMIT                                                          
    - BREAK-POINT                                                     
    - WAIT                                                            
    In debugging mode, a program sometimes triggers                   
    a "COMMIT WORK" during the database selection. As a result        
    this termination may also occur in debugging mode with a correct  
    program.                                                          
    A "COMMIT WORK" during debugging may be due to the following reason
    1. A program or screen was regenerated                            
       and updated in the database.                                   
    2. Each user needs a private process in debugging mode, but       
       the number of available processes is restricted. If this       
       limit is exceeded, each debugging step then requires a         
       "COMMIT WORK".       
    its urgent.
    if i run the prg directly to tcode der is not ne error.
    but i want to execute the prg. in the debug mode.
    its a ZPRG.
    with regards,
    Purva.

    hi,
    You need to change your logic.
    Then , i hope your problem wil be solved.
    Because of nested select statements, you are getting that error.
    Declare seperate Internal tables for VBRK,VBRP, KNA!,j_1iexchdr, j_1imtchid.
    Declare Itab_final with all required fields from all tables.
    Dont use select-endselect anywhere.
    I am giving Pseudo code here.
    Try to use this logic.
    I used question mark in code : there you need to use ur required field names.
    Hope it wil help you.
    select vbeln kunrg zterm bukrs knumv netwr kunrg from vbrk into corresponding fields of table itab1
    where vbeln = docno.
    select matnr posnr arktx fkimg meins netwr werks aubel from vbrp into corresponding fields of table itab2 for all entries in itab1
    where vbeln = itab-vbeln.
    select name1 stras pstlz ort01 land1 from kna1 into corresponding fields of table itab3 for all entries in itab1
    where kunnr = itab1-kunrg.
    select preprn exdat docno from j_1iexchdr into corresponding fields of  table itab4  for all entries in itab1
    where rdoc = itab1-vbeln.
    select j_1ichid from j_1imtchid into corresponding fields of table itab5 for all entries in itab2
    where matnr = itab2-matnr.
    Loop at itab1 into wa_itab1.
    read table itab2 into wa_itab2 index sy-tabix.
    read table itab3 into wa_itab2 index sy-tabix.
    read table itab4 into wa_itab2 index sy-tabix.
    read table itab5 into wa_itab2 index sy-tabix.
    itab_final = itab1-?
    itab_final = itab1-?
    itab_final = itab2-?
    itab_final = itab3-?
    itab_final = itab4-?
    itab_final = itab5-?
    append itab.
    endloop.
    select eikto from knb1 into table wa_knb1
    where kunnr = itab_fianl-kunrg
    and bukrs = itab-bukrs.
    select kawrt kbetr kwert kschl kposn knumv from konv into corresponding fields of wa_konv
    where knumv = itab_fianl-knumv
    and kposn = itab_final-posnr.
    append wa_konv.
    endselect.
    Regards
    Sandeep Reddy

  • How to Call Transaction iView that calls RRMXP from Web Dynpro for ABAP

    Dear Experts,,
    I'm developing an application in Web Dynpro for ABAP wherein I'm supposed to give a link that should open an SAP Transaction iView that calls  tcode = 'RRMXP' and I pass the application parameter as QUERY/WBID = <BI query/Workbook ID>.
    I tried calling com.sap.portal.appintegrator.sap.bwc.Transaction iView, but it asks for system/application and GUI type parameters. How to pass through the URL?
    Any help would be highly appreciated
    Regds,
    Srini

    Hi Wolfgang,,
    My problem was that I was supposed to call the BeX Web Analyser ( a BI excel based tool - client installation) on click of a button in my WD-ABAP application. I solved it as follows :
    In the portal pcd, I cam across a folder content provided by SAP. Here, you'll find standard template iViews that can be used to call applications ( for which you make iViews). I had to call an SAP TCode : RRMXP so as to call a BI Workbook/Query.
    So, I called the standard iView template for sap_transaction_iView as follows :
    irj/servlet/prt/portal/prtmode/preview/prtroot/'
               'pcd!3aportal_content!2fcom.sap.pct!2ftemplates'
               '!2fiviews!2fcom.sap.portal.sap_transaction_iview?'
               'sap-config-mode=true&System=BWR3System&TCode=RRMXP'
               '&GuiType=WinGui&OkCode=y&ApplicationParameter='  <appnm>  into url.
          l_popup =
             l_window_manager->create_external_window( url = url
                                          has_menubar = ' '
                                         has_statusbar = ' '
                                          has_toolbar = ' '
                                          has_location = ' ').
          l_popup->open( ).
    And , it worked.
    Any more help pls feel free to revert.
    Regds,
    Srini

  • Property "OK Code Field" for SAP Transaction iViews

    Hi there,
    I created an SAP Transaction iView which is accessing an ECC system using SAP GUI for Html. In the properties of the iView I found the property "OK Code Field" - has anybody a idea how this field is used?
    I hope that there is a possibility to hide the command field with this parameter. Haven't found a possibility to hide that field although I saw that obviously I'm not the first to deal with this issue...
    Any help is rewarded.
    Regards
    Gesine

    Hi,
    To disable OK Code field,
    - Go to SICF TCODE
    - Expand to /default_host/sap/bc/gui/sap/its/webgui service
    - double click to enter properties
    - On Service Data TAB, click Settings Button
    - You have to siwtch to change mode in order to change
    - there add the following parameter
    Parameter: ~NOHEADEROKCODE
    Value: 1

  • EP6 Transaction iView Shortcut... need a little help from my friends

    Hi All,
    I've noticed an issue regarding Workplace compatibility mode when launching SAPGUI for Windows from a Transaction iView.  By default Workplace compatibility is set to "true", however, we need this to be "false". 
    If I save the shortcut file generated by the portal and open in a text editor I can see this:
    [Configuration]
    Workplace=true
    If I change this on my desktop to "false" and start SAPGUI it works as expected.
    Anyone have any ideas how to set this property from the portal?
    A fix is described for EP5 in SAP Note # 631555 but I'm finding nothing on EP6. 
    Help is always greatly appreciated!!
    -Adam

    Hi Adam,
    Request your inputs please.
    There is a portal iview having link to connect R/3 system (EP 6 to R/3 4.6C). When the user clicks the link in the iview, before the R/3 system opens, it gives a error saying
    <b>"Not all data for SAP GUI shortcut is available. System ID is unknown, Client is unknown, Enter the missing data"</b>If I click OK, a new window opens saying <b>"New SAPGUI shortcut</b>"
    In that window it is asking for descrption, SID, SAPGUI parameter, etc...
    I checked the SAP system created in the portal and all the parameters including the Application host, port, system aliases, etc are fine and I can open the SAP window from the support desk.
    In the iview also I checked all the settings are absolutely fine.
    The GUI type is WINGUI and the How to Start SAPGUI for windows I have given SSF only.
    Still I am not sure what is missing. If I change the SSF to “auto” the transaction opens in a new browser.
    The issue is this..... EP 6.0, created a System for Dev R/3 (4.6C) and given all the required information for all possible property category like SAP client, SID, system #, port, etc, etc. system type is SAP_R3. User management, Logon method is SAPLOGONTICKETS and user mapping type is "admin, user".
    No ITS information is given since we only open the session_manager of R/3 thru the iView.
    This opens the R/3 most of the times. But sometimes the user gets the error.
    If I use “auto” instead of SSF the SAP transaction is opening within the iview portal window itself. But earlier it used to open as a typical separate SAP R/3 window.
    So I also changed the Drag&relate option to open in a new portal window. Now it is opening in a new window, but unlike the earlier one, the SAP windows is inside a browser window. So the create new session button and all are not active. Moreover the client is cruel enough and very particular to say they want it to open as an individual SAP R/3 window and not inside a browser.
    I tried to follow note 631555, but as per that I am not able to find the SAPApplication.Transaction iveiw.
    The error does not occur always and in all the systems. Thanks in advance for any help.
    Regards,
    P. Kumaravel.

  • BDC OK Code disappear during debug mode

    Hi all,
    Currently, I have the following code when call transaction 'FV50':
      WA_OPT-DISMODE = 'A'.
      WA_OPT-UPDMODE = 'L'.
      WA_OPT-DEFSIZE = 'X'.
        CALL TRANSACTION 'FV50' USING IT_BDCDATA
                          OPTIONS FROM WA_OPT
    *                   MODE   ctumode
    *                   UPDATE cupdate
                         MESSAGES INTO IT_MESSTAB.
    Based on the above, I'm able to debug tcode FV50 with OK-CODE popup window, so that I can know the error messages displayed on the screen during debug.
    As the first debug mode of FV50 encountering error message, which I've forced to exit the debug and exit the program (since some G/L do not exist in respective company code), I have maintained the G/L and re-run the BDC in debug mode (Mode = 'A'). However, this time, the OK-CODE popup window didn't prompt up, where I couldn't debug the BDC screen using OK-CODE popup window.
    I have checked the settings in 'Customize Local Layout - ALT + F12' -> Options -> Expert tab -> Dialog Box for OK Code ticked, and I'm not certain why OK-CODE popup window just disappear on the second attempt of BDC debug.
    Appreciate if you guys have any idea on this.
    Thanks and regards,
    Patrick

    Hello,
    If the OK-CODE pop up isn't appearing while running in mode A, it means that the continuity is missing in the recording. You may have to re-record the transaction carefully or if you could analyse the missing link, you could directly add it.
    Also you could run the BDC in mode 'E' if you want to directly reach the point when any error occurs for better analysis.
    Vikranth

Maybe you are looking for

  • How do I get my music and apps synced on the apple tv?

    Do I  synch my I phone with my apple tv.  Apps music etc?

  • ISE version 1.2 patch-5 backup schedules

    Hi, I have ISE version 1.2 patch 5 and I have scheduled a backup every day @3am EST.  Now I would like to delete that backup schedule.  I know how to disable the backup but I would like to delete it completely.  In other words, I do not want to see i

  • How to Concatenate Multiple Column Records from multiple tables

    my question is there are three tables like A,B,C i want the data from these tables with the help of relation select a.simno,b.item_code,c.desc from A a,B b,C c WHERE a.ms=b.ms and b.item_code=c.item_code and a.ms=c.ms the output for this query which

  • Flash CS6  broken air iOS test ?

    Hi, i´m currently developing an application for iOS with air iOS 3.9 . 10 minutes ago i was testing and debuging like always. Suddenly my app start "crashing" when i test or debug. i quote "crashing" , because no error is  throw and no simController

  • Axis client: Always creating null-element even if I dont set it

    I am using Axis client to integrate with Webmethods. They have a type specified with: <element name="x" type="string" minOccurs="0"/> I do not want to set the value in the field because the value is unknown for me. So I choose not to set it at all an