‎2006 Sep 21 7:15 PM
Hi all,
This is the code i am writing
SUBMIT zr_ecr_docs VIA selection-screen
WITH p_chgno = v_aennr
AND RETURN.
in the user-exit for CC02 transaction, whenever i enduser does the changes in CC02 transaction and saves the zr_ecr_docs report should be executed in the background. Wheter the above code will work fot this requirement.
Thanks & Regards
Syed.
‎2006 Sep 21 10:52 PM
‎2006 Sep 21 7:19 PM
Hi,
the Submit should be trigger when the Enduser press the SAVE button, then this code will work fine
Regards
Sudheer
‎2006 Sep 21 7:21 PM
hi
u should use SUBMIT VIA JOB variant for your purpose..
Cheers,
Abdul Hakim
‎2006 Sep 21 10:47 PM
try this
SUBMIT zr_ecr_docs VIA selection-screen
WITH p_chgno = v_aennr
EXPORTING LIST TO MEMORY
AND RETURN.
Nataraju
‎2006 Sep 21 10:52 PM
‎2006 Sep 22 2:22 PM
Hi,
I am using EXIT_SAPMC29C_005 this exit for cc02 transaction(i.e engineering change ).
Thanks& Regards
Syed