调用transaction的时候有个返回table 是消息类型的,你看看里面报的是什么错误信息就知道 了,有时候做BDC,由于对于特定的设置,有些情况下这个字段是必输,或者被隐藏的,你要考虑 各种状态组情况才行
sy-subrc 为 1001,sy-msgty 为 "S"、sy-msgid 为 "00"、sy-msgno 为 "344"、sy-msgv1 为 "SAPMSSY3"、sy-msgv2 为 "0131"。 "P"不显⽰屏幕的调试模式。如果到达被调⽤事务的断点,则系统⾃动转到 ABAP 调试器,这种⽅式主要⽤于调试过程。 更新模式,有下列可选值(更新模式常⽤的是 S...
sy-subrc 为 1001,sy-msgty 为 "S"、sy-msgid 为 "00"、sy-msgno 为 "344"、sy-msgv1 为 "SAPMSSY3"、sy-msgv2 为 "0131"。 "P" 不显示屏幕的调试模式。如果到达被调用事务的断点,则系统自动转到 ABAP 调试器,这种方式主要用于调试过程。 更新模式,有下列可选值(更新模式常用的是S) "A" 异步...
sy-subrc 为 1001,sy-msgty 为 "S"、sy-msgid 为 "00"、sy-msgno 为 "344"、sy-msgv1 为 "SAPMSSY3"、sy-msgv2 为 "0131"。 "P" 不显示屏幕的调试模式。如果到达被调用事务的断点,则系统自动转到 ABAP调试器,这种方式主要用于调试过程。 更新模式,有下列可选值(更新模式常用的是S) "A" 异步更...
After call transaction statement, i am getting sy-subrc as 1001. The recording is working fine is fore-ground mode 'A' but not in 'N'. I am scheduling the report as background job and getting sy-subrc 1001 as the return code in the spool. But actually the posting is done perfectly ...
"N" 不显⽰屏幕的静默模式。如果到达被调⽤事务的断点,则系统处理终⽌,并设置⼀些系统字段。sy-subrc 为 1001,sy-msgty 为 "S"、sy-msgid 为 "00"、sy-msgno 为 "344"、sy-msgv1 为 "SAPMSSY3"、sy-msgv2 为 "0131"。"P" 不显⽰屏幕的调试模式。如果到达被调⽤事务的断点,则系统...
Also sy-subrc gets 1001 after call transaction N( no screen) mode. In ALL screen mode sy-subrc is 0. how to get sy-subrc = 0 in NO screen? please help. regards, Siva Reply Former Member In response to Former Member 2011 Feb 03 8:09 AM 0 Kudos 863 SAP Managed Tags:...
terminated withsy-subrc same as 1001.The field sy-msgty contains "S", sy-msgid contains "00", sy-msgno contains "344", sy-msgv1 contains "SAPMSSY3", and sy-msgv2 contains "0131"."P"Processing without display of the screens. If a breakpoint is reached in one of the ...
,it works fine but if i select more than 10 rows ,the sy-subrc after this statement call transaction 'CLMM' mode 'N' is 1001 means an error. I cant understand this problem of Mode N. if i put statement call transaction 'CLMM' (foreground processing) here ,everything works fine...
IF SY-SUBRC 0. MESSAGEID SY-MSGID TYPE -MSGTYNUMBER SY-MSGNO WITH SY-MSG1 SY-MSGV2 SY-MSGV3 SY-MSGV4 ENDIF. *** Detail internalTable LOOPAT T_EXCEL WHERE ROW GT 0. CASE T_EXCEL-COL. WHEN1. MOVE T_EXCEL-VALUE TO T_DET-BLDAT. WHEN2. MOVET_EXCEL-VALUE TO T...