on ‎2021 Mar 02 11:31 AM
Hi Experts,
I am trying to skip Accounts starts with numbers other than 1.
I am using the following code in BPC Transformation file.
Method 1:
Transformation ACCT = *IF(ZGACT(1:1)=*STR(1) then ZGACT; *STR(ACT_NONE))
Conversion ACT_NONE *SKIP()
In this approach, Accounts are loading to the Model with ID as ACT_NONE
Method 2: Transformation ACCT = *IF(ZGACT(1:1)=*STR(1) then ZGACT; *STR(NACT)+ZGACT)
Conversion NACT* *SKIP()
This approach is also not working.
I think the Accounts are getting loading before execute the conversion file.
can any one help me the way to skip the records in BPC Transaction data load. I am not getting any issue with Master data load with the above type of formulaws. but when we load the transaction data, it is comparing the Master data so getting the issue.
Request clarification before answering.
Hi Vara,
It should be just *SKIP in the conversion file.
Regards,
Bennie
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 11 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 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.