cancel
Showing results for 
Search instead for 
Did you mean: 

Enhancement

Former Member
0 Kudos

Hi,

Pls help me solving this

We did enhancement for the datasrc 0fi_gl_4 and added 2 ZZ fields & in CMOD I have given the project name for example as project1 and assigned an enhancement assignment RSAP0001 & I have written the code for that 7/very thing worked fine,now we got the requirement to enhance the datasrc 2lis_13_vditm then i have added the Z fields to the extract structure then I went to CMOD and created one more project project2 & when I am trying to assign the enhancement assignment RSAP0001 it sis giving the msg already assigned to project1 ,then if I want to assign the same enhancement assignment is it I should delete the first Project (project1) again to assign the same enhancement assignment or is there any other procedure to do it or we have to use different enhancement assignment for different modules.

Thanks in advance

Priya

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Priya,

you do not have to create a new project for this. In fact, you can include any enhancement in one project only. You can go to your project1 and you can add you code for the new datasource using the "CASE ... WHEN" switch.

Thanks and Regards

Subray Hegde

Former Member
0 Kudos

Priya,

no need to create new project. you ahve the code for 0fi_gl_4 enhanced fields. go to that include in the CASE and ENDCASE.after the end of the statement and before ENDCASE. start with WHEN 'DS name'.

write the code.

All thes best.

Reagrds,

Nagesh Ganisetti.

Former Member
0 Kudos

Use the same, don't try to create a new one. In your code restrict by extractor name.

Former Member
0 Kudos

Hi,

No need to delete.U can use same project for other data sources also.