Function Module to find Business Event type

Hi Experts,
  Do we have any Function Module to get Business Event Type(BET) if Person(P) is the input.

Go to SE37 and give application component PE and search for  you requirement
RH_CHECK_EVENT_ASSIGNMENT
RH_CHECK_EVENT_LOCATION
RH_GET_EVENT_DEMAND
RH_GET_FIX_EVENTS
RH_GET_FOLLOW_UP_EVENTS
RH_GET_ATTENDEE_ACTIVITIES
RH_GET_ATTENDEE_WORKITEMS
RH_GET_CANCELLATION_DATA
RH_GET_EVENTS_FOR_MOVE
RH_GET_EVENT_CAPACITY
RH_GET_EVENT_DATA
RH_GET_EVENT_OCCUPATION
RH_GET_EVENTTYPE_SCHEDULE
RH_GET_EVENT_SCHEDULE

Similar Messages

  • 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

  • Function Module to find the Difference between two times.

    Hi All,
    Wud you plz let me know the Function Module to find the Difference between two times.
    Input Time1( Hours:Minutes) Time2 ( Hours:Minutes)
    Need Output in Hours:Minutes only . ( No seconds Needed )
    Ex :
    Input :
           06:00 to 18:00 Output : 12:00
    and  20:00 to 06:00 Output: 10:00 with +ve sign only. No -ve sign.
    Thanks,
    N.L.Narayana

    check this .
    data : p_timel like sy-uzeit,
           p_timeh like sy-uzeit,
           diff like sy-uzeit,
           di(8) type c .
           p_timel = '200000'.
           p_timeh = '060000'.
           diff = p_timeh - p_timel.
           concatenate diff+0(2) ':' diff+2(2) into di.
           write:/ di.
    also check for this.
           p_timel = '060000'.
           p_timeh = '180000'.
    see if this can be implemented in ur code .
    or else  u can try with  Fm L_TO_TIME_DIFF passing startdate enddate starttime endtime with UOM as MIN
    hope this helps regards,
    vijay

  • Function module to find time difference

    Can any body help me to find the function module to find the time diff: between two times, time is in 24hrs

    Hi again,
    1. Difference is always returned in SECONDS.
    2. use this code (just copy paste in new program)
    REPORT abc.
    data : t1 type sy-uzeit.
    data : t2 type sy-uzeit.
    DATA : DIFF TYPE I.
    t1 = '090000'.
    t2 = '100000'.
    DIFF = T2 - T1.
    WRITE :/ DIFF.
    regards,
    amit m.

  • Function module to find the path of application server

    Hi can any one say me what is the function module to find the path of the application server

    Hi ,
    What i understand from ur question is that u need path for application server from the presentation layer i.e user screen.
    u can achive the path this way
    parameter: file type filename-fileintern.
    when user presses F4 here, it will show the directories and path in the AL11.
    I didnt find any FM which will get the path of Al11.
    revrt back if any issues,
    Regards,
    Naveen

  • Function module to find total for delivey for delivery no.

    is there any function module to find total price for delivery no.

    If you want to add tax, ... conditions, you could try to read conditions (good luck).
    here it's a sample code for sales order (the table are different, but the function the same)
      DATA : is_vbak TYPE vbak ,
             is_vbap TYPE vbap .
    * Check if the sales order exist.
      SELECT SINGLE *
             INTO is_vbak
             FROM vbak
             WHERE vbeln EQ vbeln.
      IF sy-subrc NE space.
        RAISE sales_order_unknown.
      ENDIF.
    * Check if the sales order item exist.
      SELECT SINGLE *
             INTO is_vbap
             FROM vbap
             WHERE vbeln EQ vbeln
             AND   posnr EQ posnr.
      IF sy-subrc NE space.
        RAISE sales_order_item_unknown.
      ENDIF.
    * Set data.
      MOVE : is_vbak-mandt    TO isg_komk-mandt ,
             is_vbak-kalsm    TO isg_komk-kalsm ,
             is_vbak-fkara    TO isg_komk-fkart ,
             'V'              TO isg_komk-kappl ,
             is_vbak-waerk    TO isg_komk-waerk ,
             is_vbak-knumv    TO isg_komk-knumv ,
             is_vbak-vbtyp    TO isg_komk-vbtyp ,
             is_vbak-bukrs_vf TO isg_komk-bukrs ,
             is_vbak-vbeln    TO isg_komk-belnr ,
             is_vbap-posnr    TO isg_komp-kposn .
      MOVE-CORRESPONDING : is_vbak TO isg_komk ,
                           is_vbap TO isg_komp.
    * Get the KOMV table.
      CALL FUNCTION 'RV_PRICE_PRINT_ITEM'
        EXPORTING
          comm_head_i = isg_komk
          comm_item_i = isg_komp
        TABLES
          tkomv       = itg_komv
          tkomvd      = itg_komvd.
    * Get the 'Marge'.
      CALL FUNCTION 'PRICING_BUILD_XKOMV'
        EXPORTING
          i_komk           = isg_komk
          i_komp           = isg_komp
          calculation_type = 'E'
        TABLES
          tkomv            = itg_komv
          e_xkomv          = itg_komv2
        EXCEPTIONS
          OTHERS           = 2.

  • Function Module to find 3 months Old Date

    Is there any function module to find out 3 months old date for a todays date....Pls Help me......

    Hi,
    use function module : J_1H_CAL_DATE_IN_INTERVAL
    use code as below :
    data : date type sy-datum, out_date type sy-datum.
    date = '20070702'.
    CALL FUNCTION 'J_1H_CAL_DATE_IN_INTERVAL'
      EXPORTING
        date            = date
        days            = '00'
        months          = '03'
       SIGNUM          = '-'
        years           = '00'
    IMPORTING
       CALC_DATE       = out_date.
    write :/ out_date.
    Sandeep Kaushik
    Message was edited by:
            Sandeep Kaushik

  • Portal Runtime Error Executing Edit Skills/Business Event Type Catalogue

    Hi All,
    I have recently migrated MSS business content from an EP6 portal to an EP7 solution, however, I am having problems getting the Edit Skills and Business Event Type functions to work.
    When I attempt to access the iViews, the following error messages are displayed:
    com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception in SAP Application Integrator occured: Application URL ':///sap(ZT1taG52cERaUjJHcG9BMXRBNHhTWTNnLS1JUjJ1MypTWW1SKjJXZXE3M2xtSEFRLS0=)/bc/gui/sap/its/zaw_pz31_ewt' is not valid!
    Please check the protocol and host entries for system 'SAP_R3_HumanResources'.
    com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
    Component : com.sap.portal.appintegrator.sap.IAC
    Component class : com.sapportals.portal.sapapplication.SAPApplicationIntegratorComponent
    Content pass of Application Integrator failed.
    Component Name: com.sap.portal.appintegrator.sap.IAC,
    Context Name (iView): com.sap.portal.appintegrator.sap.IAC,
    Top Layer: IAC/ITSDetectionLayer,
    Producer ID (FPN): null,
    System Alias: SAP_R3_HumanResources,
    Can anyone decipher this?
    Help is much needed so please feel free to respond
    Thanks,
    Bim.

    Bim, apparently there is a connection error in your ITS service.
    - check that zaw_pz31_ewt service is active, and it is located in "/bc/gui/sap/its/"
    - test the service in the SAP Client that is mapping against Portal
    - check that SAP_R3_HumanResources system is correctly assigned to the new configuration
    If error continues, go to Portal side: create a simple iview based on transaction iview template that calls to PZ31. That is for ensure the transaction is working fine.
    If it's OK, then create another iview but based on ITS iview template that refers to your service and test (maybe a property of your old iview is causing the problem)
    Regards

  • Function modules to generate the event required

    Hi guys,
    I have created a workflow but its start event is not getting triggered though condition data is correct.
    I want to debug and see when the Business object's event is called.
    Can you please tell me name of the Function modules to generate the event. This way i'll put a breakpoint on those and check the flow ?
    Regards,
    Shaili

    Thanks Surjith
    I'll check this FM.
    Also I want you advice on the real issue i'm facing.
    I have created a workflow giving some condition with start event as CHANGED of BUS1006. Now the work of populating the field in condition is done automatically by a BADI i've created.
    The issue is that the workflow is not triggerd during automatic population of teh field but is triggered when i explicitly populate the field.
    The reason might be that CHANGED event of the business object used is triggered before the SAVE BADI has populated teh field. So CHANGED event 's condition is not satisfied before the BADI has finished updating.
    Is there a way tackle this. Can I somehow push back the trigger of workflow...I'm new to workflows so please don't mind if this sounds foolish
    Regards,
    Shaili

  • 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

  • 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 See Business Event Types in Appraisals

    Hi Gurus,
    How can we fetch the Business events maintainined in Business Event Catalog in Training & Event Management in the input field for a criteria in Performance Appraisal Template maintained in PD
    Thanks & Regards
    Rajesh

    Hi,
    Exact process is:
    BEG                 (L)
          BET            (D)
    (course)BE        (E),
    You booked the attendance to business event type. That booking date is called Bsuiness event.
    You will not get any information about the Business event, check the PP01 select the course then give your course(E) no: .
    You maintained business events to business types. Check the PSV1 and PSV2. You will get the business events.
    Input field for a criteria in Performance Appraisal Template maintained in PD -
    . I donot understand what is this.
    Regards
    Devi.

  • Function Module to find out the release value in contract

    Dear All,
    I have to upload the contract with new accoutn assignment without changing the existing contract. For that i have to download all the existing contract data with value.
    In that case i have some issues regarding the value.
    For example : In the system old contract is created with value 1000 and the released value as 500.
    In that case i have to uload the new contract with all the details of existing contract with value of 500 (1000-500=500).
    How can i get the value (500) and from which table.Is there any functional module to find out the release value in contract.
    Thanks and regads,
    PM
    Edited by: PM on Jan 21, 2010 8:40 AM
    Edited by: PM on Jan 22, 2010 9:48 AM

    Hi
    You need to link the table VBFA and VBAK.
    For a contract you can check all the subsequent document (which you can filter whether you want to see Order / delivery / Billing) in VBFA and then from there pick the subsequent document no. and then from VBAK you can pick the Net value of these subsequent documents, and so you will have both the values (value of Contract and value in subsequent document) and you can determine the balance value.
    Regards
    Amitesh Anand

  • Function modules to create a movement type 105 and 104

    Hi folks,
             I have created a custom screen and attached to MIGO Transaction. If my user enter data and click 'PASS' on my screen, a movement type 105 to be triggered in back ground. And if he click 'FAIL', movement type 104 need to be triggered. is there any BAPI or Function Module to create goods movement type. I have searched some function modules in SE37 and found some stuff. But i am confused which one to use...Could you pls guide me regarding this...
    for ur information, i am thinking to use these FM's
    MB_READ_GOODS_MOVEMENT
    MB_CREATE_GOODS_MOVEMENT
    MB_CANCEL_GOODS_MOVEMENT
    Will it be useful for me.
    Thanks in advance,
    Shyam.
    Edited by: shyam prasad on Jan 7, 2009 10:24 AM

    Hi
    Yes you can use this function modules.
    Thanks & Regards
    Kishore

  • Function Module to find out detail of open period of Finance (FI)

    Hi  All,
    I have a query that I want to know the existing function module to find out
    FI period detail thatis detail of opened period in FI.
    Regards,
    Rishi

    Hi Rishi
    Go to transaction SE37 and you can see the list of FM.
    Thanks
    Ashok
    Assign points for useful answer

Maybe you are looking for