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

Parameter Transaction Code for Function Group based Tcodes

Former Member
0 Likes
807

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 fieldValue
FLAGX

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
710

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

4 REPLIES 4
Read only

Former Member
0 Likes
711

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

Read only

0 Likes
710

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

Read only

Former Member
0 Likes
710

Hi Vadid,

  Let me know if your issue is solved or you need more info on this.

BR,

Prakash

Read only

0 Likes
710

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