J
James Palmer
Guest
The code below is more like my example and running it seems to suggest that the result of the two styles is the same. So I'm guessing it's just ignored. procedure test: DEFINE INPUT PARAMETER ip-Input LIKE INPUT ChargeType.CtpApplicationMeaningType NO-UNDO. DEFINE INPUT PARAMETER ip-Normal LIKE ChargeType.CtpApplicationMeaningType NO-UNDO. message ip-Input skip ip-Normal view-as alert-box. end. run test("Test1","Test2").
Continue reading...
Continue reading...