Learning Maps-Capture the Organizational Unit of the end user feedback

Can anyone help me on this:
Problem: The requirement is to track the enduser feedback from Learning Maps to get information of an organizational unit.
As per documentation LearningMap feedback is anonymous.
I would like to know whether there is any BADI or user exits available to solve the problem?
Message was edited by:
        Ramesh Ramanathan

Hi,
Have you maintained your Organizational data? Did you assign any job to any user in the organizational hierarchy. You need to maintain you PPOMA_CRM first in order to assign any roles there.
Hope this helps
Rajeev

Similar Messages

  • HR ABAP: How to get the organizational unit for the penr as chief

    Hi ,
      I am new to HR ABAP. Could any one  specify if we have a PERNR  how we can get the possible values for Orga units,positions and the personal areas that this PERNR as chief.
    Thanks in advance,

    Hi,
    <li>Check the table PA0001 which contains Org unit(ORGEH), Position(PLANS), Personal Area(WERKS) assigned to PERNR.
    <li>Use SELECT query to get those if you don't use Logical database PNP.
    Thanks
    Venkat.O

  • Not  able  to Assign Organizational Units to the Sites

    Hi all,
    while  configuring  intercompany  billing  I  am  not  able  to  assign  the  Organizational Units to the Sites.
    I  am  in  retail  system  and  maybe  here  I  have  to  do  something  else  before  seting  up  the  intercompany?
    Thanks in advance
    L

    Hi,
    Go through the Building block and their prerequisites
    http://help.sap.com/bp_bblibrary/600/html/R01_EN_DE.htm
    http://help.sap.com/bp_bblibrary/600/html/R41_EN_DE.htm
    Thanks
    Chidambaram

  • Accessing Organizational Unit info of Portal User

    Hi Experts,
    Using UME API I can access almost all data of a portal user, but I couldn't find how to access the "Organizational Unit" data of a user. This information is under the "Additional Information" TAB for NW04s.
    If anyone faced this issue, plase let me know how to do that.
    regards

    HUSEYIN,
    Most probably it's accessible only via generic UME IPrincipal API:
    userObj.getAttribute(namespace, attrName);
    To find out all possible namespaces/attributes use the following:
    final StringBuffer result = new StringBuffer();
    final String[] namespaces = userObj.getAttributeNamespaces();
    for (int i = 0, c = namespaces.length; i < c; i++) {
      final String ns = namespaces<i>;
      final String[] attributes = userObj.getAttributeNames(ns);
      for (int j = 0; k = attributes.length; j < k; j++)
        result.append(ns).append(':').append(attributes[j]).append('n');
    Then analyze output of result.toString() and try to find out what attribute represents OU.
    Valery Silaev
    SaM Solutions
    http://www.sam-solutions.net

  • Getting the organization unit of a responsibility used ...

    Hi,
    Are there any manners to get the organization unit according to the responsility the user selected...????
    For example...
    Assume that the user has the following responsibility:
    inventory employee <-----------role as a single inv. employee(access only to view)
    admin of inventory N234 <-----------role as an admin to this particular inventory(access to view, edit, check, ...)
    admin of inventory N239 <-----------role as an admin to this particular inventory(access to view, edit, check, ...)
    e.t.c..
    How is it possible to correlate the responsibilities 2,3 (of the above list) to the organization units(units of a company) coded as 234, 239 respectively..???
    I assume that this can be done using a profile (at responsibility level and/or user level)...In this case is there any profile name i can use..or i should create a new one...??? ----{I use the MO:Organization Unit to get the business group id/company}.
    Is it possible to acheive the above through the use of a form parameter...(but the question is how to correlate the specific to an organization unit responsibility to a code representing this unit (inventory N234) without the use of a profile - as a second manner)...???
    Note: I use 11.5.10 EBS
    Many thanks,
    Sim

    Hi Sim,
    One thing you need to be carefull about is in what context you need the ID of a certain organizational unit. There are different types of orgs that are in play at different times.
    e.g. Operating Unit is the securing attribute for many subledgers such as Order Management, Accounts Receivables/Payables, Purchasing.
    Inventory Unit is relevant when you look at Inventory Transactions, Costing, Planning etc.
    If we assume that you are only interested in INV orgs then whenever you enter a form that deals with inventory related issue the user is prompted to choose an organization and the choice results in setting the context variable MFG_ORGANIZATION for the session.
    If you want to control which Inventory Organization a user or responsibility has access to you go to Inventory > Setup > Organizations > Organization Access. Here you can restrict access by Responsibility. Take a carefull look into the help text to understand implications - I have copied the first couple of paragraphs:
    +You can specify which organizations a responsibility can access by mapping responsibilities to organizations. Once this mapping is set up, a user logging into an Oracle Manufacturing product is restricted to the organizations mapped to the responsibility chosen. The Change Organization window is restricted as well.
    Attention: Until you assign an organization to a responsibility in this window, all responsibilities have access to all organizations. Once you have restricted any responsibility to an organization, you must then explicitly define the organizations which all responsibilities can access.
    Attention: This feature does not restrict access once the user is in the product. Users with access to functions that cross multiple organizations (such as ATP, Inter-organization Transfers, Item Search, Multi-organization Quantity Report, and so on) can still specify any valid organization when running these functions.+
    /Niels LM

  • Send IDocs to machines depending of the Organizational Units.

    hello,
    I want to know if there is a way to send IDocs to a determain machine depending of the organizational Unit or their sub-tree objects.
    Imagine, I have 10 organizational Units (10 countries), and I want to send to each country without sending the modification to the rest os the other countries.
    I there a way I can do it?
    Thank yu very much in advance...
    PM

    Hi David,
    This can be done in the Mapping.. For this Java Mapping will be easier.
    First you need to read input xml document, and search for the Geography/Region.. And then gorup the similar one into the list etc..
    After this Mapping, you will be having one message for each Geography . For this you required to use BPM and in the BPM you can split the messages(1:N) mapping.. But it is still based on the target Structure. If you have many geographies, then it is not an idle solution..
    If you want to make your scenario as an Independent, then you can go with some workaround solutions like this. Output all the files into one folder in XI. And from XI execute an Shell Script, which will read the data and tarnsfer into required Geograhy/Person etc.
    So in this case XI part is almost independent. Only you need to maintain the SHell script..
    This is just my views
    Use SAX parser for the Java Mapping here..about Java mapping
    Java Mapping
    Java Mappings for XI
    Mark helpful answers
    Hope this helps,
    Regards,
    Moorthy

  • I need a list of all the organizational units, sub organizational units,

    I need a list of all the organizational units, sub organizational
    units,and their security groups which are present in all sub OUs

    Hi,
    There are lots of way to export OU, Sub OU and Security Group.
    1> Open AD console > run query > export with CSV file.
    2> Run “CSVD” command as per your requirement.
    3>Download Manage Engine Software > Install to any computer of Domain member > Set credential for domain controller access > Export the customized information, as per your requirement with XLS, PDF,
    CSV or Ect.
    3rd option is very easy to export customized reports
    Deepak Kotian.
    MCP, MCTS, MCITP Exchange 2010 Ent. Administrator
    Disclaimer:
    Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognizes useful contributions. Thanks!
    All the opinions expressed here is mine. This posting is provided "AS IS"
    with no warranties or guarantees and confers no right

  • How do you change the distance units in the new Maps application on Mavericks from KM to miles?

    How do you change the distance units in the new Maps application on Mavericks from KM to miles?

    The scale in Maps follows your regional settings in System Preferences > Language & Region > Region.
    Selecting United States, for example, will use English units (feet and statute miles).
    There may be other methods I'm unaware of.

  • Create a portal user with a specific Organizational Unit in the OID??

    I would like to split my portal users by Organizational Units in the OID.
    e.g.:
    ou=country1, cn=user1
    ou=country1, cn=user2
    ou=country2, cn=user3
    is it possible?
    is it possible trough the administer tab of Portal?
    Any experience ?
    feedback??
    Thanks
    Didier

    I think it is feasible.
    But not through Administer tab.
    Use your own api to add users (DBMS_LDAP.add_s + WWSEC_API.add_portal_user)
    cn=user1, ou=country1, cn=user_search_base
    cn=user2, ou=country2, cn=user_search_base
    or maybe try to change dynamically user_create_base, I don't know if it is possible or not

  • Locate the organizational unit !

    hi all!
    I am trying to assign my ZPROFILE(The ICWC profile) to my organizational unit.
    now the problem is i do not know that is my org unit.is there a way by which i can figure it out.
    any help wud be greatly appreciated.
    thanks
    sachin

    Hi Steve,
    thanks for your feedback.
    The major issue is currently with a stand alone organizational units within the PPOSE which doesn't have any relationship. i.e. there is an object ID in the table "HRP1000" which hasn't have any entry in the table "HRP1001". Can I assume that this object ID hasn't been used by any one at all?
    Awaiting your feedback.
    Thanks
    Kam.

  • Retrieving the organizational unit information

    Dear all,
    I need to review the organizational unit set up within the org.-structure on PPOSE.
    Therefore, I would appreciate if you could provide me with a Report/table, where
    I can receive informationu2019s about the time, when each organizational unit were used
    at last time.
    Thanks
    Kam.

    Hi Steve,
    thanks for your feedback.
    The major issue is currently with a stand alone organizational units within the PPOSE which doesn't have any relationship. i.e. there is an object ID in the table "HRP1000" which hasn't have any entry in the table "HRP1001". Can I assume that this object ID hasn't been used by any one at all?
    Awaiting your feedback.
    Thanks
    Kam.

  • How to get the Organization Units

    Hello,
    I have set up a LDAP server with JNDI Tutorial example. I have been able to search, list and also get the attributes from the server. But what i need to know is there a way to get the Organization Units in java.
    ie. o = JNDITutorial
    ou = People
    ou=Groups
    ou=NewHires
    Now what i want is there a way to get all the ou's in java for the given organization.
    Any help would be greatly appreciated.

    Mahmed
    I would strongly say you need to refer the Workforce and Management guide
    Which will explain you the complete details of the Organization
    You need to get the basics for this because these BG and OU are going to be the foundation for the instance. So just by know the definition will not help you
    Thanks
    Regards
    Ramesh Kumar S

  • How do you prevent the organizer from mixing the order of pictures when down loading off the memory card?

    @How do you prevent the organizer from mixing the order of pictures when down loading off the memory card?

    This sounds like you are using Photoshop Elements, and the Photoshop Elements forum would be best at answering that.
    Photoshop Elements
    Gene

  • Help with Adobe.premiere.elements12. Please It would appear under the organizer tab that the photos are organised in the lowest folder in the folder structure within Windows Explorer.  How can I use the Windows Explorer structure to organise the photos wi

    Help with Adobe.premiere.elements12. Please
    It would appear under the organizer tab that the photos are organised in the lowest folder in the folder structure within Windows Explorer.  How can I use the Windows Explorer structure to organise the photos within Elements.

    In a situation such as yours, I tend to consolidate items into folders so I have folders of nice workable numbers of images, somewhere between 20 and 200 images. Now, whatever, once you've imported, do your moving within LR, not the OS! I will select all in a folder and drag into a folder a level or two or three above, and then delete the newly empty subfolders. I hope this helps a bit!
    Once you've reached just new Imports of camera output, you'll be flying along.

  • I have been running elements 12 for a few months now....today when I tried to open the editor I get " Visual C  C  runtime error. I can open the organizer but not the editor

    I have been running elements 12 for a few months now....today when I tried to open the editor I get " Visual C  C  runtime error. I can open the organizer but not the editor

    I'm keen to know if you get a response to this.  I've been running Elements 12 for a year now, and suddenly my Editor is not working.  I'm running Windows 8.1 and just get a message that says "The Editor is not working".    Not very helpful.

Maybe you are looking for

  • Best Way To Display Photos On HDTV?

    I would like to display photos on a HDTV (16:9 aspect ratio, 1280x720 pixel max) at the highest possible resolution. The best photo quality, I assume, is obtained by connecting a computer's DVI output (or a networked media server) directly to the HDT

  • Its not a joke: error -69?!?!

    Whenever I try to check for purchases it freezes and says "Unable to check for Purchases Unknown Error (-69)". And I disabled the firewall! The guys @ the Apple Store say go online. Does anyone know what error -69 is about? thx, Kesu

  • URGENT : CONVERT_TO_LOCAL_CURRENCY

    Hi Experts,    while using the function module CONVERT_TO_LOCAL_CURRENCY  in the report. when executing the report it showing the error the error is showing in popup like this Translation Result 101,913,673,676,50 USD is too long .. please kindly do

  • Is AT&T YAHOO DSL compatible with Mac OS X 10.4.7?

    I've read on the website, www.att.com that if the OS is not listed, the servise is not available for that OS. The servise lists that MAC OSX 10.1-10.3 is supported. Ive heard from people that it doesnt matter, MAC OS X 10.4.7 is supported. Anyone has

  • IDoc processing options

    Hi,    We have a invoic message type outbound IDoc.  My question is, which option is better amount below 2 options.  In most of the business scenarios, which do we prefer and why ? Option 1 - Send IDoc immediately Option 2 - Collectively send iDoc.