Skip to main content

xSuite Cube Installation Guide

"User exits" tab

/WMD/BC_SPRO → xSuite Business Solutions → Interface → Define Record Types

You can store user exits developed for the customer in the User Exits tab. The event (Event field) can be used to define when the defined user exit is activated. This can be done, for example, during initialization, after validation, after pre-entry or in the dialog, by clicking the button. After selecting a record type, you can use the User exits tab to add your own user exits.

User exits allow you to add individual processing steps to certain procedures in a program, at defined points. For each user exit event, there is a corresponding function module, either in the functional group /WMD/FP_IV_EXIT (user exit for invoice scenarios) or in /WMD/FP_IV_AL (user exit for ArchiveLink scenarios). This function module serves as a template. If necessary, it can be copied into the Z namespace. After modifying it there, enter its name into the Function module field.

To populate AddInf fields, you can use the static methods ADDINF_GET and ADDINF_SET of the class /WMD/CL_FP_ADDINF.