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

Enhancement issue

Former Member
0 Likes
482

hi friends,

I've an user-exit EXIT_SAPLCOZF_001 which has three INCLUDE. Now my question is if suppose I want to make some modification to this exit then how would i proceed?

plz answer this question ASAP.

regards,

shamim

hi friends,

I've an user-exit EXIT_SAPLCOZF_001 which has three INCLUDE. Now my question is if suppose I want to make some modification to this exit then how would i proceed?

plz answer this question ASAP.

regards,

shamim

3 REPLIES 3
Read only

Former Member
0 Likes
455

or should i create a new INCLUDE and proceed with the enhancement?

Read only

Former Member
0 Likes
455

Hi

you need to double click on that zinclude so as to create it and write your own code so as to do modifications.

put a break point and check whether that is the correct zinclude in which you are suppose to write the code .

Reward points if helpful.

Regards

zarina

Read only

Former Member
0 Likes
455

HI,

U just put BREAK-POINT in those three includes....

after that check ur requiremnt....

Which of those includes will trigger that will be the urs...

Start ur code accordingly...

Kishore.