BAPI or FM to create a position

Hi
I want to know if there is a BAPI or FM that can be used to create a position. My HR counterpart uses transaction PQ13 to create a position. I tried the BAPI explorer and the SE37 to find a BAPI or FM but could not.
The screens that I go thru to create a position manually are as follows: 1)Actions for Position, 2)Create Object, 3)List display with change Relationships, 4)Add Acct Assignment Features, 5)Add Employee Group / Subgroup, 6)Add Planned Compensation and 7)Add Vacancy. After step 7 the position is created and I get the Postion Number.
In the past I have used for example BAPI_PO_CREATE for creating purchase orders using a WD application. Is there something similar for creating positions?
Thanks
Sriram

Hi,
I just found your post at the SAP NETWORK
regarding this BAPI;
BAPI_HRMASTER_SAVE_REPL_MULT
could you share the program source using this BAPI please?
i am also desperate for you guys.
with many thanks,
calvin
[email protected]

Similar Messages

  • 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 or FM to create OrgUnits and positions in Organizational Management

    Hi all,
    is there a way to create a OrgUnit or a Position in the Organizational Management  without using the user interface (ppome)?
    Does an BAPI or function module exists to create a position or OrgUnit in the background?
    Or how can I realize this?
    Thanks for any help
    regards,
    hans

    Hello Ahm,
    I do something very similiar with your code. I do something like this:
    CALL FUNCTION 'CRM_ORGMAN_CREATE_REL_OBJ'
        EXPORTING
          FATHER                    = ls_father_objec
          OTYPE                     = 'S'
          BEGDA                     = sy-datum
          RELAT                     = '003'
          SHORT                     = 'shorttxt'
          STEXT                     = 'longtxt'
        IMPORTING
          NEW_OBJECT                = ls_objec
        EXCEPTIONS
          ERROR_DURING_INSERT       = 1
          CORR_EXIT                 = 2
          NO_ACTIVE_PLVAR           = 3
          PLVAR_NOT_VALID           = 4
          OTYPE_NOT_FOUND           = 5
          OTYPE_NOT_ALLOWED         = 6
          NO_BASE_AUTHORITY         = 7
          NO_STRU_AUTHORITY_OBJID   = 8
          NO_AUTHORITY              = 9
          NO_AUTHORIZATION          = 10
          FORBIDDEN_RELATION        = 11
          WRITE_ERROR_WITH_RELATION = 12
          INFTY_NOT_ALLOWED         = 13
          BEGDA_GT_ENDDA            = 14
          SHORT_AND_STEXT_EMPTY     = 15
          GENERAL_ERROR             = 16
          OTHERS                    = 17.
    And it works perfectly. Can you try it?
    Kind regards,
    Bruno

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

  • BAPI for posting a new HR POSITION

    Hi is there any BAPI to post a new position.

    Hey Shiv,
    As far as I know there is no BAPI for that but what you can do is to run a BDC for transaction "PO13" to create a position. To capture the object ID you can query the table "HRP1000" with criteria as the object type = 'S' (this is for position) and the UNAME as the guy who ran the BDC. You can get the latest position that was created by the user.
    Regards,
    Sudhi

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

  • 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

  • Can't create the positions of a Handling Unit

    Hi everyone,
    I am using WS_DELIVERY_UPDATE funcion to do the packing of a delivery. Everything is apparently ok and the packing seems to be done, but then if I check in VL03N transaction, Pack and then Total content I can't see any positions created for the Handling Unit.
    Does anyone know if I have to execute something else after the function for creating the positions of HU?
    Thanking you in advance,
    Nisha

    HI,
    Yes it will update VEPO/VEKP and related DB's.
    Unfortunately, I dont have a sample code to share with you but I have used this in my previous accounts.
    It should not very cumbersome to know what to pass to the BAPI as the Import Interface is not tht huge
    Hope this helps.
    Gary
    P.S: Reward if helpful

  • Error while Creating new Position-Data fields have not been filled (no. 5A135)

    Dear Consultants,
    My client using SAP HCM form 2008, now they want to create new positions to the existing system,
    To create new positions I am using T Code : PP03, while creating I am getting error "Date Fields have not been filled- Error Message No - 5A135", I want to create the positions valid from 01.04.2014. please do needful why this error is coming
    Regards,
    Naresh

    Hi,
    It is mandatory to give the org unit to which the position is being associated with.
    Give the org unit and try saving it.
    Thanks,
    Sriram

  • Bank Analyzer - Error while creating the Position Structure

    Hi,
    We are implementing Bank Analyzer 6.0 and Implementing Financial Instrument and Financial Transaction.
    We facing an Error while creating the Position Structure,
    Error Message: Status of structure S40CURRACC is "New"
    Anyone has an idea how to fix this?
    Thank you,
    John Crawford

    Hi,
    1.Run Transaction - /BA1/F0_SGS_START
    2.Entered the name of the structure and try to "activate". 
    3.It will get Active without any inconsistency.
    Regards
    Phani

  • BAPI or IDOC to create the Delivery in R/3 for the SaleOrder created in CRM

    Dear All,
    When ever I create a sales order and save the sales order in the crm system, an outbound delivery is created in the R/3 system.
    I have added some new fields in the tables LIKP and LIPS.(related to delivery)
    Now I have to populate data into these new fields with the CRM data.
    So can any one tell me when I create a sales order in CRM, does the system uses any BAPI or IDOC to create the Delivery in R/3.
    The BAPI name or Idoc information will be very useful.so that I can extend them
    In crm the BDOC ‘BUS_TRANSACTION_MESSAGE’ is used.
    Thanks in advance.
    Regards
    Shafath

    Hi All,
    I found a solution to my problem.
    The BAPI ‘BAPI_DELIVERYPROCESSING_EXEC’ will be enhanced to add the new fields into the BAPI structure.
    The BADI ‘/SPE/BAPI_DLVEXEC_EX’ and the user exit ‘EXIT_SAPLV50R_CREA_001’ will be used to populate the data into the new fields created in the BAPI structure and the new fields added into the tables LIKP and LIPS.
    Regards
    Shafath

  • Which FM/BAPI is used for creating repair orders

    Hi,
       Please tell me which FM / BAPI is used for creating service notifications,Repair/Service order and Delivery Docs.How to find out??
    Please someone help me.
    Thanks,
    Neelima

    For service notification you can try using this.
    'BAPI_ALM_NOTIF_CREATE'

  • MSS - Creating new Position and Org unit in MSS

    Dear Expert,
    Question 1: I want to know that is it possible to create a new Position or Org Unit in MSS. I am aware that manager can create a requisitioin for a position. But I am not aware that how HR manager will create the Org Unit or Position thourgh MSS.
    - will the HR manager have a new HR administrator Role to do this activity, if yes, which service / iview is used.
    Question 2: We are using Management of Global employees (MGE). Now if any employee expariate to a foreign country how does ESS/MSS will pick the new country assignment. Is there any ess/mss switch for this? or any other configuration
    Question 3: I would like to know what are the main differences of EHP4 and EHP5.
    thanks
    honey

    Hello honey - answer to the 1st question.
    MSS- click Organisation - Search Organisational Process - enter the Process HR_PD_CREATE_POSITION and click start , this could be one solution how the managers may be able to create new position through MSS.
    Regards,
    Regi

  • How to create a position in sap hr

    hi friends
    Does anybody knows how to create new POSITION  IN SAP HR , plz guide  me the steps

    Hi
    you can use the Transaction code PP01 for the same in that you need to select following
    1. Select Plan Version : 01
    2. Then the Object Type : Position
    3. Then the IT 1000 i.e. Object and then Click on Create button.
    regards
    Swapnil

Maybe you are looking for

  • Converting schema in dtd using xsl

    Hey all, I have a problem with an xsl transformtion. Somewhere on the web I found a xsl-stylesheet to convert schema's into valid dtd's http://crism.maden.org/consulting/pub/xsl/xsd2dtd.xsl I've used a program from the JavaTM Web Services Developer P

  • Non-Valuated Materials Purchasing Process

    Hi, Can some one please explain step by stem the process of purchasing for non-valuated materials. From PR to PO e.g. Account Assignments etc the whole works. If any one has any documents or screenshots that would be greate to just email them to me.

  • Hide single page button

    Hi, i want to hide single page button in the table header i add this in the css file #form1:table1:_tableActionsTop:_paginateButton { display : none; but this css not work, i think because the : in the id of the button. If you have any idea how to do

  • Export for non-expert print-shop?

    My campus print shop has a color laser printer. The color quality is far from ideal, but for off-screen sorting-and-selecting work, the price is magnificent: 45 cents for 11x17 prints. The catch is that they don't know a lot about what they're doing;

  • Error with Ipod?

    There seems to be a problem with my ipod. how so? well, when i try to turn off my ipod (holding the play/pause button)it won't turn off. it stays with the same screen i try to turn it off in. what can i do to fix this? The hold button is not on, so t