Application Development 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: 

Clear Importing parameter in BADI

Former Member
0 Kudos

Hi,

There is an importing parameter in a BADI i am using. I have fetched the value from there but even with that , i cannot clear that specific screen field. Please help if you know the solution.

Thanks.

Edited by: Nipul.Shah on Feb 14, 2012 8:04 AM

1 ACCEPTED SOLUTION

Former Member
0 Kudos

I dont think there is a way to clear that directly. I had been facing the same problem and i used leave to current transaction. With that i set the values required in parameters and called used get again.

Hope this helps.

2 REPLIES 2

Former Member
0 Kudos

I dont think there is a way to clear that directly. I had been facing the same problem and i used leave to current transaction. With that i set the values required in parameters and called used get again.

Hope this helps.

0 Kudos

Thanks ...

I did that and it worked in a way.