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

Transfer field data from Tcode CO01 to CA01

Former Member
0 Likes
454

Used screen exit in Tcode co01.

In that, one Field is ekko-ekgrp.

Now we have to pass above field data to plpo-ekgrp in Tcode ca01 by default

(or)

We have to check the field in ekko-ekgrp in Tcode co01 and plpo-ekgrp in Tcode ca01 is same or not,

if different system has to throw error.

Note: Tell me in generic scenarios where we send data from one screen to anther.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
414

hi,

for this 1st find in which table this field value is saved.

you have to fetch that value in enhance ment of CA01 T.code

then pass that value to the coressponding field.

you cant directly pass value from one t.code to another T.code

2 REPLIES 2
Read only

Former Member
0 Likes
415

hi,

for this 1st find in which table this field value is saved.

you have to fetch that value in enhance ment of CA01 T.code

then pass that value to the coressponding field.

you cant directly pass value from one t.code to another T.code

Read only

Former Member
0 Likes
414

I got answer for the problem we added in one of the function module