Hello Experts,
I have one query...
How can we call AMDP class method in another AMDP Class....
For exampe:- I have one CDS table function .. i am using class ZCL_Test->Fetch
Another CDS Table function.. in this CDS i have another class ZCL_Sample->Process.. in this method i want to use previous class method... ZCL_Test->Fetch...
How can we do that... can any one help with a small example....
Thanks...