Invoking Edit Macro programmatically is done using the EDIT service. Since you can't use ISPF service from within panel (even not within *REXX), you will have to take care of that using REXX code.
However, you can make that transparent to the panel viewer if you use the CONTROL DISPLAY LOCK service.
i got my desired result by another way,
perviously i planned to place my PANEL exec in main REXX
when i placed my PANEL exec in MACRO exec its working,