1.

What Are The Update Types Possible?

Answer»

The following update TYPES are possible:
Update type A- The matchcode data is updated ASYNCHRONOUSLY to database CHANGES.
Update type S- The matchcode data is updated synchronously to database changes.
Update type P- The matchcode data is updated by the application program.
Update type I- ACCESS to the matchcode data is managed using a database view.
Update type L- Access to the matchcode is achieved by calling a FUNCTION module.

The following update types are possible:
Update type A- The matchcode data is updated asynchronously to database changes.
Update type S- The matchcode data is updated synchronously to database changes.
Update type P- The matchcode data is updated by the application program.
Update type I- Access to the matchcode data is managed using a database view.
Update type L- Access to the matchcode is achieved by calling a function module.



Discussion

No Comment Found