‎2006 Oct 03 11:55 AM
Hi All,
I need to create a project but when i am creating a project it is asking for enhancement Number.
But I do't the enhamcement number.
my Include is Zxvdbu001. for thes exit i need to Create a project, What is the enhancment number for this.
Can any one give me solution for this.
Thanks in Advance
Thanks & Regards.
Ramu.
‎2006 Oct 03 12:00 PM
‎2006 Oct 03 12:02 PM
Hi,
That include will be a part of function module. Check the where used list for the include and you will get the Function module name.
Now goto se12 transaction and enter table name as MODSAP, enter the Function module name in the enhancement name field(Member). You will get the enhancement name for the include.
Hope this helps.
‎2006 Oct 03 12:30 PM
Hi,
It is showing the error messge like enhancement vedb0001 is already assigned to project zedisor while assigning enhancement for a new project.
at this stage what i have to do.
Please help me.
Thanks in Advance .
Thanks&Regards.
Ramu.
‎2006 Oct 03 12:37 PM
Hi,
Since that enhancement is already part of project, so just implement the code and test. No need to create the project for that.
Hope this helps.
‎2006 Oct 03 12:37 PM
Hi again,
1. one enhancement can be assigned to ONLY One project.
2. Hence,
3. Hence, u will have to modify thru the original project only.
4. Ie. (in CMOD, give the original project name,
and from there goto this enhancement,
and modify the include)
regards,
amit m.
‎2006 Oct 03 1:14 PM
Hi,
I Have given the progject name in the cmod and clicked on change and in enhancement assignments already vedb001 is there. i placed the cursor on vedb001 and selected the components tab. it asked for the Request number and i have created the Request number.after creating that it has shown all the FM s assigned to it. i selected my FM exit_saplvedb_001.fm was displayed in display mode when i clik change button it is asking for access key and while doubble clicking on zxvdbu001 it is showing the message as follows.
Program names ZX... are reserved for includes of exit function groups
Message no. DS027
Diagnosis
You attempted to create a program name beginning with ZX but this name range is reserved only for includes of exit function groups (function groups containing only function exits).
If you want to create a program ZXaaabbb, note the following for program type I (Include).
1. The program is an include of the function group Xaaa:
In this case, the INCLUDE ZXaaabbb statement should not be inserted in the main program SAPLXaaa, but in the program ZXaaaZZZ .
2. The program is not an include of the function group Xaaa:
Since the syntax check for includes of this name range searches for the global data in the program LXaaaTOP (not ZXaaaTOP), you may not be able to check the include in isolation (--> check main program).
Procedure
Choose a different program name
I am not getting what it is exactly.
Kindly give me solution how to modify this include (zxvdbu001)
Thanks in Advance.
Thanks&Regards.
Ramu.
‎2006 Oct 03 1:49 PM
Hi again,
1. and while doubble clicking on zxvdbu001 it is showing the message as follows.
when u are at this stage
(ie. inside the fm code, and the code INCLUDE Zxxxx01 is visible)
2. Just place your cursor on that particular line
3. Now press the ENTER KEY
(not the middle enter key,
but the BOTTOM-RIGHT (on the numpad))
4. It will popup a message to create
5. Press yes,
6. and proceed!
regards,
amit m.
‎2006 Oct 03 12:22 PM