2009 Apr 26 2:00 PM
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
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
2009 Apr 26 3:14 PM
Do recordin in SHDB and use the recording generated to populate fields on the screen.
Regards,
Lalit Mohan Gupta.
2009 Apr 26 4:59 PM
Hi ,
ya i agree with Mr.Gupta , u can use recording t-code:SHDB with this u can get field information , in which fields u enter the data.
With Regard's
SHAIK.
2009 Apr 27 2:53 AM
Hi Mll Mat,
Do a recodring in the SHDB transcation (recording method) and copy the recording to a ABAP source code,,,
then you can see all the screen names and upload the values to the screen parameters.
Check This link for call recording method..
And you can search for Call recording methods in Google.
Thanks & regards,
Dileep .C
2009 Apr 28 9:44 AM
2009 Apr 29 6:32 AM
Hi Mll Mat,
Seems your problem has been solved.
Please do close the threads when your problem solves.
Thanks & regards,
Dileep .C