‎2006 Dec 06 5:53 AM
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.
‎2006 Dec 06 6:19 AM
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
‎2006 Dec 06 6:21 AM
‎2006 Dec 06 6:27 AM
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.