cancel
Showing results for 
Search instead for 
Did you mean: 

created NEW button is displaying on all assignment blocks

Former Member
0 Kudos

Hi ,

i want to create new1,new2 buttons on planned activity assignment blocks, because based on activity type these buttons should be open the crate activity view.

there is already NEW button is available, i want to display NEW1, NEW2 buttons along with this existing button.

here my problem is when i am adding NEW1, NEW2 buttons these buttons are creating, but same buttons are displaying in other assingment blocks also, i want to display these buttons on only planned activity assignment block.

pls help me on this.

Thanks,

Neelam

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

Are the other assignment blocks where this new button is appearing using the same view?

If yes, you have to handle in the coding that the button is only available when certain criteria are fulfilled (if it is showing the planned activitites).

If not then it is really strange. In the HTML-part the buttons are normally taken from gt_button. You can check how this table is declared and what values it consists. You can add a break-point in the HTML-coding.

Best regards,

Thomas Wagner

Former Member
0 Kudos

Hi,

i solved this problem by creating one boolen variable im iMPL class, passing 'X' value when these buttons created in do_prepare_output, now issue solved.

Regards,

Neelam