Main Page | Modules | Files | Functions | Code Elements | Data Structures | Deprecated

ERP Customization
[User Exits]

Data Structures

Typedefs

Functions


Typedef Documentation

typedef int(* ERPCUSTOM_check_func_t)(int, char **, char **, char *, logical *, char **)

Definition at line 27 of file erpcustom.h.

typedef int(* ERPCUSTOM_derive_func_t)(int, char **, char **, char **)

Definition at line 36 of file erpcustom.h.


Function Documentation

int BMF_ERPCUSTOM_check_funcs_helper ( ERPCUSTOM_check_func_names_t **  func_result,
int *  result 
)

int BMF_ERPCUSTOM_derive_funcs_helper ( ERPCUSTOM_derive_func_names_t **  func_result,
int *  result 
)

USER_EXITS_API ERPCUSTOM_check_func_names_t* ERPCUSTOM_get_custom_check_funcs ( int *  n_funcs  ) 

USER_EXITS_API ERPCUSTOM_derive_func_names_t* ERPCUSTOM_get_custom_derive_funcs ( int *  n_funcs  )