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 in idoc FIXEDASSET_CREATEINCLVALUES02

Former Member
0 Likes
837

Hi gurus,

I am using the idoc FIXEDASSET_CREATEINCLVALUES02, and message type FIXEDASSET_CREATEINCLVALUES, i am getting an error in segment E1BPPAREX, error was to include the structure BAPI_TE_ANLU in the E1BPPAREX segment . I checked for that structure and included that in idoc , now i get an error ''Customer enhancement not active or structure CI_ANLU not defined''.

This CI_ANLU is already included in the structre BAPI_TE_ANLU and the structure is active too , then why i get this error .

Kindly suggest me how to proceed .

Regards,

Lakshmi Rajkumar.

Hi gurus,

I am using the idoc FIXEDASSET_CREATEINCLVALUES02, and message type FIXEDASSET_CREATEINCLVALUES, i am getting an error in segment E1BPPAREX, error was to include the structure BAPI_TE_ANLU in the E1BPPAREX segment . I checked for that structure and included that in idoc , now i get an error ''Customer enhancement not active or structure CI_ANLU not defined''.

This CI_ANLU is already included in the structre BAPI_TE_ANLU and the structure is active too , then why i get this error .

Kindly suggest me how to proceed .

Regards,

Lakshmi Rajkumar.

2 REPLIES 2
Read only

former_member215575
Active Participant
0 Likes
597

Hi Lakshmi,

Haven't worked on this message type, but as far as I can understand the Customizing include CI_ANLU is empty i.e, no fields added to it. Segment E1BPPAREX has to be used if some fields are added to CI_ANLU. Check is it absolutly necessary to use segment E1BPPAREX in IDoc.

check in SE11 if CI_ANLU is created/defined or not?

Regards,

SG.

Edited by: SravanK on Feb 17, 2012 2:28 PM

Read only

Former Member
0 Likes
597

Hi Sravan,

Hey thanks for your reply , ya i too solved the problem . I deleted the segment E1BPPAREX, and now its fine .

Thanks & Regards,

Lakshmi Rajkumar.