Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Document Copy PS/DMS module

Former Member
0 Likes
323

Hi All,

I need to copy the document from one place/level to another place/level. I am not supposed to use down load and upload concept as ther could be more documents per one review. It's basically PS module. I just want to checkout doc form one place and check in it to another place.

Lets specifically explain....

I need to copy documents of all document types of one credit which are at credit level and

paste it at Review wbs level. where all the credits belong to that Reveiw wbs.

With out using document down load and upload, rather using check out and chekin.

Is there any BAPI or approach to do it.

Thanks in advance.....

1 REPLY 1
Read only

Former Member
0 Likes
268

Hello,

if i get your question right, it's just changing the connecting information to a document from one sap-object to another. this connecting information is in one of the tables TOA01, TOA02 or TOA03, depending on the customizing.

You could just try to identify, in which table the information is and update the specific entries.

Or have a look on the function modules in function-group OPTB, e.g. ARCHIV_CONNECTIONTABLE_INSERT.

But a real bapi i've never found in that area.

Regards Wolfgang