TEM Eror when Book business event

Hi,
i need help from all of you.
i try to book a business event for a list of attendee.
But face 'cancel' and 'error' message.
After check, i found that this attendee can book for business event has been past e.g. 08.10.2007 -10.10.2007 EN:ALI3213 but couldn't book for business event in future date 22.10.2007- 23.10.2007 EN:ALI3213.
Business event date : 22.10.2007- 23.10.2007 EN:ALI3213 8:00-17:00
Planned Working Time (IT007) : 22.10.2007- 23.10.2007 8:30 - 17:30
To solve it, I try to do substitution for this attendee , as the planned working time is differ from business event time, so i substitute this attendee to 8:00- 17:00 for date above. After that, it works, TEM allows me to book this attendee
However, i need advice from expert, how come i need to do substitution just can book for future business event? it is not logically that if i have 100 attendee, then i need to do 100 transaction of substitution.
Is that relate to configuration? FYI , that's all ‘W’ warning in table V_T77KV_1
Thanks advance for advice.

Thanks for reply. Can i clarify something with you ?
In your reply, you mention that i have set Warning in V_T77KV_1 to control the employee booking, byright the system could proceed the booking with 'Warning' only. However, now the system still prompt with error and cancel message.
Is any standard BADI control for this ? Check the infotype 0007 of the attendee ?
There's more than 7 attendee with different planing working time, i still fail to book these attendees in future event which start time and end time of the bussiness event is different with their planning working time.
Could you help to send me up the Configuration Note for TEM ?
[email protected]

Similar Messages

  • User Exit/Dynamic Actions when saving Business Event

    Hi,
    In Training & Event Management, is there such a thing as a user exit/dynamic actions that will be invoked when saving a Business Event?
    Thank you.
    Regards,

    Hi
    Please check out the following Business Add in
    RHPV0001
    HRTEM00MASTERDATA 
    HRTEM00NET_ACTIVITY
    HRTEM_HANDLE_BOOKING
    Reward points, if helpful.
    regards
    waz

  • Historical Record flag set when creating business event type

    Hi all
    One of our users created a business event type using the master data catalogue.  There was a pre-existing group and the event type was created one level down from the group.
    Once the event type was created and he tried to edit it he got an error message that said that the object has a historical record flag.  This is also indicated in the table (HRP1000-HISTO).  He then tried to recreate the course again with the same result.
    I have not been able to find where this is set (only found something under follow-up activities which is not relevant to this case).  Can anyone help please - how is this setting made?  Any ideas if it can be removed?
    Thanks in advance
    Liezl

    Thank you so much (sorry for the delay in replying), our work server blocked notifications from being sent to my e-mail!  I still don't know how the historical records flag got set, but we managed to get rid of it!
    Regards
    Liezl

  • Business Event Content.in TEM

    Dear All,
    When a Business Event is created in Training & Event Management module, we find that there is a
    an option called " Further Information " to enter CONTENS of the Business Event. I would like to know the significance of the " CONTENTS " data entered here.
    I would also like to know if we can call this data in the NOTIFICATIONS which will be sent to an Attendees.Is it possible? If yes what is the procedure to configure this scenario?
    Regards
    Jai Ram

    try recording and uploading data via LSMW.

  • How to setup PCG Flow Rule Process flow with Business Event subscription

    Hi,
    How to setup PCG Flow Rule Process flow with Business Event subscription type?
    When should Business Events be used?
    The latest user guide does not provide ay information on this functionality of Flow rules.
    Thanks

    You should find it's usage noted in the new PCG user guide on page 3-26 under the heading "Configuring Workflow/Event Rules". This way you can have a Flow Rule call a business event component or a workflow. This would be kicked off within a process flow as one of the steps.
    I hope that helps.

  • Raising Outbound Business Events

    Hi,
    Records are not inserted into the queue when the Business event is fired in Oracle MRP. It creates record in the Deferred queue when the users are created and updated in MRP, but when we try to modify or create a component of the BOM, Oracle MRP doesn’t create record in the queue table. Do we need to do some settings in Oracle eBS to achieve this.
    When we create/update BOM it does not write any thing to the queue.
    We need to subscribe/listen to Outbound Business Events using Oracle APPS adapter and move it to BPEL Process.

    HI All,
    Please suggest how to insert data so that business event can be raised ( outbound event ) in Oracle EBS so that subscribers ( BPEL ) can listen to it.
    Please help !!
    Regards,
    Abhinav Gupta

  • Autocreate task raise business event oracle.apps.jtf.cac.task.createTask?

    Hi All!
    How can I check if event oracle.apps.jtf.cac.task.createTask was raised when a task was created?
    This event will raise every time a task is created independent of which process created the task? I mean if the task was automatically created when SR is created or if the task is manually created?
    How can I test this business event manually?
    In our environment (EBS 11.5.10.2) there are following subscriptions to this business event:
    CS_SR_SECURITY_UTIL.SECURE_SR_TASK_OWNER
    jtf_task_wf_subscribe_pvt.create_task_notif_subs
    CS_SR_CHILD_AUDIT_PKG.CS_SR_Audit_ChildEntities
    I have added subscription xxcsf_002_wf_subscribe_pkg.create_task, which calls to function (create_task) in a DB package (xxcsf_002_wf_subscribe_pkg). The first thing I do, before anything else, is logg to a custom table the event of entering the package function but then when task is created in "Enter Request Service" form nothing is logged in the custom table.
    What am I doing worng? Thanks in advance for the help!
    Patricia

    Hello again and thanks Nagamohan,
    The sql returned 0 so that means the event is not fired. How do I make it fire. Isn't it standard? Is there some setup I have to do or enabled somewhere? I have this requierement to create automatically an assignment for tasks automatically created when SR is created in Field Service Technician Portal. I thought I could create the assignment when this business event is raised, which means a task is being created and validating where it is originated from (WEB). I need to set scheduled dates for the task as well. I appreciate the help in this. I would like to use the business event to call on a package function but it is not being fired.
    Thanks in advance and regards,
    Patricia
    Edited by: Patricia Paredes on Feb 2, 2009 9:50 AM
    Edited by: Patricia Paredes on Feb 2, 2009 9:51 AM

  • Business Event ORACLE.APPS.PER.API.ASSIGNMENT.UPDATE_EMP_ASG_CRITERIA

    Hi,
    According to Document id 1402385.1 , I have subscribed the business event ORACLE.APPS.PER.API.ASSIGNMENT.UPDATE_EMP_ASG_CRITERIA with a synchronous subscription with a phase 99. It is calling an extension which in turn calling hr_assignment_api.update_emp_asg api to update assignment details. Now it is working fine in Oracle forms.
    But when the same operation is being done in SSHR Pages for Manager Self Service responsibility the process could not be completed due to the following error.
    " The HR object is invalid Cause: The HR object which is attempted to be locked is inconsistent with the corresponding object in the HR Schema. Action: Retry the action with the correct object version number. " As the SSHR page do validation in P_VALIDATE= TRUE mode so this error is occurring.
    Now i tried to analyse the XML file generated by the business event. But I am not able to find whether it is being called as P_VALIDATE = TRUE or FALSE I want to know how to check whether the business event is called in TRUE mode or FALSE mode.
    Regards,
    Rakesh

    Hi ,
    Thanks Vignes for your reply.
    The problem is that I am trying to call a custom function through this business event which in turn is calling HR_ASSIGNMENT_API.UPDATE_EMP_ASG.
    Now when I am changing job or position in SSHR page it is validating the data I entered. So while validating they call that business event too. Now entering into that custom function it cannot decide whether the API should be called in P_VALIDATE=FALSE mode or P_VALIDATE=TRUE mode.
    So I am trying to know whether is there any way to know P_VALIDATE mode when the business event is fired.
    Regards,
    Rakesh

  • Business Event when Sales Order is Booked....Custom Business Requirement

    Hello,
    I have business requirement like when a sales order line is booked/ Item is Received in Inventory/ Line is Cancelled , I need to update quantity,price for that customer and item# in a custom table.
    So what is the best approach to do it..Is it making use of business events or Alerts or any other approach?
    If business events, can you please tell me what are the business events and how to find out event parameters for the following
    1. When Sales order Line is Booked
    2. When Item is Received in Inventory
    3. When Account Alias Receipt is Done in Inventory
    Please advise.
    Thanks,
    Sridhar

    Check these links
    https://forums.oracle.com/thread/2337912
    https://forums.oracle.com/thread/976272
    https://forums.oracle.com/message/2427841
    I don't recommend alert as the alert is fired during every record update. If you have modified the OM workflow, then you can achieve your requirement by adding a new node/function in the workflow to update the custom table.
    Thanks
    Shree

  • TEM Business event problem

    Hi Experts,
    I need help regarding TEM - Business Events.
    In the Dynamic Attendance Menu (PSV1) interface, when I check for the Attendee List, the Cost Center column does not appear.(Cost center of each attendee) How do i make it appear? This is also the case when I use report RHXTEILN.
    The attendees were booked using Booking with Allocation, so the fee and the cost center is already recorded.
    2nd Problem
    An emplyee was in the same BE but when I looked it up on the Attendee list, the record of the employee under column ∑Bookings is 0. All the others are 1.
    The fee is also 00.00. What could have gone wrong?
    Thanks. Point to those who can help.
    Regards,
    Noob

    Hi Zsolt,
    Thanks for your reply. Problem no. 1 is solved.
    2) When you right-click on the business event where the employee was booked, there is an option called "Attendee List". When you chose this option, the list of Employees booked for that particular Business event is shown along with the columns Attendee Name, ∑Bookings, BP, Booking Date, Org Assignment, Cost Center, etc.
    Under ∑Bookings column one attendee has a "0", all the other attendees has 1. What are the possible cause of this?
    Also the number of booked attendees is counted incorrectly. Even if there are only 4 booked persons, ‘5’ are displayed since the booking of 1 person is not counted. (value is 0)

  • TEM-Attendee & Business Event Appraisal

    Hi All,
    We are using SAP 5.0 and implementing TEM, when we try to create appraisal using T-code PV34(Attendee Appraisal), PV33(Business Appraisal) we are not routed to Generate “To-Do” List screen, instead it is going to a screen where we need to select the Appraiser and Appraiser mannually, which is quite un usual. It will remain same even if I go through Business Event Menu or Attendance Menu.
    Any help in this regard is hightly appreciated.
    Thanks
    Ramakrishna Ramadurgam

    Hi.
    I have now the some problem. When I run tcode PV33/PV34 the list of the appraisal templates contain not only the temlates for business events and attendees but also for employees.
    Did you solve the problem?
    If yes, please give me some hints.
    Thanks a lot.

  • TEM - Cost Transfer Posting to CO(Business Event Cost)

    Dear All,
    Kindly suggest solution for the following issue
    I have maintained all the cost items with cost elements
    I have booked an empolyee for a business event with resources
    I have maintained receivers cost center in  SEMIN SCOST (T77S0)
    I have created the senders cost center while maintaining the Business Event type
    Event is also Firmly booked
    When i try to  post the cost  by PV1C - Cost Transfer Posting , the posting is neither complete nor giving error
    when i  click  Create cost transfer in Tcode PV1C i am getting this message"S BK 186 Document has no errors."
    But really the document is not created in CO.
    While transferring it is not giving the option of the traffic lights(Red,green and Amber).
    Thanks in Advance
    Shekar

    Hi Mr.Shekar,
    Can you please share the solution. I wanted details about how it is viewed in CO.
    Thanks in advance.
    Regards,
    Pavan

  • Unable to book attendee for a future business event.

    Dear Community,
    In the training and event management module, i am unable to book attendee for a future business event. ( Using T-code PSV1).
    I prebook the attendee for the business event type. And when  try booking the attendee, it  says  ' Attendee cannot be booked.
    Attendee is not available for the business event type.'
    Any guidance would be helpful.
    Regards,
    Rati

    As mentioned earlier, please check the work schedule of the attendee.  The employee might be on leave or is actually not working on this day.  I am assuming Time integration is activated here.  Check for the Business event type too.  There if select checkbox NO INTEGRATION, then you should not find this error.
    Try tweaking the days off settings in the same tab in the business event type.
    Hope this helps
    Best Regards.
    Karan.

  • Prevent ESS users booking on a business event twice

    Hello,
    Hopefully you are able to help.
    This is the question:
    When an Ess user has booked himself on a business event, he should not be able to book himself on another business event from the same business event type. A warning message should be displayed.
    Please let me know if you have any idea how to solve this.
    Kind regards.
    Ramon.

    Hi,
    You can achieve this through Coding.
    Good luck.
    Om

  • Training and event management: Book Attendee List for Business Event List

    Dear all,
        I know this:
        PV07: book attendee list for business event
        PV08: book attendee for business event list
       Is there a tcode to book an attendee list for a business event list
    Thanks a lot in advance!

    Hi Federico,
    I think.., no. Below are the tcodes available to book attendee,
    PV00 Book attendee for business event
    PV01 Rebook attendee for business event
    PV02 Prebook
    PV03 Replace
    PV04 Cancel
    PV07 Book attendee for list  for Business event
    PV08 Book attendee for business event list.
    Let me know if you found tcode for your requirement.
    Thanks,
    Karunakar

Maybe you are looking for

  • Does Siri run in background on my iPod touch?

    On my iPod touch 5 gen 32GB red, I use Siri a lot but when I leave Siri does she still runs when I'm not using her?

  • Call tcode KSB1 in a custom program and modify its output

    I was searching the forum for finding a way to create a program that has all details from KSB1 and some details from CJ13 (WBS details) and found some related posts. But none of the posts had any details on how to actually achieve this. I have to do

  • Will a Macbook Pro give me higher resolution on my external?

    I have a 27" monitor with a max resolution of 1920x1080, I can't get a higher res out my current PC laptop. If I bought a Macbook Pro, would it give me a higher res on this monitor?

  • How to update billing plan date in contract

    Hi guys! I*m using the bapi   BAPI_CUSTOMERCONTRACT_CHANGE to change some data in my contract However, I want to set the date for the beginn of the billing plan.  (Billing plan start date)  and i don't find this field in the BAPI. So is there a way t

  • Shipment cost pricing - new field catalog

    hey , i want to add a new field ( air_line_company ) to condition table . i added the field to structure komkaz and to table vttk . what is the equivalent user exit to USEREXIT_PRICING_PREPARE_TKOMP in the shipment cost and what code i have to add th