cancel
Showing results for 
Search instead for 
Did you mean: 

How to do mapping using badis?

Former Member
0 Kudos

Hi Experts,

Can any one tell me how to do mapping using badis. Ex : this is for in IF_DP_WTY_UI_FIELD_MAPPING~CLAIM_HEADER_DATA_IN

this is out - IF_DP_WTY_UI_FIELD_MAPPING~CLAIM_HEADER_DATA_OUT. any one have any idea how to use these methods in webdynpro.

Thanks,

kris.

Edited by: kissnas on Jan 5, 2011 7:39 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member450736
Active Participant
0 Kudos

Hi,

I am not sure of what mapping here, however to call badi methods

you can use get badi to get badi ref and call badi to call corresponding methods if it is new badi or if it is old badi you can use class exit handler for getting ref and call the methods of badi implementaion using this ref..

it is same as calling any method of any class, only thing to make sure is badi is implemented