A new OSS note (1453716) is available which includes a lot of new standard function modules you can use in your implementation.
It contains some of the function modules I have used for my weighing demo scenario (check phase predecessor status and user qualification). In the last session I was also asked about the function module which allows the creation of a new XStep tree in an order (e.g. from within the PI Sheet to create some rework instructions). This is also the place where you can find it 🙂
Description | Function Module |
---|---|
Generation of an XStep tree that contains the selected SXS module. This creates a new XStep tree in the given order. | CMX_TOOLS_FM_SET_CR_FROM_SXS and CMX_TOOLS_FM_CREATE_XS_TREE |
Display of the latest released version of a document that is currently valid and that is stored in the SAP document management system (DMS) | CMX_TOOLS_FM_DOC_SHOW_LATEST |
Display or change of the equipment classification | CMX_TOOLS_FM_EQUIMENT_CLASS |
Display of the characteristic values of a classified batch | CMX_TOOLS_FM_GET_BATCH_CLASS |
Display of system and user status for an equipment | CMX_TOOLS_FM_GET_EQUIPM_STATUS |
Return of material short text | CMX_TOOLS_FM_GET_MATERIAL_TEXT |
Check of predecessor phase status for current phase | CMX_TOOLS_FM_PHASE_CHECK |
Check whether the user has the required qualification for a work center/resource | CMX_TOOLS_FM_QUALIF_REQ_CHECK |
Automatic storage of attachments for batch log via dialog or by specifying a file path | CMX_TOOLS_FM_SET_ATT_FOR_EBR and CMX_TOOLS_FM_SET_ATT_EBR_RFC |
Return of the current date and the current time | CMX_TOOLS_FM_SET_DATE_TIME |
Setting system status for equipment | CMX_TOOLS_FM_SET_EQUI_SYS_STAT and CMX_TOOLS_FM_SET_EQUI_STAT_COM |
Generation of index column that is numbered consecutively | CMX_TOOLS_FM_SET_INDEX_FOR_TAB |
Setting a transferred parameter value | CMX_TOOLS_FM_SET_VALUE |
Generation of dialog box to enter character-type values | CMX_TOOLS_FM_SET_VAL_BY_POPUP |
Toggling between two values | CMX_TOOLS_FM_TOGGLE_VALUES |
Also included is a new class with methods for simple generation and output of application logs: CL_CMX_TOOLS_APPL_LOG
Support Packages
You can implement the note manually or wait until you implement the SP (see table). However if you find some weird behaviour or malfunction please check the manual implementation steps mentioned in the note.
Release | Support Package |
---|---|
200 | SAPKGPAB19 |
500 | SAPKGPAC23 |
600 | SAPKGPAD18 |
602 | SAPK-60208INEAAPPL |
603 | SAPK-60307INEAAPPL |
604 | SAPK-60407INEAAPPL |
605 | SAPK-60501INEAAPPL |
Please rate the article: |
Hi,
it would be very interesting to see an example of the listed function CMX_TOOLS_FM_SET_INDEX_FOR_TAB. Because I have problems to use it, altough the OSS-note is implemented.
Thanks a lot
H.W.
Hi,
it would be very interesting to see practical examples of the listed functions – e.g.
can you show an example of the CMX_TOOLS_FM_CREATE_XS_TREE function module?
Thanks a lot
Peter