Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

CALL_FUNCTION_CONFLICT_LENG Dump error

Former Member
0 Likes
1,006

Dear gurus

Please help me..

my problem is located on the links below

[REPORT ERROR|http://www.geocities.com/saadnisarahmedkhatib/ABAP/Report.zip]

Regards

Saad

9 REPLIES 9
Read only

Former Member
0 Likes
951

In Subroutine DISPLAY_FORM

1) Check structure of itab3 is same as that of the Tables parameter ITAB of function module interface.

2) Remove tyable paranthesis

TABLES
  itab =  itab3.

Read only

0 Likes
951

this code was working fine bf4

but don't know what happened.

please help

regards

Saad

Read only

former_member242255
Active Contributor
0 Likes
951

canu post the code as i am not able to access the link given by u.

Read only

Former Member
0 Likes
951

Hi,

In your smartforms; you have specified itab in your tables paramater.

But it seems that ITAB3 is not of the same type. Thats the reason why you are facing thsi problem.

Check the structure of ITAB in your smartform.

Regards,

Ankur Parab

Read only

0 Likes
951

this code was working fine bf4

but don't know what happened.

please help

Read only

0 Likes
951

this code was working fine bf4

but don't know what happened.

please help

regards

Saad

Read only

Former Member
0 Likes
951

Hello,

Please check the ITAB structure before passing to the FM.

The problem is with the internal table structure.

Read only

Former Member
0 Likes
951

Dear Gurus

I have re-attached my smart forms and my tables details on the link below

[Report Error|http://www.geocities.com/saadnisarahmedkhatib/ABAP/Report.zip]

Regards

Saad

Read only

Former Member
0 Likes
951

Run Extended programming check (EPC ) or Code Inspector to find these kind of errors.