Dactivate the exit

we can dactivate the project in cmod is there is any other way?
plzz tell

hi ,
small suggestion to u,
in sap we have 3 generation of exits.
first generation or user exit ->t-code is se38
second generation exit or customer exit ->smod and cmod
third generation exit or Badi ->se18 and se19.
user exit comes under modification.
both 2 & 3 rd comes under enhancement.
if u dont want ur project (saying about customer exit) click on deactivate button .
if u dont want ur user exit go to version management and set the previous version.
Reward Points if found helpfull..
Cheers,
Chandra Sekhar.

Similar Messages

  • Which system variable is reset at the exit of a loop of an internal table

    which system variable is reset at the exit of a loop of an internal table
    a)sy-loop b)sy-index c)sy-dbcnt d)sy-tabix

    You might want to revist your threads from Friday, and award points and mark as "Answered" or "Solved".
    Regards,
    Rich Heilman

  • I have a problem with safari, when I open new tab the tabs don't have the exit button that it used to be on the left corner of each tab and i used to close the safari with command Q witch is not working anymore ! what am I supposed to do ?

    how can I fix this problem ? I cant close the safari with command Q anymore and the tabs don't have the exit botton that used to be on left corner !

    Use cmnd+w to close the tab.

  • How to delete the document at the exit event of last step in workflow

    I want  to delete the content at the exit of last step. Tried two codes:
    1.<$executeService("DELETE_DOC")$>
    2.<$executeService("DELETE_REV")$>
    But is not working. plz guide.
    Thanks.

    Simply put , DELETE_DOC and DELETE_REV are not "scriptable" services.  <$executeService$> will not work in this fashion with those services. 

  • How to find out the Tcodes for the exits

    Hi All,
    how to find out the Tcodes for the exits. i have a list of exits (customer, user, badi ). i need to find out what are the Tcode affected by this exits.
    Customer Exits: EXIT_RFEBBU10_001
                              EXIT_RFEKA400_001
                              EXIT_RFFOEXIT_100
    User-Exits:  USEREXIT_DELETE_DOCUMENT
                       USEREXIT_FIELD_MODIFICATION
                       USEREXIT_MOVE_FIELD_TO_VBAK
                       USEREXIT_PRICING_PREPARE_TKOMP
    BADI: CUSTOMER_ADD_DATA_CS
              HISTORICAL_VALUES
              MD_ADD_ELEMENTS
              MD_CHANGE_MRP_DATA
              MD_PIR_FLEX_CONS
              MD_PLDORD_POST
              ME_REQ_POSTED
              NOTIF_EVENT_SAVE
    Can anyone help on this <urgency factor removed>.
    Regards
    Ksihore
    Edited by: Suhas Saha on Feb 20, 2012 12:58 PM

    i have just started reading about all these-user exits ,customer exits etc.
    i have read somewhere that:call to customer exits are triggered by function modules exits.
    the structure of function modules are like this:
    EXIT_RFEBBU10_001
    MEANS
    Keyword EXIT followed by program name fllowed by three digits.
    and the call is like this:
    call customer function 0001.
    From above we can conclude that this customer exit must be used in program RFEBBU10.
    GOTO SE38 andenter prog name RFEBBU10.check for above function module.
    for the rest i stick to the same method for user exits and BADI that we can findthe corresponding TCODES
    using Where used lists.
    please Tell me if i m wrong!

  • How to trigger the exit event of a subform?

    hi there,
    we added some code to the exit event of a subform to do some validation, but we found out that
    if the user save the form after filling it and without clicking somewhere outside the subform,
    the exit event will not be trigger, so the code will not check ,then the form got saved with errors.
    could you pls tell us how to solve this?
    br.
    zj

    Hi,
    Instead of writin code in Subform just write the code in exit of the individual field.
    thanks,
    Amish.

  • Is it possible to add the exit command to a button in ALV OO toolbar

    Hi ABAP folks,
    is there are a way to add the exit command to a button of an ALV toolbar (like in the GUI status)?
    I want to prevent the field validations of a dynpro field at PAI.
    Thanks and regards,
    Martin

    Manage the event [TOOLBAR|http://help.sap.com/saphelp_erp2004/helpdata/en/ee/c8e07dd52611d2b468006094192fe3/frameset.htm] of CL_GUI_ALV_GRID.
    This event is triggered by the ALV each time the toolbar of the control needs to be regenerated. To add self-defined functions to the toolbar, you trigger the event using method set_toolbar_interactive and write an event handler method ( see also: Defining GUI Elements in the Toolbar).
    Look at demo BCALV_GRID_05.
    Regards,
    Raymond

  • How to get the name of the exit in FM "EXIT_SAPLBSVA_001'

    Hello all,
    i need to get the name of the enhancment  for the function module 'EXIT_SAPLBSVA_001' as i need to use this userexit and in CMOD i need to write the enhancement  having this exit.
    please help soon.
    Regards
    geeta gupta

    Hello,
    Identify the program name of the Tcode for which u r trying to implemente the Exit and check the enhancements for the same wth SMOD tcode or CMOD
    Regards

  • Captivate 7 - The Exit Bug and a Solution

    Hey Everyone,
    I wanted to take a second and share some good information I found in regards to SCORM and the Exit functionality in Captivate 7. Below is the blog post that shows how to make the Adobe Exit functionality "SCORM Compliant" and solved my issues when uploading my project and getting them to exit. Hope this helps
    Captivate 7, Exit Bug and a Solution
    Several of our Inquisiq R3 users have alerted us to the fact that courses developed with Captivate 7 published to HTML5 and SWF do not close properly when using the “Exit” button, forcing the user instead to manually close the browser window by clicking the “X” in the upper-right corner of the browser window.
    Through our investigation into this issue, it appears that the process that Adobe has implemented when clicking the “Exit” button is to simply attempt to close the content window and rely on the LMS to capture and commit the session data. Nowhere did we see that the content was actually calling the “LMSFinish()” [SCORM 1.2] or “Terminate()” [SCORM 2004] methods in the LMS’s SCORM API to commit the lesson data to the LMS as required by the SCORM specification.
    Adobe uses their own defined function, “DoCPExit,” to close a lesson window.  This method contains a “window.close()” call and additional logic to “bubble up” the command through the frame parents (if they exist and also contain the “DoCPExit” method - presumably because they would also be Adobe-published content files within your package).
    There are several flaws to this approach.
    By not calling “LMSFinish()” or “Terminate(),” the content is, by definition, not SCORM conformant.  Part of the minimum requirements for conformance are that the content calls the initialization method “LMSInitialize()” in SCORM 1.2 or “Initialize()” in SCORM 2004 and the  termination method “LMSFinish()” in SCORM 1.2 or “Terminate()” in SCORM 2004. The LMS is not required to clean up the data left behind when the content fails to make this call. So if your LMS doesn’t take this additional step (of setting ‘LMSFinish’ or ‘Terminate’ if the lesson does not), your data will be completely lost…i.e. no record of you taking the lesson will be recorded.
    The call to close the browser window will fail if the LMS is running the content within a frame or iframe. Since the SCORM specification allows content to be launched in frames or iframes (in addition to new browser windows), lessons need to be able to accommodate this scenario. Even with the “bubble up” logic, once the call reaches the top most content window, and the next parent window in line is the LMS container page, the call will no longer be passed and a “window.close()” call will be fired within the framed page.  When this call is made, nothing will happen as a framed page cannot close the browser window using this command. Through our investigation, we’ve learned that at least 4 other well-known LMSs have experienced this particular issue.
    Ironically, the solution that we’ve discovered is not only SCORM conformant, but also very simple and follows what we would consider to be SCORM “best practices”.  The foundation and logic for the solution is already contained within the published Captivate files (and it is the same solution whether you publish to SCORM 1.2 or SCORM 2004).
    We simply modify the “DoCPExit” method that is contained within the “Utilities.js” file to call the “Finish()” method.  Just replace all the code appearing between the “{“and the “}” as you see here:
    function DoCPExit(){     Finish();
    The “Finish()” method that we have inserted is, as mentioned, already contained within the published Captivate files and contains the logic to properly set the exit parameters and correctly identify whether the content is SCORM 1.2 or SCORM 2004; it will therefore make a call to the correct close method (“LMSFinish()” or “Terminate()”) accordingly.  Once the LMS has received this command, it should take care of removing the content properly, leaving no need for any “bubble-up” logic or window close calls within the content code.
    Overall, if the lessons you develop with Captivate 7 work as expected and required in your LMS, there is no need to implement this change. However, if your lesson’s Exit button is not working as it should, and/or you are losing progress and status data when closing the lesson, the fix described here should resolve all those issues.
    The biggest issue here is that since we’re changing published code, the next time you update and publish that same Captivate project, you have to remember to change that published function code AGAIN, as Captivate will simply publish the default code.
    We have been in touch with the Captivate team to discuss this problem and they are investigating. We would hope a patch to address this flaw would be released in the near future
    All credit of this fix goes to http://blog.icslearninggroup.com/2013/10/captivate-7-exit-bug-and-solution.html

    Try clearing out your project cache (Preferences > General > Clear Cache) then republish using the option to Force Republish All Slides.
    If that doesn't resolve the issue, you may be seeing the early stages of project file corruption.  Check the suggestions in this post about troubleshooting issues where you may need to copy all slides to a new blank project shell to try and strip out corruption:
    http://www.infosemantics.com.au/adobe-captivate-troubleshooting/basic-troubleshooting-tech niques

  • The "Exit" button is not working on my LMS

    The "Exit" button in Captivate doesn't work once the course is uploaded to my LMS (Meridian).  Any ideas what the problem might be?  All the other buttons in the course work as advertised once uploaded.
    Thanks.
    Jay

    You have identified the problem. If you have Warranty or AppleCare coverage, make Genius reservation and take or send to Apple for resolution. Troubleshoot. When iPhone 5 is open, the home button contacts are present right there. With volt meter placed on home flex you can see if pressing home button completes the circuit. You can bridge the dock home button contacts and see if it actually causes response in the iPhone. If not dock or its contacts are faulty or logic board is faulty.

  • How to know the enhancement name by the exit funciton

    helleo
        i have a question about enhancement. if i know the exit function name how can i get the enhancement name in SMOD.
        thank u!!!!

    go to smod press F4 in enhancement.
    press information system in pop up.
    after that another popup will come give component name as the fn module press enter it will show you the enhancement name.
    Nb in some cases you cant see component name in the popup just in the status line of the popup one + sign button will be there just click it.
    regards
    shiba dutta

  • Course will not play in LMS until the Exit button is clicked

    I'm stumped.  I've created a course that plays fine until I enable reporting in our LMS.  This is the first course we've created in Captivate 5, and I'm using the same Quiz Reporting settings that we used in Captivate 4 (that always worked).  If the course is published to the LMS without quiz reporting enabled, the course plays fine.
    However, if the course is published to the LMS with Quiz Reporting enabled, then the course freezes on the first slide, and will not play until the Exit Button in the playback controls is clicked.  All of the other buttons cease to function until the exit button is clicked as well.
    Any ideas on what could be causing this?

    Just a quick update... I was able to resolve our issue.
    (in case anybody else runs into this issue, maybe this will help)
    We were using AICC to report back to our LMS (Saba) and it's always caused various kinds of problems with Captivate v4.  We were using some sort of work around to get the reporting to work properly.  I was trying to use the same work around we used in v4 with v5, which (I'm totally guessing here) was what was causing the problem.
    Instead of using AICC, I uploaded a SCORM package to our LMS, and everythings been working great since.

  • How to hide the "EXIT" button on the ESS Personal inf. iViews

    Hello,
        We are using SAP ECC 6.0 + SAP EP 7.0 + ESS 1.0 (latest Releases).
        In the ESS iViews (Java WD) for Personal information (Adresse, Bank, Family, etc. there is the Button "Exit"..
      Does any have any Idea where and how to hide this "Exit" Button in the iView/Java-WD?
    Many Thanks,
    Nazih

    Hi Chris,
      thanks for your reply.
      If you mean to hide the button using the iView/WD Personalisation by rightclick on the iView in PCD and then Review, well yes i know this and i have tried this already before and we were able to hide some not required input fields in the Webdynpro, but we were not able to find and to hide the "EXIT" Button using the personalisation..!!?? you know why?
    Why to hide the Exit button, i will tell you why, in the iView for maintainig the ESS Personal Information -> e.g. Adresse --> Edit Adresse View (Roadmap view No. 2) --> when User click on the Exit Button --> This will open new browser Window with ESS... ---> This second Browser Window (Pop up) would confuse the User, since he already have an opened window, so the Customer mean why open new window, since the user can simply click the Button Back and so his data are also saved..
    How can we manage to control the behaviour of the Button, so the iView is closed safety without that new Pop-up windows are opened...
    Many Thanks,
    Nazih

  • Regarding the Exit 'EXIT_SAPLRRS0_001'

    Hi,
    I am facing one problem, while using this exit, what is the problem is, i am entering period and year as input in the input field, and using this exit i tried to change that period, so i changed L_S_RANGE-HIGH and  L_S_RANGE-LOW. For example, i have given input as 006.2007 and using the exit i changed it like L_S_RANGE-LOW = '2007003' and L_S_RANGE-HIGH = '2007003' and gave L_S_RANGE-SIGN = 'I'. and L_S_RANGE-OPT = 'BT'. Its not giving an output. but data is there for period '2007003', pls help and don't worry about points if your answer helps me.
    Regards,
    Baiju Vivekanandan

    Hi anil,
    I will attach the code below,
    CONSTANTS: C_THREE(1) TYPE C VALUE '3',
               C_ZERO(2) TYPE C VALUE '0',
               C_MINUS_ONE(2) TYPE C VALUE '-1',
               C_MINUS_TWO(2) TYPE C VALUE '-2',
               C_TWELVE(2) TYPE C VALUE '12',
               C_ELEVEN(2) TYPE C VALUE '11',
               C_TEN(2) TYPE C VALUE '10',
               C_ONE(1) VALUE '1'.
    DATA: L_FISC_PERIOD(3) TYPE N,
          L_FISC_YEAR(4) TYPE N.
    DATA: L_S_RANGE TYPE RSR_S_RANGESID.
    DATA: LOC_VAR_RANGE LIKE RRRANGEEXIT.
    CASE I_VNAM.
    WHEN 'LEADING_LEDGER_DATA'.
    data : my_LOC_VAR_RANGE LIKE RRRANGEEXIT.
        IF I_STEP = 2. "after the popup
          clear my_LOC_VAR_RANGE.
          LOOP AT I_T_VAR_RANGE INTO my_LOC_VAR_RANGE
           WHERE VNAM = 'ENTER_FISC_YEAR_PERIOD'.
            EXIT.
          ENDLOOP.
          IF SY-SUBRC EQ C_ZERO.
            CLEAR L_S_RANGE.
            L_S_RANGE-LOW = my_LOC_VAR_RANGE-LOW.
            L_FISC_PERIOD = L_S_RANGE-LOW+4(3).
            L_FISC_YEAR =  L_S_RANGE-LOW+0(4).
            CLEAR L_S_RANGE-LOW.
            L_FISC_PERIOD = L_FISC_PERIOD - C_THREE.
            IF L_FISC_PERIOD = C_ZERO.
              L_FISC_PERIOD = C_TWELVE.
              L_FISC_YEAR = L_FISC_YEAR - C_ONE.
            ELSEIF L_FISC_PERIOD = C_MINUS_ONE.
              L_FISC_PERIOD = C_ELEVEN.
              L_FISC_YEAR = L_FISC_YEAR - C_ONE.
            ELSEIF L_FISC_PERIOD = C_MINUS_TWO.
              L_FISC_PERIOD = C_TEN.
              L_FISC_YEAR = L_FISC_YEAR - C_ONE.
            ENDIF.
            CONCATENATE L_FISC_YEAR  L_FISC_PERIOD INTO L_S_RANGE-LOW.
            CONCATENATE L_FISC_YEAR  L_FISC_PERIOD INTO L_S_RANGE-HIGH.
            L_S_RANGE-SIGN = 'I'.
            L_S_RANGE-OPT = 'BT'.
            APPEND L_S_RANGE TO E_T_RANGE.
            CLEAR: L_FISC_PERIOD, L_FISC_YEAR, L_S_RANGE.
          ENDIF.
        ENDIF.
    ENDCASE.
    Regards,
    baiju

  • What is the Exit / Badi triggered after PGI is done in VL02N???/

    What is the Exit / Badi triggered after PGI is done in VL02N??/ Once PGI is done then i have to update some tables. so whats is the userexit or a bapi that is triggered ones the PGI is done.?????????????

    BADI LE_SHP_GOODSMOVEMENT is called when the post goods issue is performed.
    It handles a number of goods movements, so is_likp-lfart eq 'LF' will limit it down to goods movements for deliveries.

Maybe you are looking for