‎2014 Jun 19 11:21 AM
Hi,
I have created a function group for a single screen 1000 having only 2 screen fields with input/output enabled, one of them being a flag field. Have also created a Transaction code to point to the screen 1000.
My requirement is to create another Tcode(Parameter Transaction Code) with the previous created Tcode and pass default values to the screens flag element. I have entered the below :
| Name of the screen field | Value |
|---|---|
| FLAG | X |
Still i am not able to get the value of FLAG as X when i debug the program. I am confused what mistake have i done. It will be helpful if someone can guide on this. I know its simple and i believe me i have tried all possible ways to check my mistake. Couldn't find any.
Thanks and Regards,
Vadid Valiulla
‎2014 Jun 19 11:30 AM
Basically you are trying to call TCODE1 from TCODE2, please confirm.
First way : hope for whole process you are using same Func. Group and a global variable is used for the screen fields.
Second Way: If the screen field have Parameter ID set that.
BR,
Prakash
‎2014 Jun 19 11:30 AM
Basically you are trying to call TCODE1 from TCODE2, please confirm.
First way : hope for whole process you are using same Func. Group and a global variable is used for the screen fields.
Second Way: If the screen field have Parameter ID set that.
BR,
Prakash
‎2014 Jun 19 11:42 AM
Yes, Basically i am calling TCODE1 from TCODE2.
I am using the same Function Group and yes a global variable is defined for the screen fields.
I actually do not want to go by the Parameter ID method. But still i can use it if that is easier. Currently there is no Parameter ID for the screen field as i wanted the Tcode2 also to be called independently.
Thanks for your time Prakash
Regards,
Vadid
‎2014 Jun 20 7:54 AM
Hi Vadid,
Let me know if your issue is solved or you need more info on this.
BR,
Prakash
‎2014 Jun 20 4:05 PM
Hi Prakash,
Thanks for your concerns. No, i still cannot create a parameter based transaction using a transaction code pointing to screen of a function group. I had to resort to creating another screen with the slight change in functionality i wanted to affect by using the flag.
Still appreciate your efforts, i suppose it'll be not possible to create parameter based transaction for Function Groups...
Thanks and Regards,
Vadid Valiulla