‎2007 Feb 23 5:02 AM
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.
‎2007 Feb 23 5:56 AM
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
‎2007 Feb 23 5:56 AM
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