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

PM01 : Cant delete Customer Include

0 Likes
1,226

Hi there,

i got some strange problems with the PM01.

I created a customer Include via PM01 for infotype 0006 --> CI_P0006 (single Screen). Now i want to delete it again. So I tried to delete it via PM01 again. Result: it´s still there. Then I tried to delete it via SE11. It sais that it has been deleted, but it´s still there..

can anyone help?

Greetings

Hi there,

i got some strange problems with the PM01.

I created a customer Include via PM01 for infotype 0006 --> CI_P0006 (single Screen). Now i want to delete it again. So I tried to delete it via PM01 again. Result: it´s still there. Then I tried to delete it via SE11. It sais that it has been deleted, but it´s still there..

can anyone help?

Greetings

4 REPLIES 4
Read only

0 Likes
1,088

no one can help?

Read only

0 Likes
1,088

Hello.

Got the same problem.

Did you found a solution?

Thanks and regards

Read only

0 Likes
1,088

Hi Markus,

i had to contact the sap Support. They said that there was a bug in a Function Module. The SAP -Support connected toour System and did the deletion while Debugging that function module.

Greetings

SL

Read only

0 Likes
1,088

Hi Sven.

very fast reply !

Thanks for the Information. That was exactly what I've done mysefl - probably while you where typing your response.

Seems that, if one has created an customer-include in and old non EA-HR System and then trying to delete it after the System was upgraded to EA-HR, deletion is not possible. Just guessing ...

For everyone else with the same problem and debugging skills:

1) Go to Transaction PM01, hit tab "Single Screen", type in your infotype number (e.g. 0001)

2) Activate Debugging ("/h")

3) Select from menue: Single Screen -> Delete Enhancement

4) navigate your Debugger to Module FCODE (SAPMP50J / 2000) ->  FORM delete_ext (MP50JF19) -> Line:

"PERFORM Name_make_r_ci using infty versid changing l_ciname"
This creates the wrong CI* Name. Edit field l_ciname to "CI_Pnnnn" (eg. "CI_P0001").