‎2008 May 23 7:45 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 11:45 AM
Hi,
i have tried the same thing but its working for me,
so if you show your code then probably i can help.
with regards,
Syed
‎2008 May 23 11:45 AM
Hi,
i have tried the same thing but its working for me,
so if you show your code then probably i can help.
with regards,
Syed
‎2008 May 23 11:47 AM
How is I_message defined?
"Any messages that occur during CALL TRANSACTION USING ... are collected in the specified internal table. The internal table must have the structure BDCMSGCOLL. "
How is I_BDCDATA defined?
‎2008 May 23 11:52 AM
Hi All,
Thanks for your valuable inputs.
Its the problem with the 'Transaction Type' (Dialog Screen) in the T-Code creation.
Reagrds,
Viji
‎2008 May 23 12:19 PM
Hi Vijaya,
When you create t-code for the module pool then it should be for dialogue transaction only.
with regards,
Syed