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

skip screen

Former Member
0 Likes
419

hii all

I have a code for uploading legacy Data into ztable using BDC,

in which i gave file path and file name as parameter and concatanate them into file name which asked for transfer.

my reqmt is, i want to skip that screen comes where we provide file path normaly. i.e. when i give file path n file name in parameter screen n click F8 it should get transfer directly w/o going to file transfer screen.

How can i do this?

point will be rewarded

Thanks & Regards

Gaurav

4 REPLIES 4
Read only

Former Member
0 Likes
402

Hi Gaurav,

You can try deleting the code from BDC which calls the screen.

If you can share the code that would be fine.

Read only

Former Member
0 Likes
402

Run the BDC in No screen mode or in Background

Read only

Former Member
0 Likes
402

Hi,

In

call transaction 'tcode' MODE 'N'.

Read only

Former Member
0 Likes
402

Use call transaction and run the BDC in No screen Mode.

CALL TRANSACTION <TCODE> MODE 'N'.