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

CI_EKPODB

Former Member
0 Likes
4,733

im trying to create the structure CI_EKPODB by double clicking on it in user exit MM06E005

I cant, its saying this strcuture doesnt exist

how do we create that structure?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,740

Hi,

You need to go to SE11 and create it by giving the name.

You cannot navigate through the Enhancement window.

Regards,

Pramod

7 REPLIES 7
Read only

Former Member
0 Likes
2,741

Hi,

You need to go to SE11 and create it by giving the name.

You cannot navigate through the Enhancement window.

Regards,

Pramod

Read only

0 Likes
2,740

thanks, we cant create it as a database table, isnt it?

its a structure, right? how we create a structure?

Read only

0 Likes
2,740

Yea,

You need to create a structure in your SE11 with the same name.

Regards,

Pramod

Read only

0 Likes
2,740

im trying to create it, the message "Customizing include CI_EKPODB can only have type 'structure'" is displayed

i dont know how to create a structure

Read only

0 Likes
2,740

Hi,

You will have an option in your SE11 screen where you can create elements i think. Only there you can create a structure.

Regards,

Pramod

Read only

Former Member
0 Likes
2,740

Hi,

It looks standard but this structure is for enhancement (can be altered).

In se11 you need to add the required fields(z) to this stucture.

goto change mode and add the fields.

we can create .Try in se11.

Rhea.

Edited by: rhea on Oct 8, 2008 3:28 PM

Read only

RaymondGiuseppi
Active Contributor
0 Likes
2,740

You can not create the include through transaction [SMOD|https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=smod&adv=false&sortby=cm_rnd_rankvalue], you have to create a project via [CMOD|https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=cmod&adv=false&sortby=cm_rnd_rankvalue], attach the enhancement [MM06E005|https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=mm06e005&adv=false&sortby=cm_rnd_rankvalue] to the project, and then when double-clicking on CI_EKPODB it will create the included structure (after a confirmation and a warning screen, ignore the warning) - You will need the project activated to execute and test the Exits of the Enhancement.

Also look at [Changing the SAP Standard (BC)|http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCDWBCEX/BCDWBCEX.pdf]

NB: To create structure, use the line "Data Type" on SE11, and when the "Create Type" popup appears, check the line "Structure".

Regards