‎2008 May 16 10:37 AM
Hi,
I have one query :
1) In one session I am changing records of SCUSTOM-ID =
'abcd'
2) In another session , I am calling FM in one program
IT_SCUSTOM-ID = 'abcd'.
CALL FUNCTION 'ENQUEUE_EZSUSTOM'
EXPORTING
MODE_YSLS_INVOICE_HEA = 'S'
id = IT_SCUSTOM-ID
EXCEPTIONS
FOREIGN_LOCK = 1
SYSTEM_FAILURE = 2
OTHERS = 3
In this case sy-subrc should be 1 or 0.
Please let me know.
Regards,
Priti
‎2008 May 16 10:49 AM
‎2008 May 16 10:49 AM
‎2008 May 16 10:51 AM
i am getting sy-subrc = 0 .
Please let me know where is it going wrong.
‎2008 May 16 11:10 AM
did all your (parallel) transactions/prg. to modify SCUSTOM-ID, use the corresponding ENQUEUE-OBJECT?
check tcode sm12 too!
A.
Edited by: Andreas Mann on May 16, 2008 12:12 PM
‎2008 May 16 11:22 AM