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

badi

Former Member
0 Likes
408

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

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

Former Member
0 Likes
382

Dear Sir,

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

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

Read only

Former Member
0 Likes
382

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