Create Business Event

Hi all,
  I wanted to add a Subtype in the Overview screen of the Create Business Event without resources screen. Is there any standard table where we can maintain the list of subtypes to be displayed in the overview screen.
I tried to debug but in vain.
Thanks in advance,
Arunsri

Hi Priya,
  Thanks for your timely reply. I tried that earlier but it is not reflecting in the  overview screen.
Could you please let me know what i am missing?
E     Create Course     260     **     E     1001     A026                INSE
Thanks,
Sri

Similar Messages

  • Creating Business event in training and event management

    Hi Gurus!!!,
       can you please instruct me the steps involved in creating business events in Training and Event Management.(HR Module)
    Thanks and regards,
    Prosper

    Hi Prosper,
    You need to configure lot of settings, prior to Business Event, because one BE is based on various elements like Location, Attendee type, Instructor, Fees, Resources, Time Schedule, Services, BE type, BE Group.
    After configuring all these for BE type, you need to create a BE for the BE type. Then, you can go for day to day activities like Booking, Pre Booking, Cancellation.
    I hope, this link will help you
    http://help.sap.com/saphelp_47x200/helpdata/en/26/865738c185f50ce10000009b38f8cf/frameset.htm
    Good Luck
    Om
    Reward it, if u feel helpful.

  • PSV2: create Business Event: sort infotypes by Seq.No. instead of IT No.

    When I create new BE (in trx. PSV2), the section 'Further Information' in the bottom of the screen shows the list of infotypes sorted ascending by IT numbers.
    Is there any possibility to change the sorting order?
    For example, can we display the the list of infotypes sorted ascending by the Sequential Number, which is the 3rd column in the view "Actions (Individual Maintenance)" for Action E "Create Business Event" in SPRO->Training&Events->Basic Settings->Dialog Control->Current Settings->Maintain Personnel Actions (trx. OOMT)?
    Someone has some suggestions?
    Thanks in advance.

    Thanks to pasting the schema above, I found the bug.
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
         targetNamespace="http://www.xxx.co.uk/2009/ContactEventPropertySchema"
         elementFormDefault="qualified">
    should be
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
         targetNamespace="http://www.xxx.co.uk/xsd/event/contact/properties"
         elementFormDefault="qualified">
    Never the less, it's still kind of odd that it produces two different results for found/not found...
    Edited by: reynaudj on Oct 26, 2009 1:51 PM
    Added concluding comment.

  • FM to creat business event(course) in TEM /LSO

    Hi,
    I need to upload the business event(course) in our R/3 system.I have an idea of developing a bdc of t-code PO05 OR PP01.
    Is there any FM to create business event(course)?
    Kindly suggest.

    Hi
       check this  FM
    HR_INFTY_DDIC_CREATE
    RHCT_OBJECT_CREATE

  • FM to creat business event(course) in TEM

    Hi,
    I need to upload the business event(course) in our R/3 system.I have an idea of developing a bdc of t-code PO05 OR PP01.
    Is there any FM to create business event(course)?
    Kindly suggest.

    try recording and uploading data via LSMW.

  • BAPI/Idoc for creating Business event

    Hi,
    Can we create a business event using any BAPI/Idoc without using the transaction PV10?
    Thanks

    Hi Ravish,
    BAPI_BUPA_CREATE_FROM_DATA   which generates a general Business Partner.  BAPI_BUPA_ROLE_ADD.                   to add a different role
    Regards
    Narayana

  • How do I Create Business Events ala PSV1

    I can get business events using SAP standard bapis such as RH_GET_PLVAR and RH_GET_EVENT_DATES. I then pass these to a web app for display. What I need to do is to also edit those events and create new events using bapis. This is the same thing you could do using PSV1. But, of course, I will need to do it through bapi calls.
    I have had no luck finding out what bapis I need to use to do this. Can anyone help me out? Thanks!

    Pages is mostly for making documents , but there is a great app in the app store called business card design , it let's you create and print business cards .

  • 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

  • How to create new or check current business event in Oracle INV/PO?

    Hi Gurus,
    How can i define/create new business event related to items or suppliers?
    I know we need to login to WF admin responsibility. But i just wanted to where we can able to create event from frontend and that too from inventory or purchasing responsibilities.
    I have collected five from oracle.apps.inv.item realted to items and four related to suppliers.
    Could you please help me in how to create Business events from frontend and that to from oracle inventory.. and even i would like to here some thing on trading partners setups also.
    I'm new to this Business events, hence required your help on high priority.else send me an document with existed business events.
    Awaiting on your response.
    Regards,
    Ajay

    No, in this case, I'm using standard JSP with ADF and struts validator.
    If I don't use struts validator and there are errors (such as putting a string into a number which produces a jbo-25009), the list value will be retained.
    When using the validator, it appears that it is NOT retained.
    I've written some code to attempt to set the list element back, which "looks like" it's working right now.
    There's still a problem with the second scenario:
    1. user clicks checkbox and hits [submit]
    2. get's error - you have to enter 5 address items
    3. User wants to backout, so he unchecks the box and resubmits
    4. The box redisplays as "checked"
    SO, at that point, I thought... can't I use YOUR EXAMPLE on how to handle a checkbox.
    I place some code in the reset method of the form to perform this:
    map.put("AddressChangeFlag", (String) "" );
    (that is, I've detected via the request that this flag is null), so I'm trying to make sure it retains it!
    I do that and it runs into a problem during the processUpdateModel aT:
    BindingContainerValidationForm updateForm= (BindingContainerValidationForm) actionContext.getActionForm();
    //Get the binding for our particular column JUCtrlAttrsBinding checkBoxBinding = (JUCtrlAttrsBinding)updateForm.get("AddressChangeFlag");
    call, with an error:
    JBO-29000: Unexpected exception caught: java.lang.ClassCastException, msg=java.lang.String
    java.lang.String
    The value for updateForm.get("AddressChangeFlag") is "", which I'm assuming means the form field is no longer in the request object??
    I'm lost at this point, and have been working on it for more than 1 day.
    Thanks for responding though, and I await feedback ;)

  • Training and Event Management Business Events

    Hi Experts,
    I would like to know if there is any BAPI/ FM available to create a Business Event Under particular Busness Group and Type.
    I have Some more things to have a clarification on
    1. When we create Business Event in PV10, Where all the data is stored? is there any master table which holds the all values in that screen? or values are stored in separate tables? if they are in separate tables, may i now what are them and the associated infotypes also.
    I debugged the Tcode to find out which FM?BAPI is getting Called while saving the data, but could not find the exact one
    Please let me know the FM/BAPI to create a business Event
    Thanks in Advance

    Hi ,
    I am facing this issue in LSMW.
    Is there a way to capture the below BDC code in the LSMW recording itself?
    Tips,
      PERFORM bdc_dynpro      USING 'SAPLRHSV'  '1001'.
       PERFORM bdc_field       USING    'BDC_CURSOR'
                                                          'PLOG-PLVAR'.
       PERFORM bdc_field       USING    'BDC_OKCODE'
                                                          '=CONF'.
       PERFORM bdc_field       USING    'PLOG-PLVAR'
                                                          '01'.                               " Current plan

  • Business Event Appraisal Form in New Appraisal System

    Hi,
    I have created Business Event Appraisal Form in New Appraisal System. I have done Appraisals for one Business Event by an attendee.
    Where can see this Appraisal Document of Business Event and do any change if required. Or from we can delete this documents of Business Event Appraisal.
    I have tried tcode appchange but there only Personnel Appraisal templates are visible.
    Samriddhi

    Hi,
    If you are using a template created by using the Objective Setting and Appraisals componet you can view and maintain forms filled in by employees via Transaction phap_admin_pa.
    Br,
    Art

  • Creation of Business Event Type

    Hi
    We have already created a Business Event Type called Safety Refresher. Actually this training will happen every month. already created Safety Refresher and again trying to create its showing business event type already exists. Now i want under safety refresher is it possible to maintain month wise for the whole year or particular perilod.

    Hi Suraish
    You have not to create Business Event Type again and again. You only have to create new Business Event only under the said business event type. Use copy function and copy the previous business event and assign a new Schedule for the next month, also assing resources if required and then you can book the attendees against that new business event.
    Regards
    Rao Imran

  • Business Event Imparts with Skills (GAP UPDATE)

    Dear Experts,
    If the Business Event Imparts with Skill; does skill gets automatically updated once course attended by an employee?
    If <b>YES</b> – please explain what is required to be done to achieve this.
    Thanks in advance for all your efforts & I will assure you appropriate points will be given to all helpful solutions & information.
    Best Regards,
    Aslam
    --- Dear Experts it's important for us to implement this in few days; please pass me the steps to achieve this... thanks a lot.
    Message was edited by:
            Aslam Riaz

    Dear Professionals,
    <i>I did the following;</i>
    Created a Skill
    Assigned to Employee with Minimum Level
    Assigned to Position as required skill with expert level
    When I running GAP analysis it's showing as GAP
    Created a Business Type
    Maintained relationship IMPART for the above created skill
    Maintained Procedure for qualification transfer
    Create Business Event
    Book Employees and Firmly Booked
    <i><b>But still Skill is not reflecting in employee’s qualification...</b></i>
    Kindly advice if I need to do anything more
    Thanks in Advance

  • Business Event Group

    Dear all
    When i am going in S_AHR_61011889 to create a new business group i am able to create a business event group but it is not showing in PSV2 i.e. business event menu. Instead it is showing in S_AHR_61011887 - Master Data Catalog .
    When i am creating a new Business event type and assigning the same to the above created Business event group then it disappears from S_AHR_61011887 - Master Data Catalog .
    Ideally when a new business event group is created it should be shown in PSV2 i.e. business event menu but it is not showing.
    Please help me out to solve this issue. Its urgent.
    Regards
    HarshVardhan

    Dear mam
    Creating a business event group is not a problem. T Code which you have given, business event group can be created but is is still being shown in Master Data Catalog and not in business event menu.
    Creating a relationhip of event type & event group cvan be done but as soon as it is created it disappears from mastr data catalog.
    In the past when ever i have created event group & event type it was shown in PSV2 i.e. business event menu.
    Please guide me.
    Regards
    Harsh vardhan

  • Item Relationship business events

    Hi All,
    Is there any business event which will trigger when item relationship is added or changed using Inventory item relationship form (INVISDRI)?
    Thanks in advance
    Rak

    Rak,
    I don't think there is one (even in R12). But depending on where you are coming from (Spares Management or Pure Engineering perspective), you may find something in those applications. Even clean item master import where you are creating Item relationships as part of the item import, you can use item create business event (checking the rows existance in the interface tables and base tables) and use that event.
    Also I am aware as part of the AIA effort to integrate the Agile PLM and EBS Item master, there are quite a few planned and I am sure this could be one of those. I saw a open world presentation where this is was one of those "Should Have" and not "Must Have" features.
    Sorry for the long answer, but the answer as I found now, is now.
    Thanks
    Nagamohan

Maybe you are looking for