‎2010 Jun 21 10:22 AM
Hi all,
I have designed a DMEE tree; while I am trying to activate it; I am getting this message;
Message no. DMEE_ABA214
Diagnosis
When you activate a format tree, ABAP source code is generated for test purposes.
The following error occurred for ABAP keyword IF-ZOPENIN during generation for tree node OPENING_BALANCE:
The data object "IF" does not have a component calI opened the opening_balance node and changed its corresponding structure element to dec 13,2, while it was curr 13,2; since I was getting the same issue for other nodes. Once I changed it, the error got away for all other nodes, but still persists for the mentioned node.
Thanks,
Zahack
‎2010 Jun 21 10:30 AM
Hi..
How have you done the field mapping, exit module or something... Can you elaborate..?
Best Regards,
Navin Fernandes.
‎2010 Jun 21 10:57 AM
Hi Navin,
I have actually designed a DMEE tree for the generation of XML file;
I have made a structure Z_HEADER-OPEN_BALANCE->DEC 13,2
I have now made a node in dmee tree OPENING_BALANCE, specified length as 16; type as currency and conv func as AL.2.
Previously, I was getting for some other nodes above this node; after I changed the corresponding structure fields from CURR to DEC; the issue got resolved; so OPENING_BALANCE is one of those fields; which still shows me error.
Thanks,
Zahack
‎2010 Jun 21 12:35 PM
Hi Zahack,
I do understand about your error.. Can you tell me about its mapping..
For Eg: If your DMEE Node mapping is wrt structure FPAYH and the field is char..
while you have created a node with dec or currency.. then it throws an error..
Could check this..!
Hope it helps..
Best Regards,
Navin Fernandes.