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 or overwrite default input field value in bdc background

Former Member
0 Kudos

Hi all,

My requirement is that i need to place a value in quantity field while running the transaction in background.but the system automatically determines the quantity and i am unable to place the value there. how do i clear that field in the transaction and place my value.

Edited by: abhinay chelamcherla on Jan 30, 2008 7:09 AM

Edited by: abhinay chelamcherla on Jan 30, 2008 7:21 AM

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Try to write your value to a field type C and use this field to place.

Gy

2 REPLIES 2

Former Member
0 Kudos

Hi,

Try to write your value to a field type C and use this field to place.

Gy

0 Kudos

Thanks

that solved my problem