下圖是乙個沒有配置輸入幫助的輸入框
下圖是乙個配置了輸入幫助的輸入框
現在**中,需要使用輸入資料,作為引數,select透明表中的資料
但是長度不同,所以無法查出來資料
具體情況如下:
手動輸入: 59594922
實際上引數期待的值是:0059594922
所以查不出來。
應該的解決方式有兩種:
1.使用「方法」
call
function
'conversion_exit_alpha_input'
"add leading zero
exporting
input
= 輸入引數
importing
output
= 輸出引數.
2.使用「輸入幫助」
將普通輸入框變成帶有輸入幫助的 輸入框,就沒事了。
因此,下面介紹如何為輸入框新增輸入幫助
進入screen painter 選中你想要修改的輸入框,開啟它的屬性,如下圖所示,找到 「搜尋幫助」 這個屬性,輸入kartn,儲存,就完成了想要的效果
SAP中的F4幫助
今天在除錯標準程式的時候,意外的發現了乙個f4幫助的函式,感覺還是挺好用的。f4if field value request從函式名就可以看出是給字段新增f4幫助的。f4 help for fields that are only known at runtime這是這個函式的描述,即執行時使用。在...
F4的實現方式
1 在螢幕編輯器的layout中,指定螢幕元素所使用的search help 2 使用函式的方法,在選擇螢幕上實現f4.所使用的函式為 f4if int table value request report ztest03.types begin of t s werks,werks type t0...
F4硬體FFT頻譜顯示
include sys.h include delay.h include usart.h include led.h include key.h include lcd.h include timer.h include math.h include arm math.h include adc....