Hi,
Can any one explain me the difference between COMMIT WORK and COMMIT WORK AND WAIT?
Actually I am trying to Use:
{ CALL TRANSACTION XD01 USING BDCDATA
MODE 'N'
UPDATE 'S'
MESSAGES INTO MESSTAB. }
This Statement I want to use only Customer Data to Validate. Once the validation happens, I want to Roll back all changes using
BAPI_TRANSACTION_ROLLBACK. Is it possible to Roll Back? Does it validate Customer data rather than Create Customer.
Please give me any other pointers, If possible?
Regards,
J.