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

Clearing BDC Screen

Former Member
0 Likes
953

HI,

Each time I run a transaction, the details remain in the BDC. How do I clear the BDC screen?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
628

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.

1 REPLY 1
Read only

Former Member
0 Likes
629

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.