Application Development 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: 

OSS NOTE

Former Member
0 Kudos

in OSS NOTE , we are implementing from first to last i.e. navigation , can we come to back flow, i.e . reverse procedure(navigation) in OSS NOTE ?

2 REPLIES 2

Former Member
0 Kudos

Hi,

If the program allows you to do like that without any syntax errors you can do like that.

Generally first we declare the variables and other internal tables. and below code will be there,

if you write the code below first naturally the program says that field/tables is not declared.

If it is purely code related you can do the changes from bottom to top and generate lastly, no problem, if it generates.

reward if useful

regards,

ANJI

Former Member
0 Kudos

Go to snote transaction and try to reverse the note else go manually to the respective object and delete the changes by using version management to know the changes. Both way it will works