cancel
Showing results for 
Search instead for 
Did you mean: 

Activities - Functionalities of button "More..."

0 Kudos

Hi,

Whenever an activity has been raised, it it possible to call further functionalities with button "More....".

But, once you click on button "More..." -> "Set to completed" the status of the corresponding activity does not change from e.g "open" to "completed".

Moreover, the link "Print preview" does not has an effect.

Does anybody know, how this functionalities can be activated?

Any reply concerning this matter is appreciated.

Best Regards,

Melanie

Edited by: Melanie Friese on Jul 14, 2008 2:19 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

erika_schlachter
Active Participant
0 Kudos

Hello Melanie,

if the status is not updated to completed on the activity an error must have occured while processing. Did you already check the application log of the object you were processing?

The enabling and disabling of the buttons on the activity overview page happens in the method IF_BSP_WD_TOOLBAR_CALLBACKGET_BUTTONS. For the task object for example you can check the implementation of the class CL_BT125H_T_TASKOVVIEWSET_IMPLIF_BSP_WD_TOOLBAR_CALLBACK~GET_BUTTONS().

The enabling and disabling of the buttons happens based on different criterias, that is why The above method is the place where to check for this criterias.

Best regards,

Erika