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

Former Member
0 Likes
303

Hi all,

I am fix in a problem.I am running BDC MB21 in my zprogram .mode is 'A'. so whene i am making any change in any field where should a cath the field changed value before store it in databae.

i have made a ztable where i have to store the changed data but i am not finding any relationship b/w my zable and d/b table mseg.

if i am able to catch the field i will store it in ztable.

bdcdata-favl also not showing the changed value.

please help me.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
279

Hi,

Run the BDC with mode as 'S', which means until one transaction is commited to database , other will not be processed.

Then it will be very easy to catch the changed value.

If you are running in the mode 'A', all the database updates are done at the same time.

Regards,

Chandan

1 REPLY 1
Read only

Former Member
0 Likes
280

Hi,

Run the BDC with mode as 'S', which means until one transaction is commited to database , other will not be processed.

Then it will be very easy to catch the changed value.

If you are running in the mode 'A', all the database updates are done at the same time.

Regards,

Chandan