Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

User-exit

Former Member
0 Likes
622

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
577

Which user exit are you using?

5 REPLIES 5
Read only

Former Member
0 Likes
577

Hi,

the Submit should be trigger when the Enduser press the SAVE button, then this code will work fine

Regards

Sudheer

Read only

abdul_hakim
Active Contributor
0 Likes
577

hi

u should use SUBMIT VIA JOB variant for your purpose..

Cheers,

Abdul Hakim

Read only

Former Member
0 Likes
577

try this

SUBMIT zr_ecr_docs VIA selection-screen

WITH p_chgno = v_aennr

EXPORTING LIST TO MEMORY

AND RETURN.

Nataraju

Read only

Former Member
0 Likes
578

Which user exit are you using?

Read only

Former Member
0 Likes
577

Hi,

I am using EXIT_SAPMC29C_005 this exit for cc02 transaction(i.e engineering change ).

Thanks& Regards

Syed