‎2011 Aug 08 7:22 AM
Good Morning Experts,
I want to add a column (Zfield) to the Tcode MP01, for this I am using Exit as AMPL0001.
whenever I double click on the FMexit or Screen exit it is asking for Access key.
can anyone suggest me what is the problem and how to achive the above functionality.
Regards
valluru
‎2011 Aug 08 7:48 AM
Hi
Do this steps:
1. Create a project with tcode CMOD.
2. Set this enhancement (AMPL0001)
3. Save, activate it.
4. Create the ZX* includes in the FM EXIT_* in your own packages.
5. Activate this ZX* includes.
6. Set a break-point and test if the tcode trigger this enhancement. You will know it if tcode stop in the break-point.
I hope this helps you
Regards
Eduardo
PD: I forgot, use a user-ID with a developer key.
Edited by: E_Hinojosa on Aug 8, 2011 8:49 AM
‎2011 Aug 08 8:13 AM
Hi Eduardo,
Thanks for the replay, I have created a project and I have attached exit AMPL0001.
I double clicked on the Screen Exit SAPLMBAM and I choosed LAYOUT and click on Dictionary/rogram fields for adding the fields in the Screen. I have added the fields to the table AMPL throgh .Include, but those fields are not showing in the screen.
please suggest me after adding the field, what i have to do .
Regards
valluru
‎2011 Aug 08 8:39 AM
Hi Valluru,
Now I think that I've understood you.
As I told you create the project, set the enhancement AMPL0001. Save.
After when you are modifing it, go to dynpros and do double click on dynpro '1000' for SAPLXAMP, it will call the tcode SE51 to create the dynpro.
To add the fields do the same with CI_AMPL.
I hope this helps you
Regards
Eduardo