Hi,
I created a transaction that allows to insert the data into a table, the screen of this transaction contains the parameters.
I created a program that will call this transaction, during the execution of this program, I want to get the data inserted in areas of the screen (areas of transaction called).
I know that the call of the transaction is done with abap instruction 'Call transaction'.
My question is: How to get the data inserted in parameters of screen ?
Thanks in advance.
Mll Mat