With parameter sqlfile=file_name you can easily get DDL from dumpfile.
Following is the steps.
1.Create directory where dump resides.
Code :
create directory d as 'E:';
2.Now perform impdp. Note that no actual rows will be imported. Only you will get the file includes
...