2009 Feb 05 7:11 AM
hi to all experts,
im new to oops concepts. i have found which can i use i implement that badi. it has an interface IF_EX_ME_PROCESS_REQ_CUST and class ZCL_IM_TEST_IMP i have to use the method
process account.in that they are parameters like im_account which is (type ref to if_accounting_model_mm)
if_accounting_model_mm is also an interface . which has method get_ekxn which i have to use . how to use that method can u help me in this regard. a sample code will help .
2009 Feb 05 7:22 AM
Interface IF_EX_ME_PROCESS_REQ_CUST and class ZCL_IM_TEST_IMP i have to use the method process account.
in that they are parameters like
im_account which is (type ref to if_accounting_model_mm)
which has method get_ekxn which i have to use .
So Double click on the method name.
Write code. Save and activate it.
hi to all experts,
im new to oops concepts. i have found which can i use i implement that badi. it has an interface IF_EX_ME_PROCESS_REQ_CUST and class ZCL_IM_TEST_IMP i have to use the method
process account.in that they are parameters like im_account which is (type ref to if_accounting_model_mm)
if_accounting_model_mm is also an interface . which has method get_ekxn which i have to use . how to use that method can u help me in this regard. a sample code will help .
2009 Feb 05 7:22 AM
Interface IF_EX_ME_PROCESS_REQ_CUST and class ZCL_IM_TEST_IMP i have to use the method process account.
in that they are parameters like
im_account which is (type ref to if_accounting_model_mm)
which has method get_ekxn which i have to use .
So Double click on the method name.
Write code. Save and activate it.