2008 Jul 07 6:21 AM
Hi All,
what is the difference between
"call transaction 'CO11' using bdcdata options from control messages into msg."
&
" call transaction 'CO11' using bdcdata mode 'A' messages into msg. "
can you suggest, above of which one?
Thanks,
srii.
2008 Jul 07 6:27 AM
Output wise there is no difference...but both are used in different situations.
example:
1)"call transaction 'CO11' using bdcdata options from control messages into msg."
Actually here you specify CONTROL in the statement which is type of CTUPARAMS.This is used whenever you have to handle screen resolution then you can use this method.
2)" call transaction 'CO11' using bdcdata mode 'A' messages into msg. "
This is normal method which you didn't work with screen resolution..you can use this.
Regards,
Dara.
2008 Jul 07 6:26 AM
Hi,
If you select mode 'A', the transaction screen will be displayed. For the other case, (mode 'N') it wont be displayed while the BDC program is executed.
Regards,
Prosenjit.
2008 Jul 07 6:27 AM
Output wise there is no difference...but both are used in different situations.
example:
1)"call transaction 'CO11' using bdcdata options from control messages into msg."
Actually here you specify CONTROL in the statement which is type of CTUPARAMS.This is used whenever you have to handle screen resolution then you can use this method.
2)" call transaction 'CO11' using bdcdata mode 'A' messages into msg. "
This is normal method which you didn't work with screen resolution..you can use this.
Regards,
Dara.