on ‎2016 Jun 27 7:34 AM
Hi Everyone,
I am having following business scenario:
Source Model Dimensions:
1. H_ACCOUNT
2. H_AUDITTRAIL
3. H_CATEGORY
4. H_COSTCENTER
5. H_CURRENCY
6. H_KF_TYPE (Needs to be skipped)
7. H_TIME
Target Model Dimensions:
1. H_ACCOUNT
2. H_AUDITTRAIL
3. H_CATEGORY
4. H_COSTCENTER
5. H_CURRENCY
6. H_KF_TYPE
7. H_TIME
8. H_COSTINOUT (Additional dimension- Constant value = COST_IN_OUT_NONE)
9. H_PARTNERCCTR (Additional dimension- Constant value = NONE_PTNR_CC)
10. H_SEQUENCE (Additional dimension- Constant value = SEQ_NONE)
Please suggest me the standard script logic code that will help me in transfer the data from above source model to target model.
Request clarification before answering.
Easy:
*DESTINATION_APP TargetModelName
*SKIP_DIM=H_KF_TYPE
*ADD_DIM H_COSTINOUT=COST_IN_OUT_NONE, H_PARTNERCCTR=NONE_PTNR_CC, H_SEQUENCE=SEQ_NONE
*WHEN H_ACCOUNT
*IS *
*REC(EXPRESSION=%VALUE%)
*ENDWHEN
P.S. It's also necessary to scope the skipped dimension before destination_app:
*XDIM_MEMBERSET H_KF_TYPE=<ALL>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 41 | |
| 9 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.