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

BDC

Former Member
0 Likes
294

Hi,

I want to call transaction 'Iw21' using bdcdata.

At the same time I want to skip first screen.

How will I do??

Plz help..

Urgent.

Regards,

Pooja

1 REPLY 1
Read only

Former Member
0 Likes
271

do this way


CALL TRANSACTION <tcode> 
                   USING BDC_DATA
                  AND SKIP FIRST SCREEN.