Application Development 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: 

the problem for Implicit enhancement implementation methods in LMIGOKD1

Former Member
0 Kudos
279

hi,guys

now i want to enhancement implementation the end of METHOD document_check which in include LMIGOKD1.

i had creat a imlicit enhancement in the end of METHOD document_check.but i cann't change it in any way .and the system prompt me the

message "You may only define methods within "CLASS class ImPLEMENTATION.....ENDCLASS" when i used the check function.

who can tell me what can i do at this time?

tks in advance.

JohnMin.Liu

2008/07/17

1 ACCEPTED SOLUTION

Former Member
0 Kudos
115

HI LIU,

CALL METHOD document_operation

EXPORTING

i_simulate = abap_false

IMPORTING

e_ok = e_ok.

  • If immediate exit is requested after posting, this is (hopefully)

thanks

karthik

4 REPLIES 4

Former Member
0 Kudos
116

HI LIU,

CALL METHOD document_operation

EXPORTING

i_simulate = abap_false

IMPORTING

e_ok = e_ok.

  • If immediate exit is requested after posting, this is (hopefully)

thanks

karthik

0 Kudos
115

sorry,i want to check it before posting

thanks a lot

Former Member
0 Kudos
115

this problem was Solved.i don't know what had changed in my sap server.i can change the implicit enhancement now.

thank you everyone .

JohnMin

Former Member
0 Kudos
115

may be this is my opertioan is error.