2007 Mar 19 7:57 PM
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!
2007 Mar 20 4:03 AM
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!
2007 Mar 20 4:03 AM
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.
2007 Mar 23 4:58 PM
Hi all.
I discovered the problem.
There is a sap note for the fuction that is using this BADI.
Thanks!