‎2008 Feb 20 5:51 AM
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
‎2008 Feb 20 5:59 AM
Hi Gaurav,
You can try deleting the code from BDC which calls the screen.
If you can share the code that would be fine.
‎2008 Feb 20 6:06 AM
‎2008 Feb 20 7:17 AM
‎2008 Feb 20 8:53 AM
Use call transaction and run the BDC in No screen Mode.
CALL TRANSACTION <TCODE> MODE 'N'.