‎2008 May 23 7:47 AM
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.
‎2008 May 23 7:49 AM
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.
‎2008 May 23 7:49 AM
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
‎2008 May 23 8:08 AM
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
‎2008 May 23 7:49 AM
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.
‎2008 May 23 8:13 AM
Hi,
is i_messages table of type BDCMSGCOLL and i_bdcdata type BDCDATA?
Shruthi
‎2008 May 23 11:55 AM
Hi All,
Thanks for your valuable inputs.
Its the problem with the 'Transaction Type' (Dialog Screen) in the T-Code creation.
Reagrds,
Viji