Hi Atul,
As I mentioned in my first reply you can get the Start and end dates from table SCAPPT.
After getting the GUID_SET from the table CRMD_LINK pass it to the field APPL_GUID of table SCAPPT and then you will get the Start and end dates.
Open the SCAPPT table in se11 and display it . The APPL_GUID field might not be available on the selection screen .
You can make it available as given below:
Here select the field APPL_GUID
Now it will be available on the selection screen.
Pass the GUID_SET which you get from crmd_link table here in APPL_GUID field.
Display it and it will give you the start and end date..
Hope it helps.
Thanks
Kumar