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

what is the difference

Former Member
0 Likes
542

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
519

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.

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.

2 REPLIES 2
Read only

Former Member
0 Likes
519

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.

Read only

Former Member
0 Likes
520

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.