A list of global objects of the  function group "bbp_bid_inv"

Hi everyone,
Somebody have a list of all (or some) global objects ( i mean : internal tables, structures, transparent tables, ...etc) of the function group "bbp_bid_inv" ?
Thanks & regards

find out in se 80
cheers!

Similar Messages

  • List of all objects in the data dictionary

    How to capture the list of all objects in the data dictionary named like PSDFDI and verify they are granted to the FDIREADR role

    See the database security guide http://docs.oracle.com/cd/B28359_01/network.111/b28531/authorization.htm#BABFHBFH
    Finding Information About User Privileges and Roles
    This section discusses the system views that have the grant information.
    The tricky part of this is that because roles can be granted to other roles the data is hierarchical.
    So start with the grants made to the FDIREADR role. So referring to the doc above;
    select * from role_role_privs where role = 'FDIREADR'will list the roles granted to your role.
    You will want to look at ROLE_ROLE_PRIVS, ROLE_TAB_PRIVS and ROLE_SYS_PRIVS.
    I suggest you walk thru the views manually to see how the information is related. Then write a test script that queries the views for you.

  • To find the list of Inactive objects in the Production system.

    Hi Experts,
      Need a help. I want to find the List of inactive objects in the Production system. Do we have any standard program or any transcation code to find.
    Appreciate your help.
    Thanks,
    Venkata.A

    Check below threads -
    Check Inactive Objects in System
    Need program to find the inactive objects
    Tcode for finding out the inactive BI Objects

  • Regarding Transport Of the Function group

    Hello Guru,
    I am Facing problem while transporting the Transport Request Number From SAP 4.7 to SAP ECC5.0. The Transport is Working Fine. I am able to transport the Package, But all the object in the package except Function Group is Not getting transport.
    So Please Let me Know any other method is there to transport the Function Group.
    Please Help me it is urgent.
    Thanks in advance.
    Best Regards,
    zubera

    Check your transport, it should contain an entry for
    R3TR - DEVC - 'your package name'
    This should tranport the whole package including all the objects,
    Regards,
    Michael

  • Maintain object or update function group error

    Hi experts,
    I had searched the forums but did not find a conclusive solution so i am posting the Question.
    I had created a ztable. Maintained table generator then i created a T-code for the table . But when i am executing the t-code its giving me an error message maintain object or update function group. I checked  my function group but its active actually i think the screen no which i am giving in table maintainenace generatoris not getting generated.
    I tried to figure it out but couldn't .
    Any help would be appreciated.
    Regards,
    Pawan.

    Hi Matt ,
    Thanks for your Reply
    To answer your 1st Question
    1. How have your created the transaction for the table?
    I have created my Transaction for the table through se93. In that i selected 4 option that is transaction with parameter.
    In that under transaction gave sm30.gave my viewname i.e table name and update i'e. X.
    To answer your 2d Q
    Tell use the error message you get in SM30 exactly
    It is not a runtime error it is an error like a pop up which comes up when i go to sm30 and click on maintain.
    The error is as i have mentioned earlier.

  • Regarding uploading the function group

    Hi All,
       I have a requirement like this....
       I have a selection screen which consists of function group name...and two options upload and download...
       If i click on download option and supply the function group name..then it will download all the function group related stuff like function modules, includes,etc..
       this download option is working fine...
       Now my problem is in upload option...
       how can i upload all the files and it forms a function group...
       I created a function group zfgroup and downloaded all the files related to this like function modules and include files...and deleted that function group...
       now using these files i have to create the function group when i click on the upload option.
       hope you guys got this question...
    thanks and regards
      raghu

    Hi,
    Check the solution you are look in for inthis link.
    <a href="/people/alvaro.tejadagalindo/blog/2006/03/18/taking-good-care-of-z-function-modules utility</a>
    Hope this helps.
    Cheers
    VJ
    Message was edited by: Vijayendra  Rao

  • One of the functional groups of the Logical Database "SDF" does not appear.

    Hello,
    I have a problem with the logical database "SDF". It has already defined 3 functional groups. When I select the buttom "display the contents" I can see all these groups with their owns fields.
    The problem is that when I use a transaction which contains this logical database, in the dynamic selections I can only see two of the functional groups. The last one doesn't appear there and I don't know why.
    How can I resolve my problem?
    Thank you very much in advance.
    Best Regards.

    1 hour is the default timeout for "ExternalCommandTimeout". So, it could be that this one measure group's fact query is taking longer than 1 hour for the first record.  You can see the query in the error messages and might like to try it out
    manually.  Note, a common issue is with referenced dimensions or Distinct Count when an inner join or Order By are added to the fact queries.
    A simple solution might be to simply increase the ExternalCommandTimeout in the SSAS properties page.  Try 7200, and if it completes in less than 2 hours, or fails after exactly 2 hours, you know this is the issue.
    Richard

  • Rename the function group

    hi...
    How to rename the function group name????
    I tried with... copy option.... but its asking for function modules of that function group name change...
    I dont want to change the names of function modules..
    Thanks,
    Naveen.I

    Naveen,
    Goto SE38 --> Enter the program name as SAPL(Function Group Name) e.g. if FG name is TEST then enter Program as SAPLTEST. In the application toolbar, there will be an option Rename. Click on that na dprovide the new name. Press Enter and activate.
    Every Function Group has a main program associated with it which contains the TOP Include and the UXX include. UXX include contains the includes. Each include here corresponds to a function module.,
    To see the main program, what u can do is goto SE37 --> Goto --> Function Group --> Display Group.
    Put the group name here and then press the button Main Program on the popup that comes.
    Hence, I am talking of this main program which if u will rename, will automatically rename the Function group.
    Hope it helps.
    Amit.

  • How to copy the function group

    hi there,
    i want to copy the function group 2012. plz let me know the possibility.

    use FM <b>RS_FUNCTION_POOL_COPY</b>  to copy
    Look at this thread
    how to copy the function group

  • I somehow got two sets of groups in my contact list, how do I remove the duplicate groups?

    I somehow got two sets of groups in mt contact list, how do I remove the double groups.

    If the duplicate groups appear on icloud.com, you can delete one of them there by selecting the group and pressing Delete.

  • How to delete the functional group from an Functional Module without ...

    Hi all,
    Good morning,
    We  have created an RFC  enabled FM. Now because of enchancement the functional group is to be removed. Is there any other way to remove the Fucntional group without deleting the FM. Please provide your valuable inputs for the same.
    Rewards for sure .
    Thanks
    Mohinder Singh Chauhan

    A function group is really one very large program with lots of includes.  One of these includes is your Function Module. 
    So, no, you can't do it through the attributes of the FM.  You have to create a new FG and reassign your FM to that group.
    matt

  • Adding responsibility objects for the Notification Groups for a PA

    Hi Gurus,
    I am supposed to add responsibility objects for the notiifcation groups for a PA.. Could you please confirm the steps I am planning to follow
    1. Find out the Workflow
    2. Add the responsibilities objects ( Where can Add  those ( in the workflow or in Org Management?)
    3. Edit the rule to point to that PA..
    I am new to workflows ..points are assured for the help

    Just write your own composite Icon class:
    public class CompositeIcon implements Icon
      private Icon icon1;
      private Icon icon2;
      public CompositeIcon(Icon icon1, Icon icon2)
        this.icon1 = icon1;
        this.icon2 = icon2;
      public int getIconHeight()
        return Math.max(icon1.getIconHeight(), icon2.getIconHeight());
      public int getIconWidth()
        return icon1.getIconWidth() + icon2.getIconWidth();
      public void paintIcon(Component c, Graphics g, int x, int y)
        icon1.paintIcon(c, g, x, y);
        icon2.paintIcon(c, g, x + icon1.getIconWidth, y);
    }Hopefully a slightly more reusable solution. You could write all sorts of different layouts in this way.
    Hope this helps.

  • How to create a secondary list of alv grid inside the function module

    Hi All,
    My requirement is to create a RFC function module to display the alv grid of one table.
    i have created that.
    while clicking on the records of the alv it should open the secondary list of another table.
    My problem is it is not fetching the records of the internal table of the primary list since it is created inside the function module(FUNCTION...ENDFUNCTION).
    pls help me on this.
    Thanks in Advance.

    hi,
    READ TABLE sel_sheet INTO wa_sheet INDEX rs_selfield-tabindex.
    here sel_sheet is the internal table for the primary list..
    i called the function module "reuse_lav_grid_display" inside Function...Endfunction.
    so when i am using  READ TABLE sel_sheet INTO wa_sheet INDEX rs_selfield-tabindex.
    inside the user command perform therecords in this internal table is not populating..
    pls help me on this.
    thanks in advance.

  • List of unnassigned objects in the integration directory

    Hi! Hope this is an easy question. Does anyone know of a way to get a list of all objects - party, service, rec det etc... - that are not assigned to a Config Scenario in the integration directory. Need to do a cleanup and wants to avoid going object by object to get the list. Thx, Duncan

    Thanks for the replies. The objects tab shows me all objects. I need to see only those not assigned to a CS. How can I do that there?
    The where used option requires me to go trhough every object (1000+) and check one by one. That is what I am trying to avoid.
    Ideas? Thx, Duncan

  • Function Moudule not showing under the Function Group in SE80

    Hi guys
    I  transported a couple of newly developed Function Modules to the R3Q ( Quality System) under an exsitng Function Group. the FM are all transported perfectly and the report is also working but in SE80 where u can see a function group and all its related objects i dont see the name of my newly developed FM. Why is that?
    I tried transporting my  Function Group etc.. but still i am not able to see my new FM's.
    When i go to my FM's attributes tab, it shows its under the right function Group. but only in SE80 its not showing up.
    Any ideas y ?
    Thanks
    Moderator message - Please do not use txtspeak in the forum
    Edited by: Rob Burbank on Jul 18, 2011 9:52 AM

    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.

Maybe you are looking for