<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Problem with Function Module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-function-module/m-p/4118578#M984595</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is dump analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Runtime Errors	CALL_FUNCTION_CONFLICT_LENG&lt;/P&gt;&lt;P&gt;Exception	CX_SY_DYN_CALL_ILLEGAL_TYPE&lt;/P&gt;&lt;P&gt;       Occurred on     02.07.2008 at 07:27:02	&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Type conflict when calling a function module (field length).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happened?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error in ABAP application program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The current ABAP program "Z_BOA_BAPI_VENDOR_MAINTAIN====FT " had to be&lt;/P&gt;&lt;P&gt; terminated because one of the&lt;/P&gt;&lt;P&gt;statements could not be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is probably due to an error in the ABAP program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A function module was called incorrectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can you do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Print out the error message (using the "Print" function)&lt;/P&gt;&lt;P&gt;and make a note of the actions and input that caused the&lt;/P&gt;&lt;P&gt;error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To resolve the problem, contact your SAP system administrator.&lt;/P&gt;&lt;P&gt;You can use transaction ST22 (ABAP Dump Analysis) to view and administer&lt;/P&gt;&lt;P&gt; termination messages, especially those beyond their normal deletion&lt;/P&gt;&lt;P&gt;date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An exception occurred. This exception is dealt with in more detail below&lt;/P&gt;&lt;P&gt;. The exception, which is assigned to the class 'CX_SY_DYN_CALL_ILLEGAL_TYPE',&lt;/P&gt;&lt;P&gt; was neither&lt;/P&gt;&lt;P&gt;caught nor passed along using a RAISING clause, in the procedure&lt;/P&gt;&lt;P&gt; "FUNCTION_CALL" "(FORM)"&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Since the caller of the procedure could not have expected this exception&lt;/P&gt;&lt;P&gt; to occur, the running program was terminated.&lt;/P&gt;&lt;P&gt;The reason for the exception is:&lt;/P&gt;&lt;P&gt;The call to the function module "Z_BOA_BAPI_VENDOR_MAINTAIN" is incorrect:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the function module interface, you can specify only&lt;/P&gt;&lt;P&gt;fields of a specific type and length under "BANKDATA".&lt;/P&gt;&lt;P&gt;Although the currently specified field&lt;/P&gt;&lt;P&gt;"%_OBANKDATA" is the correct type, its length is incorrect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to correct the error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The exception must either be prevented, caught within the procedure&lt;/P&gt;&lt;P&gt; "FUNCTION_CALL"&lt;/P&gt;&lt;P&gt;"(FORM)", or declared in the procedure's RAISING clause.&lt;/P&gt;&lt;P&gt;To prevent the exception, note the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may able to find an interim solution to the problem&lt;/P&gt;&lt;P&gt;in the SAP note system. If you have access to the note system yourself,&lt;/P&gt;&lt;P&gt;use the following search criteria:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"CALL_FUNCTION_CONFLICT_LENG" CX_SY_DYN_CALL_ILLEGAL_TYPEC	&lt;/P&gt;&lt;P&gt;"Z_BOA_BAPI_VENDOR_MAINTAIN====FT " or "Z_BOA_BAPI_VENDOR_MAINTAIN====FT "&lt;/P&gt;&lt;P&gt;"FUNCTION_CALL"	&lt;/P&gt;&lt;P&gt;If you cannot solve the problem yourself, please send the	&lt;/P&gt;&lt;P&gt;following documents to SAP:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. A hard copy print describing the problem.&lt;/P&gt;&lt;P&gt;   To obtain this, select the "Print" function on the current screen.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. A suitable hardcopy prinout of the system log.&lt;/P&gt;&lt;P&gt;   To obtain this, call the system log with Transaction SM21&lt;/P&gt;&lt;P&gt;   and select the "Print" function to print out the relevant&lt;/P&gt;&lt;P&gt;   part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. If the programs are your own programs or modified SAP programs,&lt;/P&gt;&lt;P&gt;   supply the source code.&lt;/P&gt;&lt;P&gt;   To do this, you can either use the "PRINT" command in the editor or&lt;/P&gt;&lt;P&gt;   print the programs using the report RSINCL00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Details regarding the conditions under which the error occurred&lt;/P&gt;&lt;P&gt;   or which actions and input led to the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the error occurs in the program SAPCNVE, it could be for any of&lt;/P&gt;&lt;P&gt;the following reasons:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. The field  &lt;A href="signt.c (540)"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt; 05a9ffb8 77e6608b 03abfa80 00000000 00000000 03abfa80 MSVCRT!endthreadex&lt;/P&gt;&lt;P&gt; 05a9ffec 00000000 77bcb4bc 03abfa80 00000000 00000000 kernel32!GetModuleFileNameA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;List of ABAP programs affected&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	 Type	 Program	 Gen. Date  Time	 Load Size	&lt;/P&gt;&lt;P&gt;	 Prg	 RS_TESTFRAME_CALL	 13.12.2002 12:22:58	     20480	&lt;/P&gt;&lt;P&gt;	 Prg	 SAPMSSY0	 31.05.2005 00:51:53	     62464&lt;/P&gt;&lt;P&gt;	 Prg	 SAPMSSYD	 05.06.2002 17:09:33	     16384&lt;/P&gt;&lt;P&gt;	 Prg	 SAPFSYSCALLS	 14.02.2002 14:22:47	      6144&lt;/P&gt;&lt;P&gt;	 Prg	 RSDBRUNT	 31.05.2005 00:26:18	    219136&lt;/P&gt;&lt;P&gt;	 Typ	 RSSCR	   .  .       : m:15	      4096&lt;/P&gt;&lt;P&gt;	 Prg	 RSDBSPBL	 13.12.2002 12:24:35	     57344&lt;/P&gt;&lt;P&gt;	 Prg	 SAPDB__S	 14.02.2002 14:22:47	     15360&lt;/P&gt;&lt;P&gt;	 Typ	 VARID	 12.05.1997 16:51:30	      4096&lt;/P&gt;&lt;P&gt;	 Prg	 %_CSYDB0	 14.02.2002 14:22:46	     27648&lt;/P&gt;&lt;P&gt;	 Prg	 RSDBSPVA	 31.05.2005 00:59:24	    106496&lt;/P&gt;&lt;P&gt;	 Typ	 RSVAMEMKEY	 07.05.1997 13:07:49	      2048&lt;/P&gt;&lt;P&gt;	 Prg	 RSDBSPMC	 05.06.2002 17:09:26	     65536&lt;/P&gt;&lt;P&gt;	 Typ	 DDSHDESCR	 03.09.1997 03:05:16	      3072&lt;/P&gt;&lt;P&gt;	 Typ	 SPPARAMS	 07.05.1997 13:10:38	      1024&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLICON	 04.02.2004 05:57:09	     23552&lt;/P&gt;&lt;P&gt;	 Prg	 %_CICON	 14.02.2002 14:22:46	     57344&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLSABE	 14.02.2002 14:22:47	     11264&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLSECU	 31.05.2005 01:02:52	     63488&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLDSYA	 14.02.2002 14:22:47	     38912&lt;/P&gt;&lt;P&gt;	 Prg	 SAPFSDS1	 13.12.2002 12:14:34	     47104&lt;/P&gt;&lt;P&gt;	 Typ	 TDCLD	 02.11.1998 09:51:35	      4096&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLSDOD	 31.05.2005 00:26:00	     38912&lt;/P&gt;&lt;P&gt;	 Typ	 DOKIL	 12.05.1997 16:46:17	      2048&lt;/P&gt;&lt;P&gt;	 Prg	 SAPCNVE	 14.02.2002 14:22:47	      6144&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLLANG	 14.02.2002 14:22:47	      8192&lt;/P&gt;&lt;P&gt;	 Typ	 T002	 14.02.1998 10:24:58	      2048&lt;/P&gt;&lt;P&gt;	 Typ	 RSEXFCODE	 13.08.1997 12:52:57	      1024&lt;/P&gt;&lt;P&gt;	 Typ	 RSPARINT	 10.04.1995 09:58:38	      1024&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLSCNT	 14.02.2002 14:22:47	     22528&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLSVSM	 13.12.2002 12:16:46	     22528&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLSGUI	 13.12.2002 12:27:47	     29696&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLSTTM	 31.05.2005 00:56:52	     73728&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLSBDC	 13.12.2002 12:13:58	     37888&lt;/P&gt;&lt;P&gt;	 Prg	 CL_DATAPROVIDER===============CP	 14.02.2002 14:22:46	     38912&lt;/P&gt;&lt;P&gt;	 Prg	 %_CCNTL	 14.02.2002 14:22:46	     13312&lt;/P&gt;&lt;P&gt;	 Typ	 OBJ_RECORD	 14.02.1998 08:30:43	      2048&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLSTUP	 31.05.2005 01:02:33	     62464&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLCNDP	 31.05.2005 00:50:26	    155648&lt;/P&gt;&lt;P&gt;	 Prg	 SAPFGUICNTL	 13.12.2002 12:30:03	     20480&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLOLEA	 31.05.2005 01:02:43	     77824&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLSFES	 31.05.2005 01:02:48	    176128&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLSPLUGIN	 14.02.2002 14:22:48	      6144&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLGRFC	 14.02.2002 14:22:47	     13312&lt;/P&gt;&lt;P&gt;	 Prg	 SAPSHDTV	 04.02.2004 00:06:43	     27648&lt;/P&gt;&lt;P&gt;	 Typ	 SSCRTEXTS	 03.09.1997 03:12:33	      2048&lt;/P&gt;&lt;P&gt;	 Typ	 SSCRFIELDS	 13.05.1997 12:54:26	      3072&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLSEUJ	 31.05.2005 00:50:52	    285696&lt;/P&gt;&lt;P&gt;	 Typ	 RSEUMOD	 06.05.2002 10:38:04	     25600&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLSUNI	 31.05.2005 00:24:58	    126976&lt;/P&gt;&lt;P&gt;	 Typ	 TFDIR	 29.07.1998 19:49:08	      2048&lt;/P&gt;&lt;P&gt;	 Typ	 TRDIR	 02.11.1998 09:59:17	      5120&lt;/P&gt;&lt;P&gt;	 Typ	 D010SINF	 22.01.2001 11:11:06	      6144&lt;/P&gt;&lt;P&gt;	 Typ	 ENLFDIR	 09.11.2000 14:07:35	      3072&lt;/P&gt;&lt;P&gt;	 Prg	 SAPMS38L	 31.05.2005 00:55:49	    566272&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLSEWORKINGAREA	 31.05.2005 01:02:35	    225280&lt;/P&gt;&lt;P&gt;	 Typ	 FUPARAREF	 13.08.1997 13:26:52	      4096&lt;/P&gt;&lt;P&gt;	 Prg	 RSAQGENI	 13.12.2002 12:18:51	     16384&lt;/P&gt;&lt;P&gt;	 Typ	 STOKES	 26.02.2001 12:01:12	      2048&lt;/P&gt;&lt;P&gt;	 Typ	 RSSOURCE	 23.05.1995 16:37:10	      1024&lt;/P&gt;&lt;P&gt;	 Typ	 PROGDIR	 02.11.1998 09:58:34	      5120&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLSYDB	 31.05.2005 00:52:20	     49152&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLSEUF	 31.05.2005 00:30:19	    273408&lt;/P&gt;&lt;P&gt;	 Typ	 RSINFDIR	 29.07.1998 19:07:56	      2048&lt;/P&gt;&lt;P&gt;	 Typ	 FUNCT	 14.02.1998 07:22:14	      2048&lt;/P&gt;&lt;P&gt;	 Typ	 TFTIT	 14.02.1998 13:28:57	      2048&lt;/P&gt;&lt;P&gt;	 Prg	 %_CNF2TY	 14.02.2002 14:22:46	      6144&lt;/P&gt;&lt;P&gt;	 Prg	 Z_BOA_BAPI_VENDOR_MAINTAIN====FT	 02.07.2008 07:26:55	    122880&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLSNF2	 31.05.2005 01:03:40	    342016&lt;/P&gt;&lt;P&gt;	 Prg	 %_CSYDES	 14.02.2002 14:22:46	      6144&lt;/P&gt;&lt;P&gt;	 Typ	 LFA1	 09.01.2008 13:07:52	     16384&lt;/P&gt;&lt;P&gt;	 Prg	 CL_ABAP_CHAR_UTILITIES========CP	 31.05.2005 00:41:06	     11264&lt;/P&gt;&lt;P&gt;	 Typ	 ZLFA1X	 09.03.2007 04:35:09	     16384&lt;/P&gt;&lt;P&gt;	 Typ	 LFB1	 02.07.2002 16:31:13	     10240&lt;/P&gt;&lt;P&gt;	 Typ	 ZLFB1X	 09.03.2007 04:40:59	     10240&lt;/P&gt;&lt;P&gt;	 Typ	 LFM1	 07.06.2001 17:42:37	      8192&lt;/P&gt;&lt;P&gt;	 Typ	 ZLFM1X	 09.03.2007 04:43:55	      8192&lt;/P&gt;&lt;P&gt;	 Typ	 LFAS	 26.07.2007 10:35:16	      2048&lt;/P&gt;&lt;P&gt;	 Typ	 ZLFASX	 09.03.2007 02:40:44	      2048&lt;/P&gt;&lt;P&gt;	 Typ	 LFB5	 08.03.1992 03:50:48	      3072&lt;/P&gt;&lt;P&gt;	 Typ	 ZLFB5X	 09.03.2007 03:51:26	      3072&lt;/P&gt;&lt;P&gt;	 Typ	 ZLFBK	 02.07.2008 07:24:41	      3072&lt;/P&gt;&lt;P&gt;	 Typ	 ZLFBKX	 09.03.2007 04:06:22	      3072&lt;/P&gt;&lt;P&gt;	 Typ	 LFZA	 10.07.1997 00:30:40	      2048&lt;/P&gt;&lt;P&gt;	 Typ	 ZLFZAX	 09.03.2007 04:10:19	      2048&lt;/P&gt;&lt;P&gt;	 Typ	 ZBAPI_KNVK	 29.02.2008 11:26:35	     11264&lt;/P&gt;&lt;P&gt;	 Typ	 ZBAPI_KNVKX	 29.02.2008 11:27:49	     11264&lt;/P&gt;&lt;P&gt;	 Typ	 LFM2	 17.05.2007 06:33:24	      7168&lt;/P&gt;&lt;P&gt;	 Typ	 ZLFM2X	 07.05.2007 04:06:22	      7168&lt;/P&gt;&lt;P&gt;	 Typ	 WYT1T	 04.06.1997 19:30:53	      2048&lt;/P&gt;&lt;P&gt;	 Typ	 ZWYT1TX	 17.05.2007 01:08:59	      2048&lt;/P&gt;&lt;P&gt;	 Typ	 FWYT3	 23.03.2000 23:05:15	      3072&lt;/P&gt;&lt;P&gt;	 Typ	 ZWYT3X	 14.06.2007 05:40:59	      3072&lt;/P&gt;&lt;P&gt;	 Typ	 LFBW	 10.07.1997 00:30:39	      3072&lt;/P&gt;&lt;P&gt;	 Typ	 ZLFBWX	 12.03.2007 06:02:23	      3072&lt;/P&gt;&lt;P&gt;	 Typ	 LFAT	 19.11.2007 09:37:20	      2048&lt;/P&gt;&lt;P&gt;	 Typ	 ZLFATX	 12.03.2007 06:04:49	      2048&lt;/P&gt;&lt;P&gt;	 Typ	 BAPIPAREX	 02.11.1998 09:43:19	      2048&lt;/P&gt;&lt;P&gt;	 Typ	 BAPIPAREXX	 12.04.1999 15:52:21	      2048&lt;/P&gt;&lt;P&gt;	 Typ	 BAPIRET2	 20.08.1998 11:11:35	      3072&lt;/P&gt;&lt;P&gt;	 Typ	 RSSOURCEL	 09.11.2000 14:11:36	      1024&lt;/P&gt;&lt;P&gt;	 Typ	 LFAS	 26.07.2007 10:35:16	      2048&lt;/P&gt;&lt;P&gt;	 Typ	 ZLFASX	 09.03.2007 02:40:44	      2048&lt;/P&gt;&lt;P&gt;	 Typ	 LFB5	 08.03.1992 03:50:48	      3072&lt;/P&gt;&lt;P&gt;	 Typ	 ZLFB5X	 09.03.2007 03:51:26	      3072&lt;/P&gt;&lt;P&gt;	 Typ	 ZLFBK	 02.07.2008 07:24:41	      3072&lt;/P&gt;&lt;P&gt;	 Typ	 LFAS	 26.07.2007 10:35:16	      2048&lt;/P&gt;&lt;P&gt;	 Typ	 ZLFASX	 09.03.2007 02:40:44	      2048&lt;/P&gt;&lt;P&gt;	 Typ	 LFB5	 08.03.1992 03:50:48	      3072&lt;/P&gt;&lt;P&gt;	 Typ	 ZLFB5X	 09.03.2007 03:51:26	      3072&lt;/P&gt;&lt;P&gt;	 Typ	 ZLFBK	 02.07.2008 07:24:41	      3072&lt;/P&gt;&lt;P&gt;	 Prg	 SAPMSDYP	 14.02.2002 14:22:48	     31744&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLCSTR	 31.05.2005 01:03:36	     63488&lt;/P&gt;&lt;P&gt;	 Typ	 SMP_DYNTXT	 25.01.1999 13:03:11	      2048&lt;/P&gt;&lt;P&gt;	 Prg	 CL_GUI_PROPS_CONSUMER=========CP	 13.12.2002 12:11:27	     27648&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLTHFB	 31.05.2005 00:57:05	    294912&lt;/P&gt;&lt;P&gt;	 Prg	 CL_DYNAMIC_GUI_EXTENSIONS=====CP	 14.02.2002 14:22:46	     33792&lt;/P&gt;&lt;P&gt;	 Prg	 CL_GUI_DATAMANAGER============CP	 31.05.2005 00:50:46	     69632&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLSMON	 31.05.2005 00:58:50	    349184&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLSETF	 04.02.2004 06:01:30	     78848&lt;/P&gt;&lt;P&gt;	 Prg	 %_CSETST	 13.12.2002 12:10:31	     25600&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLSDBG	 04.02.2004 05:50:57	     23552&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLZBOA_VENDOR	 02.07.2008 07:26:48	    637952&lt;/P&gt;&lt;P&gt;	 Prg	 CX_SY_DYN_CALL_ILLEGAL_TYPE===CP	 19.11.2001 15:52:28	     10240&lt;/P&gt;&lt;P&gt;	 Typ	 SCX_SRCPOS	 09.11.2000 14:12:15	      1024&lt;/P&gt;&lt;P&gt;	 Prg	 CX_SY_DYN_CALL_PARAMETER_ERRORCP	 19.11.2001 15:52:28	      9216&lt;/P&gt;&lt;P&gt;	 Prg	 CX_SY_DYN_CALL_ERROR==========CP	 14.02.2002 14:22:47	      9216&lt;/P&gt;&lt;P&gt;	 Prg	 CX_DYNAMIC_CHECK==============CP	 14.02.2002 14:22:47	      8192&lt;/P&gt;&lt;P&gt;	 Prg	 CX_ROOT=======================CP	 14.02.2002 14:22:47	      9216&lt;/P&gt;&lt;P&gt;	 Prg	 CX_NO_CHECK===================CP	 14.02.2002 14:22:47	      8192&lt;/P&gt;&lt;P&gt;	 Prg	 CX_SY_NO_HANDLER==============CP	 14.02.2002 14:22:47	      8192&lt;/P&gt;&lt;P&gt;	 Typ	 FUSEQDIR	 29.07.1998 18:32:47	      2048	&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;List of internal tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No dump information available&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Directory of Application Tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program&lt;/P&gt;&lt;P&gt;  Name................ Contents....1....&lt;EM&gt;....2....&lt;/EM&gt;....3....&lt;EM&gt;....4....&lt;/EM&gt;....5....+..	..&lt;/P&gt;&lt;P&gt;RS_TESTFRAME_CALL	&lt;/P&gt;&lt;P&gt;	SYST		x010000000x01000000000000000000&lt;/P&gt;&lt;P&gt;	SSCRFIELDS		&lt;/P&gt;&lt;P&gt;	SSCRTEXTS		&lt;/P&gt;&lt;P&gt;RSDBRUNT&lt;/P&gt;&lt;P&gt;	VARID		&lt;/P&gt;&lt;P&gt;SAPLSABE&lt;/P&gt;&lt;P&gt;	TRDIR		Z_BOA_BAPI_VENDOR_MAINTAIN====FT         X SD$       1SS&lt;/P&gt;&lt;P&gt;SAPFSDS1&lt;/P&gt;&lt;P&gt;	TDCLD		RE  DOKU   8R XX XXLIMUDOKUX x1E0XR3TRPROGX	&lt;/P&gt;&lt;P&gt;SAPLSDOD&lt;/P&gt;&lt;P&gt;	DOKIL		&lt;/P&gt;&lt;P&gt;SAPLLANG&lt;/P&gt;&lt;P&gt;	T002		ES1EN	&lt;/P&gt;&lt;P&gt;SAPLSEUJ&lt;/P&gt;&lt;P&gt;	RSJOBINFO		                                00000000000000&lt;/P&gt;&lt;P&gt;	EUFUNC		FLZBOA_VENDOR                   Z_BOA_BAPI_VENDOR_MAINTAIN&lt;/P&gt;&lt;P&gt;	TFDIR		Z_BOA_BAPI_VENDOR_MAINTAIN    SAPLZBOA_VENDOR&lt;/P&gt;&lt;P&gt;	TRDIR		Z_BOA_BAPI_VENDOR_MAINTAIN====FT         X SD$       1SS&lt;/P&gt;&lt;P&gt;	D010SINF		Z_BOA_BAPI_VENDOR_MAINTAIN====FT        A XD$       1SS&lt;/P&gt;&lt;P&gt;	*TRDIR		LZBOA_VENDOR$03                          XXSD$        IS&lt;/P&gt;&lt;P&gt;	*D010SINF		LZBOA_VENDOR$03                         A XD$        IS&lt;/P&gt;&lt;P&gt;	RS38L		&lt;/P&gt;&lt;P&gt;	RFCDES		&lt;/P&gt;&lt;P&gt;	RSEUMOD		VPATHOORI   X2G                                        K&lt;/P&gt;&lt;P&gt;SAPLSUNI&lt;/P&gt;&lt;P&gt;	RS38L		&lt;/P&gt;&lt;P&gt;	TFTIT		EZ_BOA_BAPI_VENDOR_MAINTAIN    Vendor Master Maintan&lt;/P&gt;&lt;P&gt;	TFDIR		Z_BOA_BAPI_VENDOR_MAINTAIN    SAPLZBOA_VENDOR&lt;/P&gt;&lt;P&gt;	ENLFDIR		Z_BOA_BAPI_VENDOR_MAINTAIN    ZBOA_VENDOR               X&lt;/P&gt;&lt;P&gt;SAPMS38L&lt;/P&gt;&lt;P&gt;	RSINFDIR		&lt;/P&gt;&lt;P&gt;RSAQGENI&lt;/P&gt;&lt;P&gt;	AQGDB		PRLSEUJFDN&lt;/P&gt;&lt;P&gt;SAPLSEUF&lt;/P&gt;&lt;P&gt;	TFDIR		Z_BOA_BAPI_VENDOR_MAINTAIN    SAPLZBOA_VENDOR&lt;/P&gt;&lt;P&gt;CL_GUI_PROPS_CONSUMER=========CP&lt;/P&gt;&lt;P&gt;	EUDB		%CQ0I5DkZCRjcANUVDADc3ADg1AXUPrq_vr0I4NDYz  0000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Directory of Application Tables (Administrative Information)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program&lt;/P&gt;&lt;P&gt;  Name.......................... Time.......... Length..	.&lt;/P&gt;&lt;P&gt;CL_GUI_PROPS_CONSUMER=========CP	&lt;/P&gt;&lt;P&gt;	SYST	 20010612125650 00002404&lt;/P&gt;&lt;P&gt;	SSCRFIELDS	 20000323224119 00000854&lt;/P&gt;&lt;P&gt;	SSCRTEXTS	                00000371&lt;/P&gt;&lt;P&gt;RSDBRUNT&lt;/P&gt;&lt;P&gt;	VARID	                00000132&lt;/P&gt;&lt;P&gt;SAPLSABE&lt;/P&gt;&lt;P&gt;	TRDIR	                00000170&lt;/P&gt;&lt;P&gt;SAPFSDS1&lt;/P&gt;&lt;P&gt;	TDCLD	                00000050&lt;/P&gt;&lt;P&gt;SAPLSDOD&lt;/P&gt;&lt;P&gt;	DOKIL	                00000076&lt;/P&gt;&lt;P&gt;SAPLLANG&lt;/P&gt;&lt;P&gt;	T002	                00000005&lt;/P&gt;&lt;P&gt;SAPLSEUJ&lt;/P&gt;&lt;P&gt;	RSJOBINFO	                00000084&lt;/P&gt;&lt;P&gt;	EUFUNC	                00003936&lt;/P&gt;&lt;P&gt;	TFDIR	                00000094&lt;/P&gt;&lt;P&gt;	TRDIR	                00000170&lt;/P&gt;&lt;P&gt;	D010SINF	                00000184&lt;/P&gt;&lt;P&gt;	*TRDIR	                00000170&lt;/P&gt;&lt;P&gt;	*D010SINF	                00000184&lt;/P&gt;&lt;P&gt;	RS38L	                00002479&lt;/P&gt;&lt;P&gt;	RFCDES	                00001033&lt;/P&gt;&lt;P&gt;	RSEUMOD	                00001664&lt;/P&gt;&lt;P&gt;SAPLSUNI&lt;/P&gt;&lt;P&gt;	RS38L	                00002479&lt;/P&gt;&lt;P&gt;	TFTIT	                00000105&lt;/P&gt;&lt;P&gt;	TFDIR	                00000094&lt;/P&gt;&lt;P&gt;	ENLFDIR	                00000073&lt;/P&gt;&lt;P&gt;SAPMS38L&lt;/P&gt;&lt;P&gt;	RSINFDIR	                00000076&lt;/P&gt;&lt;P&gt;RSAQGENI&lt;/P&gt;&lt;P&gt;	AQGDB	                00002956&lt;/P&gt;&lt;P&gt;SAPLSEUF&lt;/P&gt;&lt;P&gt;	TFDIR	                00000094&lt;/P&gt;&lt;P&gt;CL_GUI_PROPS_CONSUMER=========CP&lt;/P&gt;&lt;P&gt;	EUDB	                00003940&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP control blocks CONT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Caution: Program has changed&lt;/P&gt;&lt;P&gt;Caution: At time of termination,  Active source code no longer available&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Include                                 Line source code&lt;/P&gt;&lt;P&gt;Index		Name		F1		Co		Par01		Par2.		Par3.		Par4.		Tabl		&lt;/P&gt;&lt;P&gt;Z_BOA	_	BAPI	_	VE	N	DO	R	_MAIN	T	AIN==	=	=FT				 479		IF DEBUG = '1'. BREAK-POINT AT&lt;/P&gt;&lt;P&gt;  528	 BREA FF&lt;/P&gt;&lt;P&gt;Z_BOA_BAPI_VENDOR_MAINTAIN====FT          481 DEBUG = SPACE.&lt;/P&gt;&lt;P&gt;  530	 mvqb 01 12  47     195&lt;/P&gt;&lt;P&gt;Z_BOA_BAPI_VENDOR_MAINTAIN====FT          482 GET RUN TIME FIELD TIME1.&lt;/P&gt;&lt;P&gt;  532	 TIME 01     2&lt;/P&gt;&lt;P&gt;  533	 LREG 42  4  2      26&lt;/P&gt;&lt;P&gt;Z_BOA_BAPI_VENDOR_MAINTAIN====FT          483 CALL FUNCTION 'Z_BOA_BAPI_VEND&lt;/P&gt;&lt;P&gt;  535	 FUNC 00    V1303&lt;/P&gt;&lt;P&gt;  536	 FUNC 00     198&lt;/P&gt;&lt;P&gt;  537	 PAR2 02     24     52&lt;/P&gt;&lt;P&gt;  539	 PAR2 02     25     53&lt;/P&gt;&lt;P&gt;  541	 PAR2 02     22     50&lt;/P&gt;&lt;P&gt;  543	 PAR2 02     23     51&lt;/P&gt;&lt;P&gt;  545	 PAR2 02     26     54&lt;/P&gt;&lt;P&gt;  547	 PAR2 02     27     55&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; FUNC 10     49&lt;/P&gt;&lt;P&gt;  550	 PAR2 01     28     56&lt;/P&gt;&lt;P&gt;  552	 PAR2 03     35     96&lt;/P&gt;&lt;P&gt;  554	 PAR2 03     36     102&lt;/P&gt;&lt;P&gt;  556	 PAR2 03     33     84&lt;/P&gt;&lt;P&gt;  558	 PAR2 03     34     90&lt;/P&gt;&lt;P&gt;  560	 PAR2 03     37     108&lt;/P&gt;&lt;P&gt;  562	 PAR2 03     38     114&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End of runtime analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Jul 2008 13:20:42 GMT</pubDate>
    <dc:creator>former_member196065</dc:creator>
    <dc:date>2008-07-02T13:20:42Z</dc:date>
    <item>
      <title>Problem with Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-function-module/m-p/4118571#M984588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;    I am working on Function Modules i am facing some Peculiar problem with table paramenters.&lt;/P&gt;&lt;P&gt;    I created one Z function module while i created i used 2 tables parameter both are Z structures &lt;/P&gt;&lt;P&gt;    1. ZLFZA which is exactly similar to LFZA structure&lt;/P&gt;&lt;P&gt;    2. ZLFBK which is exactly similar to LFBK structure ( include/append structure not added copied the                                                                                &lt;/P&gt;&lt;P&gt;fileds )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Table Parameters for this funciton module goes like this&lt;/P&gt;&lt;P&gt;     ALTERNATIVEPAYEEDATA  LIKE ZLFZA&lt;/P&gt;&lt;P&gt;     BANKDATA                          LIKE ZLFBK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    At this stage function module is working fine. &lt;/P&gt;&lt;P&gt;    Later i removed MANDT field from both the structures and i activated both the structure without any problem &lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;     But when i try to excute the function module it is giving error as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;In the function module interface, you can specify only&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;fields of a specific type and length under "BANKDATA".&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Although the currently specified field&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;                     &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"%_OBANKDATA" is the correct type, its length is incorrect.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I tried to execute the funciton module by adding MANDT Field again to ZLFBK structure it is working fine.&lt;/P&gt;&lt;P&gt;  Function module is working even i deleted MANDT field in ZLFZA structure but it is giving dump if i remove mandt field can any body give me a solution or idea why it is going to dump&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 12:34:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-function-module/m-p/4118571#M984588</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-02T12:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-function-module/m-p/4118572#M984589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This might be because of buffering problem. Instead of directly activating ur FM, Just delete these 2 tables parameters(With delete icon) and create new entries with same name. It will work fine. Get back in case of any issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 12:48:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-function-module/m-p/4118572#M984589</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2008-07-02T12:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-function-module/m-p/4118573#M984590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you written any native SQL statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Native SQL statements brings the data from all clients where as open sql statements rings the current logon clint data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However why are you deleting the mandt field,Kepp as it is but don't use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;rama.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 12:57:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-function-module/m-p/4118573#M984590</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-02T12:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-function-module/m-p/4118574#M984591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinod &lt;/P&gt;&lt;P&gt;      Thanks for your reply. I tried that option still it is giving same old error. My surpize is it working for other structure and it is not working for ZLFBK structure if i include MANDT field again into the structure it is working fine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 13:01:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-function-module/m-p/4118574#M984591</guid>
      <dc:creator>former_member196065</dc:creator>
      <dc:date>2008-07-02T13:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-function-module/m-p/4118575#M984592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rama &lt;/P&gt;&lt;P&gt;     Nothing to do with data, at first step ( not even it is entering into Function module ) itself i am getting this error it is something related to Structure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 13:03:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-function-module/m-p/4118575#M984592</guid>
      <dc:creator>former_member196065</dc:creator>
      <dc:date>2008-07-02T13:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-function-module/m-p/4118576#M984593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Did u created structures or tables? Ideally it should work.&lt;/P&gt;&lt;P&gt;Also check whether ur structures are active /pertly active.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are u getting error while activation or while running? If it is while running then the problem must be something else. Debug and see what is the proble,.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 13:15:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-function-module/m-p/4118576#M984593</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2008-07-02T13:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-function-module/m-p/4118577#M984594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinod,&lt;/P&gt;&lt;P&gt;           They are structures, i used these structues in TABLE parameters in Function module. &lt;/P&gt;&lt;P&gt;           After removing the MANDT fields from these Z structure i am able to activate sucessfully &lt;/P&gt;&lt;P&gt;           No warnings nothing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 13:19:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-function-module/m-p/4118577#M984594</guid>
      <dc:creator>former_member196065</dc:creator>
      <dc:date>2008-07-02T13:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-function-module/m-p/4118578#M984595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is dump analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Runtime Errors	CALL_FUNCTION_CONFLICT_LENG&lt;/P&gt;&lt;P&gt;Exception	CX_SY_DYN_CALL_ILLEGAL_TYPE&lt;/P&gt;&lt;P&gt;       Occurred on     02.07.2008 at 07:27:02	&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Type conflict when calling a function module (field length).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happened?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error in ABAP application program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The current ABAP program "Z_BOA_BAPI_VENDOR_MAINTAIN====FT " had to be&lt;/P&gt;&lt;P&gt; terminated because one of the&lt;/P&gt;&lt;P&gt;statements could not be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is probably due to an error in the ABAP program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A function module was called incorrectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can you do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Print out the error message (using the "Print" function)&lt;/P&gt;&lt;P&gt;and make a note of the actions and input that caused the&lt;/P&gt;&lt;P&gt;error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To resolve the problem, contact your SAP system administrator.&lt;/P&gt;&lt;P&gt;You can use transaction ST22 (ABAP Dump Analysis) to view and administer&lt;/P&gt;&lt;P&gt; termination messages, especially those beyond their normal deletion&lt;/P&gt;&lt;P&gt;date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An exception occurred. This exception is dealt with in more detail below&lt;/P&gt;&lt;P&gt;. The exception, which is assigned to the class 'CX_SY_DYN_CALL_ILLEGAL_TYPE',&lt;/P&gt;&lt;P&gt; was neither&lt;/P&gt;&lt;P&gt;caught nor passed along using a RAISING clause, in the procedure&lt;/P&gt;&lt;P&gt; "FUNCTION_CALL" "(FORM)"&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Since the caller of the procedure could not have expected this exception&lt;/P&gt;&lt;P&gt; to occur, the running program was terminated.&lt;/P&gt;&lt;P&gt;The reason for the exception is:&lt;/P&gt;&lt;P&gt;The call to the function module "Z_BOA_BAPI_VENDOR_MAINTAIN" is incorrect:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the function module interface, you can specify only&lt;/P&gt;&lt;P&gt;fields of a specific type and length under "BANKDATA".&lt;/P&gt;&lt;P&gt;Although the currently specified field&lt;/P&gt;&lt;P&gt;"%_OBANKDATA" is the correct type, its length is incorrect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to correct the error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The exception must either be prevented, caught within the procedure&lt;/P&gt;&lt;P&gt; "FUNCTION_CALL"&lt;/P&gt;&lt;P&gt;"(FORM)", or declared in the procedure's RAISING clause.&lt;/P&gt;&lt;P&gt;To prevent the exception, note the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may able to find an interim solution to the problem&lt;/P&gt;&lt;P&gt;in the SAP note system. If you have access to the note system yourself,&lt;/P&gt;&lt;P&gt;use the following search criteria:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"CALL_FUNCTION_CONFLICT_LENG" CX_SY_DYN_CALL_ILLEGAL_TYPEC	&lt;/P&gt;&lt;P&gt;"Z_BOA_BAPI_VENDOR_MAINTAIN====FT " or "Z_BOA_BAPI_VENDOR_MAINTAIN====FT "&lt;/P&gt;&lt;P&gt;"FUNCTION_CALL"	&lt;/P&gt;&lt;P&gt;If you cannot solve the problem yourself, please send the	&lt;/P&gt;&lt;P&gt;following documents to SAP:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. A hard copy print describing the problem.&lt;/P&gt;&lt;P&gt;   To obtain this, select the "Print" function on the current screen.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. A suitable hardcopy prinout of the system log.&lt;/P&gt;&lt;P&gt;   To obtain this, call the system log with Transaction SM21&lt;/P&gt;&lt;P&gt;   and select the "Print" function to print out the relevant&lt;/P&gt;&lt;P&gt;   part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. If the programs are your own programs or modified SAP programs,&lt;/P&gt;&lt;P&gt;   supply the source code.&lt;/P&gt;&lt;P&gt;   To do this, you can either use the "PRINT" command in the editor or&lt;/P&gt;&lt;P&gt;   print the programs using the report RSINCL00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Details regarding the conditions under which the error occurred&lt;/P&gt;&lt;P&gt;   or which actions and input led to the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the error occurs in the program SAPCNVE, it could be for any of&lt;/P&gt;&lt;P&gt;the following reasons:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. The field  &lt;A href="signt.c (540)"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt; 05a9ffb8 77e6608b 03abfa80 00000000 00000000 03abfa80 MSVCRT!endthreadex&lt;/P&gt;&lt;P&gt; 05a9ffec 00000000 77bcb4bc 03abfa80 00000000 00000000 kernel32!GetModuleFileNameA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;List of ABAP programs affected&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	 Type	 Program	 Gen. Date  Time	 Load Size	&lt;/P&gt;&lt;P&gt;	 Prg	 RS_TESTFRAME_CALL	 13.12.2002 12:22:58	     20480	&lt;/P&gt;&lt;P&gt;	 Prg	 SAPMSSY0	 31.05.2005 00:51:53	     62464&lt;/P&gt;&lt;P&gt;	 Prg	 SAPMSSYD	 05.06.2002 17:09:33	     16384&lt;/P&gt;&lt;P&gt;	 Prg	 SAPFSYSCALLS	 14.02.2002 14:22:47	      6144&lt;/P&gt;&lt;P&gt;	 Prg	 RSDBRUNT	 31.05.2005 00:26:18	    219136&lt;/P&gt;&lt;P&gt;	 Typ	 RSSCR	   .  .       : m:15	      4096&lt;/P&gt;&lt;P&gt;	 Prg	 RSDBSPBL	 13.12.2002 12:24:35	     57344&lt;/P&gt;&lt;P&gt;	 Prg	 SAPDB__S	 14.02.2002 14:22:47	     15360&lt;/P&gt;&lt;P&gt;	 Typ	 VARID	 12.05.1997 16:51:30	      4096&lt;/P&gt;&lt;P&gt;	 Prg	 %_CSYDB0	 14.02.2002 14:22:46	     27648&lt;/P&gt;&lt;P&gt;	 Prg	 RSDBSPVA	 31.05.2005 00:59:24	    106496&lt;/P&gt;&lt;P&gt;	 Typ	 RSVAMEMKEY	 07.05.1997 13:07:49	      2048&lt;/P&gt;&lt;P&gt;	 Prg	 RSDBSPMC	 05.06.2002 17:09:26	     65536&lt;/P&gt;&lt;P&gt;	 Typ	 DDSHDESCR	 03.09.1997 03:05:16	      3072&lt;/P&gt;&lt;P&gt;	 Typ	 SPPARAMS	 07.05.1997 13:10:38	      1024&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLICON	 04.02.2004 05:57:09	     23552&lt;/P&gt;&lt;P&gt;	 Prg	 %_CICON	 14.02.2002 14:22:46	     57344&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLSABE	 14.02.2002 14:22:47	     11264&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLSECU	 31.05.2005 01:02:52	     63488&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLDSYA	 14.02.2002 14:22:47	     38912&lt;/P&gt;&lt;P&gt;	 Prg	 SAPFSDS1	 13.12.2002 12:14:34	     47104&lt;/P&gt;&lt;P&gt;	 Typ	 TDCLD	 02.11.1998 09:51:35	      4096&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLSDOD	 31.05.2005 00:26:00	     38912&lt;/P&gt;&lt;P&gt;	 Typ	 DOKIL	 12.05.1997 16:46:17	      2048&lt;/P&gt;&lt;P&gt;	 Prg	 SAPCNVE	 14.02.2002 14:22:47	      6144&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLLANG	 14.02.2002 14:22:47	      8192&lt;/P&gt;&lt;P&gt;	 Typ	 T002	 14.02.1998 10:24:58	      2048&lt;/P&gt;&lt;P&gt;	 Typ	 RSEXFCODE	 13.08.1997 12:52:57	      1024&lt;/P&gt;&lt;P&gt;	 Typ	 RSPARINT	 10.04.1995 09:58:38	      1024&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLSCNT	 14.02.2002 14:22:47	     22528&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLSVSM	 13.12.2002 12:16:46	     22528&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLSGUI	 13.12.2002 12:27:47	     29696&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLSTTM	 31.05.2005 00:56:52	     73728&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLSBDC	 13.12.2002 12:13:58	     37888&lt;/P&gt;&lt;P&gt;	 Prg	 CL_DATAPROVIDER===============CP	 14.02.2002 14:22:46	     38912&lt;/P&gt;&lt;P&gt;	 Prg	 %_CCNTL	 14.02.2002 14:22:46	     13312&lt;/P&gt;&lt;P&gt;	 Typ	 OBJ_RECORD	 14.02.1998 08:30:43	      2048&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLSTUP	 31.05.2005 01:02:33	     62464&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLCNDP	 31.05.2005 00:50:26	    155648&lt;/P&gt;&lt;P&gt;	 Prg	 SAPFGUICNTL	 13.12.2002 12:30:03	     20480&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLOLEA	 31.05.2005 01:02:43	     77824&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLSFES	 31.05.2005 01:02:48	    176128&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLSPLUGIN	 14.02.2002 14:22:48	      6144&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLGRFC	 14.02.2002 14:22:47	     13312&lt;/P&gt;&lt;P&gt;	 Prg	 SAPSHDTV	 04.02.2004 00:06:43	     27648&lt;/P&gt;&lt;P&gt;	 Typ	 SSCRTEXTS	 03.09.1997 03:12:33	      2048&lt;/P&gt;&lt;P&gt;	 Typ	 SSCRFIELDS	 13.05.1997 12:54:26	      3072&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLSEUJ	 31.05.2005 00:50:52	    285696&lt;/P&gt;&lt;P&gt;	 Typ	 RSEUMOD	 06.05.2002 10:38:04	     25600&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLSUNI	 31.05.2005 00:24:58	    126976&lt;/P&gt;&lt;P&gt;	 Typ	 TFDIR	 29.07.1998 19:49:08	      2048&lt;/P&gt;&lt;P&gt;	 Typ	 TRDIR	 02.11.1998 09:59:17	      5120&lt;/P&gt;&lt;P&gt;	 Typ	 D010SINF	 22.01.2001 11:11:06	      6144&lt;/P&gt;&lt;P&gt;	 Typ	 ENLFDIR	 09.11.2000 14:07:35	      3072&lt;/P&gt;&lt;P&gt;	 Prg	 SAPMS38L	 31.05.2005 00:55:49	    566272&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLSEWORKINGAREA	 31.05.2005 01:02:35	    225280&lt;/P&gt;&lt;P&gt;	 Typ	 FUPARAREF	 13.08.1997 13:26:52	      4096&lt;/P&gt;&lt;P&gt;	 Prg	 RSAQGENI	 13.12.2002 12:18:51	     16384&lt;/P&gt;&lt;P&gt;	 Typ	 STOKES	 26.02.2001 12:01:12	      2048&lt;/P&gt;&lt;P&gt;	 Typ	 RSSOURCE	 23.05.1995 16:37:10	      1024&lt;/P&gt;&lt;P&gt;	 Typ	 PROGDIR	 02.11.1998 09:58:34	      5120&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLSYDB	 31.05.2005 00:52:20	     49152&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLSEUF	 31.05.2005 00:30:19	    273408&lt;/P&gt;&lt;P&gt;	 Typ	 RSINFDIR	 29.07.1998 19:07:56	      2048&lt;/P&gt;&lt;P&gt;	 Typ	 FUNCT	 14.02.1998 07:22:14	      2048&lt;/P&gt;&lt;P&gt;	 Typ	 TFTIT	 14.02.1998 13:28:57	      2048&lt;/P&gt;&lt;P&gt;	 Prg	 %_CNF2TY	 14.02.2002 14:22:46	      6144&lt;/P&gt;&lt;P&gt;	 Prg	 Z_BOA_BAPI_VENDOR_MAINTAIN====FT	 02.07.2008 07:26:55	    122880&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLSNF2	 31.05.2005 01:03:40	    342016&lt;/P&gt;&lt;P&gt;	 Prg	 %_CSYDES	 14.02.2002 14:22:46	      6144&lt;/P&gt;&lt;P&gt;	 Typ	 LFA1	 09.01.2008 13:07:52	     16384&lt;/P&gt;&lt;P&gt;	 Prg	 CL_ABAP_CHAR_UTILITIES========CP	 31.05.2005 00:41:06	     11264&lt;/P&gt;&lt;P&gt;	 Typ	 ZLFA1X	 09.03.2007 04:35:09	     16384&lt;/P&gt;&lt;P&gt;	 Typ	 LFB1	 02.07.2002 16:31:13	     10240&lt;/P&gt;&lt;P&gt;	 Typ	 ZLFB1X	 09.03.2007 04:40:59	     10240&lt;/P&gt;&lt;P&gt;	 Typ	 LFM1	 07.06.2001 17:42:37	      8192&lt;/P&gt;&lt;P&gt;	 Typ	 ZLFM1X	 09.03.2007 04:43:55	      8192&lt;/P&gt;&lt;P&gt;	 Typ	 LFAS	 26.07.2007 10:35:16	      2048&lt;/P&gt;&lt;P&gt;	 Typ	 ZLFASX	 09.03.2007 02:40:44	      2048&lt;/P&gt;&lt;P&gt;	 Typ	 LFB5	 08.03.1992 03:50:48	      3072&lt;/P&gt;&lt;P&gt;	 Typ	 ZLFB5X	 09.03.2007 03:51:26	      3072&lt;/P&gt;&lt;P&gt;	 Typ	 ZLFBK	 02.07.2008 07:24:41	      3072&lt;/P&gt;&lt;P&gt;	 Typ	 ZLFBKX	 09.03.2007 04:06:22	      3072&lt;/P&gt;&lt;P&gt;	 Typ	 LFZA	 10.07.1997 00:30:40	      2048&lt;/P&gt;&lt;P&gt;	 Typ	 ZLFZAX	 09.03.2007 04:10:19	      2048&lt;/P&gt;&lt;P&gt;	 Typ	 ZBAPI_KNVK	 29.02.2008 11:26:35	     11264&lt;/P&gt;&lt;P&gt;	 Typ	 ZBAPI_KNVKX	 29.02.2008 11:27:49	     11264&lt;/P&gt;&lt;P&gt;	 Typ	 LFM2	 17.05.2007 06:33:24	      7168&lt;/P&gt;&lt;P&gt;	 Typ	 ZLFM2X	 07.05.2007 04:06:22	      7168&lt;/P&gt;&lt;P&gt;	 Typ	 WYT1T	 04.06.1997 19:30:53	      2048&lt;/P&gt;&lt;P&gt;	 Typ	 ZWYT1TX	 17.05.2007 01:08:59	      2048&lt;/P&gt;&lt;P&gt;	 Typ	 FWYT3	 23.03.2000 23:05:15	      3072&lt;/P&gt;&lt;P&gt;	 Typ	 ZWYT3X	 14.06.2007 05:40:59	      3072&lt;/P&gt;&lt;P&gt;	 Typ	 LFBW	 10.07.1997 00:30:39	      3072&lt;/P&gt;&lt;P&gt;	 Typ	 ZLFBWX	 12.03.2007 06:02:23	      3072&lt;/P&gt;&lt;P&gt;	 Typ	 LFAT	 19.11.2007 09:37:20	      2048&lt;/P&gt;&lt;P&gt;	 Typ	 ZLFATX	 12.03.2007 06:04:49	      2048&lt;/P&gt;&lt;P&gt;	 Typ	 BAPIPAREX	 02.11.1998 09:43:19	      2048&lt;/P&gt;&lt;P&gt;	 Typ	 BAPIPAREXX	 12.04.1999 15:52:21	      2048&lt;/P&gt;&lt;P&gt;	 Typ	 BAPIRET2	 20.08.1998 11:11:35	      3072&lt;/P&gt;&lt;P&gt;	 Typ	 RSSOURCEL	 09.11.2000 14:11:36	      1024&lt;/P&gt;&lt;P&gt;	 Typ	 LFAS	 26.07.2007 10:35:16	      2048&lt;/P&gt;&lt;P&gt;	 Typ	 ZLFASX	 09.03.2007 02:40:44	      2048&lt;/P&gt;&lt;P&gt;	 Typ	 LFB5	 08.03.1992 03:50:48	      3072&lt;/P&gt;&lt;P&gt;	 Typ	 ZLFB5X	 09.03.2007 03:51:26	      3072&lt;/P&gt;&lt;P&gt;	 Typ	 ZLFBK	 02.07.2008 07:24:41	      3072&lt;/P&gt;&lt;P&gt;	 Typ	 LFAS	 26.07.2007 10:35:16	      2048&lt;/P&gt;&lt;P&gt;	 Typ	 ZLFASX	 09.03.2007 02:40:44	      2048&lt;/P&gt;&lt;P&gt;	 Typ	 LFB5	 08.03.1992 03:50:48	      3072&lt;/P&gt;&lt;P&gt;	 Typ	 ZLFB5X	 09.03.2007 03:51:26	      3072&lt;/P&gt;&lt;P&gt;	 Typ	 ZLFBK	 02.07.2008 07:24:41	      3072&lt;/P&gt;&lt;P&gt;	 Prg	 SAPMSDYP	 14.02.2002 14:22:48	     31744&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLCSTR	 31.05.2005 01:03:36	     63488&lt;/P&gt;&lt;P&gt;	 Typ	 SMP_DYNTXT	 25.01.1999 13:03:11	      2048&lt;/P&gt;&lt;P&gt;	 Prg	 CL_GUI_PROPS_CONSUMER=========CP	 13.12.2002 12:11:27	     27648&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLTHFB	 31.05.2005 00:57:05	    294912&lt;/P&gt;&lt;P&gt;	 Prg	 CL_DYNAMIC_GUI_EXTENSIONS=====CP	 14.02.2002 14:22:46	     33792&lt;/P&gt;&lt;P&gt;	 Prg	 CL_GUI_DATAMANAGER============CP	 31.05.2005 00:50:46	     69632&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLSMON	 31.05.2005 00:58:50	    349184&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLSETF	 04.02.2004 06:01:30	     78848&lt;/P&gt;&lt;P&gt;	 Prg	 %_CSETST	 13.12.2002 12:10:31	     25600&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLSDBG	 04.02.2004 05:50:57	     23552&lt;/P&gt;&lt;P&gt;	 Prg	 SAPLZBOA_VENDOR	 02.07.2008 07:26:48	    637952&lt;/P&gt;&lt;P&gt;	 Prg	 CX_SY_DYN_CALL_ILLEGAL_TYPE===CP	 19.11.2001 15:52:28	     10240&lt;/P&gt;&lt;P&gt;	 Typ	 SCX_SRCPOS	 09.11.2000 14:12:15	      1024&lt;/P&gt;&lt;P&gt;	 Prg	 CX_SY_DYN_CALL_PARAMETER_ERRORCP	 19.11.2001 15:52:28	      9216&lt;/P&gt;&lt;P&gt;	 Prg	 CX_SY_DYN_CALL_ERROR==========CP	 14.02.2002 14:22:47	      9216&lt;/P&gt;&lt;P&gt;	 Prg	 CX_DYNAMIC_CHECK==============CP	 14.02.2002 14:22:47	      8192&lt;/P&gt;&lt;P&gt;	 Prg	 CX_ROOT=======================CP	 14.02.2002 14:22:47	      9216&lt;/P&gt;&lt;P&gt;	 Prg	 CX_NO_CHECK===================CP	 14.02.2002 14:22:47	      8192&lt;/P&gt;&lt;P&gt;	 Prg	 CX_SY_NO_HANDLER==============CP	 14.02.2002 14:22:47	      8192&lt;/P&gt;&lt;P&gt;	 Typ	 FUSEQDIR	 29.07.1998 18:32:47	      2048	&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;List of internal tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No dump information available&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Directory of Application Tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program&lt;/P&gt;&lt;P&gt;  Name................ Contents....1....&lt;EM&gt;....2....&lt;/EM&gt;....3....&lt;EM&gt;....4....&lt;/EM&gt;....5....+..	..&lt;/P&gt;&lt;P&gt;RS_TESTFRAME_CALL	&lt;/P&gt;&lt;P&gt;	SYST		x010000000x01000000000000000000&lt;/P&gt;&lt;P&gt;	SSCRFIELDS		&lt;/P&gt;&lt;P&gt;	SSCRTEXTS		&lt;/P&gt;&lt;P&gt;RSDBRUNT&lt;/P&gt;&lt;P&gt;	VARID		&lt;/P&gt;&lt;P&gt;SAPLSABE&lt;/P&gt;&lt;P&gt;	TRDIR		Z_BOA_BAPI_VENDOR_MAINTAIN====FT         X SD$       1SS&lt;/P&gt;&lt;P&gt;SAPFSDS1&lt;/P&gt;&lt;P&gt;	TDCLD		RE  DOKU   8R XX XXLIMUDOKUX x1E0XR3TRPROGX	&lt;/P&gt;&lt;P&gt;SAPLSDOD&lt;/P&gt;&lt;P&gt;	DOKIL		&lt;/P&gt;&lt;P&gt;SAPLLANG&lt;/P&gt;&lt;P&gt;	T002		ES1EN	&lt;/P&gt;&lt;P&gt;SAPLSEUJ&lt;/P&gt;&lt;P&gt;	RSJOBINFO		                                00000000000000&lt;/P&gt;&lt;P&gt;	EUFUNC		FLZBOA_VENDOR                   Z_BOA_BAPI_VENDOR_MAINTAIN&lt;/P&gt;&lt;P&gt;	TFDIR		Z_BOA_BAPI_VENDOR_MAINTAIN    SAPLZBOA_VENDOR&lt;/P&gt;&lt;P&gt;	TRDIR		Z_BOA_BAPI_VENDOR_MAINTAIN====FT         X SD$       1SS&lt;/P&gt;&lt;P&gt;	D010SINF		Z_BOA_BAPI_VENDOR_MAINTAIN====FT        A XD$       1SS&lt;/P&gt;&lt;P&gt;	*TRDIR		LZBOA_VENDOR$03                          XXSD$        IS&lt;/P&gt;&lt;P&gt;	*D010SINF		LZBOA_VENDOR$03                         A XD$        IS&lt;/P&gt;&lt;P&gt;	RS38L		&lt;/P&gt;&lt;P&gt;	RFCDES		&lt;/P&gt;&lt;P&gt;	RSEUMOD		VPATHOORI   X2G                                        K&lt;/P&gt;&lt;P&gt;SAPLSUNI&lt;/P&gt;&lt;P&gt;	RS38L		&lt;/P&gt;&lt;P&gt;	TFTIT		EZ_BOA_BAPI_VENDOR_MAINTAIN    Vendor Master Maintan&lt;/P&gt;&lt;P&gt;	TFDIR		Z_BOA_BAPI_VENDOR_MAINTAIN    SAPLZBOA_VENDOR&lt;/P&gt;&lt;P&gt;	ENLFDIR		Z_BOA_BAPI_VENDOR_MAINTAIN    ZBOA_VENDOR               X&lt;/P&gt;&lt;P&gt;SAPMS38L&lt;/P&gt;&lt;P&gt;	RSINFDIR		&lt;/P&gt;&lt;P&gt;RSAQGENI&lt;/P&gt;&lt;P&gt;	AQGDB		PRLSEUJFDN&lt;/P&gt;&lt;P&gt;SAPLSEUF&lt;/P&gt;&lt;P&gt;	TFDIR		Z_BOA_BAPI_VENDOR_MAINTAIN    SAPLZBOA_VENDOR&lt;/P&gt;&lt;P&gt;CL_GUI_PROPS_CONSUMER=========CP&lt;/P&gt;&lt;P&gt;	EUDB		%CQ0I5DkZCRjcANUVDADc3ADg1AXUPrq_vr0I4NDYz  0000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Directory of Application Tables (Administrative Information)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program&lt;/P&gt;&lt;P&gt;  Name.......................... Time.......... Length..	.&lt;/P&gt;&lt;P&gt;CL_GUI_PROPS_CONSUMER=========CP	&lt;/P&gt;&lt;P&gt;	SYST	 20010612125650 00002404&lt;/P&gt;&lt;P&gt;	SSCRFIELDS	 20000323224119 00000854&lt;/P&gt;&lt;P&gt;	SSCRTEXTS	                00000371&lt;/P&gt;&lt;P&gt;RSDBRUNT&lt;/P&gt;&lt;P&gt;	VARID	                00000132&lt;/P&gt;&lt;P&gt;SAPLSABE&lt;/P&gt;&lt;P&gt;	TRDIR	                00000170&lt;/P&gt;&lt;P&gt;SAPFSDS1&lt;/P&gt;&lt;P&gt;	TDCLD	                00000050&lt;/P&gt;&lt;P&gt;SAPLSDOD&lt;/P&gt;&lt;P&gt;	DOKIL	                00000076&lt;/P&gt;&lt;P&gt;SAPLLANG&lt;/P&gt;&lt;P&gt;	T002	                00000005&lt;/P&gt;&lt;P&gt;SAPLSEUJ&lt;/P&gt;&lt;P&gt;	RSJOBINFO	                00000084&lt;/P&gt;&lt;P&gt;	EUFUNC	                00003936&lt;/P&gt;&lt;P&gt;	TFDIR	                00000094&lt;/P&gt;&lt;P&gt;	TRDIR	                00000170&lt;/P&gt;&lt;P&gt;	D010SINF	                00000184&lt;/P&gt;&lt;P&gt;	*TRDIR	                00000170&lt;/P&gt;&lt;P&gt;	*D010SINF	                00000184&lt;/P&gt;&lt;P&gt;	RS38L	                00002479&lt;/P&gt;&lt;P&gt;	RFCDES	                00001033&lt;/P&gt;&lt;P&gt;	RSEUMOD	                00001664&lt;/P&gt;&lt;P&gt;SAPLSUNI&lt;/P&gt;&lt;P&gt;	RS38L	                00002479&lt;/P&gt;&lt;P&gt;	TFTIT	                00000105&lt;/P&gt;&lt;P&gt;	TFDIR	                00000094&lt;/P&gt;&lt;P&gt;	ENLFDIR	                00000073&lt;/P&gt;&lt;P&gt;SAPMS38L&lt;/P&gt;&lt;P&gt;	RSINFDIR	                00000076&lt;/P&gt;&lt;P&gt;RSAQGENI&lt;/P&gt;&lt;P&gt;	AQGDB	                00002956&lt;/P&gt;&lt;P&gt;SAPLSEUF&lt;/P&gt;&lt;P&gt;	TFDIR	                00000094&lt;/P&gt;&lt;P&gt;CL_GUI_PROPS_CONSUMER=========CP&lt;/P&gt;&lt;P&gt;	EUDB	                00003940&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP control blocks CONT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Caution: Program has changed&lt;/P&gt;&lt;P&gt;Caution: At time of termination,  Active source code no longer available&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Include                                 Line source code&lt;/P&gt;&lt;P&gt;Index		Name		F1		Co		Par01		Par2.		Par3.		Par4.		Tabl		&lt;/P&gt;&lt;P&gt;Z_BOA	_	BAPI	_	VE	N	DO	R	_MAIN	T	AIN==	=	=FT				 479		IF DEBUG = '1'. BREAK-POINT AT&lt;/P&gt;&lt;P&gt;  528	 BREA FF&lt;/P&gt;&lt;P&gt;Z_BOA_BAPI_VENDOR_MAINTAIN====FT          481 DEBUG = SPACE.&lt;/P&gt;&lt;P&gt;  530	 mvqb 01 12  47     195&lt;/P&gt;&lt;P&gt;Z_BOA_BAPI_VENDOR_MAINTAIN====FT          482 GET RUN TIME FIELD TIME1.&lt;/P&gt;&lt;P&gt;  532	 TIME 01     2&lt;/P&gt;&lt;P&gt;  533	 LREG 42  4  2      26&lt;/P&gt;&lt;P&gt;Z_BOA_BAPI_VENDOR_MAINTAIN====FT          483 CALL FUNCTION 'Z_BOA_BAPI_VEND&lt;/P&gt;&lt;P&gt;  535	 FUNC 00    V1303&lt;/P&gt;&lt;P&gt;  536	 FUNC 00     198&lt;/P&gt;&lt;P&gt;  537	 PAR2 02     24     52&lt;/P&gt;&lt;P&gt;  539	 PAR2 02     25     53&lt;/P&gt;&lt;P&gt;  541	 PAR2 02     22     50&lt;/P&gt;&lt;P&gt;  543	 PAR2 02     23     51&lt;/P&gt;&lt;P&gt;  545	 PAR2 02     26     54&lt;/P&gt;&lt;P&gt;  547	 PAR2 02     27     55&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; FUNC 10     49&lt;/P&gt;&lt;P&gt;  550	 PAR2 01     28     56&lt;/P&gt;&lt;P&gt;  552	 PAR2 03     35     96&lt;/P&gt;&lt;P&gt;  554	 PAR2 03     36     102&lt;/P&gt;&lt;P&gt;  556	 PAR2 03     33     84&lt;/P&gt;&lt;P&gt;  558	 PAR2 03     34     90&lt;/P&gt;&lt;P&gt;  560	 PAR2 03     37     108&lt;/P&gt;&lt;P&gt;  562	 PAR2 03     38     114&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End of runtime analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 13:20:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-function-module/m-p/4118578#M984595</guid>
      <dc:creator>former_member196065</dc:creator>
      <dc:date>2008-07-02T13:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-function-module/m-p/4118579#M984596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shankar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the function module interface, you can specify only&lt;/P&gt;&lt;P&gt;fields of a specific type and length under "BANKDATA".&lt;/P&gt;&lt;P&gt;Although the currently specified field&lt;/P&gt;&lt;P&gt;"%_OBANKDATA" is the correct type, its length is incorrect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This shows that while calling this FM what ever internal table u r passing to BANKDATA parameter is not refering to the same structure u r refering in ur FM. Check this thing first. Also check whether ur structures are active or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 15:16:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-function-module/m-p/4118579#M984596</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2008-07-02T15:16:32Z</dc:date>
    </item>
  </channel>
</rss>

