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

multiple Use BADI help

Former Member
0 Likes
498

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
Read only

Former Member
0 Likes
464

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

Read only

Former Member
0 Likes
464

solve