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: 

How can we put a tick in the BADI (HRECM00_CALCBASE ) for Multiple use

Former Member
0 Kudos

Dear Freinds,

I want to put a tick for Multiple use in the BADI HRECM00_CALCBASE.

if we check from se 18 > HRECM00_CALCBASE >

i tried to put a tick in the check box of Multiple use in the attributes of the BADI .

HRECM00_CALCBASE

iam able to edit in se18 however it is not allowing me to save after putting a tick in the check box and iam getting the below error.

Interface HRECM00_CALCBASE invalid for business add-in definition IF_EX_HRECM00_CALCBASE (cannot be saved)

Message no. ENHANCEMENT181

could any one let me know how to make multiple use checked ..

regards

syamla

2 REPLIES 2

srinesh_chandra
Explorer
0 Kudos

Hi

Even I am facing the same problem have you arrived at any solution.

If any one has a solution to this kindly provide me with an answer.

Regards,

Srinesh

0 Kudos

Hi Chandra.

You won't be able to do it.

The message long text says

The business add-in definition is characterized as a "multiple use"

interface, but you have used EXPORTING or RETURNING parameters, or the

BAdI interface contains other interfaces, or there are non-read-only

attributes in the interface.

What it means?

You are making it to have multiple implimentaiton. Say you create 10 implimentation.

All the 10 implementations are the exporting different values for exporting paramenters BSEDT, BSSAL, IS_OK, PROCESS_STANDARD.

How will the system know that which of the 10 values are correct??