cancel
Showing results for 
Search instead for 
Did you mean: 

easyDMS - "SAP Properties" popup when creating new version...

former_member184443
Participant
0 Kudos

Guru's

Is it possible - in easyDMS - to get the "SAP Properties" popup when creating new version...?

Please advice

Accepted Solutions (1)

Accepted Solutions (1)

former_member185558
Active Participant
0 Kudos

Hi,

I am not sure about properties but you can pop up whenever you create new version.

You implement BADI: Manage Document Info Records in method IF_EASYDMS~CREATE_NEW_VERSION Create New Versions of Document Info Records, you can call popup like below

      CALL FUNCTION 'EASYDMS_INPUTFIELDS' DESTINATION 'BACK'         EXPORTING           wnd_title    = lf_wndtitle           wnd_text    = lf_wndtext           control_type = gc_inputfields_editbox           iv_height    = '000000000400'           iv_width    = '000000000400'         IMPORTING           result      = lh_result         TABLES           values      = lt_values.

Not sure if this is helpful Thanks and regards

Answers (0)