‎2010 Jan 20 3:03 PM
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
‎2010 Jan 20 3:15 PM
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
‎2010 Jan 20 3:15 PM
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
‎2010 Dec 14 6:17 AM