on 2013 Nov 25 7:46 AM
Hello Experts,
I have created some transformation and conversion for 0GL_ACCOUNT for attr/text.
They are getting validated properly.
But when i run the package, I am getting the error on account type showing that A_ is invalid member.
How does A_ comes into picture when i am mapping ID'd to account type.
Following is the transformation file.
| *MAPPING |
| ACCTYPE=ID |
| ID=*STR(A_)+ID |
| BW_ACCOUNT=ID |
| BW_CHRT_ACCTS=0CHRT_ACCTS |
| FIN_STMT=*IF(0INCST_FLAG=*STR(X) THEN *STR(PL); 0INCST_FLAG=*STR(Y) THEN *STR(PL); 0BAL_FLAG=*STR(X) THEN *STR(BS);ID) |
| RATETYPE=*IF(0INCST_FLAG=*STR(X) THEN *STR(AVG); 0INCST_FLAG=*STR(Y) THEN *STR(AVG); 0BAL_FLAG=*STR(X) THEN *STR(END);ID) |
| ROW_SOURCE=*NEWCOL(BW) |
| *CONVERSION |
| ACCTYPE=BW_ACCOUNT_CONV.XLS!ACCTYPE |
| ID=BW_ACCOUNT_CONV.XLS!CONVERSION |
| RATETYPE=BW_ACCOUNT_CONV.XLS!RATETYPE |
| FIN_STMT=BW_ACCOUNT_CONV.XLS!FIN_STMT |
| BW_CHRT_ACCTS=BW_ACCOUNT_CONV.XLS!BW_CHRT_ACCTS |
Awaiting for kind reply.
Regards,
NJ
Request clarification before answering.
Hi Jain,
Actually why you using options like this way? are you one BPC10 NW?
| ACCTYPE=ID |
| ID=*STR(A_)+ID |
| BW_ACCOUNT=ID |
| BW_CHRT_ACCTS=0CHRT_ACCTS |
How your loading data to ACCTYPE? from bw or they conversion rouitne?
Actually to load GL Account data no need to mentioned any bw info objects. just use below
ID=0CHRT_ACCTS+ID.
Error is here. ID=*STR(A_)+ID what is the pupose of this?
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
While loading attribute data itself you may be loaded text data also. have you seen bpc account dimension data. its loaded with ID and description.
for hierarchy, while loading attribute itself at set selection, hierarchy tab you need to select bw hierarchy name and below option set filters attribute Or hierarchy need to be selected.
For Options.
NODENAME=NODENAME
HIER_NAME=HIER_NAME
PARENT=PARENT
ORDER=ORDER
To prefix A_ for your gl account then you may need to use conversion file.
Thanks
Hi Nilesh,
I assume you are referring to text nodes in hierarchy which you are unable to load.
For that when you are loading master data, in set selection you have to check mark the "Import text nodes selection",( in the same screen where you select hierarchy).
Let me know if this helps.
Also providing you link which tells you about how to load master data and hierarchy.
Regards,
Raman.
Hi,
Can you share your conversion file of BW_ACCOUNT_CONV.XLS!ACCTYPE.
Thanks,
Raju
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 7 | |
| 7 | |
| 7 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.