on 2021 Apr 20 4:14 AM
I am currently using .NET program to search for documents in ECTR, check out , make changes and check in documents using .net ECTR connector. So far, I have not been able to change document status programatically in ECTR.
Is there a way to change file status from IX to IW or from IW to RG using in .NET?
Note: These are AutoCAD dwg files.
Thank you.
Request clarification before answering.
Hello,
there is no dedicated connector method to change just documents status. You can use RfcExecutor to call any RFC-enabled BAPI in SAP Backend which is able to change status, f.e. BAPI_DOCUMENT_CHANGE2
in attachment you can find a small example how to call an rfc FM using .net PlmConnector
you also need to list your FM in rfc-tunnel-whitelist.txt, otherwise the call will be "blocked".
With Kind Regards,
Waldemar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
6 | |
2 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.