赛跑网

 找回密码
 注册

QQ登录

只需一步,快速开始

快捷登录

查看: 9309|回复: 3

[MM采购问题] Runtime Errors SYNTAX_ERROR速求帮助!

[复制链接]
发表于 2012-9-20 01:30:04 | 显示全部楼层 |阅读模式
3赛跑币
我在虚拟机里做MIRO, 发票验证,在点击simulate的时候出现以下ABAP错误(公司代码CASS   PO号码4500017283)

Runtime Errors         SYNTAX_ERROR
Date and Time          09-20-2012 03:01:58
Short dump has not been completely stored (too big)



Short text
     Syntax error in program "SAPLJ1BI ".



What happened?
     Error in the ABAP Application Program

     The current ABAP program "SAPLMRMP" had to be terminated because it has
     come across a statement that unfortunately cannot be executed.

     The following syntax error occurred in program "SAPLJ1BI " in include "LJ1BIF02
      " in
     line 445:
     "The type of "LT_X4_RSEG" cannot be converted to the type of "X4_RSEG"."
     " "
     " "
     " "

     The include has been created and last changed by:
     Created by: "SAP "
     Last changed by: "SAP "




Error analysis
     The following syntax error was found in the program SAPLJ1BI :
     "The type of "LT_X4_RSEG" cannot be converted to the type of "X4_RSEG"."
     " "
Trigger Location of Runtime Error
    Program                                 SAPLMRMP
    Include                                 LMRMPU01
    Row                                     309
    Module type                             (FUNCTION)
    Module Name                             MRM_INVOICE_POST

Line  SourceCde

  279     CALL FUNCTION 'MRM_TAX_INFO'
  280       EXPORTING
  281         i_bukrs     = rbkpv-bukrs
  282         i_mwskz_bnk = rbkpv-mwskz_bnk
  283       IMPORTING
  284         e_xskfn     = xrbkp_t001-xskfn
  285         e_xmwsn     = xrbkp_t001-xmwsn
  286       TABLES
  287         t_drseg     = t_drseg.
  288     PERFORM ermittlung_periode USING  rbkpv-bukrs rbkpv-budat
  289                                CHANGING monat f_gjahr.
  290     PERFORM aufbau_currencies TABLES t_drseg t_currencies
  291                               USING  rbkpv.
  292
  293 *-- For documents which are parked as complete, the BAdI has already
  294 *-- been called in subroutine DOCUMENT_PARK (FG MR1M).
  295     IF i_simulation NE 'Y'.
  296 *--- BAdI Invoice_update (at_save)
  297       CALL FUNCTION 'MRM_BADI_INVOICE_CHECK'
  298         EXPORTING
  299           i_rbkpv  = rbkpv
  300           i_xupda  = 'I'
  301         TABLES
  302           ti_drseg = t_drseg.
  303     ENDIF.
  304
  305     PERFORM konv_lesen USING rbkpv-knumve rbkpv-knumvl.
  306     PERFORM kond_aufbereiten TABLES t_rbkomv CHANGING rbkpv.
  307
  308 *-- Aufruf Nota Fiscal - muss vor accit_kred_aufbauen erfolgen !-------*
>>>>> CALL FUNCTION 'J_1B_NF_INVOICE'
  310EXPORTING
  311i_rbkp  = rbkpv
  312i_lifnr = vf_kred-lifnr
  313i_land1 = vf_kred-land1
  314 i_regio = vf_kred-regio
  315 IMPORTING
  316 e_rbkp  = rbkpv
  317TABLES
  318 t_rseg  = t_drseg
  319 t_bset  = t_bset.
  320
  321 PERFORM acchd_aufbauen USING    rbkpv
  322                            f_rbstat_old
  323                            f_xupda
  324                            i_simulation
  325                    CHANGING xacchd[].
  326
  327  xposnr = f_rbco_lines = 1.

速求帮助!

最佳答案

查看完整内容

我进去处理了一下,现在应该可以了。你试试。




上一篇:关于OBYC 和VKOA的问题
下一篇:如何使用SAP在线帮助?
本楼点评(0) 收起
发表于 2012-9-20 01:30:05 | 显示全部楼层
我进去处理了一下,现在应该可以了。你试试。
本楼点评(0) 收起
回复

使用道具 举报

发表于 2013-7-26 08:50:38 | 显示全部楼层
谢谢,学习
本楼点评(0) 收起
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|联系我们|赛跑网 ( QQ:108519493QQfsq

GMT+8, 2024-5-17 07:54 , Processed in 0.227997 second(s), 39 queries .

Powered by 91SAP X3.4

© 2001-2023 91sap Team.

快速回复 返回顶部 返回列表