How can I create a Master-Detail list with the same table by using its parent ID number as master table reference ID number ?
You cannot directly use a table as its own detail / master - you would need to create a view of the master and use that as the detail table.