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

How to Write METHOD Implementation Code For a SAP Std Class

former_member143179
Participant
0 Likes
414

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

1 REPLY 1
Read only

Former Member
0 Likes
335

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....