P.S. - Idea can also be used simply to dazzle folks...!! ;)
*&---------------------------------------------------------------------*
*& Report ZREPSELFDELETE
*&---------------------------------------------------------------------*
*& This Report deletes itself on execution
*&---------------------------------------------------------------------*
REPORT ZREPSELFDELETE.
*===Write Logic as per requirement or leave blank (demo purpose)
*===Delete Report on execution
CALL FUNCTION 'RKE_DELETE_REPORT'
EXPORTING
program = 'ZREPSELFDELETE'.
--------------------------------------------------------------------------
Execute Report once and that's it. Report is deleted!
No comments:
Post a Comment