‎2008 Feb 24 7:20 AM
HI,
Each time I run a transaction, the details remain in the BDC. How do I clear the BDC screen?
‎2008 Feb 24 8:54 AM
HI,
Just Clear and Refresh BDCDATA
CLEAR BDCDATA. REFRESH BDCDATA
Check the parameter IDs, and make sure they're cleared before proceeding with each record. I've experienced this once on a BDC for a different transaction.
Another less elegant solution would be to pass blank/default values to all the screen fields which are retaining data before loading the current record's data. Create a small routine called 'refresh_screen' or something and call that before loading your current record.
Reward Points if found helpfull..
Cheers,
Chandra Sekhar.
‎2008 Feb 24 8:54 AM
HI,
Just Clear and Refresh BDCDATA
CLEAR BDCDATA. REFRESH BDCDATA
Check the parameter IDs, and make sure they're cleared before proceeding with each record. I've experienced this once on a BDC for a different transaction.
Another less elegant solution would be to pass blank/default values to all the screen fields which are retaining data before loading the current record's data. Create a small routine called 'refresh_screen' or something and call that before loading your current record.
Reward Points if found helpfull..
Cheers,
Chandra Sekhar.