on ‎2018 Sep 28 9:06 AM
I don't know how to find a solution for this, but I implemented a note 2688373 "Facebook Campaigns not created during Campaign Workflow with auto release" and it contains a correction:
IF cl_cuan_initiative_helper=>is_stat_for_release_available( ) = abap_false "advance status management is not on,
AND cl_hpa_workflow_customizing=>is_workflow_active_for_object( iv_bo_name = if_cuan_initiative_c=>sc_bo_name ) = abap_false "workflow is not active
OR IS_AUTO_RELEASE_ENABLED = abap_true.
For some reason IS_AUTO_RELEASE_ENABLED is not defined in the class and thus it is not possible to active it. Tried to search for notes where the same class is used and could find any correctional note where it was defined. Reset the note for now, but it can't be that the note contains an error. There must be a prerequisite note which has it defined. How to find it?
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
Hi Maris,
The following note is listed as prerequisite for note 2688373:
2654468 - Facebook campaign status using SAP Business Workflow
Hope this helps.
BR
Theo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Theodor,
you are right. I couldn't implement the note 2688373 without implementation of the pre-requisite note. But the thing is, pre-requisite note does not have the IS_AUTO_RELEASE_ENABLED defined. It has only this correction:
IF cl_cuan_initiative_helper=>is_stat_for_release_available( ) = abap_false "advance status management is not on,
AND cl_hpa_workflow_customizing=>is_workflow_active_for_object( iv_bo_name = if_cuan_initiative_c=>sc_bo_name ) = abap_false.With the note 2688373 last part was added.
OR IS_AUTO_RELEASE_ENABLED = abap_true.Something is missing, otherwise the class would not be activated on developer's computer 🙂
Hi Maris,
I think the best would be to open a ticket for this issue and describe your problem as you have done it here.
So the development colleagues can have a look on it.
Thanks and regards
Maik
| User | Count |
|---|---|
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.