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
620

Hello,

I want to use the CALL TRANSACTION statement and to fill in the target transaction a select options field with many individual records which I have in an internal table.

How can I do that?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
581

Hi

If the trx has a select-options it could mean that trx is linked to report so you can do a SUBMIT instead of CALL TRANSACTION.

Max

3 REPLIES 3
Read only

Former Member
0 Likes
582

Hi

If the trx has a select-options it could mean that trx is linked to report so you can do a SUBMIT instead of CALL TRANSACTION.

Max

Read only

0 Likes
581

I will try the submit statement.

Thank you!

Read only

Former Member
0 Likes
581

Hi,

If you want to write the CALL TRANSACTION to that Transaaction which is having the Select option ..

go to that select-option field then press the Extension button then you will get the Screen .. fill with 5 values then press + button then fill another 5 records then press + .. so on -


> you need to write this code in the loop until the last value of Select-option value. so that the values will be filled in the select-option field..

hope you understand

Thanks

Sudheer