‎2006 Nov 16 9:59 AM
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
‎2006 Nov 16 10:19 AM
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
‎2006 Nov 16 10:25 AM