Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Me22n

Former Member
0 Likes
471

Hi All,

Can anyone tell me what might have gone wrong. Below is the code from the dump that says an error at line 13 of the program:-

"MM06EFKO_KONDITIONEN_LESEN". It appears immediately u go to me22n and when u try to create a P.O in me21n.

>11 REFRESH tkomv.

>12 ENHANCEMENT-SECTION KONDITIONEN_LESEN_02 SPOTS ES_MM06EFKO_KONDITIONEN_LESEN INCLUDE BOU

>CALL FUNCTION 'RV_KONV_SELECT'

>14 EXPORTING

>15 comm_head_i = komk

>16 general_read = 'X'

>17 TABLES

>18 tkomv = tkomv.

>19 END-ENHANCEMENT-SECTION.

>20

>21 ENHANCEMENT-POINT EHS603_CPE_ERP_MM06EFKO_KOND_L SPOTS ES_MM06EFKO_KONDITIONEN_LESEN INCLUDE

So can anyone tell me is it some enhancement implementation? SOme how I am not fully aware of enhancement points. I guess its some wrong implmentation. If some one can me me through to deactivate this enhancement points. If its not an enhancement point error, then please let me know what u think it can be.

Thanks,

Anu.

Edited by: Rob Burbank on Jan 20, 2010 10:33 AM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
425

Hi,

At new versions of SAP they are standard enhancements added to programs.

You should check for an OSS NOTE at the SAP Service Marketplace. Search using the dump message you're given.

Regards,

Gilberto Li

2 REPLIES 2
Read only

Former Member
0 Likes
426

Hi,

At new versions of SAP they are standard enhancements added to programs.

You should check for an OSS NOTE at the SAP Service Marketplace. Search using the dump message you're given.

Regards,

Gilberto Li

Read only

0 Likes
425

Thanks