cancel
Showing results for 
Search instead for 
Did you mean: 

FM or Bapi to get all parent nodes ( hierarchy) of a document in DMS

meenakshi_raina
Advisor
Advisor
0 Kudos

Hi All,

Is there a FM or BAPI to give details of the hierarchy of a particular document in DMS.

Lets say document A is under a structure B, which is under another structure C. So, is it possible to get all the parents of A , i.e, B and C in this case.

Thanks in Advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

raymond_giuseppi
Active Contributor

Which BAPI such as BAPI_DOCUMENT_GETOBJECTLINKS did you already try?

meenakshi_raina
Advisor
Advisor
0 Kudos

For example, I would like to know all the parent nodes of the document "Testing_1". In this case, the parent nodes are -"Testing_fil", "testing_dir" and others. Basically , I would like to know if there is a BAPI/FM which can provide us all the parent nodes for a particular document.