‎2009 Jun 12 2:49 PM
Hi All
I am trying to delimit the existing date for the employee's credit card details. But i am getting an error message stating "No data stored for 0105 in the selected period" even though the entries exist in PA0105 table. The values i am passing are:
CALL FUNCTION 'BAPI_EMPLCOMM_DELIMIT'
EXPORTING
employeenumber = '02799335'
subtype = '0011'
objectid = ' '
lockindicator = 'X'
validitybegin = '10.06.2008'
validityend = '31.12.9999'
recordnumber = '000'
delimit_date = '12.06.2009'
NOCOMMIT =
IMPORTING
RETURN = RETURN
EMPLCOMMKEY =
.
Plz help.
Harsh
‎2009 Jun 17 5:58 PM
Hello Harsh,
Try Giving Enqueue and Dequeue calls .'ENQUEUE_EPPRELE'. before and after the BAPI call to DELIMIT.
And pass Lock indicator as space to the BAPI.
This Lock indicator is compared against SPRPS in the Pa0105 table.
Regards
Meenakshi
‎2009 Jun 17 5:58 PM
Hello Harsh,
Try Giving Enqueue and Dequeue calls .'ENQUEUE_EPPRELE'. before and after the BAPI call to DELIMIT.
And pass Lock indicator as space to the BAPI.
This Lock indicator is compared against SPRPS in the Pa0105 table.
Regards
Meenakshi
‎2009 Jun 17 6:01 PM