Help reqd to deactivate the debugger

Hi. all
Could u pls help me how to deactivate the debugger mode for se71....
mine one is going to debugging slot whenever im executing the layout/program
thanks n regards
sankar

Hi,
If u have set debugging in sapscript screen using menu Utilities-----> Activate Debugger, then it won't take second time for debugging mode.
See in sapscript only once for the first time it will take u to debugging screen. After exceution of first time, it won't take u again to debugging. This has been checked.
But if in program if u have set break-point, u have to deactivate, this will everytime take to debugging mode.
Message was edited by:
        Sathyaa

Similar Messages

  • Qtn: I have 10 standard elementary search helps in collective standard search help, how to deactivate the 10th elementary search help?

    Qtn: I have 10 standard elementary search helps in collective standard search help, how to deactivate the 10th elementary search help?

    Hello,
    this topic is still a problem for me, does anybody have an idea.
    Just to show what's my problem:
    Collective Search help KRED does include a SAP append-search help ASH_KRED which holds the elementary search helps KREDC, KREDE, KREDM, KREDW.
    The search helps KREDE, KREDM, KREDW should not be displayed, so I added another Serach-Help-Append ZKRED_CUST at the end of CSH KRED which holds these 3 SH's with the hidden flag.
    That works, the SH's are not shown anymore.
    I also added some other of the Original SAP SH's (e.g. KREDA) with the hidden flag and added changed copies of these (e.g ZKREDA) there to be shown instead.
    All this can be done modification free by appends.
    The folders of the elementary search helps are shown in the order as they are found included in the KRED SH and the append to this SH.
    This means that the not hidden Sh KREDC from ASH_KRED is shown before all the "custimized" ZKREDx -SH's. But we need this SH not very often, so that I want it to displayed al the right-most position of the folders of SH's or at the most down postition of the drop-down-selection of SH's.
    But I have not found any way to do this modification free.
    The only way to archive this is to modify ASH_KRED by setting the Hidden-Flag for KREDC and add this SH at the end of append-SH ZKRED_CUST again.
    But I want avoid this modification.
    So, is there any way to do this without modifing any of the original SAP SH's ?
    Helmut Fischer

  • Help reqd to display the FORM without Print method.

    Hi all,
    I did one gate pass form and i want to view the form in my selection screen or output screen(just in monitor) as  a display by giving one Z-code.
    i.e, we can view the form thru Print preview...the same preview, i want to display after i give my parameter in the selection screen.
    For example.ZGPOUT if i enter as a t-code.
    it should ask my Gate Pass number in the Selection screen...if its right then my Form will come out to the display screen. (instead of going by Print method).,
    Pls post ur comment and reply me with examples,if possible.
    thanks & regards
    sankar.

    Hi Sankar,
    Its bit ambigious......but logic is very simple...........
    1. Create a Z.....report
    2. Inside this create your selection parameters
    3. Do your logic for the selection screen(use list box option or F4 help) to ask for the gate pass number.
    4. Call the required form. (For print preveiw assign 'X' to tdpreview of ITCPO)
    5. Finally assign your print program to the tcode which will finally do rest of the coding.
    Thanks,
    Mark

  • Help reqd for printing the word text into two lines(AMOUNT in Rupees)

    Hi all,
    Im working for cheque printing and in the Amount in words column....im getting the text in a single line...as i've made it as in my script.
    (im moving the rate in to amount thru FM "HR_IN_CHG_INR_WRDS"....
    and it displaying into a single line....)
    But in every bank cheque...we have only a limit space for the first line and balance words should come in to the next line....How to achieve this in my form print.(when im giving the cheque(laser print) inside the printer for print)...
    *******FYI..
    now im getting it as
    RUPEES Ninety Seven Thousand Thirty seven and four paise only.(its going out in my cheque as it's coming in a single line,going beyond the words column)
    the above one...i want to print it as two lines as like in normal cheque...
    what condition i've to give and how to split the text or make it to continue in the second line....
    Pls do the needful with any examples or any coding.....
    help needed
    thanks & regards
    sankar

    hi Nehal,
    the below one is my coding part........FYI
    DATA AMT LIKE REGUD-WAERS.
    data: words(120) type c,AMOUNT(120).
    data: ant like PC207-betrg,t like reguh-vblnr,t1 type int4.
    FORM WORDS TABLES intab
    STRUCTURE itcsy outtab
    STRUCTURE itcsy.
    READ TABLE intab INDEX 1.
       t   = intab-value.
    select single RWBTR from reguh into ant where vblnr eq t.
    ant = ant * ( -1 ).
    CALL FUNCTION 'HR_IN_CHG_INR_WRDS'
    EXPORTING
    AMT_IN_NUM               = ant
    IMPORTING
    AMT_IN_WORDS             = words.
    amount = words.
    READ TABLE outtab INDEX 1.
      MOVE WORDS TO outtab-value.
      MODIFY outtab INDEX 1.
    ENDFORM.                    "diff
    with the above code,im getting the amount field in a single line and it goes out beyond the line specified.
    How to split it as a length basis as u said....pls explain in detail...
    thanks & regards
    sankar

  • Help reqd on Changing the Valid from "date"  for both BOM & Routing

    Hi all...
    Pls advise me how to do the changing of Valid from "date"....
    Is there any process in CC01 or ECM???....
    pls reply me in detail step format (step by step analysis)....
    I wrongly created in CS01 and CA01 as 05.10.2007 as my valid from date instead of 01.10.2007.....
    How to change to my actual one......
    I dont know how to change it exactly.....as im beginner in SAP...pls take this into consideration...and post ur replies imm.
    Pls reply me in detail....will be rewarded at the end while closing this issue.
    thanks & regards
    sankar

    Dear Sankarbabu,
    IF there's no setting for Date Check in OS54 - Engineering Change Management
    Control Data,then you can create a change number with past dates,and also to
    use the same one for changing BOM.
    Tell me one thing you are saying you want to use ECM.Was the earlier one
    created without BOM was created without an ECN?
    See already if you have created your BOM with an ECN,then remove the date
    check setting which I have mentioned in OS54.
    Now goto T code CC02 ,enter the Change number and give the valid from date as
    01.10.2007.
    After that check in CS03 whether this date(01.10.2007)is getting reflected or not.
    I'm sure this will solve your problem.
    Regards
    Mangal

  • Help reqd to display the form output  without print preview

    Hi all,
    I did one gate pass form and i want to view the form in my selection screen or output screen(just in monitor) as a display by giving one t-code.
    i.e, we can view the form thru Print preview...the same preview, i want to display after i give my parameter in the selection screen.
    For example.ZGPOUT if i enter as a t-code.
    it should ask my Gate Pass number in the Selection screen...if its right then my Form will come out to the display screen. (instead of going by Print method).,
    Pls post ur comment and reply me with examples,if possible.
    thanks & regards
    sankar.

    Hi Sankar,
    Simply put a parameter statement .
    for example.
    parameters : vbeln type vbrk-vbeln .
    when u ll execute.U ll get the selection screen asking u for the perticular parameter,U input that and execute.U ll get the output as print preview.In the above  query i ll input vbeln and ll get the o/p.Similarly u enter Ur getpass no and u ll get the printpreiview as o/p.
    Reward if useful.
    Regards
    Rudra

  • Help reqd to display the form without print preview call

    Hi all,
    I did one gate pass form and i want to view the form in my selection screen or output screen(just in monitor) as a display by giving one Z-code.
    i.e, we can view the form thru Print preview...the same preview, i want to display after i give my parameter in the selection screen.
    For example.ZGPOUT if i enter as a t-code.
    it should ask my Gate Pass number in the Selection screen...if its right then my Form will come out to the display screen. (instead of going by Print method).,
    Pls post ur comment and reply me with examples of code,if possible.
    thanks & regards
    sankar.

    the following code are suitable for SMARTFORMS print,please refer to the BOLD section:
    call function 'SSF_FUNCTION_MODULE_NAME'
        exporting
          formname                 = v_form_name
      VARIANT                  = ' '
      DIRECT_CALL              = ' '
        importing
          fm_name                  = v_fm_name
       exceptions
         no_form                  = 1
         no_function_module       = 2
         others                   = 3.
      if sy-subrc <> 0.
        message id sy-msgid type sy-msgty number sy-msgno
               with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      endif.
    *Call Smart form
      <b>data: t_control like ssfctrlop.</b>
      if not p_fax is initial.
        t_control-device = 'TELEFAX'.
      endif.
    <b>  t_control-PREVIEW = ' '.    "space means no print preview.</b>
      call function v_fm_name
      exporting
      ARCHIVE_INDEX              =
      ARCHIVE_INDEX_TAB          =
      ARCHIVE_PARAMETERS         =
        <b>control_parameters          = t_control</b>
      MAIL_APPL_OBJ              =
      MAIL_RECIPIENT             =
      MAIL_SENDER                =
      OUTPUT_OPTIONS             =
      USER_SETTINGS              = 'X'
    IMPORTING
      DOCUMENT_OUTPUT_INFO       =
      JOB_OUTPUT_INFO            =
      JOB_OUTPUT_OPTIONS         =
        tables
          l_xcredit                = icredit
    EXCEPTIONS
      FORMATTING_ERROR           = 1
      INTERNAL_ERROR             = 2
      SEND_ERROR                 = 3
      USER_CANCELED              = 4
      OTHERS                     = 5
      if sy-subrc <> 0.
        message id sy-msgid type sy-msgty number sy-msgno
                with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      endif.

  • Help reqd for searching the web

    Hi
    The code which i have written to search the web
    ctx_ddl.create_preference('my_url','URL_DATASTORE');
    ctx_ddl.set_attribute('my_url','HTTP_PROXY','www-proxy.us.oracle.com');
    ctx_ddl.set_attribute('my_url','NO_PROXY','us.oracle.com');
    ctx_ddl.set_attribute('my_url','Timeout','300');
    create table urls(id number primary key, docs varchar2(2000));
    create index datastores_text on urls ( docs )
    indextype is ctxsys.context parameters ( 'Datastore my_url' ); I made a small change in the table inserted like this
    insert into urls values(111555,'http://www.oracle.com')
    When i recreated the index I got the error like this
    ERROR at line 1:
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-20000: Oracle Text error:
    ORA-00600: internal error code, arguments: [kghfrf1], [0x0], [], [], [], [],
    ORA-06512: at "CTXSYS.DRUE", line 157
    ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 176
    When i checked the ctx_user_index_errors table i didnt get much info.
    My qn. is
    1. What is the problem is there any more setting should i use (using Oracle 9i AS)
    1. And if i want search only in Html section of the domain where should set the path.
    2. If i put a html section group and filter <h1>, will this be a problem in searching
    documents.
    Thanx
    K P Hari

    Not a direct answer to your problem I know, but I noticed you posted a few days ago asking whether there was a crawler available. I would suggest you check out Oracle UltraSearch to see if it will meet your needs better than creating an index like you are doing. I think you'll be pleasantly surprised at how easy the setup is!

  • Help reqd to join the table of ADRC and MT001W tables

    Hi all,
    im working on PO and i need to display the delivery addresses where the records are available in these two tables.
    I want to join the table...so pls tell me which primary field key will work out for this...i've taken the record of name field from MT001W table but while i joining with ADRC table thru name2 = g_name2...its not getting printed.
    ****i've moved the MT001W-name2 to the variable g_name2.
    ****but when im matching the record with ADRC...its not coming..pls go thru the code once b4 reply.
    select name2 from MT001w into g_name2 where WERKS = g_xekpo-werks.
    endselect.
    if sy-subrc = 0.
    *move g_name2 to g_add.
    *endif.
    select house_num1 street post_code1 from adrc into (g_house , g_street , g_pcode)
    where name2 = g_name2 and langu = 'E'.
    endselect.
    *if
    *move g_street to i_street.
    endif.
    pls do the needful and reply ur comments on urgent basis.
    thanks & regards
    sankar.

    hi Madhavi t ,
    thanks a lot man....
    i've done it....
    thansk & regards
    sankar.

  • Help reqd for changing the font size in script(se71)

    hi all,
    im working on cheque printing in se71...there i want to change my text font
    differently for each text field in one window.
    i.e., for Pay/Beared Name : Font should be big and (Courier 10,say example)
    for Rupess field: less than the size of above one.
    how to do it...pls advise...
    *****note
    So far...i've not declared any default paragraph in my layout window.
    But i've so many pre-defined paragraph formats in my script.
    Pls do the needful and reply me in detail.
    thanks & regards
    sankar

    Hi nitin,
    Hi vishnu,
    what i did.....i've created a new character format as C1...
    and i've given in the code as u said....<C1>&amount&<>
    but it says...unknown format....(1st problem if i create new)
    2nd one....
    if i give the predefined one(available in character format)..then in change editor....it is changing into some code...
    if i give <k>&amount<>
    then it taking it as  <k>&amount</><K><()><>..like that
    pls advise...what changes i've to do
    thanks & regards
    sankar.

  • How do i deactivate the auto updation on my iphone 4,i want to use only watsapp but when i am turning on my celleular data all apps starts updating theirself,please help me

    how do i deactivate the auto updation on my iphone 4,i want to use only watsapp but when i am turning on my celleular data all apps starts updating theirself,please help me.I am not using any internet pack other than watsapp.

    iPhone do not do automatic update. You have to manually trigger the updates.
    If your Settings > iTunes & App Stores > Automatic Downloads > Music, Apps, Books are ON then when you purchase any new content/item with any devices/computer iTunes, it will automatically download. Switch it OFF if you do not want that to happen.

  • Unable to start the debugger, HELP!!!

    When I try to start debugger on the project in Java Studio Creator 2 U1, I am getting the below error. I even tried adding the path of JRE in PATH env variable with no effect. OS used is Windows XP SP2.
    Note that I am able to run the program successfully. Problem is only with starting the debugger.
    init:
    deps-module-jar:
    deps-ear-jar:
    deps-jar:
    library-inclusion-in-archive:
    library-inclusion-in-manifest:
    compile:
    compile-jsps:
    pluto-hack-web-xml-run:
    portlet-container-deploy:
    jsCreatorDist:
    debug:
    Stopping server localhost:25848
    C:\Program Files\Sun\Creator2_1\SunAppServer8\bin\asadmin.bat stop-domain --domaindir C:\Program Files\Sun\Creator2_1\SunAppServer8\domains\ creator
    Starting debug server localhost:25848
    C:\Program Files\Sun\Creator2_1\SunAppServer8\bin\asadmin.bat stop-domain --domaindir C:\Program Files\Sun\Creator2_1\SunAppServer8\domains\ creator
    Incrementally deploying ParentRelationManagement_1_localhost:25848_server
    Completed incremental distribution of ParentRelationManagement_1
    Incrementally redeploying ParentRelationManagement_1_localhost:25848_server
    Start registering the project's server resources
    Finished registering server resources
    While redeploying, trying to stop the application in target server completed successfully
    Deployment of application ParentRelationManagement_1 completed successfully
    C:\Documents and Settings\Ramesh\My Documents\Creator\Projects\ParentRelationManagement_1\nbproject\build-impl.xml:526: org.netbeans.api.debugger.jpda.DebuggerStartException: shmemBase_attach failed: The system cannot find the file specified
    BUILD FAILED (total time: 35 seconds)

    Hi,
    It helps to clean build project, delete .Creator folder in C\users\myname\ and reset server and redeploy to see any runtime errors in your project. Have you made any changes to .xml file( it may give unexpected results)?.
    regards
    dr.am.mohan rao

  • Please help me with the debugger problem

    I got some error information from ST22 shows below.
    Information on where terminated 
    Termination occurred in the ABAP program "CL_GUI_FRONTEND_SERVICES======CP" - 
    in "CONSTRUCTOR". 
    The main program was "SAPMSSY1 ". 
    In the source code you have the termination point in line 28 
    of the (Include) program "CL_GUI_FRONTEND_SERVICES======CM002". 
    I want to locate the codes where the error happens, so I think I can set a breakpoint at source codes as below, but the SAP system gives me the error: the breakpoints could not be created due to incorrect entry.
    program: SAPMSSY1
    include: CL_GUI_FRONTEND_SERVICES======CM002
    row: 28
    Could you please give me some ideas how to set the breakpoint? Thanks a lot.
    Best,
    Bing

    Hi
    Execute the program in the Debuggin mode.
    In the Debugger Window
    Select Breakpoint -> Break point at -> Breakpoint at source code Menu Item and enter the details of the program/include/line no..
    Activate the System Debugger On from the Settings Menu.
    Hope this would help you.
    Murthy
    Edited by: Kalyanam Seetha Rama Murthy on Jul 18, 2008 7:20 AM

  • How to Get the Debugger Screen in WEB Front end of SRM

    Hi Gurus,
    I have couple of questions for SRM.
    1. How to Get the Debugger Screen in WEB Front end of SRM so i can debug the application which is running in EBP system??
    2. How to set the flag for external debugging (HTTP)??
    3. Using SICF how to set the ITS services ( Like BBPSC01 )for internal ITS so as soon as i place the order it should stop at the break point which i have set in the application.
    Thanks.
    Regards,
    Manoj Tiwari

    Setting up Debugging for Integrated ITS
    Tcode SICF.
    Select service (e.g. default_hostàbcàguiàsapàitsàbbpsc01).
    Change service settings and insert parameter ~GENERATEDYNDPRO=1.
    Find program to debug. E.g. SE93. Enter bbpsc01 à Display and get Program field (SAPLBBP_SC_UI_ITS)
    Execute SE38 and enter program name.
    Turn HTTP Debugging ON. UtilitiesàSettingsàDebugging. Click Actv and username.
    Add HTTP Breakpoint. Display source code and select Utilitiesàbreakpointsàset.
    On “External Debugging” select ‘HTTP Breakpoint’.
    Remember to remove breakpoints, deactivate debugging and remove parameter GENERATEDYNPRO.
    Can run program RSBREAKPOINTS to find which programs you have breakpoints set in.
    Have fun with EBP
    If you have any more questions i would be happy to help you. Send me mail on [email protected]

  • Deactivate the double click/ hot spot for a particular row in alv grid.

    Hello,
       As per a certain condition how to deactivate the double click/ hot spot for a particular row in alv grid.
    Regards,
    Saroj

    where u define layout there is a field hotspot.like
    data: var.
    if con is true
    var = 'X'. (show hotspot)
    else.
    var = ' '. (deactive hotspot)
    elseif ws_fieldcat-fieldname = 'DMBTR'
                    AND ws_fieldcat-tabname = 'T_MTAB'.
          ws_fieldcat-do_sum = C_X.
          <b>ws_fieldcat-hotsopts = var.</b>
          MODIFY Wt_fieldcat FROM ws_fieldcat
                  TRANSPORTING   DO_SUM.
    It is helpful for u. if any problen send me ur coding i will change it.
    Regards
    Manish Kumar

Maybe you are looking for

  • G4 power mac SDRAMM DIMM slots

    I re-seated the three boards, but one of them doesn't go down as far as the other two. I don't know if that's right or if there's something wrong with how I'm putting it back in. I don't want to force it and possibly break the board.

  • IBooks Author updating your book?

    Hey everyone got a question for you about iBooks Author. Let's say my book is out on the store, but all the sudden I found a HUGE typo or even a page I forgot to add. Can I go back and fix my mistake and push out a "update" which will allow the user

  • Nokia Lumia 820 battery

    Goodevening, I have the impression that the battery of this smartphone is inadequat. I just did the test : - no apps running - no calls in or out - no messages in or out - no search on internet or whatever The smartphone was 100 % loaded and 24 hrs l

  • Can you stream media from NAS with iTunes Server to Apple TV?

    Hello to all of my trusty Appleoids! Now, I'm stuck in a bit of a dilemma.... And I'm hoping you can help.... My Apple addiction started in Jan 10 when I purchased an iPod Touch - As you can appreciate, I was totally blown away.... From that point on

  • "Cuentas de venta primarias aún no se han conectado entre sí "

    Buenas.!,                 Trato de ingresar a Pagos recibidos en Gestión de Bancos y sapbo no me deja ingresar, me sale este mensaje: "Cuentas de venta primarias aún no se han conectado entre sí", chequeo en determinacion de cuentas de mayor en venta