调用transaction的时候有个返回table 是消息类型的,你看看里面报的是什么错误信息就知道 了,有时候做BDC,由于对于特定的设置,有些情况下这个字段是必输,或者被隐藏的,你要考虑 各种状态组情况才行
sy-subrc = 1001 in call trancation devrajsingh Active Participant 2007 Jul 16 8:18 AM 0 Kudos 783 SAP Managed Tags: ABAP Connectivity Hi All, I am using call transaction method (Cn22 Transaction). When i execute in All screen mode i am getting SY-SUBRC = 0 but when ...
SY-SUBRC = 1001 - Error in batch input processing. This occurs when there is some error in the BDC execution like wrong data, wrong field or format anything it can be. Please try to debug with mode 'E' and see where the error happened. Regards, Ferry Liano Reply Former Member In ...
A particular exception could be assigned 0, or 4, or 1001. Depending on how you want to use it. MattG. Reply Former Member 2008 Jun 03 5:12 PM 1 Kudo 16,233 SAP Managed Tags: ABAP Testing and Analysis Hi malay gal You have to familiar with ABAP programing to ...
SY-SUBRC = 1001 - Error in batch input processing. This occurs when there is some error in the BDC execution like wrong data, wrong field or format anything it can be. Please try to debug with mode 'E' and see where the error happened. Regards, Ferry Liano Reply Former Member In ...
Hi Friends, I am using CALL TRANSACTION 'VK11' USING IT_BDCDATA MODE 'N' UPDATE 'S' MESSAGES INTO IT_MESSAGES . When i use mode A and E , its working fine When i use mode 'N, its giving sy-subrc as 1001, i had checked many threads but no use, please give some suggestionsRep...