‎2006 Jul 06 9:48 AM
Hi,
I recorded a session in transaction and created a function based on this record. Is it possible to read the value of an field (which is filled by SAP)?
I need something like the opposite of the form "bdc_field".
thanks in advance
Martin
‎2006 Jul 06 1:12 PM
Nop... you cant.
May be you can determine that value before fill BDC table.
Regards.
‎2006 Dec 03 11:04 PM
If the field has a parameter defined (Check the Technical Details of the field), then you can usually get the value using the ABAP statement "READ PARAMETER ID'XXX' into field y."
Ensure you put this statement immediately after your "call transaction" statement.
This won't work if your BDC session processed by program RSBDCSUB. You can only try to read it from the BDC session log records, but it has to be in a message that is returned for this to work.
Hope this helps,
Nelson