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: 

badi

Former Member
0 Kudos

Hi ,

I have created a badi now i want to use that badi in program so i tried to instantiate the badi using

CALL METHOD cl_exithandler=>get_instance

EXPORTING

exit_name = 'ZBADI'

null_instance_accepted = 'X'

CHANGING

instance = s_p_badi.

But above i am getting a dump(DATA_INCONS_IN_EXIT_MANAGEM) because the attributes of the badi i have created are not populated in the database tabel

sxs_attr ....

How to rectify this

2 REPLIES 2

Former Member
0 Kudos

Dear Sir,

In real scenario you do not need to create any BADI.

U need to ONLY USE the exitsting BADIs....

former_member188685
Active Contributor
0 Kudos

first remove the inconsistencies in the BADI and check. what parameters you are using..? please frame your question properly.