Hi out there,
hopefully I am in the correct place here for my question. We run a QRFC scenario connecting an EWM system to an ERP system. For a certain purpose we have a function module, e.g. Z_EW_PROCORDCONF_CREATE_HDR, which handles process order confirmations out from EWM (to be seen in transaction SMQ2). The Interface was like this:
IV_ORDERID TYPE AUFNR
IV_QUAN TYPE CHAR14
IV_QUAN_UNIT TYPE RU_VORME
IV_POSTG_DATE TYPE BUCHDATUM
IV_CONF_TEXT TYPE CO_RTEXT
Within SMQ2, if you doble click on the Queue name, normally you jump into the data container, if everything is setup correctly. This is done by the corresponding module Z_EW_PROCORDCONF_CREATE_HDX which is created internally automatically by /SPE/QUEUE_CONTAINER_SHOW, if you do that the first time.
Now we learned that the display of the data container only works, if the interface parameters are referencing structure fields. We changed the Z_EW_PROCORDCONF_CREATE_HDR module, but we found no way to adjust the Z_EW_PROCORDCONF_CREATE_HDX regarding that interface change.
Is there a function or utility to regenerate the Z_EW_PROCORDCONF_CREATE_HDX module (or any other *X module).
Any helpful answers are appreciated, thanks in advance
Volker Bock