Hello all !
My scenario is simple .
I have used a certain BTE 1120 and placed some code in it .
When i use BAPI_ACC_DOCUMENT_CHECK i don't want this BTE to get called ,
instead when i use BAPI_ACC_DOCUMENT_POST i want this BTE get called .
Is there any way i can tell when this BTE is trigered by which BAPI ??
Any system parameter that i could check inside the FM that contains the code of the BTE ,
so can put a simple IF CONDITION on example
IF sy-param NOT EQUAL TO BAPI_ACC_DOCUMENT_CHECK
DO THE STUFFFF .
ENDIF .
THANKS IN ADVANCE
Toni .