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 the code in the badi

Former Member
0 Likes
445

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 .

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
382

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 .

1 REPLY 1
Read only

Former Member
0 Likes
383

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.