Hi All,
I have one exit which is called during PO change. I want to distinguish whether this exit is called through BAPI or ME22N. Is there any runtime parameter which can show us that we are inside BAPI?
Note:I can not put check ( If sy-tcode NE ME22n) to check BAPI.