‎2008 May 23 7:01 PM
Dear Sir,
We have by-mistake over-written the SAP Std Class "CL_EX_ME_PROCESS_PO_CUST" . Now , we are required to write the Method Implementation Code for the Method Say "INITIALIZE" against the Interface "IF_EX_ME_PROCESS_PO_CUST" .
For this we followed the following procedure :
In TCode SE24 , we had given Class Name as "CL_EX_ME_PROCESS_PO_CUST" and clicked on Change icon . We clicked on the Tab "METHOD" , now all methods name gets listed . Now if we double click on say method "IF_EX_ME_PROCESS_PO_CUST~INITIALIZE" then a message mentiong that this method is not implemented appear .
Now , pl guide us that what steps w should follow to implement the method . We have code available for this method . But we do not the procedural steps to be followed .
With Thanks and Regards
B V Mittal
‎2008 May 23 7:37 PM
Hello there,
Just double click on the method name and it should take you to the place where you can paste your code...or write the code...
I just tested this...by creating a test class....under methods tab...click on method name...it takes you to the place...where you can add your code...
hope this help....