Purpose Call a non-RFC function module (SD_SHIPMENT_DELIVERY_VIEW) The Open Call Interface allows us to call up function modules which are not RFC-released. For security reasons the Open Call Interface nevertheless checks the user rights for calling the function module remotely so that you can control which function modules should be callable by GuiXT (authorization object S_RFC). |
Example
// Header data // Delivery items title="&V[deliveryitems.rowcount] Items" fixedColumns=6 -singlerowselection Column "Item" size=6 name="posnr" -readOnly Column "Material" size=10 name="matnr" -readOnly Column "Text" size=36 name="arktx" -readOnly Column "Quantity" size=12 name="lfimg" -readOnly -alignRight Column "Unit" size=6 name="vrkme" -readOnly
// set delivery number // read delivery export.I_DELIV="deliveries" _ import.C_VTRLK="deliveryheaders" _ import.C_VTRLP="deliveryitems" // set ship-to name Return |
Components |