Wednesday 27 March 2013

How can we delete concurrent program which is already registered?

Through the application FE it is not possible to delete CP. From BE we can delete it.

Begin
Fnd_program.delete_program(‘short name’, ‘application’);
Fnd_program.delete_executable(‘short name’, ‘application’);
End;

No comments:

Post a Comment