Application Development 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: 

Call transaction

Former Member
0 Kudos

Hi,

Please tell me:

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

Thanks in advance.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

NO

You have to use BDCTABLE

.

ENDIF.

2 REPLIES 2

Former Member
0 Kudos

<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.

Former Member
0 Kudos

NO

You have to use BDCTABLE

.

ENDIF.