Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Create Postion Using Bapi HRIQ_BAPI_INFTY_INSERT

former_member220538
Active Participant
0 Likes
457

Hi,

I have to create position in Organisational management using the bapi HRIQ_BAPI_INFTY_INSERT.How to use this bapi,i need to know about the two input paramteres IS_BAPI_DATA , IV_BAPI_STRU to the bapi.

Thanks in advance

2 REPLIES 2
Read only

former_member219162
Contributor
0 Likes
397

Can you try out this;

data: LS_1000       type P1000.

        is_bapi_data  = LS_1000.

        IV_BAPI_STRU  = 'P1000'.

populate LS_1000 structure with all relevant data.

Read only

anupam_anand
Participant
0 Likes
397

Hi Jeffin,

Try to use the below data along with the IS_BAPI_DATA and IV_BAPI_STRU:

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

Let me know if it worked.

Thanks,

Anupam