Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error while activating DMEE tree

Former Member
0 Likes
5,882

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 cal

I 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

3 REPLIES 3
Read only

Former Member
0 Likes
2,855

Hi..

How have you done the field mapping, exit module or something... Can you elaborate..?

Best Regards,

Navin Fernandes.

Read only

0 Likes
2,855

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

Read only

0 Likes
2,855

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.