cancel
Showing results for 
Search instead for 
Did you mean: 

Upload Project documents to SOLAR02

Former Member
0 Kudos

Hi experts,

i want to upload a local document to the "Proj. Documentation" Tab in SOLAR02 with an report.

I've got the nodeid of the node in solar02 where my document should be added.

And I've got also the local path of my document.

Do anybody know how i can add my document now with an report?

By debugging the solar02 i found an interesting class "CL_SOLAR_DOCUMENTS" with the methode "UPLOAD_NEW_DOCUMENT".This method calls a popup where i can select a document. (This is not necessary for me because I've got already the docpath and I want to upload the document directly)

Thank you!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Marc,

How you got the node-id of the node in solar02 where document should be added. This would help me a lot.

Thanks in Advance

Aki

Former Member
0 Kudos

Hey,

sorry for late answer.

Before i want import the document I use the Function Module "SPROJECT_STRUC_SEL_PROJ".

Here a popup appears where you can select different nodes which belong to a project.

After that the Changing Parameter "LIST_OF_NODES" will give you a internal table with detailed information to your selected Nodes (NODE_ID, NODE_TYPE, NODE_LEVEL, ...)

Hope it helps.

Greetz

Marc