| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > ErrorClass > ErrorClass Methods >====== GetProcedureName (return procedure name ) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[getmessagetext get current error message text .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[getsilent get silent error flag.htm|{{btn_next_n.gif|Next page}}]] | | || **GetProcedureName** {{blk2blue.jpg|blk2blue.jpg}} The **GetProcedureName** method returns the name of the procedure in which it has been called. **Implementation:** Returns the name of the procedure as established in t he .APP file providing that the procedure name has been added to a PRIVATE queue by the SetProcedureName method. The GetProcedureName method is not called by any other methods or templates. **Return Data Type:     **STRING **Example:** **MESSAGE(GlobalErrors.GetProcedureName()) ! Displays the procedure name in ** **                                         ! a MESSAGE dialog** **See Also:**     [[setprocedurename stores procedure names.htm|SetProcedureName]]