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.

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.

  • 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

  • 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 ;)

  • Convention flag on Infotype 1029 (Business Event Type Info)

    Hi,
    I need to use this functionality of checking the convention flag & specify that my business event type is a multi-session event consisting of multiple sessions running in parallel.
    However, this indicator does not even appear for me.
    I am using TEM (ECC 6.0) & not LSO (I am aware that LSO does not support marking a course type as convention)
    I need to use this functionality & am looking for any inputs on how to get this to  display for me.
    I have the basic information available at http://help.sap.com/saphelp_erp2005vp/helpdata/en/6d/383acc834d11d1890c0000e821600b/frameset.htm
    But no information on displaying this falg.
    Please let me know if anyone has worked with this or with Multi-Session Event/Convention or Business Event Blocks (Infotype 1041).
    Thanks.

    Hi Chris,
    This is SAP Note No. 1014943.
    I am attaching the text here for quick reference.
    Let me know if this opens up the "individually booking allowed" option for you.
    I'll be curious!
         SAP Note No. 1014943                         19.07.2007           Page 1     
         Number              1014943     
         Version             1 from 08.01.2007
         Status              Released for Customer
         Set on              09.01.2007
         Language            EN
         Master language     DE
         Short text          Training and Event Management: Business Event Type
         Info
         Responsible         Emira Ylli
         Component           PE-PR
                             Training and Event Preparation
         Long text     
         Symptom
         The "Convention" indicator in infotype 1029 ("Business Event Type Info")     
         of a business event type is hidden.
         Other terms     
         Business event type, convention, Business Event Type Info, 1029,     
         MP102900, P1029-KONGX
         Reason and Prerequisites     
         This is due to a program error.     
         Solution     
         Import the relevant HR Support Package.     
         Valid releases     
         Software Component                        Release
                                                   from            to
         SAP_HR     
              R/3 Standard Human Resource
                                                   600          - 600
         Further components     
         PE-LSO-TM     
          Training Management
         Reference to Support Packages     
         Software Component                        Release     Package name     
         R/3 Standard Human Resource
                                                   600          SAPKE60014

  • 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 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

  • Business Event Brochure in Training and Event Management?

    Hi Guru's
    My client has a requirement as follows. The training administrator decides the Business Event Types which for which superiors can book their subordinates or not. Those events are stored at a particular place. Once the administrator stores them, a mail should be triggered to all the superiors. Thus superior can have a list of event types for which he can book his subordinates. When he books for such events, a mail should be triggered to his subordinates regarding the training event. If an employee books for an event, a mail should be triggered to his superior for approval.
    How is this possible? According to me, those events will be "Included in Brochure" (in Business Event Type Infotype). Am I right?
    Please suggest me.
    Points assured!
    Thanks in advance.

    Hello ,
    see the links it might help :
    Business processes of Training and Event Managment
    Training and Event Management
    Lots of workflow

  • 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

Maybe you are looking for

  • Repeating long all-day events not shown in second portion of week view

    When I create a long all-day event spanning from a Wednesday to the following Tuesday, I can see it in both the first and second week views that it spans. For example, I created an event spanning from Jan 9, 2008 (Wed) to Jan 16, 2008 (Tue). It is vi

  • Busted Transparency/Pixel Grid in Photoshop CS5?

    I'm hoping someone can help me out if its a preference, or if its a bug in Photoshop CS5... If you check out the image below, the faint white lines outlining the pixel grid from CS4 are perfect, whereas in CS5 they're horrible. I'm on Mac OS Snow Leo

  • Div tag issue

    Hi all, Still fairly green. I have a question about float and divs. I have 2 divs next to each other, both float left. Both filled with different colors. As the Div on the left expands VERTICALLY with copy... I want the one on the right to ALSO expan

  • VI Fails to send queue elements

    I am trying to use a queue to send data from my pulse train subVI to my main VI. After my pulse train completes, I send a TRUE boolean via the 'Enqueue element' which goes to the 'Obtain Queue' and then to the Dequeue Element to acquire and log data.

  • Java Script Help

    Hello! Can any one help me with this script. I want to center my web page when the window is opened window.moveTo command helps me to position the webpage but how do I find screen size and center it. <script LANGUAGE="javascript"> window.moveTo(100,2