Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Call Transaction

Former Member
0 Likes
660

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

5 REPLIES 5
Read only

Former Member
0 Likes
639

Do recordin in SHDB and use the recording generated to populate fields on the screen.

Regards,

Lalit Mohan Gupta.

Read only

shadow
Participant
0 Likes
639

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.

Read only

Former Member
0 Likes
639

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..

[CO11N Recording method|]

And you can search for Call recording methods in Google.

Thanks & regards,

Dileep .C

Read only

0 Likes
639

Thanks a lot, all of you, for your replies.

Mll Mat

Read only

0 Likes
639

Hi Mll Mat,

Seems your problem has been solved.

Please do close the threads when your problem solves.

Thanks & regards,

Dileep .C