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 Transaction 'ZXXXX' using - Error Message 'SUBMIT_WRONG_TYPE'

Former Member
0 Likes
2,483

Hi All,

I am using a Call Transaction statement as shown below.

Call Transaction 'ZXXXX' using I_BDCDATA MODE 'A' UPDATE 'S' messages into i_message.

The Transaction 'ZXXXX' contains a Program 'ZYYYY' which is of TYPE Module Pool.

When I am executing this CALL TRANSACTION, it throws an error message as 'SUBMIT_WRONG_TYPE'.

How can I get it resolved?

Points Assured.

Regards,

Viji.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,708

I think it is the problem with type you defind in upload internal table.

Declare the same type for all your internal table fields with same type of your zreport.

regards,

Madan.

5 REPLIES 5
Read only

Former Member
0 Likes
1,708

Hi,

You have to call the transaction code of the program and not the program name.

Edited by: Shruthi R on May 23, 2008 8:49 AM

Read only

0 Likes
1,708

Hi Shruthi,

Please go through the statement which I composed.

The Transaction 'ZXXXX' contains a Program 'ZYYYY' which is of TYPE Module Pool.

Expecting your inputs....

Regards,

Viji

Read only

Former Member
0 Likes
1,709

I think it is the problem with type you defind in upload internal table.

Declare the same type for all your internal table fields with same type of your zreport.

regards,

Madan.

Read only

Former Member
0 Likes
1,708

Hi,

is i_messages table of type BDCMSGCOLL and i_bdcdata type BDCDATA?

Shruthi

Read only

Former Member
0 Likes
1,708

Hi All,

Thanks for your valuable inputs.

Its the problem with the 'Transaction Type' (Dialog Screen) in the T-Code creation.

Reagrds,

Viji