Hello,
I would like to know how I can view the Abap code from the BPC Logic Script which has the the *START_BADI initial.
For example, as following logic which I pulled from the script logic;
*START_BADI PRE_PROCESS
TARGET_FLOW = F_N0NE
*END_BADI
Transaction SE19 Z* will show you the list of all customer developed badi's
PRE_PROCESS - filter value for Custom logic badi
Just check badi's you have for the same filter name:
For example for RUNLOGIC_PH badi (in the script *START_BADI RUNLOGIC_PH):
Hi Vadim,
Thank You so much :)!
Thanks,
Hardip