Application Development 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: 

multiple Use BADI help

Former Member
0 Kudos

Hi

do you think it is appropriate to give as example calculation of shape (square, rectangle, triangle)

as an example to BADI Multiple use?

can you give me a tips on how i can start

3 REPLIES 3

Former Member
0 Kudos

Thx i already went to all those docs

i just practice defining BADI and i wanted to have opinion it it is the right way of calling BADi in SE38

loop at table into wa_table

CALL method->get-tax

importing

num1 = wa_table-num1

.

.

endloop

I wanted to know if it is wise to call BADI method inside a loop

Former Member
0 Kudos

solve