Copy of function pool

Hi exprts,
I have copied BSPL function pool and copied all Function Modules from it and converted them to Z Function Modules.
but while Calling this z function from my program i am not able to get my final output table filled.
Does anyone having idea what is the procedure for coping the function pool.
Thanks,
Pratik Vora

Hi,
Make a copy using SE80, enter the function group name and hit enter, now from the tree structure, you will righ-click on the function group name and choose copy. It will ask you what function modules you want to copy, just copy all modify any includes if neccessary.
Regards,
Omkaram.

Similar Messages

  • New Function Pool Program Question?

    I am new to these processes.......If I copy a Function Pool Include to a new one, and create a new Function Group to link it to, thus I assume a new Function Pool SAPLZXXX program will will be automatically created, I am trying to determine how, or where config?, is done to link it (the new Function Pool/SAPLZXXX) to its process? 
                    Any input will help.....Thank-You.

    Hi,
    When you create a Function group under a Function pool, then inside of that Function group main program there will be some includes
    ·        LfgrpTOP. This contains the FUNCTION-POOL statement (equivalent for a function group of the REPORT or PROGRAMstatement) and global data declarations for the entire function group.
    ·        LfgrpUXX. This contains further INCLUDEstatements for the include programs LfgrpU01, LfgrpU02,... These includes contain the actual function modules.
    ·        The include programs LfgrpF01, LfgrpF02,... can contain the coding of subroutines that can be called with internal subroutine calls from all function modules of the group.
    Regards
    Sudheer

  • Copy Function Pool  program

    Hi folks,
    I am trying to modify  one screen in SAPLWOSE_GR_ENTRY_DLG (function-pool) to my requirement,  and need to know how to do assign them to transaction code.
    Thanks,
    Uma

    Hi Uma,
    unfortunately I'm not able to run transaction WSTED, since it cannot be lauched from the SAPGUI, and I have no authorization to run transactions from the web browser.
    Nevertheless, if you take a glance at the definition of transaction WSTED (thru tx SE93), you'll see that WSTED runs program SAPLWOSE_DOGR with dynpro 0100.
    From your last answer I can see that you must modify dynpro 0230. Now how do you want the transaction to run?
    - If as the standard behaviour, you could copy module-pool SAPLWOSE_DOGR to a (say) ZSAPLWOSE_DOGR, copy all the dynpros, and then modify screen 0230.
    - If you wish to start with screen 0230, just create a Z transaction which calls module-pool SAPLWOSE_DOGR and dynpro 0230.
    - If you want the standard transaction WSTED to have your changes (not recommended, it's altering SAP's standards), just change dynpro 0230 of module-pool SAPLWOSE_DOGR. Then when you run transaction WSTED it will show your changes.
    Sorry if I didn't understand exactly your requirements. Please let me know.
    Kind regards,
    Alvaro

  • Copy function pool

    Hello,
    I'm trying to copy a system function pool using Program-Copy  function from SE38 and change it's name but the system generates an error.
    What is the correct way of copying a system function pool?
    Thank you.

    Already tried se80..same error:
    Runtime Errors         RAISE_EXCEPTION
    Short text
         Exception condition "NO_FUNCTION_POOL" raised.
    Error analysis
         A RAISE statement in the program "SAPLSUNI" raised the exception
         condition "NO_FUNCTION_POOL".
         Since the exception was not intercepted by a superior
         program, processing was terminated.
         Short description of exception condition:
         For detailed documentation of the exception condition, use
         Transaction SE37 (Function Library). You can take the called
         function module from the display of active calls.
    Hope this helps.
    Thanks

  • Error in copy of function module  FIEB_PASSWORD_ENCRYPT as a Z FM

    Hi Gurus,
    I want to make a copy of function module  FIEB_PASSWORD_ENCRYPT as a Z FM.
    but after coping standard FM when i am trying to activete it ,it is showing one error
    *form decrypt_password does not exist.*
    if possible give me the solution step by step.
    Regards,
    Susheel Joshi

    do something susheel,
    create an empty function group:ZFIEB_PASSWORD.
    Now in the attribute of your ZFM, just add this name (ZFIEB_PASSWORD)in the FUNCTION GROUP section.
    in the main program of this FG-- (ZFIEB_PASSWORD)i, copy the includes given in function group:FIEB_PASSWORD.
    Add these codes:
    *   System-defined Include-files.                                 *
      INCLUDE LFIEB_PASSWORDTOP.                 " Global Data
      INCLUDE LFIEB_PASSWORDUXX.                 " Function Modules
    *   User-defined Include-files (if necessary).                    *
    * INCLUDE LFIEB_PASSWORDF...                 " Subprograms
    * INCLUDE LFIEB_PASSWORDO...                 " PBO-Modules
    * INCLUDE LFIEB_PASSWORDI...                 " PAI-Modules
    INCLUDE LFIEB_PASSWORDF01.
    the intension is to copy all the includes from this pool.
    you should be able to do it now
    ags.n
    Edited by: ags on Oct 30, 2009 3:19 PM

  • Problem with Function Pool

    Hi All,
    As per some new requirement I've copied one standard function pool into my own function pool.when I'm calling one subroutine defined in this fuction pool through a user exit , it's not behaving the same way as when the same subroutine is called defined in the standard function pool.
    While calling the subrouting using the copied function pool, the vaules are not getting passed and it's taking initial values.
    Any help would be greatly appreciated.
    Thanks.
    Alok Varma

    Sanjay,
    I've copied all the includes in the Function pool into the new Function pool. The subroutine which I'm using is defined in one of those includes which I've already copied. I'm calling one subroutine defined in one include LL03AF9J externally in the user exit include program.I'changed the earlier code for calling this subroutine to
    PERFORM LAGERPLATZFINDUNG_1(SAPLZF05) USING L_SAV_NLTYP
                                                 I_LTAP-NLBER
                                                 I_T331      
                                               I_LTAP-VSOLM
                                               E_NLPLA
                                               L_HLP_PLPOS.
    earlier this code was
    PERFORM LAGERPLATZFINDUNG_1(SAPLL03A) USING L_SAV_NLTYP
                                                 I_LTAP-NLBER
                                                 I_T331      
                                               I_LTAP-VSOLM
                                               E_NLPLA
                                               L_HLP_PLPOS.
    Any clue on this ?
    Thanks
    Alok

  • Copying the function group CHVW

    Hello friends,
    I am trying to copy the fucntion group ( CHVW) to Z-Function group but I am unable to copy the SAP is
    showing the message LCHVWTOP is inactive, if I see LCHVWTOP is active in Standard Function group.
    Thanks in Advance.
    Ravi Yasoda

    Hi Adnan;
    Are you sure you haven't dont release second or more requests for FG?
    If you have more requests, your FG may hasn't be last FM list.
    Yo can check  below include in SAPLZ<FG> function pool.
      INCLUDE LZ<FG>UXX.                       " Function Modules
    Are you seeing last FM list?
    Best regards.

  • Copyin Function Pool

    Dear All,
    I copied the standard program SAPLMR1M, Function modules & Function group of MIRO transaction. And i created the ZMIRO transaction. But when i try to execute the transaction it is throwing an error as Tcode not in T169 table.
    Do anyone help me on this problem.
    Thanks in advance,
    Regards,
    Sadiq

    Hi sadiqulla,
    1. There are some function pools, function groups
        like miro
        which check the tcode for making certain decisions.
       ie. whether display, edit,insert mode , etc.
    2. The table T169 must be some configuration
       table / sap table.
       The function group must be checking
      the entry in that table.
    3. BUT
       your program must be running with some Z tcode.
       hence it  is not able to find it in that table.
    4. U will have to search that code
       and replace the source code appropriately.
       (If customization does not help)
    I hope it helps.
    regards,
    amit m.

  • Is there any way to use copy from function in cProject Project creation.

    Hi,
    Kinldy suggest if any one have idea to use copy from function in cProject while creating Project in cProject.
    We have copy from function in our material creation and BOM, Is there any way to copy the old project and we can take the same for new project as a Paste entire structure.
    Please share with me if you have any ideas for the same.
    Thanls in advance for your help.
    Thanks & Regards.
    Raj

    Hi,
    please see
    [http://help.sap.com/saphelp_ppm50/helpdata/en/4a/6431a343946ba2e10000000a421937/frameset.htm|http://help.sap.com/saphelp_ppm50/helpdata/en/4a/6431a343946ba2e10000000a421937/frameset.htm]
    there the third case ("Based on an operational project ...")
    Kind regards,
       Florian

  • Copy/paste function not working in Firefox 22. Always good in previous versions

    Copy/paste function not working in Firefox 22. Always good in previous versions editions

    Well I've uninstalled FF22, thanks for the suggestion.
    Chrome works perfectly with ZA and C&P.

  • The function pool 'SAPLRSDRC' is not available

    Hello Expert,
    To define the virtual cube with function, 'SAPLRSDRC' is required.
    However, in my system, this function pool is not existed.
    Do anybody know why?
    Thanks
    XY

    liel_noy wrote:
    and how i do it?
    You might find this helpful for general knowledge regarding Macs.
    Mac 101

  • How to add cut,copy,paste functionality ?

    Hello everybody,
    I have to add cut,copy,paste functionality to my RichTextEditor for which I have already added
    buttons to editors toolbar,Now I want to add these three functionalities to my editor.
    Can anyone tell me or provide me some code sample for it ?
    Thanks

    Well Thank you for your response,What I am looking for is ,the user should be able to copy,cut and paste the selected text anywhere,
    (e.g.If user selects the text and clicks the COPY button on the RichTextEditor , he can copy that selected text into notepad or any other editor or any other place in the system)
    I have written the code for copy and its working properly
    System.setClipboard(richTextEditor.selection.text);
    I was wondering how to write the code for cut and paste.
    many thanks again

  • Copy paste function no longer works on my mac pro, copy paste function no longer works on my mac pro

    My copy paste function no longer works on my mac book pro. How can I reinstate it?
    Thank you

    Try restarting the computer.

  • Copy Planning Function in IP

    Hi,
    In BPS, for Copy planning function we have an option of :
    1)Overwrite existing values
    2)Add to Exisiting values.
    I couldn't fine the same in IP. even in the to parameters section.
    What is the standard behaviour of Copy planning function in IP.
    Rgds

    Hi ,
    You dont have the below in IP. Please check the link for Copy funtion in IP.
    1)Overwrite existing values
    2)Add to Exisiting values.
    http://help.sap.com/saphelp_nw04s/helpdata/en/43/548bafbc0f357ee10000000a11466f/frameset.htm
    Regards,
    -N-

  • Subscreen selection screen for function pool program

    Hi,
    I have a requirement wherein i need to make the parameter field flexible( meaning can exclude, include values etc). Same function as select-options. The parameter was created in a dialog progmming.
    The problem here is that i am using function pool. I have tried to use subscreen but it is only applicable on report program. Is anyone knows if this is possible. Or is there any way to make the field as select-option without using call subscreen?
    Please help!
    Thanks in advance!

    Hi,
    No need to create separate Fields ,only create as parameter.
    for your Reference check below code.
    DATA : lv_title             TYPE sy-title,
                ls_description TYPE rsfldesc,
                lt_selopt          TYPE STANDARD TABLE OF rsdsselopt.
    PARAMETER : p_field TYPE ausp-atwrt .
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_field.
      lv_title = 'TEST'.
      ls_description-type    = 'C'.
      ls_description-length  = '30'.
      ls_description-olength = '30'.
      CALL FUNCTION 'COMPLEX_SELECTIONS_DIALOG'
        EXPORTING
          title                    = lv_title
          description       = ls_description
          help_field         = 'AUSP-ATWRT'
        TABLES
          range               = lt_selopt
        EXCEPTIONS
          no_range_tab      = 1
          cancelled         = 2
          internal_error    = 3
          invalid_fieldname = 4
          OTHERS            = 5.
      IF sy-subrc NE 2.
        MESSAGE ID sy-msgid TYPE 'S' NUMBER sy-msgno
        WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.

Maybe you are looking for

  • Source of Supply in PR not filled correctly

    Hello, Could somebody explain me why Source of Supply is sometimes not filled with appropriate data ? Here is my detailed case : I have maintained a quota between 2 suppliers. For supplier 1, I have a contract and no PIR. For the supplier 2, I have o

  • Favorite new Pages and iWork '09 features?

    What do you think, guys? I will get us started. My favorite new feature is the interface with EndNote, although I have noticed one bug that has to do with formatting Book citations (it won't make the titles italic). I think Pages' iteration of CWYW i

  • How can i tell what generation of ipod shuffle I have?

    We have various ipods and I need to know what generation of ipod shuffle we have.  How can if tell?

  • CRXI Active X vs. Java "Enter values" Window

    Hi, I'm migrating the viewer from Active X based application to Java thick client. Everything works fine (so far) except the "Enter Values" window - CR XI offered nice, user friendly html window with all parameters in one place and calendar picker fo

  • Link to move to specific accordion panel AND open this panel.

    hi would like to create a list of links at the top of a page, the accordion is at the bottom. i would like to be able to click on a link, that will then move to the appropriate accordion panel (have been able to do this by adding ID's to each panel.)