Skip to content

Commit a133b29

Browse files
author
RUDOLF LINDT
committed
update formatting in extend-activity-dates due to error
1 parent fd13b59 commit a133b29

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

tutorials/xpa-sac-cxmp-extend-activity-dates/xpa-sac-cxmp-extend-activity-dates.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ As this requires multiple changes across the second data action step, go ahead a
123123

124124
<!-- border; size:540px -->![OverwriteActivityAllocationStep](Step02UpdateMaintainActvityDa/0208_OverwriteActivityAllocationStep.png)
125125

126+
```
126127
CONFIG.HIERARCHY = [d/SAP_ALL_PRODUCT].[h/Hierarchy4],[d/SAP_MKT_MarketingCampaign].[h/Hierarchy2], [d/SAP_MKT_MarketingActivity].[h/Hierarchy2]
127128

128129
CONFIG.HIERARCHY.INCLUDE_MEMBERS_NOT_IN_HIERARCHY=
@@ -240,6 +241,7 @@ As this requires multiple changes across the second data action step, go ahead a
240241
[d/SAP_FI_XPA_GLAccount] = "41000000")
241242

242243
* ATTRIBUTE([d/SAP_MKT_MarketingActivity].[p/ActivitySpendAmount])
244+
```
243245

244246
Click on the **Save** icon to have your updated data action saved.
245247

@@ -259,6 +261,7 @@ Click on the step **Recalculate all Activities** and replace the whole script in
259261

260262
![ReplaceRecalculateActivityDa](Step03UpdateRecalculateActivitiesDa/0302_ReplaceRecalculateDA.png)
261263

264+
```
262265
CONFIG.HIERARCHY = [d/SAP_ALL_PRODUCT].[h/Hierarchy4],[d/SAP_MKT_MarketingCampaign].[h/Hierarchy2], [d/SAP_MKT_MarketingActivity].[h/Hierarchy2]
263266

264267
CONFIG.HIERARCHY.INCLUDE_MEMBERS_NOT_IN_HIERARCHY=
@@ -348,7 +351,8 @@ Click on the step **Recalculate all Activities** and replace the whole script in
348351
[d/SAP_FI_XPA_GLAccount] = "41000000")
349352

350353
* ATTRIBUTE([d/SAP_MKT_MarketingActivity].[p/ActivitySpendAmount]) ,3)
351-
354+
```
355+
352356
Click on the **Save** icon to have your updated data action saved.
353357

354358
<!-- border; size:540px -->![SaveRecalculateActivityDa](Step03UpdateRecalculateActivitiesDa/0303_SaveRecalculateDA.png)

0 commit comments

Comments
 (0)