cancel
Showing results for 
Search instead for 
Did you mean: 

Class and method detials to fetch Document attributes in SOLDOC Transaction

0 Kudos

Dear Team,

This is to inform you Our Client has migrated their Solution manager from 7.1 to 7.2

Most of the Custom applications designed and developed on 7.1 are obsolete in the Documentation area.

Now we are currently working on rebuilding custom programs built on 7.1 on to 7.2

Request you to provide a Class and method details which would give us the Document attributes in SOLDOC transaction code.

We definitely need your help and support.

Thanks & Regards,

Santhosh

Accepted Solutions (1)

Accepted Solutions (1)

former_member190969
Active Contributor
0 Kudos

Hi,

cl_smude_api is the factory.

if_smude_node_read gives you all attributes for any kind of node, also for documents. Read the intrface ABAP Doc in the definiton indclude.

Kind regards
Andreas

0 Kudos

Hi Andreas,

Can you provide any sample code for the same?

Regards,

Sujay

Answers (1)

Answers (1)

0 Kudos

Thanks

Andreas. I will work on it.