Adding Includes in a Function Group

Hi all!!!
Here's my new problem:
I have DEV and QA, both got a function group...
But in dev function group got 3 includes more than QA...
How can I transport those includes so they appear inside QA's Function Group...
Coz I already transported but they don't show up...
But when I double click a perform in another include it goes to the include code.
Thanks in advance,
Eric

Hi...
Well... I'm doing maintenance... I didn't create the Function Group...
If I try to modify the FG, it'll ask me for a Access Key to that object...
Isn't there any other way to do this?? :P
Oh I didn't mention, but it's an Exit FG... I think it's standard...
Thanks

Similar Messages

  • 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 ...

  • Using the same top include of a function group inside a report

    I have a function group .
    I want my report to use the top include of the function group.
    Is this possible.How?
    I tried the use the include statement inside report it didnt work...

    TOP INCLUDE of FG starts with FUNCTION-POOL statement, hence you ge the error.
    Solution: create new include to encapsulate your definitions there, then include it in TOP INCLUDE of FG + your program.
    Regards
    Marcin

  • 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

  • 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

  • Modify standard include of Custom Function Group

    Hi experts!
    I have a include LZFG_VT00 into ZFG Function group.
    SAP created this include when I set Table maintenance generator in SE11 for table ZFG_TABLE1.
    SAP wrotes this code in include automatic:
       view related data declarations
      generation date: 13.08.2007 at 13:17:25 by user DJLU
      view maintenance generator version: #001407#
    ...processing: ZFG_TABLE1......................................
    DATA:  BEGIN OF STATUS_ZFG_TABLE1                    .   "state vector
             INCLUDE STRUCTURE VIMSTATUS.
    DATA:  END OF STATUS_ZFG_TABLE1                    .
    CONTROLS: TCTRL_ZFG_TABLE1
                TYPE TABLEVIEW USING SCREEN '0001'.
    .........table declarations:.................................
    TABLES: *ZFG_TABLE1                    .
    TABLES: ZFG_TABLE1                     .
    The problem is:
    Table ZFG_TABLE1 is deleted.
    View  ZFG_TABLE1 is deleted.
    But, you can see, include LZFG_VT00 declares ZFG_TABLE1 and I can not change it because is a SAP standard program.
    Any suggestions?
    A lot of thanks in advance.
    Regards.
    djlu

    Hi,
    IF the table is deleted, then goto SE80 & delete the corresponding function group as well.
    Best regards,
    Prashant

  • Adding authorization object for "Function Group"s ?

    Is it possible to add any authorization object for any function group ?
    We have an issue i.e. whenever user "XYZ" is getting some Windows Excel related error whenever trying call an excel report from BW server. System log related to "XYZ" user shows that -> User "XYZ" has no RFC authorization for the function group "ABCD". The RFC authorization object is S_RFC.
    Function Group you can check through SE37->GoTO->Display Function Group
    Now is it possible to add authorization for any "Function Group" ?

    You give authorisation for all function groups by giving auth object S_RFC a * value in field RFC_NAME
    However I do not recommend this as giving wide access to RFC's can bypass a lot of the security you have implemented for the users.
    In this case, add only the function group that the user requires in this instance into S_RFC

  • 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

  • When is the entire function group added to the transport request

    When you modify a functionmodule in a function group, only the object of the functionmodule( LIMU FUNC) is added to the transport request.
    When you modify an include of the function group, the reportsource of that include (LIMU REPS) is added to the transport request.
    But under some circumstances the entire function group is added to the transport request (R3TR FUGR).
    Can somebody clarify under what circumstances the entire Function Group is added to the transport request?

    I was actually looking for the reason why I would find R3TR FUGR objects in requests for existing function groups.
    What I found out is that R3TR FUGR is added to the request when :
    - the function group is created
    - a function is renamed
    - the function group is deleted
    - you choose : Write Transport Entry, in the context menu of the Function group.
    The <b>actual problem </b> was that in our upgraded system (<b>ERP2005</b>) we had a transport containing the function group (R3TR FUGR) and <b>we thought</b> none of these actions had been taken.  After talking to the developer in question, I found out he did rename a function module, so I have my solution.
    But thanks everybody for the insight.
    Message was edited by: Dries Horions

  • Copying Function group includes

    Hi all,
    I am facing problem while copying function group. I am copying the function group in SE80 transaction . while copying i am able to copy the function modules in it only . but i need to copy includes in the function group. because i need to edit the code inside the includes. while copying  Function group standard includes are there in the Z function group.
    Can any one help me out how to copy the includes also.
    Thanks & regards
    sreehari.p

    Hi,
    Transaction SE38 and copy object SAPL<FUGR> with all sub objects
    <FUGR> = function group name
    Regards,
    Ivan

  • Change in Include LBBP_PDF0C ( Function Group BBP_PD)

    Hi All,
    I need to make some code chage in the Include LBBP_PDF0C.
    Function Group is BBP_PD.
    Is it possible?
    If yes, How Can I make the required change at particular line?
    Can anyone suggest?
    Thanks & Rgds,
    Sanjeet

    Hi Sanjeet,
    You need the Access keys to make the changes in the standard Include.
    Regards,
    Sai

  • FUNCTION GROUP INCLUDE S

    Hi all,
         i  got a program starting with " <b>LSS.</b>........."  it is a <b>function group include</b> .
    can u please tell me the <b>T-code and procedure</b> how to include this particular function group  include program.
    Thanks.

    Hi,
    goto the main prog of the group and just include your own include over there
    use tcode se 37
    Regards,
    siva chalasani.

  • Transporting a Function Group

    Hi All,
    I created a new function group and few function modules within it. Function group is attached to one transport request. But for some reasons I want  to transport it with some different transport request. So I deleted it from original request.
    But now when I am trying to activate the Function Group, It is not attaching the associated function modules and includes within the function group to new transport request. It is only attaching Function group Text and Main program to transport.
    Please let me know the way by which I can attach complete function group its related function modules and includes to one transport.
    Thanks,
    Harkamal
    Fixed subject line
    Message was edited by:
            Rich Heilman

    Hi Rich,
    It is not attaching the Function group, it is attaching only "Function Group Text".
    Thanks,
    Harkamal

  • Cannot be saved in function group XRSA

    Hello BI experts,
    I am new to BI Back-end coding.
    here is what I am doing:
    Compounding 0account hierarchies with EXIT_SAPLRSAP_004.
    when I tried to add a new include program, I am getting this warning:
    "Cannot be saved in the function group XRSA"
    With this I cannot see the changes in the BI system.
    How to get rid of this error?
    Is there anyway that I can add this include in the function group??
    Plese help me in this regard..

    Thanks for the reply Arun.
    I am trying to create the new include in ZXRSAU04, not in the exit.
    As I said earlier, this is for compounding Hier Node names.
    This is what code looks like
    when i_datasource = 'zDS'
        include 'zxrsau04_xxx_xxx_SPL'.
    Herarchies are loading fine when I write this code in any existing include programs. But with the new include program, I couldn't be able to see the changes in the BI.
    I think the warning "the include cannot be created in the function group XRSA" is giving that error.

  • Where to set up a TYPE-POOL Declaration in a Function Group ?

    Hi,
    I ve got a Function Group.
    I set up a Function Module in the Function Group.
    I must use  TABLES I_T_SELECT TYPE SBIWA_T_SELECT.
    I get the error:
    Type pool SBIWA has not been declared
    Message no. FL031
    Diagnosis
    You used a type from type pool & in the interface of a function module.
    Procedure
    For the program to be syntactically correct, you must
    declare the type pool in the global data declaration of the
    function group using the 'TYPE-POOLS: &.' statement.
    Where / How do I set up a Type Pool in the global data declaration of the
    function group ?
    Where / what is the global data Declaration of the Function Group ?
    Thank You
    Best Wishes
    Martin

    Hello Martin,
    First off:
    TABLES I_T_SELECT TYPE SBIWA_T_SELECT.
    Correct me if I'm mistaken here, but tables is expecting a name of a DDIC structure. It is then creating a work area using that structure.
    If you have to declare an internal table, the correct code would be:
    DATA i_t_select TYPE TABLE OF sbiwa_t_select.
    Or:
    TABLES sbiwa_t_select.
    Regarding your questions:
    A global data declaration of a function group is just what it says, a point where you can declare your data usable for the whole function group.
    This is usually an Include.
    That said, you can fix your issue by creating an Include in your function group.
    Within that include you have to write:
    TYPE-POOLS: pool1, pool2, pool3.
    or, in case you only have one type pool:
    TYPE-POOLsbiwa
    After creating the include, you have to point your function module to that file.
    INCLUDE include_name.
    Kind regards,
    Michael

Maybe you are looking for

  • Report form (rows covert in column)

    there are two table in scott schema emp: empno ename deptno 12121 dfsaf 10 78782 adfsd 20 dept: deptno 10 marketing 20 finance 30 advertising i want the out put like this deptno10 deptno 20 empno 121211 41744 means to convert the row of dept table in

  • Uh oh.. it's finally happened...

    and on Christmas Day as well.. boohoo My Hard Drive has finally bit the dust. After months of intermitent crackling, and disk utility runs to get my PB to boot, it has finally given up and here I am on my PC!! Few months ago I wrote about my Hard dri

  • N95-3 NAM firmware upgrade to 35.2.001 - broken Ov...

    Last night I noticed that 35.2.001 was available for my RM-160.  I successfully upgraded it. I was able to upgrade Download! to get OviStore working for a little while, but now I have the following two situations: 1) the OviStore app reports (in a sy

  • Audigy 2 ZS no Sound Recording possible (WinXP x

    Hi all,?I have some serious problems with my Soundblaster Audigy 2 ZS Card.For years everything worked perfect, I used the soundcard?in many differenthardware setups and I never had any?problems until today. System:?Windows XP Prof x64 SP2?Asus Maxim

  • Other is taking space from my iPhone 6 storage

    Hi, am facing a problem with my iPhone 6 storage which before i didn't have it. When i connect my iPhone to my mac and open iTunes it will show me the storage and others is taking most of my capacity. i tried third party app called clean mobile insta