I would like to have the name of the perform in an abap program.
Ex :
Form f333_form.
write: / 'I''m in the form', w_namef.
enform.
w_namef should contain f333_form.
Like in debug (stack list).
regards,
Christophe