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

Former Member
0 Likes
430

Hi,

Please tell me:

Is it possible to use " call transaction" without a bdc table?

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
410

NO

You have to use BDCTABLE

.

ENDIF.

2 REPLIES 2
Read only

Former Member
0 Likes
410

<b>Yes, it is possible to use `CALL TRANSACTION’ without a BDC table.</b>

In such case, the current program is suspended, the transaction specified is brought up, and a user must enter the data into the screens.

Read only

Former Member
0 Likes
411

NO

You have to use BDCTABLE

.

ENDIF.