Activating Include Program in Exit Function EXIT_SAPLAAPM_002

Hi,
Thed System does not allow me to create/activate the Include Program ZXAAPMU02. I am getting message : Program names ZX... are reserved for includes of exit function groups. Can you please help me?
Appreciate Your Help.
Thanks,
Kannan

hi Kannan,
when you get this message, just press enter. System will ask if it should create ... just say yes and you can create the exit code.
hope this helps
ec

Similar Messages

  • Modify code in include program of smartform function module

    Hi,
               Someone hardcoded breakpoint inside the smartform function code.
    I have to delete that breakpoint.But its asking access key.
    Can't we remove that line in any other way?.
    Thanks,
    Sri

    Hi,
    You can remove it from the smartform instead of trying in the smartform include program.
    Thanks
    Arul

  • Problem in creating include program for customer exit for BC425_01

    Hi,
         I want to write a customer exit for transaction BC425_01. For identifying the include program for exit , i go to System->Status.There I double click on the program name(GUI).Then I perform a 'FIND' in main program for 'customer-function' keyword. I get 3 search results with "CALL CUSTOMER-FUNCTION '001' " , "CALL CUSTOMER-FUNCTION '002' " , "CALL CUSTOMER-FUNCTION '003' ".
    Now i double click on CALL CUSTOMER-FUNCTION '001'  and i am taken to the code of program where this function is called in MODULE cust_check INPUT. I double click on CALL CUSTOMER-FUNCTION '001'  and then I am taken to the function module code which contains a single statement 'INCLUDE ZXBC425G01U01 .' .
    Now I double click on this include program so that I can write my own code. But when i double click on it , a message displayed 'Program names ZX.. are reserved for includes of exit function groups'. Hence I am not able to creates this include program and write my coding.
    Kindly Help
    THANKS

    Hi Amber,
    Then you click enter button.It is asking to create object with that include name ZXBC425G01U01 in a pop-up.You  should select YES option.It will ask package . Give the package name and save.Then include program is created and allowed you to write your own code.
    Thanks,
    Prasad GVK.

  • Which is better Function modules or Include programs?

    Hi,
    I am working on an enhancement and it has lot of screens with a tree structure on the left. Now we are planning to have each screen to have its PAI/PBO and the processing logic to be in seperate include programs.
    However in our team we have debate as to go in for include programs or for Function modules. The opinion here is that the program should not take long time to load if its going to be include programs.
    Please suggest what approach is better, is it Function modules or include programs.
    Any other suggestion is also welcome.
    Thank You,
    SAC.

    Thank You all.
    In this enhancement I have about 13 screens and has business logic in each. So if I go with each screens and business logic coding in seperate Function modules than includes under 1 function group is adviceable?
    Using object oriented approach is really the best thing here, but however most of my team members are not welversed in OO concepts. The deadlines are very tight for grooming my team members as well.
    My only concern is that with so much screens and business logic in 1 transaction should not bring down this programs performance when its executed.
    Any other suggestions to keep in mind for this is appreciated.
    Thank You.
    SAC

  • Report, back ground job, user exit, function module used

    I have more than 100 Z program and report painter program, user exit, function module for one country, inside this country, there are many company code, for a specific company code, I want to know which Z program/CMOD user exit/function module/back groundjob is used in this company code, any table or transaction can do?
    also can we find all z tables used in this company code?

    May be this url can help you http://it.toolbox.com/wiki/index.php/Find_data_in_your_SAP_system_and_know_which_tables_do_what

  • How to use the variables of Function exit in the include program

    i have a problem of using the variables of a function exit in the include program..
    If i use those variables there will be an error indicating 'Field FEBVW_IN is unknown. It is neither in one of the specified tables nor defined by a DATA statement'. Please help... Below is the code of the function exit:
    FUNCTION EXIT_SAPLIEDP_202.
    ""Lokale Schnittstelle:
    *"  IMPORTING
    *"     VALUE(IDOC_CONTROL_INDEX)
    *"     VALUE(IDOC_DATA_INDEX)
    *"     VALUE(FEBVW_IN) LIKE  FEBVW STRUCTURE  FEBVW
    *"     VALUE(FEBKO_IN) LIKE  FEBKO STRUCTURE  FEBKO
    *"     VALUE(FEBEP_IN) LIKE  FEBEP STRUCTURE  FEBEP
    *"     VALUE(FEBRE_IN) LIKE  FEBRE STRUCTURE  FEBRE
    *"     VALUE(FEBPI_IN) LIKE  FEBPI STRUCTURE  FEBPI
    *"  EXPORTING
    *"     VALUE(I_FIMSG) LIKE  FIMSG STRUCTURE  FIMSG
    *"     VALUE(FEBVW_OUT) LIKE  FEBVW STRUCTURE  FEBVW
    *"     VALUE(FEBKO_OUT) LIKE  FEBKO STRUCTURE  FEBKO
    *"     VALUE(FEBEP_OUT) LIKE  FEBEP STRUCTURE  FEBEP
    *"     VALUE(FEBRE_OUT) LIKE  FEBRE STRUCTURE  FEBRE
    *"     VALUE(FEBPI_OUT) LIKE  FEBPI STRUCTURE  FEBPI
    *"  TABLES
    *"      IDOC_CONTROL STRUCTURE  EDIDC
    *"      IDOC_DATA STRUCTURE  EDIDD
    *"      IDOC_AVIP STRUCTURE  AVIP OPTIONAL
    *"      IDOC_AVIR STRUCTURE  AVIR OPTIONAL
    *"      IDOC_AVIT STRUCTURE  AVIT OPTIONAL
    *"  CHANGING
    *"     REFERENCE(IDOC_AVIK) TYPE  AVIK OPTIONAL
    *"  EXCEPTIONS
    *"      PROC_ERROR
      INCLUDE ZXF08U10.
    Here is the code for the include program.
      INCLUDE ZXF08U10
    MOVE febvw_in TO febvw_out.

    Sometimes you will get this error message when checking include code in exits even though there is really no error - it happens because the include does not realise it is in the function due to the navigation index being out of date.
    Try activating the code - it may work even though the check said there were errors.
    You can also get this issue when trying to drill down on the field in the include to view its structure.
    Andrew

  • Program name zxvau02 are reserved for includes of exit function group

    i am facing a problem during user exit.
    when i am trying to change the code in function module (va01) in include zxvvau02
    an error is occurred 'program name zxvau02 are reserved for includes of exit function group'
    so i could not edit the include program.

    Hi,
    1. Find the appropriate Enhancement.
    2. Enter the ABAP code in the "Z" program within the function module.
    3. Create a project.
    4. Add the Enhancement to the project.
    5. Activate the project.
    At the step (2), when I double click on the Include ZX* within source code of the function module to realize the exit, the
    system would prompt to create the include. But NO, it always prompt that the name of include is reserved by SAP and I
    cannot create it... I entered an access key for the object ...

  • Subroutine in function module exit include program

    Hi Friend,
    I want to modularise the code inside the include program defined in funtion module exit. but it is giving out errors.
    Can any one help on this.
    Regards
    Gautham

    Hello Gautam,
    Use the PERFORM  (FORM ................. ENDFORM.) for modularizing the code inside the function module exit. You can not use the include inside the function module directly but once u create a  PERFORM  (FORM ................. ENDFORM.). Inside this  FORM ................. ENDFORM .. u can create any number of include's.
    I hope it will resolve your problem.
    Thanks.
    Anurag

  • Program names ZX... are reserved for includes of exit function groups means

    dear all,
    i am doing the enhacement  SRVESSR   for  EXIT_SAPLMLSR_010  in this exit  i got include, when i double click on the ZXMLUU19
    i am getting the  following error.
    Program names ZX... are reserved for includes of exit function groups
    regrds.
    shashi

    Hi,
    When the warning message is displayed press enter key, System will prompt the message "Include ZXMLUU19 does not exist. Create Object? ". Select Yes option. Include will be created.
    Regards
    Vinod

  • Program names ZX... are reserved for includes of exit function groups

    Hi
    I'm trying an enhancement example out of a SAP \ ALE | EDI book.  I get the above error after performing the following steps :-
    1  Via CMOD create an enhancement project.
    2  Assign enhancement VSV00001 to the project.
    3  Display components & select component EXIT_SAPLVV01_001.
    4.  Double click the include ZXVSVU01 which will then create it.
    When double clicking I get the error in the subject.
    Any ideas ?

    Hi
    That should be only warning: the system are saying to you you're creating an abap object reserved for enhancement, but it's what you have to do.
    The system can't know you want to create an include for an exit, because you're in abap editor while doing the doubleclick.
    So you can go on.
    Max
    Message was edited by: max bianchi

  • ZX... are reserved for includes of exit function groups

    Hello SAPians,
    For implementing  screen exit ,  I tried to modify the following include .
    It throws the warnig saying :
    Program names ZX... are reserved for includes of exit function groups
    Can u tell the way to make it editable
    I appreciate ur idea
    Thanks
    Santhosh

    It is just warning...
    Press Enter to move ahead of the warning.
    This comes when you try to implmenet the include of the user exit very first time.
    Regards,
    Naimesh Patel

  • Include for Exit Function

    Gurus,
    I deleted an include program (ZX45WU01) that I thought I could recreate myself for function module EXIT_SAPLV45W_001. Recreating this is not working. Using SE38 says I can't create the include because it is a reserved name. If I create the include from the function module I can't add it to the same package (VA) which I figured we would want it to be a part of. Any ideas? Any way to undelete the program? It has not been transported.
    The reason I deleted it is because the previous version didn't seem to work. When we set a break point (either hard-coded or not) it wouldn't go through the program.
    Any ideas on these issues would be appreciated.
    Thanks in advance!

    John,
    If the program has to fire the include / user exit you need to create the project using CMOD and activate the same.
    You should not delete the include rather double click and use the same include. You should save that to the customer package and transport it as you will not have access to save anything to SAP delivered packages.
    Try to create the include again and the message that you are getting should only be a warning, just hit ENTER and you should be able to proceed further.
    Regards,
    Ravi
    Note : Please mark the helpful answers

  • Why do we need to point at main program when activating include?

    Hi There Abapers,
    Just a quick question, because I faced such issue when implementing OSS notes.
    When activating objects I am asked to point out the main program for one of includes changed.
    This inclde is used in ~30 programs.
    As far as OSS note doesn't say a word about main program in fact I am not able to check it, I need to pick random program from a list up.
    The question is...
    Why do we need to point at main program when activating include as we are only changing the sub-object (include)?
    Will this 'random main program selection' bring some negative effects in the future?
    Will be thankful for some expert opinion
    Kind Regards,
    P.

    You should check all main programs when activating an include, to make sure that all main programs are still syntactically correct even with the changed include.
    Thomas

  • Procedure to find the exit name from the include program

    hai
    i know the name of the include program
    through this i want to know the user exit name
    what is procedure?
    please give me the details
    Thanks

    Hi,
    Enter include name in se38 ..check where used option for this include.Using backward approach you can get to the exit.
    Thanks.
    Mark points if helpful.

  • What is the table contains Function module include program name

    Hi,
    What is the table contains Function module include program name
    Regards,
    Raja

    Try this FUNCTION_INCLUDE_INFO to get the include number to which function module belongs to.From this u ll get only the particular include name.
    or
    if u need the all the includes used in the function group u have use INNER JOIN on TFDIR and D010INC table
    <b>Select binclude into itab from trdir as a inner join d010inc as b on apname = bmaster where apname = fmodname.</b>
    I hope this will help u.
    Thanks & Regards
    Santhosh
    Message was edited by:
            santhosh ds

Maybe you are looking for

  • APEX BFILE

    I have to store graphical documents in an Oracle Database using Apex. I have designed an application based on the Sample Application for Customers, Product, Orders Page 3 and 6 using apex_util.get_blob_file_src and a File Browse Item to store the doc

  • H to generate popwindow in core java

    hi friends, i faced some proble in core java.h to create pop up window like in VB. with in the pop ,database fields should disply with jtable. when i click any one of the row.the text with in that row should display in some other text boxe. plz send

  • IPhoto 6 and Bluetooth

    I'm trying to transfer photos from by cell phone to iPhoto via Bluetooth. My MacBook Bluetooth says it browsed the cell phone. Where--what file--do I look in to see the photos? They're not in the regular pictures folder or in any other folder I can t

  • Sync Calendar with Windows Live Mail from Windows 7 Starter

    I want to sync my BB with my netbook.  I have succeeded syncing with Windows Live Mail Contacts but not with Calendar.  The only possibility offered by the desktop software is ASCII.  How do I sync with the Calendar? Blackberry Curve 8330 Device Soft

  • Interworking between Lightroom 5.7 64 bit and Photoshop CS6 extended 64 bit (Raw update 8.7)

    I have recently upgraded my Lightroom 5.6 to 5.7 and my Photoshop CS6 extended 64 bit to Raw Update 8.7. Since this update my Image Edit process going from Lightroom to Photoshop is no longer seamless. Right clicking on the image and selecting "edit