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: 

BDC

Former Member
0 Kudos

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

Former Member
0 Kudos

do this way


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