cancel
Showing results for 
Search instead for 
Did you mean: 

Number of Hits On a Document in Easy DMS

Former Member
0 Kudos

Hi ,

How to catch the Hit on a document.

I need to count the number of hits on a document in Easy DMS.

I have tried with BADI :DOCUMENT_FILES01 and Method : BEFORE_START_APPL .

this is triggered when I try to open the file using CV02n Tcode but When I am trying catch through the Easy DMS screen ,

I am not abt to do that.( BADI is not triggered )

Is ther any BADI for that ?

And one more ...While creation of new document , Can we avoid same description for two documents in the same folder in Easy DMS( I am able do it the same in Cv01n and cv02n ) ?

Thanks & Best Regards,

sravan.

Accepted Solutions (1)

Accepted Solutions (1)

christoph_hopf
Advisor
Advisor
0 Kudos

Hi Sravan,

regarding your "number of hits" question I have to regret but such a function is not available in the current standard of EasyDMS.

If you create a new document info record then you can enter an individual description at the document details screen. Have you tried this already or do get something wrong?

Best regards,

Christoph

Former Member
0 Kudos

Hi Christoph,

Thanks for your reply.

My requirement is :

I need to validate the description of the document in the Easy DMS in such way tha, the user should not give the same description for the two documnets in the same folder .

How can I restrict it ?

Thanks & Regards,

Sravan.

Former Member
0 Kudos

Hi,

BAPI_DOCUMENT_CHANGE2 is called when description is changed, and BAPI_DOCUMENT_CREATE2 is called when a document is being created,

you can use BADI DOCUMENT_MAIN01~BEFORE_SAVE;

Regards

Surjit

Former Member
0 Kudos

Hi Surjit,

Thanks for your support.

I have tried with same badi , but as I mentioned earlier it was working fine with CV01n and cv02n .

But when I am trying to do the same in Easy DMS , it was not working.

Regards,

sravan.

Former Member
0 Kudos

Hi Experts,

Any Updates... Please...

Thanks and Best Regards,

Sravan.

Answers (2)

Answers (2)

Former Member
0 Kudos

Not Answered

Former Member
0 Kudos

Hi,

Every time a DIR or Folder is opened in EasyDMS using SAP Properties sheet, BAPI_DOCUMENT_GETDETAIL2 is triggered, which returns the document detail..check DOCUMENT_MAIN01~AFTER_READ_DATA or before_read_data.

also badi DOCUMENT_STORAGE01 methods: before_physical_checkout

Regards

Surjit