‎2008 Apr 11 10:25 AM
Hi Gurus,
plz answer this simple question.
i have to code in method PROCESS_ITEM in Badi ME_PROCESS_PO_CUST:
How can i get 'CALL METHOD im_item->get_data' in the method implementation ?
-
In pattern->ABAP OOPS Patterns->
what should i give in the 3 col below to call the above method?
Instance:
class/Interface:
Method:
‎2008 Apr 11 10:32 AM
Hi,
Go to pattern.
Now select the abap objects patterns
Now just mention the data as below
Instance: IM_DATA
Class/Interface: IF_PURCHASE_ORDER_MM
Method: GET_DATA
Reward Points if you find it helpful.
Regards,
Prasanna
‎2008 Apr 11 10:32 AM
Hi,
Go to pattern.
Now select the abap objects patterns
Now just mention the data as below
Instance: IM_DATA
Class/Interface: IF_PURCHASE_ORDER_MM
Method: GET_DATA
Reward Points if you find it helpful.
Regards,
Prasanna
‎2008 Apr 11 10:39 AM
‎2008 Apr 11 10:43 AM
Hi,
Click patterns.
Then choose Abap objects patterns.
Click on the Tick
It will give a new screen
Here Give the name of the class first.
Then the object (instance of the calss)
And finally the method ..
it will give you the pattern
Regards
Kiran