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

a call transaction issue

Former Member
0 Likes
461

hi

i am in such a trouble, transaction A calls transaction B, when press B's OK button, it return to A, but it should display a alv grid. if i run the transaction B, not via the A's calling, it works fine.

the ok screen elements of A is ok_code1 and the ok screen elements of B is SSCRFIELDS-UCOMM.

hunger for your advice,thanks!!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
434

on click of OK button in the Tcode B .. write the code to call ALV instead of tcode A.. with help of Sy-Ucomm of Tcode B.

hi

i am in such a trouble, transaction A calls transaction B, when press B's OK button, it return to A, but it should display a alv grid. if i run the transaction B, not via the A's calling, it works fine.

the ok screen elements of A is ok_code1 and the ok screen elements of B is SSCRFIELDS-UCOMM.

hunger for your advice,thanks!!

1 REPLY 1
Read only

Former Member
0 Likes
435

on click of OK button in the Tcode B .. write the code to call ALV instead of tcode A.. with help of Sy-Ucomm of Tcode B.