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: 

Problem retrieving non parameter ID field in selection screen

Former Member
0 Kudos
175

Hi. I'm using a Call Transaction to call CJ46 and then retieve values on CJ46's selection screen by using the Get Parameter ID command on those fields which have a parameter ID. I would like to retrieve the Test Run flag but it does not have a parameter ID. I do not want to send anything to CJ46 but simply to retrieve what the user enters on the selection screen specifically the test run flag. Is there a way I can do this? Thanks.

2 REPLIES 2

Former Member
0 Kudos
134

If you are just interested in the user input , then what's the problem is creating a new screen same as screen of CJ46.Think on this..............

0 Kudos
134

If I create my own selection screen and then pass the values into CJ46 using BDCDATA then it switches to batch mode and the results screen normally appearing from CJ46 in the foreground no longer appears. I would like to keep this as foreground processing which I think precludes me using BDCDATA. So I guess the main question is whether there's a way to pass values through call transaction and still keep it in the foreground?