cancel
Showing results for 
Search instead for 
Did you mean: 

Set Documenttype default depending on WS-Application (EasyDMS)

Former Member
0 Kudos

Hi,

I use EasyDMS and my issue is to set the documenttype default, depending on the Ws-Application trough a Z-Function like Z_EASYDMS_GETDOCTYPES. Any idea?

Thanks

Best regards

HH

Accepted Solutions (0)

Answers (1)

Answers (1)

christoph_hopf
Advisor
Advisor
0 Kudos

Hi HH,

generally the determination logic is a bit different in DMS and EasyDMS. Because at first the document type is determined and then the file is added. So at the beginning the system cannot know the file format or workstation application.

So from my point of view maybe a solution could be to use the BADI DOCUMENT_MAIN01 with method BEFORE_SAVE to change the document type in reference to the involved entries in table DOCFILES.

I hope that this information could be useful for you.

Best regards,

Christoph