Need RFC/BAPI to Create Requisition,Position, Hiring an Employee

Hi,
I need RFC/BAPI to Create Requisition,Position,Hiring an Employee.
Regards,
R.Ragu

Hi,
For creation of a Posiotn you can use FM 'RH_OBJECT_CREATE'.

Similar Messages

  • Need     RFC/BAPI    to create Delivery Order  with respect to  Sales Order

    Hi Gurus ,I'm   new  to  AB AP  Language   to be  working  in company
    so  can anyone  tel  me   FM/BAPI   to create  Delivery  order  with respect to  sales order(va01,vl01n)
    Any  sugg.. will appreciate  u.........
    Thanks in Advance...........

    Hi,
        Try this BAPI
    BAPI_SALESORDER_CONFIRMDELVRY
    Regards
    Bala Krishna

  • BAPI to create a position?

    Hi Guys,
        Is there any BAPI/FM to create a position, relationships, vacancy and account assignment feature. And it should return the newly created position number.
    Thanks
    Edited by: Vin143 on Feb 10, 2010 8:52 PM

    Donnie, I entered these values in HRIQ_BAPI_INFTY_INSERT:
    IV_PLVAR = 01
    IV_OBJID = None (as I want it to be internal number range)
    IV_BEGDA = 02/10/2010
    IV_ENDDA = 12/31/9999
    IV_OTYPE = S
    IV_INFTY = 1000 and left other fields blank. When I am executing, getting a runtime error. Can you check whether I entered right values and what other fields I need to enter? Does this return the positions no. created?
    Thanks.
    Edited by: Vin143 on Feb 10, 2010 9:49 PM

  • BAPI to create/change position?

    Dear Experts,
    Is there any standard BAPI / RFC to create / change position in Organizational Management?
    Pls let me know.
    Thanks

    HRIQ_BAPI_INFTY_INSERT
    or
    FM RHOM_CREATE_OBJECTS

  • Need a Bapi to Create a purchase order

    Hi experts,
    Is there a Bapi, to create a 'Purchase Order' from an existing Purchasing document no. marked for deletion.
    Thanks in advance ,
    Hrashit Rungta

    Hi Experts,
    I have used BAPI_PO_CREATE1 to create a purchase order .
    I have successfully created a purchase order when i use this BAPI directly through SE37 ,
    supplying the required inputs.
    But now i am calling  this BAPI inside a program,
    Supplying the same inputs as earlier.
    Buit i am not able to generate a PO.
    I am getting the messages in the Return Table as :|Please enter items first
                                                                                    No instance of object type PurchaseOrder has been created. External referen
                                                                                    Document contains no items
    Can someone suggest What input am i missing ?
    Thanks in advance,
    Harshit Rungta

  • Need Standard BAPI To Create Opportunity in SAP Using Java Connector.

    Hi All,
         What is the standard BAPI to create an opportunity in SAP CRM through Java Connector.
    Please share code if available for doing same. I have found BAPI_OPPORTUNITY_CREATE_MULTI .
    How to create opportunity in SAP through java connector using BAPI_OPPORTUNITY_CREATE_MULTI .

    Hi,
    I think you can search for it or you can create a thread at ABAP section.

  • Need RFCs to call to update Position attributes....

    Hi,
       We have a custom ISR scenarios installed. We're trying to take these 3 changes
    1) Update title of an Unoccupied  Position
    2) Update cost center of an Unoccupied Postion
    3) Make an Unoccupied Position Vacant
    We're trying to identify RFCs we can call from the ESS JAva Webdynpro ISR application when the user submits these 3 changes from the web.
    Currently they work using the standard ISR process, 1 up approval, shared services executed the transaction in their inbox,
    Can anyone please help me with some standard RFC's I would use for these changes...
    Ideally the RFC would get the data for the position infotype 1000 from teh system for the id passed in, change the 1 field title and then call the standard RFC to update the infotype for position,
    Thanks,
    Venkatesh

    Dear Darshan,
                   i have seen some updates in this forum , so i would request you to please
    help on the RFC,
    I have custom infotype 9004 with the fullowing custom fields ZNOTENROLED,ZEMPLOYEE1,zEMPLSPCHLD1,ZEMPCHLOTH through PM01  
    and now we want this custom infotype fields has to be shown on the
    portal, for that i have written a RFC ,
    however iam not able to get correct picture they portal team has asked me to create remote enabled function module.
    i have created the function module.
    he qustion is i have already created the strucutre through infotype creation(PM01)
    the following fields ZNOTENROLED,ZEMPLOYEE1,zEMPLSPCHLD1,ZEMPCHLOTH. for my structure (P9004).
    so as per you i have created one more structure with 5 fields ZNOTENROLED,ZEMPLOYEE1,zEMPLSPCHLD1,ZEMPCHLOTH.
    so could you please let me know the code which i written in RFC should be enough to populate in portal or could you please give me sample  code in this regard .
    this is the code i have written in the RFC.
    import parameters:
    EMPLOYEENUMBER     LIKE     P9004-PERNR                         
    BEGINDATE     LIKE     P9004-BEGDA     '18000101'
    ENDDATE                     LIKE     P9004-ENDDA     '99991231'
    NOTENROLEDINSUR     LIKE     P9004-ZNOTENROLED     ' '
    EMPLOYEEINSUR     LIKE     P9004-ZEMPLOYEE1     ' '
    EMPLSPOUINSUR     LIKE     P9004-ZEMPLSPCHLD1     ' '
    EMPLCHILD1INSUR     LIKE     P9004-ZEMPCHLD1     ' '
    EMPLCHILDOINSUR     LIKE     P9004-ZEMPCHLOTH     ' '
    Export Parameters:
    RETURN     LIKE     BAPIRETURN1
    RESULTTAB     LIKE     ZINSUR_MED
    in zinsur_med custom table i have following fields ZNOTENROLED,ZEMPLOYEE1,zEMPLSPCHLD1,ZEMPCHLOTH.
    Source code is as follows :
    call function 'BAPI_EMPLOYEE_ENQUEUE'
        exporting
          number = employeenumber.
      call function 'HR_INFOTYPE_OPERATION'
           exporting
                infty          = '9004'
                number         = employeenumber
               subtype        = subtype
               objectid       = objectid
               lockindicator  = lockindicator
                validityend    = enddate
                validitybegin  = begindate
               recordnumber   = recordnumber
                record         = p9004
                operation      = 'INS'  "change
                nocommit       = ' '       " nocommit
           importing
                return         = return
           exceptions
                others         = 0.
    *deque
      call function 'BAPI_EMPLOYEE_DEQUEUE'
        exporting
          number = employeenumber.
    Now how to export the data into the export parameter RESULTTAB.
    Regards
    syamla

  • Need a bapi which creates and assigns notification to maintenance order

    Hi,
       I am currently using a bapi "BAPI_ALM_ORDER_MAINTAIN" in PM  to create an order with its operations. Now my requirement is to create and assign a notification to certain types of orders. This bapi is not able to handle notifications.
    Thanks
    Pradeep

    Hi Karthikeyan,
    Since this issue is resolved long back I don't remember everything related to it. But as far as I remember, the behavior of transaction IW32 is such that, while saving the work order, it cross checks with table T350. If field "NOTDAT" in T350 is checked for that order type  then it automatically creates a notification and assigns to that order. I just made use of this behavior and used BDC approach to solve this issue.
    Hope the things are clear.
    Regards,
    Pradeep.

  • Need Bapi to create maintenance order

    Hi All,
    I need a BAPI to create maintenance order in PM module.
    i checked before posting the i did not get suitable BAPI .
    please help...
    Thanks,
    Santhosh

    BAPI_ALM_ORDER_MAINTAIN

  • Creating new Positions using RH_CREATE_POSITIONS?

    Hi
    I tried to use the RFC rh_create_positions to create new positions using C#. But
    i get an error:"Screen output without connection to user".
    Well is there any work around for it or is there any other RFC/BAPI i can use to create positions under an org unit.
    any suggestions are welcome!!!!!
    thanks

    Yes, the BAPI doesn't create the position ID.  You need three tables to be populated for update
    1. hr_object_header - one entry for entire update
    2. hr_infotype_header - one entry for each infotype record update
    3. pd_object - required if you have IT1000 in hr_infotype_header
    4. pd_object_relationships - required if you have IT1001 in hr_infotype header
    Similarly all other tables need update based on records on hr_infotype_header.
    Regards

  • FM/BAPI for creating the credit memo request for Vendor

    Hi Experts,
        I need an RFC/BAPI,  for creating the credit memo request for Vendor.
    Thanks in Advance,
    Kiruba.R

    Hi,
    Use this BAPI 'BAPI_DRMCREDITMEMOREQ_CREATE' - Credit Memo Request Creation
    Regards,
    Jyothi CH.

  • Creating new positions in deliveries

    Hello,
    I need Function Module or BAPI to create new positions in deliveries (vl02n). Could you help me please to find something useful?
    Regards

    Hi,
    New position in delivery is a new row on the first screen after enter vl03n. Delivery header is in LIKP (VBELN = delivery number), positions are in LIPS (VBELN, POSNR - position in delivery).
    I have problem as below:
    At first I have delivery with one position (it is created by hand, the is only one row in LIPS related with delivery), next I have to add the second position and I don't know how...

  • BAPI to create Steel Surch Debit (From VA01 Transaction)

    Hi,
    I need a bapi to create steel surch debit,if we give order type zdr1 in va01 it will create a steel surch debit memo,I tried with BAPI
    1.BAPI_SALESDOCU_CREATEFROMDATA1
    2.BAPI_SALESDOCU_CREATEFROMDATA2
    3.BAPI_SALESDOCU_CREATEFROMDATA
    1st  and 2nd  bapi will not work for zdr1 order type (or document type L).
    3rd bapi i am using is generating error 'Enter sold to party' ,But i am not finding any field of kunnr or solod to party,Importing parameter it is there but nothing is work out

    Hi Thomas,
    The case which is missing for me is when I should update an account corresponding to an alternative chart of account (which is normally done via FSP0).
    I'm pretty sure that I could not call directly transaction FSP0 (as I did with FS00) according to documentation of rfbisa00. The response could be 'FSP0 not supported'.
    Do you think that we could deal with this issue also with RFBISA00 for Tx FSP0?
    Or is there another standard code for FSP0?
    Best Regards,
    Moez.

  • BAPI for creating recipe

    We are trying to develop an interface with a third party software and we need to upload recipe from there.
    So i am need a BAPI to create recipe and maintain aswell.
    also I am trying to use BAPI BAPI_MATERIAL_SAVEDATA to create material and BAPI
    BAPI_BOM_UPLOAD_SAVE to create BOM .
    I manually entered data into fields but not able to create material and BOm.
    Please give me the procedure on how to use them and BAPI for creating Recipe.
    Help is appriciated.

    Hi Mirza
    You can use BAPI_MATERIAL_BOM_GROUP_CREATE to create a BOM,
    Regards
    UK

  • I need a BAPI or function that can create a PO without the purchase req.

    I need a BAPI or function that can create a PO without the reference to a purchase requisition. We are creating "direct POs" (with no reference to PR) manually. And we have a large amount of documents to create. I can't figure out if BAPI_PO_CREATE and BAPI_PO_CREATE1 can help us by doing this, because I've understood this BAPIs creates POs only with the reference to a purchase requisition.
    Thanks in advance!!
    Sebastian

    Sorry I'm late guys, I couldn't replay your posts because I was busy.
    Charlie,
    ...just because we have the data already in the SAP system.
    My client doesn't want purchase requisitions to be created from the PM orders. Instead he asked us to create the purchase workflow by generating direct purchase orders from the PM orders, basically taking the information from the purchase agreement within the order's tasks. Maybe you don't understand a bit what I'm saying, but let me get this straight: we can't use LSMW because data doesn't come from a legacy.
    Ian,
    ...after all, and like you've said, we're gonna use BAPI_PO_CREATE1 for creating the POs. Today I finally realized that, purchase requisitions aren't mandatory for the bapi to perform the process. If something goes wrong, I'll let you know.
    Thanks anyway for your attention.
    Sebastian

Maybe you are looking for

  • Memory Question??? Where's Jocko?

    I have a question on the memory frequencey showing in the bios of my motherboard it states that I have 200ddr is this correct? I have pc3500 mushkin 222. Is there a way to change this or is this just the way it shows? amd 64 3400+ kt8 neo 34 gig wd 1

  • After upgrading to Firefox 7 my browser is nearly non functional. CPU goes to 60% and sticks there

    I regularly have about 8 tabs open. When I open the browser it can not load all of the tabs. Some load and some do not. Indeed my memory usage is low, but my cpu runs up to 60% and just lives there. I would appreciate a fix or a link to the old firef

  • How can I move a calendar from my mac to the i Cloud

    how can I move a calendar from my mac to the i Cloud.  It is an existing calendar that I publish for others to view.  It does not update through the cloud since it is not curently on the cloud.  I cannot figure out how to move it on to the cloud.

  • IDOC type for network?

    Any ideas for the IDOC type for network? (CN21 , CN22 transaction)

  • Production system showing 40 Dumps with "MEMORY_NO_MORE_PAGIN"

    Hi All, My production system suddenly showing  around 40 dump with the below name "MEMORY_NO_MORE_PAGIN" Plz. Let me know in details how to resolve this issue. Runtime Errors         MEMORY_NO_MORE_PAGING                                             O