Is it possible programmatically reading all the values of a standard SAP transaction screen?
I want to create a report which has an internal table.
I want to read the values present in a standard screen MM03 for a material in 'ABC' into my report internal table.
I DONT want to read each and every DD tables for that materials to get the values because I want only those values present in the screen MM03 to populate in my internal table.
Is it possible with some command or logic to extract only the display data from this Tcode into my program?
thanks,
ags