METHOD /dscsag/if_ex_document_01 ~doc_clone_classif_before.
* The class PLM_LEGACY must no longer exist in the DIR after a
* document creation with template, since the PLM_LEGACAY class
* is to be seen as documentation of the data migration.
DELETE characteristicvalues
WHERE classtype = '017' AND
classname = 'PLM_LEGACY'.
DELETE classallocations
WHERE classtype = '017' AND
classname = 'PLM_LEGACY'.
ENDMETHOD.
3 Comments
Giancarlo Adamo
Hello,
I'm trying to use your first TIP
# sap.plm.document.newVersion.<dtype>.charvalue.clear = Char1;Char2;Char3
but it's not working.
I tried to update default.txt file with
sap.plm.document.newVersion.DWG.charvalue.clear = SCHED_DATE;ACT_DATE;PENALTY_DOC;Z_SEND_TRASMITTAL;Z_CURRENT_TRASM_DATE;Z_STATO
where DWG is the dtype and SCHED_DATE;ACT_DATE;PENALTY_DOC;Z_SEND_TRASMITTAL;Z_CURRENT_TRASM_DATE;Z_STATO is the list of characters.
Can you confirm that the synthax is correct?
Can you confirm the ECTR version that must be installed to use that parameter?
Thank you
Massimiliano Furlanis
Sebastian Kiesel
> I tried to update default.txt file with
You have to upload this change to backend with the function in the ECTR Admin - Menu.
Giancarlo Adamo
It works.
Thank you very much: this is very helpful.....I thought to use ABAP....but in this way is much easier.
Massimiliano Furlanis