SY-SUBRC是ABAP中用于表示上一个系统命令执行状态的系统字段。SY-SUBRC的值为4通常表示系统命令没有执行成功,但没有具体指明失败的原因。错误信息“application not executable!”表明应用程序无法执行。 2. 理解“sy-subrc: 4”错误代码的具体含义 在ABAP中,SY-SUBRC的值为4通常表示以下几种情况: 没有符合条件的...
I tried to place my database selection in a remote fm that I am calling in my program as new task however I am not getting any data (sy-subrc = 4) when I have placed the selection in the remote rfc compared to the 51882 number of records I am getting when the selection is placed...
hi, may i know why the read can map a record but why sy-subrc returns 4? loop at int_tab. if int_tab-blart <> 'DZ'. read table int_t2 with key kunnr = int_tab-kunnr gjahr = int_tab-gjahr. if sy-subrc = 0. move... endif. endif. endloop. thanksReply...
百度试题 题目系统字段SY-SUBRC的含义是 () A.当前事务B.用户登陆名C.返回代码值D.当前日期相关知识点: 试题来源: 解析 C 反馈 收藏
SY-UCOMM SY-DATUM SY-SUBRC SY-TABIX这4个系统变量各是( )含义。 A. 用户触发屏幕上的功能码 当前日期 当前时间 循环次数 B. 当前时间 当前日期 用户触发屏幕上的功能码 循环次数 C. 用户触发屏幕上的功能码 循环次数 语句执行结果返回值 当前日期 D. 用户触发屏幕上的功能码 当前日期 语句执行结果...
[A]4[B]3[C]2[D]1 查看完整题目与答案 某患者甲状腺素术后伤口不断渗血,考虑可能是()。 A. 缺乏Fe2+ B. 缺乏因子Ⅷ C. 缺乏因子Ⅲ D. 纤溶活跃 E. 抗纤溶活跃 查看完整题目与答案 个体身上出现精神症状就可以说该个体有精神疾病。( ) A. 正确 B. 错误 查看完整题目与答案 ...
4 - Operation not succesful; In case of READ, it means the row was not found 8 - This is similar to sy-subrc equals 4, but with a variation. To know the exact behaviour, press F1 on the key word for which you want the sy-subrc value. Thanks & Regards, Nameeta Reply Former ...