Packed decimal fields in RFC tables: In my InputScript I use two SAP BAPIs: BAPI_PR_CREATE and BAPI_PR_GETDETAIL. The interfaces contain tables with packed decimal fields, and this does not work according to my tests. Is there any workaround?
Please use GuiXT version 2014 Q2 1 or above. It supports packed decimal fields in table structures. When you use symbolic field names e.g.

Set V[item](BAPIMEREQITEMIMP-QUANTITY) "1000"

The conversion is carried out automatically. With numeric offsets you need to add the -pack option in the Set command. Use the "Clear" command to initialize the structures correctly so that all packed fields are in the right format.