Any bapi available for Create Employee Trip

hi ,
please tell me for Create Employee Trip any bapi is available.
if it is there means please tell me.

Check this one -
BAPI_TRIP_CREATE_FROM_DATA
Regards,
Amit

Similar Messages

  • Any BAPI available for mass creation/change/delete for dependency net

    Hi guys,
    Any BAPI available for mass creation/change/delete for constraints in dependency net. I mean any uploading option in mass for creation, change and delete.
    Regds
    Regds

    Hi,
    Check if the below FM's meet your need:
    CAMA_CNET_CONSTRAINT_MAINTAIN
    CAMA_CONSTRAINT_NET_MAINTAIN
    CAMA_DEPENDENCY_MAINTAIN
    Regards,
    Vivek

  • Any BAPI available for Tcode MSC2N

    Hello,
    Very Good Afternoon,
    I need to change the few vlaues in the t-code MSC2N.
    I need to change the City of Origin and Reg Of orign for few Batch numbers
    in Basic Data1 tab.
    There are around 1000 batch numbers which needs this change
    Is there any BAPI available to go ahead..
    Any suggestions will be appreciated.
    Regards,
    Kittu

    Hi, You can update classification for a batch using the following code.
    But first, you'll need to find out that the batch management is cross-plant or plant dependant.
    If it is cross plant then plant(WERKS) is not part of the key to BAPI_OBJCL_CONCATENATEKEY.
    CLEAR: objectkey, objectkeytable, objectkeytable[],
               allocvaluesnumnew, allocvaluesnumnew[],
               return.
        objectkeytable-key_field = 'MATNR'.
        objectkeytable-value_int = matnr.
        APPEND objectkeytable.
        objectkeytable-key_field = 'CHARG'.
        objectkeytable-value_int = charg.
        APPEND objectkeytable.
    * Only if Batch management is Plant dependant
        objectkeytable-key_field = 'WERKS'.
        objectkeytable-value_int = werks.
        APPEND objectkeytable.
        CALL FUNCTION 'BAPI_OBJCL_CONCATENATEKEY'
          EXPORTING
            objecttable    = objecttable
          IMPORTING
            objectkey_conc = objectkey
          TABLES
            objectkeytable = objectkeytable
            return         = return.
        allocvaluesnumnew-charact = "characteristic name goes here".
        allocvaluesnumnew-value_from ="characteristic value goes here".
        APPEND allocvaluesnumnew.
        allocvaluesnumnew-charact =  "characteristic name goes here".
        allocvaluesnumnew-value_from =  "characteristic value goes here".
        APPEND allocvaluesnumnew.
        CALL FUNCTION 'BAPI_OBJCL_CHANGE'
          EXPORTING
            objectkey                = objectkey
            objecttable              = objecttable
            classnum                 = classnum
            classtype                = classtype
    *   STATUS                   = '1'
    *   STANDARDCLASS            = STANDARDCLASS
    *   CHANGENUMBER             = CHANGENUMBER
    *   KEYDATE                  = SY-DATUM
    *   NO_DEFAULT_VALUES        = ' '
    * IMPORTING
    *   CLASSIF_STATUS           = CLASSIF_STATUS
          TABLES
            allocvaluesnumnew        = allocvaluesnumnew
            allocvaluescharnew       = allocvaluescharnew
            allocvaluescurrnew       = allocvaluescurrnew
            return                   = return
    * Do not forget to commit, otherwise changes would not take effect.
    commit work.
    Regards,
    Hashir Ahmed

  • Is there any BAPI available for sales order creation with reference?

    Hi Experts,
    My requirement is to create sales order with reference for order type.
    Now my billing document number already contains the two items
    one is correct and another is zero quantity.
    I want to create order with reference of billing document but not with zero quantity item.
    Which BAPI I should use and what to pass to ignore zero quantity item?
    Regards,
    RH

    Hi Ronny,
    Try using BAPI_SALESORDER_CREATEFROMDAT2
    Regards,
    Shraddha

  • Bapi's for creating Maintenance order in IW31 with notification

    Hi All,
       Is there any bapi's for creating Maintenance order with Notification number in the transaction iw31.
      Also is there any bapi's for creating measurement document.
    Points will be awarded.
    Regards,
    vinoth

    RFC MeasDocument: Individual Processing, Create
    MEASUREM_DOCUM_RFC_SINGLE_001
    RFC MeasDocument: Individual Processing, Change/Display or Read
    MEASUREM_DOCUM_RFC_SINGLE_002

  • Any BAPI's for  OKB9  transaction

    i want to  do  odifications in OKB9  transaction is there any BAPI  available. as this  is a enjoy transaction not  possible to  do bdc.

    There is  one requirement where  the client  wants  to maintain the some  customizing  transactions for plant  and LEs not manually but through a transaction.It will  compare other boxes  for  a paticular configuration and if not the transaction  will create transport for the same in devlopment box.
    OKB9 is a  enjoy transaction for which  bdc  is not  possible  so  i am searching for  other alternatives.
    please suggest .

  • Kindly let me know if there are special discount offers available for IBM employees ?

    Kindly let me know if there are special discount offers available for IBM employees ?

    Many companies have EPP (Employee Purchase Programs) with Apple.  You need to check your benefits programs offerred by IBM.  It will basically be a URL to an EPP login page for the Apple Store.
    NOTE:  I do not think there is any discount on iPhones.
    I have observed that the discounts tend to be around 8% on Pro equipment and 6% on consumer products.  But some items the discounts vary depending on the product.  And in some cases there is no discount.
    Again, check with your IBM benefits.

  • Is there any BAPI that can create assignment in workforce planning (CMP2)

    Hello,
    I want to implement a batch input program in order to create assignment in workforce planning. But the screen is not actually proper for batch input. Is there any Bapi that can create assignment for a given network, Operation/Activity, suboperation/Subactivity, personel Number and work hours.
    Thanks in advance.

    Hi Aselsan,
    Please have a look into the below link
    [Link 1|Re: BAPI to create network (T-code CJ21)]
    [Link 2|Example code for BAPI_NETWORK_MAINTAIN]
    [Link 3|BAPI_NETWORK_COMP_ADD]
    Hope they are useful,
    Thanks
    kalyan

  • No transaction type is available for creating a transaction (IC WebUI )

    Hello,
    I'm tying to link WebUI business transactions (create transactions of
    business activity, service order, service confirmation)to the IC WebUI.
    I linked logical ID to the workcenter and assigned generic OP to the
    nav.bar profile and activated workcenter screen in the business role.
    I think that WebUI business transaction screen itself is well attached.
    But When I click the workcenter(logical ID is directely linked the
    workcenter). There are message:"No transaction type is available for
    creating a transaction". So, I cannot select any transaction type and
    go to the biz.tran.create sceen. there are lot's of transaction type of
    business activity.(Appointment). I got the same problem to the WebUI
    service order create transaction.
    But, Linking WebUI service confirmation creation screen to the IC WebUI  is sucessful: I can
    select transaction type of service confirmation.
    I don't know any difference between them.
    If you guys have any idea, please let me know.
    Thanks
    Mickey.

    Dear Kunstelj ,
    I found the solution with your suggestion.
    But What I did is a little bit different.
    I assigned two channel IAC interaction center, IAW Interaction center WebClient to the transaction type not GUI CRM Webclient UI. So It does work!!.
    Thank you for your help. I really appreciate it.
    Best regards,
    Mikyoug Kim.

  • No transaction type is available for creating a transaction

    Hi All,
    I have referred the following link
    http://wiki.sdn.sap.com/wiki/display/CRM/ActivityTransactionDisplayinNew+UI
    However, I am not able to create activity transaction.
    It gives message as No transaction type is available for creating a transaction.
    I have checked the component BT111M_OPPT and window inbound plug IP_CREATE.
    The settings in SPRO are maintained
    but still I get the value of   CASE lr_context_node->collection_wrapper->size( ) as zero.
      lr_context_node = lr_proctype_popup->get_context_node( iv_cnode_name = 'PROCTYPE' ).
      CHECK lr_context_node IS BOUND.
      CASE lr_context_node->collection_wrapper->size( ).
        WHEN 0.
          MESSAGE s005(crm_btil) INTO lv_title.
          CALL METHOD lr_msg_srv->add_message
            EXPORTING
              iv_msg_type       = if_genil_message_container=>mt_info
              iv_msg_id         = sy-msgid
              iv_msg_number     = sy-msgno
              iv_msg_v1         = sy-msgv1
              iv_msg_v2         = sy-msgv2
              iv_msg_v3         = sy-msgv3
              iv_msg_v4         = sy-msgv4
              iv_msg_level      = '1'
              iv_important_info = abap_true.
    Is there any FM which will fetch the custom transaction types?
    Thanks and Regards,
    Gauri.

    Hi Gauri.
    Try to replicate or create the same using the same transaction type from SAP GUI if it is working fine there , issue will be in the web ui other wise the issue will be with IMG configuration.
    To get the custom transaction types use the function module
    CRM_ORDER_PROC_TYPE_SELECT_CB
    if you want to know all process types then use the below function module
    CRM_ORDER_PROC_TYPE_T_SEL_CB ( for this FM dont pass any import peramters except language as EN)
    Thanks & regards
    Raj
    Edited by: bmsraj on Aug 25, 2011 9:27 AM

  • Remote-Enabled BAPI/RFC for creating "Request Special Payment (SPSP)"

    Is there any Remote-Enabled BAPI/RFC for creating "Request Special Payment (SPSP)" which is one of the Personnel Change Requests under MSS ?
    Thanks.

    closing to post another question.

  • "No transaction type is available for creating a transaction" service order

    Hi all,
    I am new in IC .
    I try to create service order or service ticket for incoming calls
    We are using CRM 7.0
    After I confirm the account I try to create service order
    But no screen displayed and error "No transaction type is available for creating a transaction" occurs
    in customizing there is a transaction type SRVO, also I copied it to ZRVO
    But here how can I define that this transaction type is assigned to this application??
    Please reply in detail steps.
    Thank you.

    Hi Rupesh,
    Thanks for your reply..
    I made a lot of controls but I can't find where I am wrong..
    My senario is, taking phones, create interaction record and create order for further investigation.
    I copied IC_AGENT role.
    I copied transaction type 0010 to Z010
    I create business transaction named ZBTP for transaction type Z010
    I made Define Transaction Types for Navigation for Z010
    Then Define Business Role -> Assign Function Profiles
    Here I assign my business transaction ZBTP to IC_BT function profile
    But when I connect tot the system with user having this business role
    I can create interaction record with type Z010, it is ok.
    When I press Service Order it gives this error.
    Work center id for Service order is : IC_UIU_SVO
    I copied my business role from IC_AGENT, and here this work center id was not active
    In my business role I made it active.  Is this work center can't used in IC senario
    Also how can I understand which transaction type is needed for it??
    If I know which transaction type is needed to create service order or service ticket under IC, then I will control it of course..
    I also copied transaction type TSVO(service IC) to ZSVO and do the above things for this type too..
    But nothing changed..
    Please help !!

  • Is any software available for face detection to unlock screen?

    is any software available for face detection to unlock screen?

    No. Third party software annot control the operating system.

  • Any PIP available for Product Data Hub(PIM) integration with AppsR12

    Dear All,
    We can a requirement to one of our customer, we need to implement MDM(CDH,PIM) and we need to integrate this with other spoke systems like EBS.
    we want to know whether is there any PIP available for MDM(PDH or PIM) integration with Oracle Apps R12 with any other system and our SOA environment is SOA 11g.
    Thansk in Advance
    Regards
    Murali

    Hi Shamshad
    We also need to know AIA 3.1 MDM (PDH) PIP's were released for 11g FMW. AIA 2.5 MDM PIP's uses 10g AS (SOA 10g).
    Edelivery doesn't have MDM PIPS listed for AIA 3.1 or under AIA 11g. It has foundation pack but not specific to MDM PIP for Product that I'm looking for.
    Any help appreciate it.
    Thanks, Nara

  • Are there any patches available for Dev 21

    Hi,
    We've been working with Forms50 and Reports 25 under win95 for
    quite a while and have noticed occasional problems:
    - A program abort due to page fault protection under win95.For
    example, R30DES32 : R30LIB.dll.
    - You issue compile all and get and error that forms is not
    able to go to (goto error button).
    - A compile error that requires login in and out and
    recompile to fix.
    I wonder if
    - there are any patches available for Dev 21,
    - i have a memory shortage problem,
    - these are (especially case 1) win95 problems.
    Please help will be welcomed ................!
    null

    Where can I find them?
    thanks in advance,
    Xiaolin
    Jason Judge (guest) wrote:
    : There are patches for the 32bit v2.1 Windows environments
    dated:
    : 24 June 98
    : 5 August 98
    : 16 September 98
    : 21 Octomer 98
    : 21 February 99
    : and I believe a new one is just out.
    : Take your pick!
    : JJ
    : Luis Medina (guest) wrote:
    : : Hi,
    : : We've been working with Forms50 and Reports 25 under win95
    for
    : : quite a while and have noticed occasional problems:
    : : - A program abort due to page fault protection under
    : win95.For
    : : example, R30DES32 : R30LIB.dll.
    : : - You issue compile all and get and error that forms is not
    : : able to go to (goto error button).
    : : - A compile error that requires login in and out and
    : : recompile to fix.
    : : I wonder if
    : : - there are any patches available for Dev 21,
    : : - i have a memory shortage problem,
    : : - these are (especially case 1) win95 problems.
    : : Please help will be welcomed ................!
    null

Maybe you are looking for

  • MBA old gen. and Snow Leopard - TIFF images seen as blank in some web pages

    After I upgraded to Snow Leopard, I see blank the TIFF images displayed in some web sites, like for example any patent image in the www.uspto.gov web site. This happens on both Safari and Firefox. They both use the QuickTime plugin (I have version 7.

  • Copy teammembers and keywords from template to implementation project

    Hello All, When adding structure elements (business scenarios, etc) from a template project to an implementation project, the data on the administration tab is not copied with it. When selecting a specific scenario from the template we need to be abl

  • Movement type 453 (Transfer posting to own stock from returns from customer

    Hi all, I have problem in goods movement type 453 (Transfer posting to own stock from returns from customer) it picking from from profit center from in material master under  sales:general/plant tab   but we need picking from based on account assignm

  • How do I re-download photoshop elements 12

    I have replaced my PC and need to re-download Photoshop elements 12. I see the product and serial number under My Account but see no download button.

  • Dynamic URL Submission

    Hi All, I have a requirement like, I have a button in my apex3.2 region when i click the button. I have to generate the dynamic URL. actually its a SMS generate URL. Ex: http://sms.test.com/phone=1233444/message=test Like that there i am passing the