cancel
Showing results for 
Search instead for 
Did you mean: 

Add a custom field to standard task of workflow

former_member188724
Contributor
0 Kudos

Hi All,

My requirement is to add a field from EKPO to be displayed in the SBWP as a dynamic column. I need to add that in SWL1 for which I have to add the field to the task.

I have a standard task(Decision step) which is used in multiple workflows which has a custom BOR.

As per my understanding my approach is to:

1. Add the field from EKPO as a virtual attribute in the custom BOR and write the logic

between

get_property field changing container.

end_property

2.Implement the method.

Do I need to add the attribute in the task or will it be refreshed automatically?

After this i can add the field in SWL1 tcode?

Please advise if these steps are correct or do I miss anything.

Regards,

K.S

Accepted Solutions (1)

Accepted Solutions (1)

sbl
Active Contributor
0 Kudos

Hi

If the BOR object used in the task is available in the task container then you can select it in the dynamic colonn.

The task will not need to be updated ... the BOR is already inside.

You might need to use SWU_OBUF to refresh the BOR within the workflow, but it is may be not even necessary

So it should be fine as long as it works from the BOR

Cheers

Stephane

former_member188724
Contributor
0 Kudos

Hi Stephane,

Thanks for my earlier question.Which means I have to add the field as a virtual attribute and use SWU_OBUF to refresh the BOR to update the field. Then I can use SWL1 to add the dynamic column. Correct.

Thanks ,

K.S

Answers (0)