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

BDC

Former Member
0 Likes
347

hi,

is there anyway we can extract the values of the screen fields of a screen while running a recording without changing the values. for instance, while recording cs02, i want to extract the header data (which cannot be changed) into the program generated from the recording.

3 REPLIES 3
Read only

amit_khare
Active Contributor
0 Likes
321

Hi,

As an alternative you may just check the name of the field from CS02 by going to transactions. Because recording only saves the data which can be changed.

Regards,

Amit

Recording only consider fields whose value can be changed.

But if still you wanna have the names of the fields whose values are constants like header data you may just go to CS02 and press F1 on that fields which will give you the name of the field.

Message was edited by:

Amit Khare

Read only

0 Likes
321

i'm sorry, but i did'nt get you

Read only

Former Member
0 Likes
321

Hi santhosh,

1. In bdc, we cannot read the screen field values.

2. We can only assign values to the fields.

3. However,

4. We if we know the logic of the transaction, and the underlying tables,

we can,

in our program,

read the corresponding table,

and get to know, which value will come,

(which will obviously be there on the screen)

regards,

amit m.