cancel
Showing results for 
Search instead for 
Did you mean: 

How to filter customer specific document type

0 Kudos

Dear Expert,

I want to filter customer specific document types while creating/changing or displaying documents in SAP DMS. Is there any method to filter document types so that when we select document type while creating documents it should not display SAP standard or other unwanted document type? can we achieve this through BADI or User Exit....

Regards

Bhuwan C Twari

Accepted Solutions (0)

Answers (1)

Answers (1)

christoph_hopf
Advisor
Advisor
0 Kudos

Hi Bhuwan,

I think that this behavior could be achieved by using BADI DOCUMENT_MAIN01 with method BEFORE_READ_DATA for example. Maybe here the range of available document types could be filtered.

Another solution could be to use one of the DMS authorization objects (see http://wiki.sdn.sap.com/wiki/display/PLM/AuthorizationObjectsin+DMS) like C_DRAW_TCD to control which document type can be used for create and display actions.

Best regards,

Christoph