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

Problems to use a BADI

Former Member
0 Likes
544

I have a function (ALM_MEREP_070_GETLIST) that I need to use a BADI to modify some data. But this function can´t call this BADI.

At the code of this function, at line 192 have the following code:

IF lv_existing EQ gc_x.

This variable must have the value 'X' to call the BADI, but it is comming with the value 'N'.

The name of BADI is ALM_ME_070_INVENTORY.

Anyone knows what is happening?

Thanks!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
522

hi Ricardo Meira de Vasconcelos ,

You need to implement the badi and activate it ( SE19) for the badi to be existing during runtime....Please check that.

If that is done and still not getting invoked, then your badi may not invoked for your sequence of execution.

I have a function (ALM_MEREP_070_GETLIST) that I need to use a BADI to modify some data. But this function can´t call this BADI.

At the code of this function, at line 192 have the following code:

IF lv_existing EQ gc_x.

This variable must have the value 'X' to call the BADI, but it is comming with the value 'N'.

The name of BADI is ALM_ME_070_INVENTORY.

Anyone knows what is happening?

Thanks!

2 REPLIES 2
Read only

Former Member
0 Likes
523

hi Ricardo Meira de Vasconcelos ,

You need to implement the badi and activate it ( SE19) for the badi to be existing during runtime....Please check that.

If that is done and still not getting invoked, then your badi may not invoked for your sequence of execution.

Read only

0 Likes
522

Hi all.

I discovered the problem.

There is a sap note for the fuction that is using this BADI.

Thanks!