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

bdc in user exit

Former Member
0 Likes
638

Hi Gurus,

I am writing my piece of code in the user exit of the transaction EG31(ISU) and i want to update the field of transaction IQ02 using bdc call transaction method.

can you tell me if it is possible to do so bcoz wen i am tryin to do so while debugging in foreground mode then i am not able to execute the second screen of the transaction IQ02.

can you please advise whether bdc call transaction is possible in user exit?

also can you suggest a bapi or FM to update ind. cal. val field (vlzeit_dev screen field of IQ02)?

i urgently require your help.

Thanks in advance,

Anand.

Hi Gurus,

I am writing my piece of code in the user exit of the transaction EG31(ISU) and i want to update the field of transaction IQ02 using bdc call transaction method.

can you tell me if it is possible to do so bcoz wen i am tryin to do so while debugging in foreground mode then i am not able to execute the second screen of the transaction IQ02.

can you please advise whether bdc call transaction is possible in user exit?

also can you suggest a bapi or FM to update ind. cal. val field (vlzeit_dev screen field of IQ02)?

i urgently require your help.

Thanks in advance,

Anand.

3 REPLIES 3
Read only

Former Member
0 Likes
593

Hi Anand,

What table field that field that you are trying to update belongs to. And in what user exit you are in???

Thanks,

Greetson

Read only

0 Likes
593

Hi,

I am trying to update a field in iq02 tcode called ind.cal.cval under the Cetr/ins data (technical info vlzeit_dev).please suggest what to do.

Read only

Former Member
0 Likes
593

You cannot update that enhanced transaction through BDC...you can do it by BAPI...