Skip to Content
0
Former Member
Apr 26, 2009 at 01:00 PM

Call Transaction

21 Views

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