请问用哪个transaction code可以识别某个空格有没有value,当有value的时候就不输入数值,没有value的时候就type into
String.IsNullOrWhiteSpace 回传值:Boolean 验证"null"、“空字串"或"只有空白符号” String.IsNullOrEmpty 回传值:Boolean 验证"null"或"空字串"
用Studio里的Get Text。