cancel
Showing results for 
Search instead for 
Did you mean: 

How to unable the Period Structure Button in //SDP94

Former Member
0 Kudos

Hello APO Experts!!

We need to unable the button Period Structure in //SDP94, because the use of this button will impact in the macros functioning.

For example: we have this planning book with the future time bucket profile equal to 3 months, and the past time bucket profile equal to 12 months.

If the user change the time bucket profile from 3 months to 12 months, or choose any other time bucket profile that is showed, it will destroy the macros functioning.

Thanks in advance!!

Best Regards

Angela

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Please check this [Forum Thread|]

Former Member
0 Kudos

Hi Angela,

You can deactivate the whole button by using badi //SDP_INTERACT, methodFCODES_EXCLUDE.

The FCODE would be TIME_DRILLDOWN.

You can also do this on another point in BAdI /sapapo/sdp_interact:

method user_fcodes_calculations

Reset the fcode like this:

IF cv_fcode = 'MSDP_PERIO_SET'.

cv_fcode = ''.

ENDIF.

Best regards,

Alper Myumyun