Std Bapis which can trigger Workflows inHR

Hi friends,
Do we have any std Bapis which can trigger workflows in HR module.
The functionality I am looking at is Intra country promotion/transfer.
Please suggest.
Cheers,
Rajesh.

Hi,
I do not know your knowledge of SAP Workflow. So maybe you should start with standard [SAP documentation|http://help.sap.com/saphelp_nw04/helpdata/en/8d/25f90a454311d189430000e829fbbd/frameset.htm]. Especially check section Using Events. I really enjoyed book [Practical Workflow for SAP|http://www.sappress.com/product.cfm?account=&product=H950].
What's the name of the workflow you want to start?
Cheers

Similar Messages

  • Is there standard BAPI which can used to read substitution material?

    Is there any standard BAPI which can be used to read substitution Material code for material?
    Even better if there is some table or struct under MATERIAL_GET_ALL which can returns this. I didn't manage to spot anything related from there though.
    It seems that replacement material code information is stored in KONDD table as SMATN together with condition record num. KNUMH

    There is a function Module called 'PRODUCT_SUBSTITUTION' used in include FV45PF0M_MATERIALFINDUNG. check if it helps.
    I would rather choose to join KOTD001  & KONDD

  • Programs which can trigger GLPCA table entries

    Hi SAP Community,
    I am looking for a complete list of programs which can trigger GLPCA table entries. I am currently in the process of running related transactions manually, but to be on the save side, I would really appreciate the feedback from you guys.
    Thanks in advance for your support.
    Cheers,
    Chris

    Hi,
    You can find the programs where the table GLPCA is being used. For this use transaction code SE11 and enter the table name GLPCA and click on the icon where used. A pop up window will be displayed and you can click on Programs only. This will display all the Programs where the table GLPCA is used including any Z programs developed in your system.
    Thanks
    Murali.

  • Looking for BAPI which can post condition records.

    Hi ,
    I am looking for a bapi which can post the condition records. I need to post Maximum Condition Base Value KONP-MXKBAS along with other fields. I found already one bapi BAPI_PRICES_CONDITIONS which has this field but if I execute
    the bapi with BAPI_TRANSACTION_COMMIT it is not posting any data at all. So could any one please help me out of this or if any other alternate BAPI* or any other solution is possible here. But one thing to mention here that LSMW,BDC is not possible to use.
    Thanks in advance.
    Best Regs
    Somnath

    Hi!
    In most common, standard BAPIs are working correctly.
    Here are a the following cases if they aren't:
    - standard fault, mostly has a correction note at OSS (very rare case)
    - the BAPI is not finishing succesfully. In this case, you always have to check the return table of the BAPI (BAPIRET2, or RETURN, etc...). In this table there is the error. Mostly it occurs due to incorrect customizing settings.
    Please check the return table of your BAPI, and you'll find out the problem.
    Regards
    Tamá

  • Need a badi or user exit which can trigger tr:AR31

    need a badi or user exit which can trigger tr:AR31 ,based on ANLA-AKTIV,ANLB-AFABG.AND COULD ANY ONE explain indetail

    There is no BADi for AR31 but you can use Exit:
    AINT0002                                Substitution of offsetting accounts in out- and inflow ...    
    AINT0003                                Defining percentage/amount of repayment by invest. support

  • Custom functionality to the telephony buttons which can trigger calls

    Hi everyone,
    I need to add a custom functionality to the telephony buttons which can trigger calls. This will be added to the telephony buttons consult, transfer, warm transfer, dial pad, conference.
    Any idea as to how to proceed with this?
    Thank you in advance.
    Binno Don Thomas

    Hi,
    The buttons are controlled by ToolBar profile in your webclinet profile.
    For creation of the toolbar profile go to
    SPRO >> Customer Relationship Management >> Interaction Center WebClient >> Basic Functions >> Communication Channels >> Define Toolbar Profiles
    If you want to create the button itself for use in the toolbar profile you can go to
    SPRO >> Customer Relationship Management >> Interaction Center WebClient >> Customer-Specific System Modifications >> Define Toolbar Buttons
    Hope this Helps.
    Regards,
    Rajiv

  • BAPI which can work for transaction BBPGETVD

    Hi
      I have to develop a program to replicate vendors from R/3 to SRM and create user id & password for them. Transaction BBPGETVD serves the purpose to replicate vendors, but I don't want to use BDC. Can anybody let me know whether any BAPI is available for this.
    Nilesh

    Hi
    You can refer to following set of BADIs..
    BBP_BADI_SUPP_MONI             Switch On Vendor Monitor                       
    BBP_BUHI_VD_CHECK              Vendor Hierarchy                               
    BBP_MS_USER_DELETE             Delete (Lock) Buyer or Vendor User in Marketset
    BBP_MS_VENDOR_CHANGE           Change Vendor TP in MarketSet                  
    BBP_MS_VENDOR_CREATE           Create Vendor TP in MarketSet                  
    BBP_MS_VENDOR_DELETE           Delete Vendor TP in MarketSet                  
    BBP_MS_VENUSR_CHANGE           Change Vendor User in MarketSet                
    BBP_MS_VENUSR_CREATE           Create Vendor User in MarketSet                
    BBP_SRM_USER_CHANGE            Change Buyer or Vendor Users                   
    BBP_VENDOR_CND                 Implementation for BBP_VENDOR                  
    Try out which one gets invoked once you create/change/delete a new vendor from R/3 system
    Regards
    - Atul

  • Want to create program which will trigger workflow with PDF attachement

    Hi Expert,
    I m new for work flow.
    I want to create abap program  which  trigger work flow with PDF attachment.
    Thanks in advanced.
    Regards,
    Laxman Sankhla.

    HI i have written code as per below.
    Now if i m running programe i m getting error  "Unable to create work item container
    (CL_SWF_RUN_WIM_FLOW->_IMPORT_CONTAINER) "
    CALL FUNCTION 'SCMS_XSTRING_TO_BINARY'
        EXPORTING
          BUFFER                = FP_FORMOUTPUT-PDF
        APPEND_TO_TABLE       = ' '
       IMPORTING
          OUTPUT_LENGTH         = ZVAR1
        TABLES
          BINARY_TAB            = IT_SOLIX_TAB.
      IF SY-SUBRC = 0 AND NOT IT_SOLIX_TAB[] IS INITIAL .
        SWC_SET_TABLE   CONTAINER 'IT_SOLIX_TAB'  IT_SOLIX_TAB.
        SWC_SET_ELEMENT CONTAINER 'ZVAR1' ZVAR1.
        SWC_SET_ELEMENT CONTAINER  'YBUS2012' OBJ.
        GV_INITIATOR = SY-UNAME.
        CALL FUNCTION 'SWW_WI_START_SIMPLE'
          EXPORTING
           CREATOR                            = GV_INITIATOR
          PRIORITY                           = SWFCO_NO_PRIO
            TASK                               = 'WS99900241'
           CALLED_IN_BACKGROUND               = 'X'
          TABLES
            AGENTS                             = IT_AGENTS
            WI_CONTAINER                       = CONTAINER.
        COMMIT WORK.
        IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        ENDIF.
    Thanks in advanced
    Laxman Sankhla.

  • Create event in GOS obj to trigger workflow while attaching data with GOS

    Hello experts,
    It is a little bit urgent.
    I have a scenario. We have to attach documents to SAP application using GOS. These documents can be edited also.
    Now second part is that when we attach the document or edit the document, the document should be send with the work item "when we attach the document".
    The first part of the scenario is completed and working fine. The second part of the scenario is causing problem. I have checked the various options but none of them are proving helpful.
    There is an option in GOS toolbar to send the documents through workflow but that also asks for the related workflow.
    I was trying to create an event for GOS object (Z object not a subtype of any other object) which can trigger the workflow automatically when the attachment are created and edited but can not go further with it as am not so strong in workflow. I ahve just created the event. Do I need to write some code for the event?
    I request you to kindly help me either in creating this event which will trigger the workflow (whole process) or any other method to do the same.
    Thank you all in advance.

    Hello Arghadip,
    Thank you for replying so early. The table point is very helpful but about the batch job I do not get it. I think the second option is good trigerring event on updation of table. But again I do not know how to do it as I have customized object so have to create the event from the scratch and that, sir, is my main problem.
    Kindly help.
    Thank you

  • Require a BAPI which will do VL02N posting,PGI and create an Invoice

    Hi Gurus,
    My Requirement:
    I will be getting an excel file from the legacy system which will provide me with the Delivery numbers whose Shipment has been confirmed.
    I need a BAPI which will post the picking in VL02N for those Deliveries and do the PGI. And post the PGI will create an Invoice through VF01.
    I know its a bit too much to ask for
    Is there any single BAPI which can do these activities (considering that this is a very standard SAP requirement for almost all organizations). Or do we need to use 2 or more BAPI's for the same. Please let me know !
    Many thanks in advance!

    You can use the following Bapi's for PGI:
    WS_DELIVERY_UPDATE
    BAPI_GOODSMVT_CREATE
    MB_CREATE_GOODS_MOVEMENT
    Thanks,
    Anuradha.

  • Need RFC which can post the Goods Receipt

    Hi,
    My scenario is to post the Goods receipt, by using file and after posting the Goods Receipt i want the acknowledgement whether it is successful or unsuccessful. There is an idoc MBGMCR02 which can post the Goods Receipt but application acknowledgement is not possible in file to idoc scenario, so now i am searching for a RFC so that i can handle this situation using BPM synchronous process. Kindly suggest any RFC or BAPI which can post the Goods Receipt.
    Thanks & Regards,
    Venkat

    Hi Venkat,
    As per my understanding this is a "File To (Inbound) Proxy" scenario, in which you can use the BAPI "SD_SHIPMENT_POST_GOODS_ISSUE" to do the PGI into R/3 system.
    To perform this, you can go-ahead with the steps as mentioned below:
    Source (XI) System:
    1. Create the source & target data type in XI.
    2. Do required mapping in XI.
    3. In configuration directory, use the adapter type "XI" on the receiver communication channel.
    Target (R/3) System:
    1. Call transaction "SPROXY".
    2. Create the interface class (double click on Inbound message Interface, inside your namespace in R/3).
    3. Inside the class (proxy), create an internal table to keep all the records which will be coming from XI after your mapping.
    4. Pass all the data to above create internal table.
    5. Now, call function module "SD_SHIPMENT_POST_GOODS_ISSUE" and pass all required data from ur internal table to this FM (BAPI).
    Note: Kindly read about this FM (BAPI) first in SE37 under "Function Module Documentation".
    6. Do commit work after calling the FM (BAPI).
    I hope this will help you to resolve all your queries.
    Regards,
    Sarvesh Singh

  • Deadline Monitor thru actions and trigger workflow

    I have a requirement when service ticket is created.After 5 days somesequence of process should happen through workflow.Now i have configured the start condition in Actions which should trigger workflow.
    Will there be no specific triggering  event for this workflow to trigger.As now the Action is green but no workflow is triggered.

    Hi
    in action in method you should raise event.
    this event next will trigger workflow.
    also check in tcode swetypv is you workflow connected with this event.
    Regards
    Radek

  • STD BAPI

    HI,
             NAME  SOME STD BAPI WHICH  ARE NORMALLY USED IN REAL TIME
    THANK YOU
    ASHOK KUMAR

    Hi Ashok,
    BAPI_TRANSACTION_COMMIT
    BAPI_TRANSACTION_ROLLBACK
    for view all the BAPI's ....
                                            Welcome to PlanetSAP.com       
    Function group                 Function group short text                                                
    Name of function module        Short text for function module                                           
                                   BAPIs f. BOR obj. BUS4003 (AddrContPart)                                 
    BAPI_CHARACT_GETLIST           BAPI for Characteristics - Find Name                                     
    0002                           Company Code Business Object                                             
    BAPI_CCODE_GET_FIRSTDAY_PERIOD For Company Code: First Day of Period                                    
    BAPI_CCODE_GET_LASTDAY_FYEAR   For Company Code: Last Day of Fiscal Year                                
    BAPI_COMPANYCODE_EXISTENCECHK  Check if Company Code Exists                                             
    BAPI_COMPANYCODE_GETDETAIL     Company Code Details                                                     
    BAPI_COMPANYCODE_GETLIST       List of Company Codes                                                    
    BAPI_COMPANYCODE_GET_PERIOD    For Company Code: Posting Date -> Period, Fiscal Year
    0003                           Business Area Business Object                                            
    BAPI_BUSINESSAREA_EXISTENCECHK Check if business area exists                                            
    BAPI_BUSINESSAREA_GETDETAIL    Business area details                                                    
    BAPI_BUSINESSAREA_GETLIST      List of business areas                                                   
    0004                           Business Object Controlling Area                                         
    BAPI_CONTROLLINGAREA_GETDETAIL List Detail Information for Controlling Area                             
    0004CORE                       Business Object: Controlling Area (Core)                                 
    BAPI_COAREA_GETPERIODLIMITS    Controlling Area: First and Last Day of a Period                         
    BAPI_COAREA_GET_RELATED_CCODES Determine Company Codes Assigned to one Controlling Area                 
    BAPI_CONTROLLINGAREA_FIND      Derive Controlling Area from Company Code                                
    BAPI_CONTROLLINGAREA_GETLIST   Output List of Controlling Areas                                         
    BAPI_CONTROLLINGAREA_GETPERIOD For Controlling Area: Posting Date -> Period, Fiscal Year
    0006                           Sales organization                                                       
    BAPI_SALESGROUP_GET_DETAIL     Sales Group: Display Name                                                
    BAPI_SALESOFFICE_GET_DETAIL    Sales Office: Display Name                                               
    BAPI_SALESOFFICE_GRP_EXIST     Sales Office / Sales Group: Existence Check                              
    BAPI_SALESORG_EXIST            Sales Organization: Existence Check                                      
    BAPI_SALESORG_GET_DETAIL       Sales Organization: Display Data                                         
    BAPI_SALESORG_OFFICE_EXIST     Sales Organization / Sales Office: Existence Check                       
    0012                           Business Object BUS0012 (Cost Center)                                    
    BAPI_COSTCENTER_CREATEMULTIPLE Create One or More Cost Centers                                          
    BAPI_COSTCENTER_GETDETAIL      Detailed Information About Cost Center For Key Date                      
    BAPI_COSTCENTER_GETDETAIL1     Detail Information for Cost Center on Key Date (1)                       
    BAPI_COSTCENTER_GETLIST        List of Cost Centers Using Selection Criteria                            
    BAPI_COSTCENTER_GETLIST1       List of Cost Centers for Selection Criteria (1)                          
    BAPI_CTR_GETACTALLOCATIONTYPES Checks Which IST-ILV Types are Possible According to Activity Type Categ.
    BAPI_CTR_GETACTIVITYPRICES     Read prices for cost center/activity type according to selection         
    BAPI_CTR_GETACTIVITYQUANTITIES Rad plan activity/capacity/scheduled activity for cost center/acty type  
    BAPI_CTR_GETACTIVITYTYPES      List of cost centers / activity types with control information           
    0014                           Company Business Object                                                  
    BAPI_COMPANY_EXISTENCECHECK    Check if company exists                                                  
    BAPI_COMPANY_GETDETAIL         Company details                                                          
    BAPI_COMPANY_GETLIST           List of companies                                                        
    0015                           Profit Center BAPI                                                       
    BAPI_PROFITCENTER_CHANGE       Change Profit Center                                                     
    BAPI_PROFITCENTER_CREATE       Create Profit Center                                                     
    BAPI_PROFITCENTER_GETDETAIL    Display Profit Center Master Data                                        
    BAPI_PROFITCENTER_GETLIST      Display List of Profit Centers                                           
    0023                           Functional Area Business Object                                          
    BAPI_FUNC_AREA_EXISTENCECHECK  Check if functional area exists                                          
    BAPI_FUNC_AREA_GETDETAIL       Functional area details                                                  
    BAPI_FUNC_AREA_GETLIST         List of functional areas                                                 
    0PBAPI0105                     Bapis for infotype 0105                                                  
    BAPI_EMPLCOMM_CHANGE           Change communication                                                     
    BAPI_EMPLCOMM_CREATE           Create communication                                                     
    BAPI_EMPLCOMM_CREATESUCCESSOR  Create subsequent communication record                                   
    BAPI_EMPLCOMM_DELETE           Delete communication                                                     
    BAPI_EMPLCOMM_DELIMIT          Delimit communications                                                   
    BAPI_EMPLCOMM_GETDETAIL        Read communication                                                       
    BAPI_EMPLCOMM_GETDETAILEDLIST  Communication: Read instances with data                                  
    BAPI_EMPLCOMM_GETLIST          Read communication                                                       
    1001                           BAPIs for Business Object RetailMaterial                                 
    BAPI_MATERIAL_MAINTAINDATA_RT  Create and Change Material Master Data (Retail)                          
    1001DIA                        Dialog APIs for Business Object Material                                 
    BAPI_MATERIAL_DELETE           Flag Material for Deletion                                               
    BAPI_MATERIAL_DISPLAY          Display Material                                                         
    BAPI_MATERIAL_EDIT             Change Material                                                          
    BAPI_RETAILMATERIAL_CREATE     Create Material                                                          
    BAPI_RETAILMATERIAL_DELETE     Discontinue Material                                                     
    BAPI_STANDARDMATERIAL_CREATE   Create/Extend Material                                                   
    1001UEB                        BAPIs for Creating/Changing Matl Data                                    
    BAPI_MATERIAL_SAVEDATA         Create and Change Material Master Data                                   
    1006                           Business partner                                                         
    BAPI_PAR_EMPLOYEE_CHANGEPASSWO Change contact person's password                                         
    BAPI_PAR_EMPLOYEE_CHECKEXISTEN Check contact person's number                                            
    BAPI_PAR_EMPLOYEE_CHECKPASSWOR Check contact person's password                                          
    BAPI_PAR_EMPLOYEE_CREATE_PW_RE Create entry for contact person's password                               
    BAPI_PAR_EMPLOYEE_DELETE_PW_RE Delete entry for contact person's password                               
    BAPI_PAR_EMPLOYEE_GET_PW_REG   Read entry for contact person's password                                 
    BAPI_PAR_EMPLOYEE_INITPASSWORD Initialize contact person's password                                     
    1007                           Customer business object                                                 
    BAPI_DEBTOR_CHANGEPASSWORD     Change Customer Password                                                 
    BAPI_DEBTOR_CHECKPASSWORD      Check Customer Password                                                  
    BAPI_DEBTOR_CREATE_PW_REG      Create Entry for Customer Password                                       
    BAPI_DEBTOR_DELETE_PW_REG      Delete Customer Password Entry                                           
    BAPI_DEBTOR_EXISTENCECHECK     Check Customer Existence                                                 
    BAPI_DEBTOR_FIND               Customer Matchcode                                                       
    BAPI_DEBTOR_GETDETAIL          Customer Detail Information                                              
    BAPI_DEBTOR_GET_PW_REG         Read Entry for Customer Password                                         
    BAPI_DEBTOR_INITPASSWORD       Initialize Customer Password                                             
    1008                           Vendor business object                                                   
    BAPI_CREDITOR_CHANGEPASSWORD   Change Vendor Password                                                   
    BAPI_CREDITOR_CHECKPASSWORD    Check Vendor Password                                                    
    BAPI_CREDITOR_CREATE_PW_REG    Create Entry for Vendor Password                                         
    BAPI_CREDITOR_DELETE_PW_REG    Delete Entry for Vendor Password                                         
    BAPI_CREDITOR_EXISTENCECHECK   Check Existence of Vendor                                                
    BAPI_CREDITOR_FIND             Vendor matchcode                                                         
    BAPI_CREDITOR_GETDETAIL        Vendor Details                                                           
    BAPI_CREDITOR_GET_PW_REG       Read entry for vendor password                                           
    BAPI_CREDITOR_INITPASSWORD     Initialize Vendor Password                                               
    1010                           Customer credit account business object                                  
    BAPI_CREDIT_ACCOUNT_GET_STATUS Determine Credit Status of Credit Account                                
    BAPI_CREDIT_ACCOUNT_REP_STATUS Receive Credit Management Account Status and Send to Database            
    BAPI_CR_ACC_GETDETAIL          BAPI/BUS1010: Determine Master Record Data                               
    BAPI_CR_ACC_GETHIGHESTDUNNINGL BAPI/BUS1010: Determine Highest Dunning Level                            
    BAPI_CR_ACC_GETOLDESTOPENITEM  BAPI/BUS1010: Determine Oldest Open Item                                 
    BAPI_CR_ACC_GETOPENITEMSSTRUCT BAPI/BUS1010: Determine OI Structure                                     
    1021                           Spec.Purpose Ledger BUS1021                                              
    BAPI_SL_GETTOTALRECORDS        Special Purpose Ledger: Select totals records for accounts               
    1022                           BAPIs for BUS1022 (Fixed asset)                                          
    BAPI_FIXEDASSET_CHANGE         Changes an Asset                                                         
    BAPI_FIXEDASSET_CREATE         Creates an Asset                                                         
    BAPI_FIXEDASSET_CREATE1        Creates an Asset                                                         
    BAPI_FIXEDASSET_GETDETAIL      Display Detailed Information on a Fixed Asset                            
    BAPI_FIXEDASSET_GETLIST        Information on Selected Assets                                           
    BAPI_FIXEDASSET_OVRTAKE_CREATE BAPI for Legacy Data Transfer                                            
    1024                           Business Object ConsUnit                                                 
    BAPI_CONSUNIT_GETCURRENCY      Procure Reporting Currency                                               
    BAPI_CONSUNIT_GETLIST           Display Consolidation Units                                             
    1025                           Business Object ConsChartOfAccts                                         
    BAPI_CONSCHARTOFACCTS_GETITEMS  Display Financial Statement Items                                       
    BAPI_CONSCHARTOFACCTS_GETLIST   Display Consolidation Charts of Accounts                                
    1026                           Business Object ConsLedger                                               
    BAPI_CONSLEDGER_GETEQUITY      Display Changes in Investee Equity                                       
    BAPI_CONSLEDGER_GETINVESTMENT  Display Changes in Investments                                           
    BAPI_CONSLEDGER_GETTOTALS      Display Totals Records                                                   
    1027                           Business Object ConsGroup                                                
    BAPI_CONSGROUP_GETCONSUNITS    BAPI - Consolidation Group - Get Consolidation Units                     
    BAPI_CONSGROUP_GETLIST         Display Consolidation Groups                                             
    1028                           Business Object General Ledger                                           
    BAPI_GLX_GETDOCITEMS           Line item of document for ledger with summary table GLFLEXT              
    BAPI_GL_GETGLACCBALANCE        Closing balance of G/L account for chosen year                           
    BAPI_GL_GETGLACCCURRENTBALANCE Closing balance of G/L account for current year                          
    BAPI_GL_GETGLACCPERIODBALANCES Posting period balances for each G/L account                             
    1030                           Business Object BUS1030 (Cost Element)                                   
    BAPI_COSTELEM_CREATEMULTIPLE   Create One or More Cost Elements                                         
    BAPI_COSTELEM_GETDETAIL        Detail Information for Cost Element on Key Date                          
    BAPI_COSTELEM_GETLIST          List of Cost Elements for Selection Criteria                             
    1031                           Business Object BUS1031 (Activity Type)                                  
    BAPI_ACTIVITYTYPE_GETDETAIL    Detail Information for Activity Type on Key Date                         
    BAPI_ACTIVITYTYPE_GETLIST      List of Activity Types Using Selection Criteria                          
    BAPI_ACTIVITYTYPE_GETPRICES    Output Activity Prices for Activity Types on Key Date                    
    BAPI_ACTTYPE_CREATEMULTIPLE    Create One or More Activity Types                                        
    1036                           Business Object BUS1036 Business Process                                 
    BAPI_PROCESS_CREATEMULTIPLE    Create one or more business processes                                    
    BAPI_PROCESS_GETACTALLOCTYPES  Checks Which IST-ILV Types are Possible According to Activity Type Categ.
    BAPI_PROCESS_GETDETAIL         Detail information for business process on key date                      
    BAPI_PROCESS_GETLIST           List of business processes per selection conditions                      
    BAPI_PROCESS_SAVE_REPLICA      Replicate individual business process (ALE)                              
    BAPI_PROCESS_SETSTRUCTURE      Enter template in business process master data                           
    1037                           Business object BUS1037                                                  
    BAPI_BPCONTACT_ADD_TO_ASGN     BAPI Partner Sales Activity AddToAssigned                                
    BAPI_BPCONTACT_CHANGE          BAPI Change Partner Sales Activity                                       
    BAPI_BPCONTACT_CREATEFROMDATA  BAPI Partner Sales Activity Create from Data                             
    BAPI_BPCONTACT_CREATEWITHDIA   BAPI Partner Sales Activity - Create from Data Dialog                    
    BAPI_BPCONTACT_DELETE          BAPI Delete Partner Sales Activity                                       
    BAPI_BPCONTACT_GETDETAIL       BAPI Partner Sales Activity - Get Details                                
    BAPI_BPCONTACT_GETLIST         BAPI Partner Sales Activity - Get List                                   
    BAPI_BPCONTACT_REMOVEFROM_ASGN BAPI Partner Sales Activity RemoveFromAssigned                           
    BAPI_BPCONTACT_REPLICATE       BAPI Partner Sales Activity Replicate                                    
    BAPI_BPCONTACT_REPLICATECHANGE BAPI Partner Sales Activity Replicate Changed Objects                    
    BAPI_BPCONTACT_SAVEFROMMEMORY  BAPI Partner Sales Activity - Save from Memory                           
    BAPI_BPCONTACT_SETTOACTIVE     BAPI Partner Sales Activity - Set simulated to active                    
    1057                           Business Object Investment Program                                       
    BAPI_INVPROGRAM_CHECKEXISTENCE Check Existence (of Sub-Tree) of Program                                 
    BAPI_INVPROGRAM_GET_LEAVES     Output End Nodes of an Investment Program                                
    BAPI_INVPROGRAM_GET_REQUESTS   Output Appropriation Requests and End Nodes of an Investment Program     
    BAPI_INVPROGRAM_SAVE_ENTITIES  Save Assigned Entities in Summarization Database                         
    BAPI_INVPROGRAM_SAVE_VALUES    Save Summarized Values in Summarization Database                         
    BAPI_INVPROGRAM_SELRE_ENTITIES Select Assigned Entities and Replicate Them in Summarization DB          
    BAPI_INVPROGRAM_SELRE_VALUES   Select Values, Summarize Them and Replicate in Summarization DB          
    1065                           Business Object Employee                                                 
    BAPI_EMPLOYEET_CHANGEPASSWORD  Change employee password                                                 
    BAPI_EMPLOYEET_CHECKPASSWORD   Check employee password                                                  
    BAPI_EMPLOYEET_CREATE_PW_REG   Create entry for employee password                                       
    BAPI_EMPLOYEET_DELETE_PW_REG   Delete entry for employee password                                       
    BAPI_EMPLOYEET_DEQUEUE         Unlock employee                                                          
    BAPI_EMPLOYEET_ENQUEUE         Lock employee                                                            
    BAPI_EMPLOYEET_GET_PW_REG      Read entry for employee password                                         
    BAPI_EMPLOYEET_INITPASSWORD    Initialize employee password                                             
    BAPI_EMPLOYEE_CHANGEPASSWORD   Change employee password                                                 
    BAPI_EMPLOYEE_CHECKEXISTENCE   Check employee existence                                                 
    BAPI_EMPLOYEE_CHECKPASSWORD    Check employee password                                                  
    BAPI_EMPLOYEE_CREATE_PW_REG    Create entry for employee password                                       
    BAPI_EMPLOYEE_DELETE_PW_REG    Delete entry for employee password                                       
    BAPI_EMPLOYEE_DEQUEUE          Unlock employee                                                          
    BAPI_EMPLOYEE_ENQUEUE          Lock employee                                                            
    BAPI_EMPLOYEE_GETDATA_OLD      No Longer Used -> Function group RH65
    BAPI_EMPLOYEE_GET_PW_REG       Read entry for employee password                                         
    BAPI_EMPLOYEE_INITPASSWORD     Initialize employee password                                             
    1069                           Business object 1069 (retail site)                                       
    BAPI_RETAILSITE_GETDEPARTMENTS Determine departments of a plant (including description)                 
    BAPI_RETAILSITE_GETMATGROUPS   Material groups for a plant (retail plant) incl. description             
    1070                           Business Object Assortment                                               
    BAPI_ASSORTMENT_MAINTAINDATA   Maintenance of Assortments                                               
    1071                           Prod. cat: BAPIs                                                         
    BAPI_ADV_MED_GET_ITEMS         Read Product Catalog Items                                               
    BAPI_ADV_MED_GET_LAYOBJ_DESCR  Read Long Text for Layout Area or Layout Area Item                       
    BAPI_ADV_MED_GET_LAYOBJ_DOCS   Read Documents for a Layout Area or a Layout Area Item                   
    BAPI_ADV_MED_GET_LAYOUT        Read Product Catalog Layout                                              
    BAPI_ADV_MED_GET_LIST          Read Product Catalog List                                                
    BAPI_ADV_MED_GET_PRICES        Read Product Catalog Item Prices                                         
    BAPI_ADV_MED_GET_SALES_AREA    Read Sales Area for a Product Catalog                                    
    BAPI_ADV_MED_GET_VARIANT_LIST  Read Product Catalog Variants                                            
    BAPI_PRODCAT_GETITEM           Read Individual Product Catalog Item                                     
    BAPI_PRODCAT_GETPRICES         Read Product Catalog Item Prices                                         
    BAPI_PRODCAT_GET_DETAIL        Read Header Data for a Product Catalog                                   
    BAPI_PRODCAT_REPLICATEHEAD     Replicate Basic and Structure Data of a Product Catalog (ALE Outbound)   
    BAPI_PRODCAT_REPLICATEITEMS    Replicate Item Data of a Product Catalog (ALE Outbound)                  
    BAPI_PRODCAT_SAVEHEADREPLICA   Replicate Basic and Structure Data of a Product Catalog (ALE Inbound)    
    BAPI_PRODCAT_SAVEITEMSREPLICA  Replicate Item Data of a Product Catalog (ALE Inbound)                   
    1076                           Business Object 1076 (Financial product)                                 
    BAPI_FP_CHANGE                 Change Security                                                          
    BAPI_FP_CREATEFROMDATA         Create Security                                                          
    BAPI_FP_GETDETAIL              Read Security Detailed Data                                              
    BAPI_FP_GETLIST                Read Security List                                                       
    1078                           DG-Mat: Business object dangerous good                                   
    BAPI_DANGEROUSGOOD_REPLICATE   Dangerous goods: Request instances                                       
    BAPI_DANGEROUSGOOD_SAVREPMUL   Dangerous goods: Save replicated instances                               
    1079                           BAPIs for General Cost Object/Cost Obj                                   
    BAPI_COSTOBJECT_GETDETAIL      Determine Details for a General Cost Object                              
    BAPI_COSTOBJECT_GETLIST        Determine General Cost Objects for a Controlling Area                    
    1120                           Business Object ConsDimension                                            
    BAPI_CONSDIMENSION_GETLIST     Display Dimensions                                                       
    1121                           Business Object ConsSubitemCategory                                      
    BAPI_CONSSUBITEMCATEGORY_LIST  Display Subitem Categories                                               
    BAPI_CONSSUBITEMCATEGORY_SITEM Display Subitems                                                         
    1122                           Business Object ConsDocumentType                                         
    BAPI_CONSDOCUMENTTYPE_GETADJ   Display Document Types for the Entry                                     
    BAPI_CONSDOCUMENTTYPE_GETLIST  Display Document Types                                                   
    1137                           Business Object 1137 BusProcStructureCO                                  
    BAPI_BUSPROCSTRUCTURECO_CREATE BAPI for Creating Fixed Process Structures for Business Processes        
    1138                           Business Object BUS1138 (Stat. Key Fig.)                                 
    BAPI_KEYFIGURE_CREATEMULTIPLE  Create One or More Statistical Key Figures                               
    BAPI_KEYFIGURE_GETDETAIL       Detail Information for Statistical Key Figure on Key Date                
    BAPI_KEYFIGURE_GETLIST         List of Stat. Key Figures for Selection Criteria                         
    1139                           CO Resources: Business Object                                            
    BAPI_RESOURCECO_SAVE_REPLICA   Replicate individual CO resources (ALE)                                  
    1157                           Function Module for BUS1157                                              
    BAPI_EXPENDITUREPROGDEF_CHANGE Change Inv. Program Definition                                           
    BAPI_EXPENDITUREPROGDEF_CREATE Create Inv. Program Definition                                           
    BAPI_EXPENDITUREPROGDEF_EXCHK  Check Existence of Program Definition                                    
    BAPI_EXPENDITUREPROGDEF_GETDTL Display Detail List for Program Definition                               
    BAPI_EXPENDITUREPROGDEF_GTLIST Display Existing Program Definitions                                     
    BAPI_EXPENDITUREPROGDEF_SAVER  Method 'SaveReplica' for ExpenditureProgDef                              
    1158                           Function Module for BUS1158                                              
    BAPI_EXPENDITUREPROGTREE_CHG   Change Program Sub-Tree                                                  
    BAPI_EXPENDITUREPROGTREE_CHVAL Change Budget/Plan Values on the Positions of a Program Sub-Tree         
    BAPI_EXPENDITUREPROGTREE_CREAT Create Program Sub-Tree                                                  
    BAPI_EXPENDITUREPROGTREE_DEL   Delete Program Sub-Tree                                                  
    BAPI_EXPENDITUREPROGTREE_DLVAL Method 'DeleteValues' for ExpenditureProgTree                            
    BAPI_EXPENDITUREPROGTREE_EXCHK Check Program Sub-Tree                                                   
    BAPI_EXPENDITUREPROGTREE_GDVAL Determine Values for Program Sub-Tree                                    
    BAPI_EXPENDITUREPROGTREE_GTDTL Call Information on Program Sub-Tree                                     
    BAPI_EXPENDITUREPROGTREE_GTSTA Return System or User Status                                             
    BAPI_EXPENDITUREPROGTREE_REASS Reassign Program Sub-Tree                                                
    BAPI_EXPENDITUREPROGTREE_STSTA Change System or User Status of Positions of Program Sub-Tree            
    BAPI_EXPENDITUREPROGTREE_SVRP  Method 'SaveReplica' for ExpenditureProgTree'                            
    BAPI_EXPENDITUREPROGTREE_SVRPV Method 'SaveReplicaValues' for ExpenditureProgTree                       
    1171                           All Methods for PriceCatalog Object                                      
    BAPI_PRICECATALOGUE_EXISTCHECK FM for ExistenceCheck method of BO PriceCatalogue                        
    BAPI_PRICECATALOGUE_GETDETAIL  FM for GetDetail method of BO PriceCatalogue                             
    BAPI_PRICECATALOGUE_SAVREPLICA Store Price Catalog Instance                                             
    2001                           BAPIs project definition                                                 
    BAPI_PROJECTDEF_CREATE         Create Project Definition                                                
    BAPI_PROJECTDEF_EXISTENCECHECK Check whether a project definition exists                                
    BAPI_PROJECTDEF_GETDETAIL      Read detailed information for the project definition                     
    BAPI_PROJECTDEF_GETLIST        Returns a container of project definitions                               
    BAPI_PROJECTDEF_UPDATE         Change Project Definition                                                
    2002                           BAPIs network                                                            
    BAPI_NETWORK_EXISTENCECHECK    Check whether network exists                                             
    BAPI_NETWORK_GETDETAIL         Read detailed information for network (including all objects)            
    BAPI_NETWORK_GETINFO           Read detailed information for networks (including all objects)           
    BAPI_NETWORK_GETLIST           Returns a container of network numbers                                   
    BAPI_NETWORK_MAINTAIN          Edit networks (incl. all objects)                                        
    2004                           BAPI Planned Order Processing                                            
    BAPI_PLANNEDORDER_CHANGE       Change planned order                                                     
    BAPI_PLANNEDORDER_CREATE       Create planned order                                                     
    BAPI_PLANNEDORDER_DELETE       Delete planned order                                                     
    BAPI_PLANNEDORDER_EXIST_CHECK  Planned order existence check                                            
    BAPI_PLANNEDORDER_GET_DETAIL   Get details for planned order                                            
    BAPI_PLANNEDORDER_GET_DET_LIST Get detailed planned order list                                          
    2027                           Business Object 2027: Material Reval.                                    
    BAPI_M_REVAL_CREATEPRICECHANGE BAPI: Material Revaluation - Generate Price Change                       
    BAPI_M_REVAL_GETDETAIL         BAPI: Material Revaluation - Output Document                             
    2030                           Business Object Inquiry                                                  
    BAPI_CUSTOMERINQUIRY_CHANGE    Change Customer Inquiry                                                  
    BAPI_INQUIRY_CREATEFROMDATA    Customer inquiry: Create customer inquiry                                
    BAPI_INQUIRY_CREATEFROMDATA2   Customer Inquiry: Create Customer Inquiry                                
    2031                           Business Object Quotation                                                
    BAPI_CUSTOMERQUOTATION_CHANGE  Change Customer Quotation                                                
    BAPI_QUOTATION_CREATEFROMDATA  Customer quotation: Create customer quotation                            
    BAPI_QUOTATION_CREATEFROMDATA2 Customer Quotation: Create Customer Quo

  • Workflow API which can be used to avoid sending notification to user

    Hi Folks,
    We want Workflow API which can be used to avoid sending notification to user for particular type of error.
    Say we are using following API which are used to send notification to mailbox as soon as program run into error.
    wf_core.context(c_v_package_name
    ,c_v_func_name2
    ,p_event.getEventName()
    ,c_v_task_id_prompt||l_n_task_id
    ,l_v_msg_data);
    wf_event.seterrorinfo(p_event, c_v_result_error);
    Now we want to restrict certain type of error to send as a notification however we want to keep this record in wf_notifications table for further investigation.
    Thanks and Regards,
    Javed Khan

    Matt,
    It looks like another person had a similar question before, see the following thread:
    https://supportforums.cisco.com/discussion/9697836/can-use-axl-or-other-api-get-calls-progress
    Also, according to the comments seen on that post, I was able to find the JTAPI developers guide, see more information below:
    http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cucm/jtapi_dev/8_6_1/jtapidevguide/overview.html
    If this still does not satisfy your question then, the best you can do is post this inquiry on the Cisco Developer Network on the following link:
    https://developer.cisco.com/site/devnet/home/index.gsp
    Hope this information helps,
    Marco Rojas.

  • How can i trigger workflow from report

    hi i create one report and workflow. i want to trigger workflow from report, how can i do this one, please send me any code you have.
    Thanks & Regards
    Sankar

    Hi Sankar,
    There is another sample code...
       REPORT ZRGEVTCR.
    INCLUDE <CNTN01>.
    DATA: OBJKEY  LIKE SWEINSTCOU-OBJKEY,
          EVENTID LIKE SWEDUMEVID-EVTID.
    DATA: BEGIN OF EVENT_CONTAINER OCCURS 0.
            INCLUDE STRUCTURE SWCONT.
    DATA: END OF EVENT_CONTAINER.
    PARAMETERS:
      OBJTYPE  LIKE SWETYPECOU-OBJTYPE DEFAULT 'ZRGMARA',
      MATERIAL LIKE MARA-MATNR,
      EVENT    LIKE SWETYPECOU-EVENT   DEFAULT 'CREATED',
      VOLEH    LIKE MARA-VOLEH,
      LED      LIKE SY-DATUM           DEFAULT '19971231'.
    OBJKEY = MATERIAL.
    CLEAR EVENT_CONTAINER. REFRESH EVENT_CONTAINER.
    set input parameters for CREATED event.
    remark: to be more general, we had to use fm SWO_QUERY_PARAMETERS
    IF EVENT EQ 'CREATED'.
      SWC_SET_ELEMENT EVENT_CONTAINER 'LatestChangeDate' LED.
      SWC_SET_ELEMENT EVENT_CONTAINER 'VolumeUnit' VOLEH.
    ENDIF.
    CALL FUNCTION 'SWE_EVENT_CREATE'
         EXPORTING
              OBJTYPE           = OBJTYPE
              OBJKEY            = OBJKEY
              EVENT             = EVENT
         IMPORTING
              EVENT_ID          = EVENTID
         TABLES
              EVENT_CONTAINER   = EVENT_CONTAINER
         EXCEPTIONS
              OBJTYPE_NOT_FOUND = 1.
    IF SY-SUBRC NE 0.
      WRITE : / 'Object type', OBJTYPE, 'not found in object repository'.
    ELSE.
      IF EVENTID NE 0.
        WRITE : / 'At least one receiver was found'.
        COMMIT WORK.
      ELSE.
        WRITE : / 'No receivers found'.
      ENDIF.
    ENDIF.
    Hope this will help you to solve your problem that how to trigger workflow from the report.
    Thanks,
    Pramod

Maybe you are looking for

  • I am unable to get my Logitech T620 touch mouse to scroll horizontally in Photoshop CS6

    I am unable to get my T620 touch mouse to scroll horizontally in Photoshop CS6. Any suggestions on how to enable this? The bar at the bottom of the document moves left/right as I scroll, but the screen doesn't. I am using a T620 touch mouse on Window

  • Sender JMS Error

    Hi I have to pick up message from WMS (MQ Series), and I have set up JMS adapter, it is showing me message as 'Sucessfully connected to destination 'queue://DTA.WMS.VIC_PRCONF.IN?CCSID=819&targetCleint=1' But it is not picking up any message from the

  • Posting from CO to FI

    Hi We have 6 company codes,where users authorizations set up based on the company code,but i have issue where when ever the user doing settlement in IO they are able to make postings to other company code,that means from controlling they are able to

  • Links to internal functions

    The following tutorial works fine for static html that is hard coded into the tag http://www.xllusion.net/ed/2010/04/26/flex-4-richeditabletexttlf-link-example/comment-page -1/#comment-2057 but I need my text to be bindable and dynamic loading someti

  • Number of computers covered by a licence

    How many computers does 1 adobe pro licence cover? Can they access the adobe pro independently or does one have to wait until the other has logged out?