‎2008 Feb 18 8:17 AM
When i try to modify the infotype data through RFC , error type message comes . message type =E , ID=PG , MESSAGE= " No data stored for 9011 in the selected period " , where 9011 is my infotype number & it's time constraint is 3 . pls guide me whether modification of data is depend upon time contrainnt if not then why modification is not been processed ? . if any one have reference code then pls send it to me on vishwassap@gmail.com .
‎2008 Feb 18 9:16 AM
Hi,
Infotype updates are time dependent and are performed using function module HR_INFOTYPE_OPERATION called from within a RFC wrapper as in your case.
The erorr you are experiencing is caused because the infotype 9011 is being read using the key which is not satisfied.
The key comprises: personnel number, sub type, start date, end date, object ID, lock indicator and sequence number.
Please debug and ensure that a record exists in PA9011 (checked from SE16) matching the key you are passing.
Most common issues are:
1. No records exist within the start date and end date passed by you
2. No records exist which match the object ID/sequence number. By default you pass 00 and 000 respectively, however the records existing might have some other key values.
Cheers,
Aditya
‎2008 Feb 18 9:16 AM
Hi,
Infotype updates are time dependent and are performed using function module HR_INFOTYPE_OPERATION called from within a RFC wrapper as in your case.
The erorr you are experiencing is caused because the infotype 9011 is being read using the key which is not satisfied.
The key comprises: personnel number, sub type, start date, end date, object ID, lock indicator and sequence number.
Please debug and ensure that a record exists in PA9011 (checked from SE16) matching the key you are passing.
Most common issues are:
1. No records exist within the start date and end date passed by you
2. No records exist which match the object ID/sequence number. By default you pass 00 and 000 respectively, however the records existing might have some other key values.
Cheers,
Aditya