‎2008 Oct 08 2:21 PM
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?
‎2008 Oct 08 2:24 PM
Hi,
You need to go to SE11 and create it by giving the name.
You cannot navigate through the Enhancement window.
Regards,
Pramod
‎2008 Oct 08 2:24 PM
Hi,
You need to go to SE11 and create it by giving the name.
You cannot navigate through the Enhancement window.
Regards,
Pramod
‎2008 Oct 08 2:28 PM
thanks, we cant create it as a database table, isnt it?
its a structure, right? how we create a structure?
‎2008 Oct 08 2:30 PM
Yea,
You need to create a structure in your SE11 with the same name.
Regards,
Pramod
‎2008 Oct 08 2:41 PM
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
‎2008 Oct 08 2:53 PM
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
‎2008 Oct 08 2:28 PM
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
‎2008 Oct 08 2:42 PM
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