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: 

problem in c201 recipe group no field taking last updated value

Former Member
0 Kudos

Hello friends,

I have written bdc of c201 and its working fine but at present im facing one strange problem in tht.

In our case we are entering material no and thn creating phases and operation for each and every material.

now the problem is tht as soon as bdc completes creating one recipe group no the generated group no lasts in the initial screen recipe group field and its giving me a problem in creating

recipe group for second material .

Pls let me knw how can i remove the last updated value of recipe group no?

Regards,

Sunny

2 REPLIES 2

Former Member
0 Kudos

Hi,

Search if that field which is holding the previous transaction value has the parameter id. If it has parameter id clear that parameter id after calling BDC GETthat paramater Id and SET as SPACE.

If it does not have the parameter for that field. Use the

one more BDC screen parameters and clear that field followed by rest of the BDC flow.

Thanks & Regards

Vijaya

Former Member
0 Kudos

thnks