2018 Dec 18 8:33 AM
I have to create a class that it should accept any structured internal table. How to do that is there any option in SAP?
Regards,
ssai3973.
2018 Dec 18 8:36 AM
I have to create a class that it should accept any structured internal table. How to do that is there any option in SAP?
Regards,
ssai3973.
2018 Dec 18 8:36 AM
2019 Jun 28 11:25 AM
Hi Richard,
I will be calling the method of that class in many places but i will pass different structured tables every time.
Regards,
ssai3973.
2019 Jun 28 11:34 AM
Does not matter about the table structure. If you include the dd name of a structure or table one you can create the table dynamically, or use field symbols to get at the data
Rich