Hi Abdul Raheem,
Yes we can use FM 'BDL_DDIF_TABL_GET’ or ‘CACS_GET_TABLE_FIELDS’ to get the primary keys of the table. But my requirement is,
I am giving the data need to modify in an excel sheet and reading it into internal table <FT_DATA>.
Now how can I validate the given data (<FT_DATA>) is available in the table?
For example I need to update table FKKVKP, the primary keys of the table are VKONT and GPART and I need to update the Contract account name (VKBEZ) from Dummy Acc to Dummy Acc2.
But before changing this I need to check the given entry in the file (<FT_DATA>) is available in table FKKVKP i.e. the given VKONT and GPART is present in the table FKKVKP.
How can I do this validation?
Regards,
Dipin