2006 Jun 04 1:09 PM
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?
2006 Jun 04 1:17 PM
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
2006 Jun 04 1:17 PM
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
2006 Jun 04 1:41 PM
2006 Jun 04 1:27 PM
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