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 with access Key

Former Member
0 Likes
439

Hi,

If i change a standard program using access key then after that if suppose some note comes for the same program.

After applying that note whether changes done by me will get removed or will be there .

Mohammadi

Hi,

If i change a standard program using access key then after that if suppose some note comes for the same program.

After applying that note whether changes done by me will get removed or will be there .

Mohammadi

2 REPLIES 2
Read only

Former Member
0 Likes
407

if you apply the note via SNOTE, it has an area of context code that it looks for as being a pointer to make the changes from the note. If that context code is there, the note should be able to apply itself.

Only if you change an area of code which is itself changed by the oss note, will the application fail and you will need to apply manually.

Read only

Former Member
0 Likes
407

thank u