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 .

Similar Messages

  • How do I create an Event Handler for an Execute SQL Task in SSIS if its result set is empty

    So the precedence on my entire package executing is based on my first SELECT of my Table and an updatable column. If that SELECT results in an empty result set, how do I create an Event Handler to handle an empty result set?
    A Newbie to SSIS.
    I appreciate your review and am hopeful for a reply.
    PSULionRP

    Depends upon what you want to do in the eventhandler. this is what you can do
    Store the result set from the Select to a user variable.
    Pass this user variable to a Script task.
    In the Script task do whatever you want to do including failing the package this can be done by failing the script task, which in turns fails the package. something like
    Dts.TaskResult = Dts.Results.Failure
    Abhinav http://bishtabhinav.wordpress.com/

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

  • HT4528 how do I create an event in my calander that repeats the second thursday of every month

    how do i create an event in my calander that repeats the second thursday of every month

    This should get you started down the pathJust replace User data with your cluster and do the data integrity check in the value change event use a simple one button dialog to notify the user which values are out of compliance and disable and grey the OK button untill all conditions are met.
    Jeff
    Attachments:
    Prompt(Date).vi ‏50 KB

  • 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

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

  • 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 can BI recognize business event into transactional environment?

    Dear colleagues:
    As I have been looking forward to figure out BW based BAM solutions, such as to implement BW to recognize business event into Transactional applications I just found the TechEd 2008 BPX Community winner proposal Operational BI-Embedded Business Activity Monitoring Drives Sales Growth and Empowers CRM Campaigns, by Anshuman Kumar (congratulations!)  
    However, it will take a long time to September and as I need very much to hurry up on architecting a BW based BAM solution I was wondering if someone else has implemented solution like that to exchange more detailed information, as Event Recognition, or even if Mr. Kumar could provide information regarding his presentation in advance.
    Best Regards
    Waldemar Gonsales u2013 Speedy

    Hi Kiran,
    Depending on your SAP release, you may have a wizard to instantiate an object reference. This basically creates a standard task based on object method System.GenericInstantiate (or something similer - I currently do not have access to the system). You need the object key available in the WF container to do this. It could be tricky if the object key is multipart. Once an object reference is available in the WF container, you can wait for an event of that object.
    Cheers,
    Ramki Maley.

  • 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 Can I Create an Event Link to a Page Tab?

    I have a portlet in one tab that generates an event. I want to be able to send this event to the same page but to another tab where another portlet resides. Here's the code snippet that creates the link. This code is part of a custom JSP tag.
    // Attempt to get access to the portlet render request to determine if we are within a portal context.
    PortletRenderRequest prr = (PortletRenderRequest) pageContext.getRequest().getAttribute(
        HttpCommonConstants.PORTLET_RENDER_REQUEST);
    if (null != prr)
        try
            // Set up the parameters used for the link.
            NameValue[] eventParameters =
                new NameValue("linkUrl", linkUrlParamValue)
            // Construct the link parameter we will be using.
            linkUrl = EventUtils.constructEventLink(prr, "linkClicked", eventParameters, true, true);
        catch (PortletException e)
            // Error processing removed...
    }This code will generate the event correctly and all processing occurs as expected. However, I cannot find a way to force the second tab to display.
    I am able to force the the second tab to be displayed if I use "Direct Access URLs". These links are in the form
    [protocol]://[host]:[port]/pls/portal/url/page/[page_group_root_page_name]/[tab_name]
    But is there a way to create an event link using a specific URL?

    Hi,
    One workaround that i can think of is:
    1. Set the <passAllUrlParams>true</passAllUrlParams> attribute in your provider.xml of the portlet on the target page/tab.(dont forget to refresh the provider)
    2. If you already have the url to the tab, then you just simply construct the form in your previous portlet to post to that url with all the necessary form fields.
    3. Process the request parameters and render the second portlet.
    hope that helps.
    thanks,
    Harsha

  • How do I create an event template in iCal?

    I have multiple events that take time to setup.  I'd like to be able to create an event once and then save it for re-use.  I realize I can always go to an old event and copy it but that is not nearly as useful as a template

    After reading other posts, I am coming to the opinion that Events must be created in iPhoto on a Mac.  I don't have one of those, so I suppose I'll just have to make do with Folders and Journals.

  • How do I create an event (LEOPARD) then export for email?

    I want to create an event, export in leopard, then email with an alarm for someone on a MAC using TIGER. Tried this but it exported the whole calendar. Please advise.
    Thanks

    Depends upon what you want to do in the eventhandler. this is what you can do
    Store the result set from the Select to a user variable.
    Pass this user variable to a Script task.
    In the Script task do whatever you want to do including failing the package this can be done by failing the script task, which in turns fails the package. something like
    Dts.TaskResult = Dts.Results.Failure
    Abhinav http://bishtabhinav.wordpress.com/

  • How can I create Business Catalyst editable slideshows in Muse?

    I've created a series of slideshows in Adobe Muse but my client cannot edit them in Business Catalyst.
    Please help!
    http://www.timelinemissions.com/work.html

    If you like to have a constant amout of imgs, lets say 3, you can define the images as a InContext Editable image and the caption as a InContext Editable line.  I usally prerer this solution in front of WebApps as the customer can edit almost everything using ICE-mode.
    Please refer to the ICE documentation for more details of implementation.
    If you need a more flexible solution I would recommend a WebApp with a field that you define as a image. Then add new WebApp items for every image. If you like to limit the size of a image you can use BC Thumbnail tool. I think Joe Watkins has talked about how to use this tool before.

Maybe you are looking for

  • Not able to access Bean

    Hi, I am setting few values in a bean class and trying to access the values through get from another class, i am not getting those values. Is there any way to make that bean -which is used during set operation be accessible to entire package? Regards

  • How to install 7.5.3 (or other 7.x) on a Mac SE?

    Hi all I rescued this Mac SE from being trashed... it's working fine and has System 7.1 on it. I even managed to get a LocalTalk to Ethernet bridge, but AppleTalk doesn't seem to work properly. It says it can't be loaded when I try to activate it, an

  • Can't print to PDF from MS Office 2010 using Acrobat X Pro

    This is not the PDF Addin problem. When I try to print to PDF using the printer dialogue in any MS Office 2010 application I get the save to dialogue box, but when I choose a location and file name and print save nothing happens. No indication of pri

  • Embedded movies won't show up

    I noticed this problem when a friend of mine directed me to a site with an embedded movie object: http://psubuntu.com/installation-instructions/ There are a few issues here: 1. If I look at this site in IE7, it shows up with a red "x" icon for the re

  • Object serialized many times - code in finalizer runs multiple times

              Using on Solaris:           Weblogic Version 5.1 sp 8           JDK version: java full version "1.3.0-RC"           Clustering with:           weblogic.httpd.session.persistentStoreType=replicated           I have an object that stores info