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

ALE Idoc coding in BADi

Former Member
0 Likes
387

hi friends,

i am adding 2 fields to basic idoc.for this i have created segment in WE31 and attached to idoc. now i need to write code in user exit.but i am not finding the user exit for this.but

BADI is there .plz some one tell me how to write code in badi. give me sample code

thanks in advance

regards

rajesh

2 REPLIES 2
Read only

Former Member
0 Likes
345

1. Find the exact definition name

2. Implement in se19 as zdefinition name

3. Go to interface tab after implementing.U can find ur interface name as If_EX_def name

4. Choose the appropriate interface. Double clik on it.

5. Between method and endmethod, u can have ur code .Better to have it as a fn mod.

hope this is helpful

regds

kiran

Read only

0 Likes
345

hi kiran

can u plz give brief idea how to use function mode