Functions | |
int | xase_hie_pom (const char *param, const char *ignore) |
More... | |
int | xcnf_cpa_cat_spc_pom (const char *param, const char *ignore) |
More... | |
int | xcnf_cpa_var_cns_pom (const char *param, const char *ignore) |
More... | |
int | xcps_mdl_bom_pom (const char *param, const char *ignore) |
More... | |
int | xcps_sol_chg_pom (const char *param, const char *ignore) |
More... | |
int | xcps_sol_mul_pom (const char *param, const char *ignore) |
More... | |
int | xdfv_wri_val_pom (const char *param, const char *ignore) |
More... | |
int | xdocfi_pom () |
Post-mask userexit for document-file relation masks. More... | |
int | xedb_del_hierarcy (const char *param, const char *ignore) |
More... | |
int | xedb_del_quantity (const char *param, const char *ignore) |
More... | |
int | xhisto_xam_his_all () |
Post-mask userexit to delete entries of the history overview from the temporary table T_HIS_TMP . More... | |
int | xinfo_pom () |
Post-mask userexit for each status information widget. More... | |
int | xpdw_frm_acc_pom (const char *param, const char *ignore) |
More... | |
int | xsml_post_mas () |
More... | |
int | xsmlc_pom () |
Post-mask userexit for the head form of ATC classes and ATC classification lists. More... | |
int | xutil_del_tmp_pom (const char *param, const char *ignore) |
More... | |
int | xvar_post_mas () |
Post mask userexit for variants, returns 0. More... | |
int xase_hie_pom | ( | const char * | param, |
const char * | ignore | ||
) |
Post-mask userexit for heterogeneous structure explosion list. Deletes the temporary entries in the TEMPASE table of the usecase.
usxCtx | Menu userexit context. |
param | Reserved. |
0 | OK |
---|
int xcnf_cpa_cat_spc_pom | ( | const char * | param, |
const char * | ignore | ||
) |
Post-mask userexit for specification category select widget. This userexit is used in the select widget for choosing a specification category for a specification. Resets the organization reference (T_AVL_DAT.STEP_INT_ID_REF) from the last widget in the query buffer.
param | Post-mask userexit parameter (reserved) |
0 | OK |
---|---|
1 | Error |
int xcnf_cpa_var_cns_pom | ( | const char * | param, |
const char * | ignore | ||
) |
Post-Mask userexit for specification constraint select widgets. This userexit is used in the select widgets for choosing a specification constraint to a product variant from the cooperation partner widget. Reset the organization (T_AVL_DAT.STEP_INT_ID_REF) from last widget in the query buffer.
param | Post-mask userexit parameter, (reserved). |
0 | OK |
---|---|
1 | Error |
int xcps_mdl_bom_pom | ( | const char * | param, |
const char * | ignore | ||
) |
Post-mask userexit for BOM overview form. Deletes the temporary table with structure elements after deleting the mask with BOM overview.
context | Mask userexit context |
param | Reserved |
0 | OK |
---|---|
Else | Error |
int xcps_sol_chg_pom | ( | const char * | param, |
const char * | ignore | ||
) |
Post mask userexit to remove the chached objects of the solution space assistant.
context | the mask userexit context |
param | not used |
int xcps_sol_mul_pom | ( | const char * | param, |
const char * | ignore | ||
) |
Post-mask userexit for multi-edit solution list. Deletes the temporary table with structure elements after deleting the mask.
context | Mask userexit context |
param | Reserved |
0 | OK |
---|---|
Else | Error |
int xdfv_wri_val_pom | ( | const char * | param, |
const char * | ignore | ||
) |
Post-mask userexit for setup forms. As this userexit frees internal memory, it should be called from each setup form to avoid memory loss.
ctx | Mask userexit context. |
param | Reserved. |
0 | OK |
---|
int xdocfi_pom | ( | ) |
Post-mask userexit for document-file relation masks.
For future use.
cp_Arguments | not used |
0 | OK |
---|---|
Else | Error |
int xedb_del_hierarcy | ( | const char * | param, |
const char * | ignore | ||
) |
Deletes the temporary table with structure elements after deleting the mask for the structure explosion.
usxCtx | Mask userexit context. |
cp_par | Reserved. |
0 | OK |
---|
int xedb_del_quantity | ( | const char * | param, |
const char * | ignore | ||
) |
Deletes the temporary table with structure elements after deleting the mask for the quantity overview.
usxCtx | Mask userexit context. |
cp_par | Reserved. |
0 | OK |
---|---|
-1 | Database error. |
int xhisto_xam_his_all | ( | ) |
Post-mask userexit to delete entries of the history overview from the temporary table T_HIS_TMP
.
0 | OK |
---|---|
-1 | Database error |
int xinfo_pom | ( | ) |
Post-mask userexit for each status information widget.
If widget is closed the 'xinfo_..' functions have to consider this!
0 | OK |
---|
int xpdw_frm_acc_pom | ( | const char * | param, |
const char * | ignore | ||
) |
Post-mask userexit for the object access mask. Cleans up the temporary table for the access list.
ctx | The userexit context. |
param | Reserved. |
0 | OK |
---|---|
1 | Error |
int xsml_post_mas | ( | ) |
0 | OK |
---|
int xsmlc_pom | ( | ) |
Post-mask userexit for the head form of ATC classes and ATC classification lists.
cp_Parameter |
|
0 | OK |
---|---|
Else | Error |
int xutil_del_tmp_pom | ( | const char * | param, |
const char * | ignore | ||
) |
Deletes entries in the given temporary table. Deletes temporary entries caused by the BOM/structure explosion for current user and current widget.
cpParameter | Parameter to control the behavior of this function. Syntax like: "/TAB=<table_name> /FLD=<key_field_name>" With possible arguments:
|
0 | Success |
---|
int xvar_post_mas | ( | ) |
Post mask userexit for variants, returns 0.
This userexit is obsolete.