Skip to Content
0
Former Member
Apr 09, 2010 at 12:02 PM

How to know the name of the perform

52 Views

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