Adhoc query for Training & Event mgmt

Hi,
Can anybody guide me for design the adhoc query for training & event management. I needto extract data upto attende level from a particular infoset.
Thanks
Dadarao.

Hi,
I have got a query in AD-HOC query.
After creating the Adhoc query using the join table functionality the resulting adhoc query does not results any out put.
What I have done is :
1.Created a user group through SQ03
2.Attched user to My user group
3.Created an infoset using join table functionality(SQ02).
4.Saved and generated the infoset
5.Added the user group to the infoset and than run the ADHOC query.
The table I have used to join is all PA table (For test pupose)
Though the purpose of the custom infoset is to join PA,OM and E rec infotypes, for testing purpose I have joined only PA infotypes.
Result:The adhoc query does not gives any out put instead it says no data could be read.
Could you please tell what else I need to do so that the custom infosets gives an out put.
Will greatly appreciate your help.
Thanks and best regards
Rajeev

Similar Messages

  • WorkFlow for Training & Event Mgmt .

    Hi SAP-HR Experts .
    I am badly stuck in a issue regaring Event & Training Mgmt .
    Issue is : There is training calender for a whole year , different - different training programs
    are schedules there . Employees Books himself/herself for a traing program through ESS , as He/She press the Send Button the Information goes to his Manager /HOD for approval , this information goes  his/her Manager /HOD through a WorkFlow mail .
    How to do this Friends ... being very confused ...
    Let me know Experts ... being Buckle under pressure .
    Regards : Rajneesh

    Hi Rajneesh
    Following link might help you in some way...
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PE/PE.pdf
    Regards
    Sachin Sharma

  • Legacy data upload for Training & Event Management

    As per the requirement, the legacy /history data for training events is to be uploaded in the system. To start the process the data templates were prepared for uploading training objects like D (Business Event Group), L (Business Event Type) and E (Business Event) and these were uploaded. Also the relationships A003 between D & L and A020 between E & D were also maintained. As a part of training history the attendees were also maintained (uploaded) using the relationship A025 between E & P objects. However when we go to PSV2, then the tree structure does not reflect the name of the person who attended the event.
    Please suggest and advice.

    Hi Nitin,
    I have a query regarding the Legacy data. I wanted to ask you that how did you structure the Historical BEG and BET.
    Did you create different BEG for the Current and the Legacy data.
    But in that case there could be BET's common in both the current and legacy data with different object ids
    For e.g. Under Current BEG and Historical BEG  I may have a BET Technical Programmes with diffrent Ids say 60000000 and 60987655. This may create a problem when running reports.
    Pls tell me strategy that you have used for creating the catalog.
    Regards
    Yashika Kaka

  • Operations manager failed to run a wmi query for wmi events (0x800706ba)

    Hi everyone,
    I've been working on this issue for a while and I am still no closer to finding out what the problem is.  If anybody can offer any other advice or things to check, I'm all ears.
    I'm running SCOM 2012 R2 with UR2, and the Cluster Management Pack v6.0.7063.0
    My problem is on one particular batch of cluster servers where I am getting the following error.
    Name: Operations Manager failed to run a WMI query for WMI events
    Alert Description:
    Module was unable to enumerate the WMI data
    Error: 0x800706ba
    Details: The RPC server is unavailable
    Workflow name: Microsoft.Windows.Cluster.Node.StateMonitoring
    Instance Name: servername.domain.local
    Instance ID: {instance_id}
    Management group: SCOM_Management_Grp_Name
    I am getting this alert regardless of whether I run the Windows Cluster Action Account as Local System, or as a domain user with full local admin privileges on all the cluster nodes.
    When looking at the management pack and the workflow in particular (Microsoft.Windows.Cluster.Node.StateMonitoring), I can see that it's trying to access
    MSCluster_Node in the root\MSCLUSTER WMI namespace.
    This is the workflow for your information...
    <UnitMonitor> ID="Microsoft.Windows.Cluster.Node.StateMonitoring" Accessibility="Public" Enabled="onEssentialMonitoring" Target="ClusLibrary!Microsoft.Windows.Cluster.Node" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="ClusLibrary!Microsoft.Windows.Cluster.CheckState" ConfirmDelivery="false">
    <Category>AvailabilityHealth</Category>
    <AlertSettings AlertMessage="Microsoft.Windows.Cluster.Node.StateMonitoring.AlertMessage">
    <AlertOnState>Warning</AlertOnState>
    <AutoResolve>true</AutoResolve>
    <AlertPriority>Normal</AlertPriority>
    <AlertSeverity>MatchMonitorHealth</AlertSeverity>
    <AlertParameters>
    <AlertParameter1>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</AlertParameter1>
    <AlertParameter2>$Target/Property[Type="ClusLibrary!Microsoft.Windows.Cluster.Node"]/ClusterName$</AlertParameter2>
    </AlertParameters>
    </AlertSettings>
    <OperationalStates>
    <OperationalState ID="Success" MonitorTypeStateID="Online" HealthState="Success" />
    <OperationalState ID="Warning" MonitorTypeStateID="Partial" HealthState="Warning" />
    <OperationalState ID="Error" MonitorTypeStateID="NotOnline" HealthState="Error" />
    </OperationalStates>
    <Configuration>
    <ClusterObjectName>$Target/Property[Type='ClusLibrary!Microsoft.Windows.Cluster.Node']/NodeName$</ClusterObjectName>
    <PollInterval>60</PollInterval>
    <ClusterObjectClass>MSCLUSTER_Node</ClusterObjectClass>
    <OnlineExpression>
    <SimpleExpression>
    <ValueExpression>
    <XPathQuery Type="String">Property[@Name='EventNewState']</XPathQuery>
    </ValueExpression>
    <Operator>Equal</Operator>
    <ValueExpression>
    <Value Type="String">0</Value>
    </ValueExpression>
    </SimpleExpression>
    </OnlineExpression>
    <OnlineExpressionOnDemand>
    <SimpleExpression>
    <ValueExpression>
    <XPathQuery Type="String">Property[@Name='State']</XPathQuery>
    </ValueExpression>
    <Operator>Equal</Operator>
    <ValueExpression>
    <Value Type="String">0</Value>
    </ValueExpression>
    </SimpleExpression>
    </OnlineExpressionOnDemand>
    <PartialExpression>
    <Or>
    <Expression>
    <SimpleExpression>
    <ValueExpression>
    <XPathQuery Type="String">Property[@Name='EventNewState']</XPathQuery>
    </ValueExpression>
    <Operator>Equal</Operator>
    <ValueExpression>
    <Value Type="String">2</Value>
    </ValueExpression>
    </SimpleExpression>
    </Expression>
    <Expression>
    <SimpleExpression>
    <ValueExpression>
    <XPathQuery Type="String">Property[@Name='EventNewState']</XPathQuery>
    </ValueExpression>
    <Operator>Equal</Operator>
    <ValueExpression>
    <Value Type="String">3</Value>
    </ValueExpression>
    </SimpleExpression>
    </Expression>
    </Or>
    </PartialExpression>
    <PartialExpressionOnDemand>
    <Or>
    <Expression>
    <SimpleExpression>
    <ValueExpression>
    <XPathQuery Type="String">Property[@Name='State']</XPathQuery>
    </ValueExpression>
    <Operator>Equal</Operator>
    <ValueExpression>
    <Value Type="String">2</Value>
    </ValueExpression>
    </SimpleExpression>
    </Expression>
    <Expression>
    <SimpleExpression>
    <ValueExpression>
    <XPathQuery Type="String">Property[@Name='State']</XPathQuery>
    </ValueExpression>
    <Operator>Equal</Operator>
    <ValueExpression>
    <Value Type="String">3</Value>
    </ValueExpression>
    </SimpleExpression>
    </Expression>
    </Or>
    </PartialExpressionOnDemand>
    <NotOnlineExpression>
    <And>
    <Expression>
    <SimpleExpression>
    <ValueExpression>
    <XPathQuery Type="String">Property[@Name='EventNewState']</XPathQuery>
    </ValueExpression>
    <Operator>NotEqual</Operator>
    <ValueExpression>
    <Value Type="String">0</Value>
    </ValueExpression>
    </SimpleExpression>
    </Expression>
    <Expression>
    <SimpleExpression>
    <ValueExpression>
    <XPathQuery Type="String">Property[@Name='EventNewState']</XPathQuery>
    </ValueExpression>
    <Operator>NotEqual</Operator>
    <ValueExpression>
    <Value Type="String">2</Value>
    </ValueExpression>
    </SimpleExpression>
    </Expression>
    <Expression>
    <SimpleExpression>
    <ValueExpression>
    <XPathQuery Type="String">Property[@Name='EventNewState']</XPathQuery>
    </ValueExpression>
    <Operator>NotEqual</Operator>
    <ValueExpression>
    <Value Type="String">3</Value>
    </ValueExpression>
    </SimpleExpression>
    </Expression>
    </And>
    </NotOnlineExpression>
    <NotOnlineExpressionOnDemand>
    <And>
    <Expression>
    <SimpleExpression>
    <ValueExpression>
    <XPathQuery Type="String">Property[@Name='State']</XPathQuery>
    </ValueExpression>
    <Operator>NotEqual</Operator>
    <ValueExpression>
    <Value Type="String">0</Value>
    </ValueExpression>
    </SimpleExpression>
    </Expression>
    <Expression>
    <SimpleExpression>
    <ValueExpression>
    <XPathQuery Type="String">Property[@Name='State']</XPathQuery>
    </ValueExpression>
    <Operator>NotEqual</Operator>
    <ValueExpression>
    <Value Type="String">2</Value>
    </ValueExpression>
    </SimpleExpression>
    </Expression>
    <Expression>
    <SimpleExpression>
    <ValueExpression>
    <XPathQuery Type="String">Property[@Name='State']</XPathQuery>
    </ValueExpression>
    <Operator>NotEqual</Operator>
    <ValueExpression>
    <Value Type="String">3</Value>
    </ValueExpression>
    </SimpleExpression>
    </Expression>
    </And>
    </NotOnlineExpressionOnDemand>
    <WMIFields>Name, State</WMIFields>
    </Configuration>
    </UnitMonitor>
    I can confirm that I am able to browse the MSCluster_Node class locally, as well as remotely using WMIEXPLORER and WBEMTEST,
    however it only works when I set the Authentication Level to
    Packet Privacy.  If I do not select Packet Privacy, a WMI event log error 5605 is logged on the remote servers application log that says...
    The root\mscluster namespace is marked with the RequiresEncryption flag.  Access to this namespace might be denied if the script or application does not have the appropriate authentication level.  Change the authentication level to Pkt_Privacy
    and run the script or application again.
    I can confirm that all firewalls are turned off, and there are no firewalls between the management servers and the agents in question.  AV exclusions have been done and appear to be in place.  The nodes are all Windows 2008 R2 with SP1.  As
    far as I can tell there is plenty of memory available on each of the nodes in question (50%+) of RAM is available. 
    If I manually run the "Discover the Windows Server 2008 R2 Cluster Components" task in the Cluster Service State section of the management pack in the Monitoring Pane in the console, on the nodes in question - the discovery runs successfully.
    Does anybody have any other ideas or suggestions I could try?
    Many thanks in advance,
    Noel.
    http://www.dreamension.net

    Hi,
    Common causes of RPC errors include:
    Errors resolving a DNS or NetBIOS name.
    The RPC service or related services may not be running.
    Problems with network connectivity.
    File and printer sharing is not enabled.
    For more information, please review the link below:
    Windows Server Troubleshooting: "The RPC server is unavailable"
    http://social.technet.microsoft.com/wiki/contents/articles/4494.windows-server-troubleshooting-the-rpc-server-is-unavailable.aspx#Identify
    Troubleshooting RPC Errors
    http://technet.microsoft.com/en-us/magazine/2007.07.howitworks.aspx
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Adhoc query for IT0041

    I was told that it is possible to create a separate 'Date for Date Type' for each 'Date Type' in the selection criteria of an adhoc query for IT0041. Can somebody help me with this please?

    Hi Sven
    Thanks.
    I created it with PCH , but very few fields are visible for IT1001
    Hence if I want to find chief of Org unit A, then I cannot find it as 'Relationship type/relationship' field of IT1001 is missing here.
    Basically I need all the fields which are displayed in IT1001 as shown below:
    Need your help to find the way out. Thanks
    KP

  • Adhoc query for HR.

    Good Morning
    I am creating a adhoc query for HR.
    I create an Infoset in the T.Code SQ02, I am using the database PNP , add code abap for get data of other table in the field additional ZKTEXT in the the code section record processing.
    In the moment of Generate the infoset, the system display the following message of warning
    Additional Fields
    **No code exists for additional field ZKTEXT,
    However the adhoc query work fine and get the data of the field ZKTEXT.
    1. The question is, There is some form in where the system no display this message of warning in the moment of generate the infoset?
    2. In this moment the field ZKTEXT is as a field of output in the Adhoc Query , But There is some form in where el field ZKTEXT. is as field of selection. ?
    Regards.
    sanew2

    *$HR$ [COMMON].
    *$HR$ PERSON_ONLY_ONCE = 'X'
    Regards

  • Adhoc Query for Qualifications.

    Hi Guys.
    Can some body help me creating an Adhoc Query for the active employees whose Qualifications along with there Name reflects, can somebody guide me in this regard.
    Regards,
    Venkat.

    Hi Venky,
    You can pull the qualification details using SAP quick viewer (Tcode SQVI) and using logical database PNP
    -> Go to Tcode SQVI
    -> give Query name and Create
    -> In the data source field, select Logical database
    -> In logical database give PNP or PNPCE
    -> Then in basis mode u can find IT 0024 in Planning data header
    -> and then select the list fields u need and the additional selection criteria also
    -> Then execute the query.
    With smile,
    Venkatesh kumar

  • F4 Help for Training Event -Tree structure like in PSV2

    Hi,
    There is any function module to give the F4 help in custome development for Training Event like Tree structure in PSV2.

    Check AL S's response here for how to do this. CVI 6.0 does not have a native Tree control. This was introduced with CVI 7.0.
    Bilal Durrani
    NI

  • Training & Event Mgmt to ESS integration.

    HI ESS Gurus,
    The training and event mgmt configuration is completed in R/3. The client requirement is that the training calendar should be displayed in ESS, so that every employee can apply the training. What are the additional functionalities required for my scenario?
    What are the authorizations required for employee / users to apply the trainings and also for the training approvers.
    Vijay

    please note TEM is superceded by LSO ie learning solution which has the same functionality but in front end
    and can be integrated easily with portal as it is BSP based
    I would ask you to check service.sap.com for BP and help.sap.com for learning solution docs
    let me know if you need further details, you can check WIKI link as shared in initial screen

  • Adhoc query for OM infotypes

    Hi Experts,
    We have an adhoc query based on PNP logical database. But client wants to access OM infotypes data using that query. Can you guide me how we can do that?
    Thanks and Regards,
    Ashish.

    If you are looking to add few fields, you can create custom fields in function group and write code for them . You can create the custom fields by following steps.
    Go to t-code SQ02
    Give your infoset name go to change ->
    Click on "EXTRAS"
    Click "Paper u201CCreate " Pop-up will appear
    -Choose "Additional field" name as Zamnt1
    Give long text & header
    Like reference as u201Cpa0008-BET02u201D
    Code in screen u201Csave it"
    Go back to fields group and assign additional fields to your Fields group.
    Donu2019t forget to generate. You can create as many as fields this way.
    FYI https://forums.sdn.sap.com/click.jspa?searchID=14569976&messageID=5750674
          http://jelajahsap.files.wordpress.com/2008/01/abap-query.pdf
    Thanks,
    Khan

  • Integration bet Training & Event Mgmt & Time Mgmt - IT2002

    Hi,
    Please refer to the below scenario:
    100 employees(attendees) attend a training event(Business Event).Because we have an integration of TEM with TM, so IT 2002 for all the employees gets updated.
    However there are few(around 20)employees whose IT2002 is not getting updated.As a result of this, we have a Z-report which does not fetch the data for these 20 odd employees.
    Could anyone please let me know why this is happening?
    Request  you to reply in detail.
    Thanks in advance.
    Regards,
    Angel

    Hi
    Payroll Area would have been locked for those employees during course bookings. Hence, IT2002 does not has course attendance hours.
    Check SM35 and execute the job (This job gets created after course bookings) to update IT2002 for those employees.
    Ensure Payroll Area is unlocked when you execute this job.
    Hope this helps
    Best Regards
    Reddy

  • Training & Event Mgmt. in ESS

    Till date whichever document I have read regarding ESS, it says that "Training & Event Management" is part of it. Today when I am implementing ESS for my client, I see that ESS is having all the functionalities e.g. Leave request, Who's who, Life and work, Benefit & payment, Travel etc., but not TEM anywhere.
    My client needs Training related functionalities in ESS.
    Can anyone help regarding how do I add TEM in ESS?

    Hi
    In the new version of ESS the Training and Event management is part of Learning Solution. Its now a different component.
    having said that the old functionality is still available.
    It the scope of the project is not to implement LSO ( Learning Portal)
    Pls ask your portal consultant to create IAC iveiw.
    for you pls go to tcode, SICF > f8 > default_host > sap > bc > gui and find PV0I and many more will be there.
    You need to activate and provide the list of services to Portal admin to add that into ESS main Role.
    Reg
    Amith

  • Query for missing events/heart beat

    Hello Everyone,
    I am trying to monitor network packets I send to a certain specific ip address and also check if I have sent packets for that particular ip at regular intervals(something like a heartbeat). I am forwarding the network output from wireshark to a csv file and reading it at OCEP using csv adapter.
    In order to check for missing events/heart beat (this is used to check if a server responds to ping once every hour) I followed this link
    Re: CEP Timer for Non-Event and
    [http://docs.oracle.com/cd/E21764_01/doc.1111/e14476/examples.htm]
    I have configured the OCEP. This is the query I am firing
    SELECT Packets.ipdst AS ipdst,Packets.ipsrc AS ipsrc,Packets.framelen AS framelen,"Error-Missing Event" AS alertType
    from FilterNetworkPackets
    MATCH_RECOGNIZE (
    PARTITION BY ipdst
    MEASURES Ipdst_Packets.ipdst AS ipdst,
    Ipdst_Packets.ipsrc AS ipsrc,
    Ipdst_Packets.framelen AS framelen
    ALL MATCHES
    include timer events
    PATTERN( Ipdst_Packets*)
    DURATION 10 DEFINE Ipdst_Packets AS ipdst = "xx.xx.xx.xx")
    AS Packets
    I have configured heartbeat(10000) on the input channel as well.
    I get output in which some packets are repeated. I dont know how to get notification for missing events after the duration has elapsed, please help me.
    Thanks in advance
    Shilpa

    Thanks a lot for the reply Unmesh. Really appreciate it.
    ipsrc ipdst framelen/seq
    192.168.0.11     173.194.5.140     3
    192.168.0.9     239.255.255.250 4
    192.168.0.10     173.194.5.140     5
    192.168.0.9     239.255.255.250 6
    192.168.0.9     173.194.41.161     7
    192.168.0.9     173.194.41.161     8
    192.168.0.9     173.194.41.161     9
    192.168.0.9     239.255.255.25 10
    192.168.0.9     90.192.176.67     11
    192.168.0.9     87.112.197.250     12
    192.168.0.9     173.194.41.166     13
    192.168.0.9     173.194.41.166     14
    192.168.0.9     173.194.41.181     15
    192.168.0.11     173.194.5.140     16
    192.168.0.9     173.194.41.181     17
    192.168.0.9     90.192.176.67     18
    192.168.0.9     173.194.41.181     19
    192.168.0.19     173.194.5.140     20
    192.168.0.9     173.194.41.181     21
    192.168.0.9     194.168.8.100     22
    192.168.0.9     173.194.41.181     23
    This is part of the test data which consists of ipsrc,ipdst,framelen. Currently I have set framelen to sequence number for checking. I run the loadgen.cmd on this csv file. I need to check if a packet with ipdst = "173.194.5.140" arrives once every 10 sec. Give some warning if it does not arrive.
    My config file is:
    <query id="FilterCriteria"><![CDATA[
    SELECT Packets.ipdst AS ipdst, Packets.ipsrc AS ipsrc, Packets.framelen AS framelen, "Error-Missing Event" AS alertType
    from FilterNetworkPackets
    MATCH_RECOGNIZE ( PARTITION BY ipdst
    MEASURES Ipdst_Packets.ipdst AS ipdst, Ipdst_Packets.ipsrc AS ipsrc, Ipdst_Packets.framelen AS framelen
    include timer events
    PATTERN( Ipdst_Packets) DURATION 10
    DEFINE Ipdst_Packets AS ipdst = "173.194.5.140") AS Packets
    ]]></query>
    </rules>
    </processor>
    <channel>
    <name>FilterNetworkPackets</name>
    <heartbeat>100000000</heartbeat>
    </channel>
    <http-pub-sub-adapter>
              <name>alertadapter</name>
              <server-context-path>/pubsub</server-context-path>
              <channel>/packetalert</channel>
         </http-pub-sub-adapter>
    If I maintain the entry for channel, I get error from the server
    Error encountered while initializing configuration object. The configuration name, FilterNetworkPackets, is used multiple times, but configuration names must be unique within the same configuration file or application.>
    I set the heartbeat value via the visualiser. Is this wrong?
    This is the output
    {"ipsrc":"192.168.0.10","alertType":"Error-Missing Event","framelen":5,"ipdst":"173.194.5.140"}
    {"ipsrc":"192.168.0.10","alertType":"Error-Missing Event","framelen":5,"ipdst":"173.194.5.140"}
    {"ipsrc":"192.168.0.10","alertType":"Error-Missing Event","framelen":5,"ipdst":"173.194.5.140"}
    {"ipsrc":"192.168.0.19","alertType":"Error-Missing Event","framelen":20,"ipdst":"173.194.5.140"}
    {"ipsrc":"192.168.0.19","alertType":"Error-Missing Event","framelen":20,"ipdst":"173.194.5.140"}
    {"ipsrc":"192.168.0.19","alertType":"Error-Missing Event","framelen":20,"ipdst":"173.194.5.140"}
    {"ipsrc":"192.168.0.9","alertType":"Error-Missing Event","framelen":64,"ipdst":"173.194.5.140"}
    {"ipsrc":"192.168.0.9","alertType":"Error-Missing Event","framelen":64,"ipdst":"173.194.5.140"}
    {"ipsrc":"192.168.0.9","alertType":"Error-Missing Event","framelen":64,"ipdst":"173.194.5.140"}
    Sometimes it repeats the packets and sometimes it does not.
    It did not display packet 3,16 which also follows the criteria. Also for the next iterations of ten seconds when the criteria fails it does not do anything. Is it possible to perform some action or notification that there was no event within that time interval?
    Thanks
    Shilpa
    Edited by: 919141 on 29-Mar-2012 07:28
    Edited by: 919141 on 29-Mar-2012 08:07

  • Adhoc query for Off cycle Payments(infotype 0267)

    Dear All,
    I have a rquirement to create a query for off cycle payments infotype(0267).
    It should show the payment done for each wage type.
    Can we pick the data from PC_payresult from table RT - Results Table.
    If yes, please let me know the process and if not, is there any other way to get the splits of offcycle payment.
    Regards,
    Prasad.

    Hi All,
    Do any one know how to create this query?
    Do we have any standard reports regarding the splits of offcycle payment infotype(0267)..
    Regards,
    Prasad.

  • Exteranl instructor details in Training & Event mgmt.

    hello groups,
    where can we store the profile of Instructor in training and event management.
    In TC - OOER we can enter the instructor's name and address details
    only.
    Pls let me know, it is urgent
    thanks in advance

    Dear Ram,
    you can maintain this in that path: Human Resources -> Training & Event Management -> Settings -> Current settings -> Resource Management -> S_AHR_61011893 - External Instructor.
    you can maintain:
    1) Object (first name, last name).
    2) Relationships (belong to a company).
    3) Address.
    4) Name format.
    i hope this will help.
    good luck
    Abdulrahman

Maybe you are looking for