hi,
There are 2 scenario in JDBC to IDOC.
I am picking data from Article table and using this i will create artmas05 idoc this is my 1st scenario. The 1st scenario is not updating the table because it is used by the 2nd scenario..
the 2nd scenario picks the same data from the article table and create INFREC01 idoc here i am updating the data in the table.
Consider a case where 1st scenario picks 20 row from table and send it to sap. Before polling of 2 scenario another new 10 row are added to table then 2nd scenario will pick the 30 rows. This should not be happen because there is dependence between 1st and 2nd scenario i.e 2 scenario has to pick the same rows that has picked by the 1st scenario.
I know it is done by using control flag. Here in my scenario i am using time stamp to fetch the data. Please provide me the solution.
Thanks,
Nisha