cancel
Showing results for 
Search instead for 
Did you mean: 

Easy DMS & Log field

Former Member
0 Kudos

Hi all,

in DC10 transaction I've set "+" into the "Field selection for log field" for the status "Review".

When I set this status in the SAP transactional (CV02N transaction), the system returns me a popup that requires the use of that field.

By contrast setting this status in the Easu DMS no popup is shown.

Suggestions? I have to implement some custom FM?

Thanks,

Marco.

Accepted Solutions (1)

Accepted Solutions (1)

christoph_hopf
Advisor
Advisor
0 Kudos

Hi Marco,

unfortunatly this function is not available in EasyDMS. Please note that EasyDMS is not a one-to-one copy of DMS functionality. Most of the actions are executed by calling DMS BAPIs in the backend by using an RFC connection and these BAPIs do not allow an user interaction (e.g. a pop-up for status log).

So this customizing is only active in the backend system and EasyDMS does not support this behavior at the moment.

Best regards,

Christoph

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks Christoph.

Marco.

Former Member
0 Kudos

hi,

U need to set Call Back FM, and u have to pass document staus field, DOKST.

Benakaraj

??P

Former Member
0 Kudos

Hi,

I've implemented the FM Z_EASYDMS_SHOWPOPUP (SAP Note 694877).

It's the correct FM? How can I the pass document staus field DOKST to this FM from Easy DMS?

Thanks!

Former Member
0 Kudos

hi,

in SE37, u have to run this function module, and from this u have to import this field value. and exicute the program, so import as well as export has to done.

Contact ABAPer,

Benakaraja

??