Hi.
I have a big problem.
I need include an user fields in the ekko.
I need update the table ekko, in the include CI_ekkodb, for my own field, zuser_subst.
ok, The sap help say, I have use the enhancement MM06e005, exit_sapmm06E_006.
I use it but it doesn´t work.
For mantain the ekko I use the exit M06E0005-Changes to communicatios structure for purchasing doc. Release,
with the coding:
.....
E_CEKKO-ZUSER_SUBST = ZMTSLA600-ZUSER_SUBST.
.....
all ok, then the standard program make delete the structure cekko.
thank, regard.
Hello Daniela,
One thing first you should name your field stating with ZZ. For example ZZUSER_SUBST since SAP can use a field name in EKKO starting with Z with a later release.
Secondly, what kind of problem you are having. Did the user exit activated ok? Are you not able to populate the custom field in the user exit?
Hi Daniela,
Did you create a project including this enhancement and activate it?
If not, this is what you need to do.
Go to Transaction CMOD.
Enter a 'Z' name to the project and 'Create'.
Enter all the required details and then press 'Enhancement Assignment'. Here you will enter the enhancement name which is MM06E005 in your case.
After that you need to press 'Components'.
It will give you a list of exits available in this enhancement.
Select the exit name and 'activate'.
After this your changes will be executed by SAP. If you don't activate the project, even if you have code in the exit, it will not be executed.
If this helps, please reward and close the issue. If not, let us know.
Srinivas
Add a comment