a펑션에서 'POS_SA_GET_DOCUMENT_STATUS' 펑션을 콜 하게 되면 아래와 같은 덤프가 발생하게 됩니다..
펑션에서 콜펑션은 안되는 건가요~? 아니면 다른 문제인 걸까요? ㅠㅠ
CALL FUNCTION 'POS_SA_GET_DOCUMENT_STATUS'
EXPORTING
DOCNUM = T_ZSDT028-IDOCN
MESTYP = 'WPUBON'
SNDPRN = T_ZSDT028-WERKS
IMPORTING
VERARBEND = VERARBEND
TABLES
T_FOLDOC = T_FOLDOC "대금청구문서
EXCEPTIONS
IDOC_NOT_EXIST = 1
FOREIGN_LOCK = 2
UNKNOWN_EXCEPTION = 3
RANGE_NOT_EXIST = 4
OTHERS = 5.
--------------------------------------------------------------------------
Runtime errors CALL_FUNCTION_CONFLICT_TYPE
Exception CX_SY_DYN_CALL_ILLEGAL_TYPE
Occurred on 2010.01.05 at 11:21:40
Type conflict when calling a function module.
What happened?
Error in ABAP application program.
The current ABAP program "SAPLZSD_POS " had to be terminated because one of the
statements could not be executed.
This is probably due to an error in the ABAP program.
A function module was called incorrectly.
What can you do?
Print out the error message (using the "Print" function)
and make a note of the actions and input that caused the
error.
To resolve the problem, contact your SAP system administrator.
You can use transaction ST22 (ABAP Dump Analysis) to view and administer
termination messages, especially those beyond their normal deletion
date.
Error analysis
An exception occurred. This exception is dealt with in more detail below
. The exception, which is assigned to the class 'CX_SY_DYN_CALL_ILLEGAL_TYPE',
* e-abap님에 의해서 게시물 복사되었습니다 (2010-01-09 13:43)
* e-abap님에 의해서 게시물 이동되었습니다 (2010-01-09 13:57)
평션에서의 변수 타입과 주는 변수 타입이 맞이 않나 봅니다. 확인해보심ㅇㅣ.