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

BAPI_EMPLCOMM_DELIMIT

Former Member
0 Likes
902

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
600

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

2 REPLIES 2
Read only

Former Member
0 Likes
601

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

Read only

0 Likes
600

Thanks Meenakshi.

Problem Solved. !!!