2013 Nov 07 12:36 PM
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
2013 Nov 07 2:00 PM
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.
2013 Nov 07 5:41 PM
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