2008 Jul 17 3:37 AM
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
2008 Jul 17 4:03 AM
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
2008 Jul 17 4:03 AM
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
2008 Jul 17 4:38 AM
2008 Jul 21 1:39 AM
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
2008 Jul 21 1:41 AM