To custom adapt the SAP PLM solution to the specific needs of our customers,
.riess engineering develops add-ons / extensions, using BAdIs User Exits or
CAD Desktop add-ons based on ABAP, for example. User Exits are often used,
for example when you change the document status. Here are some examples:
- User Exits are used during a status change to "release"
- The SAP conversion server process is started automatically
- To reduce the amount of data on the content server, content versions are automatically deleted
- All previously released versions are changed to the status"invalid" if no ECM (Engineering Change management) is used
- Status checks: a document info record is only released, when every item of
the document BOM is also released
- Notifications are executed when documents are released
|
 |
You can develop functions within the CAD Desktop using BAdIs. Here are some examples:
- Hiding or adding menus, options, buttons or icons in the CAD Desktop
- Number generators
- Change of status: By versioning a document info record a change of status occurs for the previous version.
- Status checks: You can only version document info records if the previous version or the document info record itself has a specific status
|