Dear All,
I have to call a BAdI BADI_MM_MATNR in a program. I have written the following code:
DATA: ref1 TYPE REF TO badi_mm_matnr.
data: t_mard type standard table of mard with header line.
GET BADI ref1.
call badi ref1->CHECK_MARD
exporting mdata = t_mard.
It is giving Syntax error that CONTEXT has to be added.
1. How can we understand that the BAdI is CONTEXT dependent?
2. What is the role of CONTEXT?
Please can anyone help me out in solving this?
Thanks and regards,
Atanu