2009 Nov 26 5:03 AM
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.
2009 Nov 26 5:19 AM
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..............
2009 Nov 26 5:09 PM
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?