Admin tabs for custom plugin

You should be able to use the admin_url() function; it returns the admin URL with the first parameter appended, optionally:

admin_url( 'admin.php?page=bigname' );