‎2007 Aug 09 11:04 AM
Hi,
I want to know if it's possible to enhance an existing batch input session with an ABAP program.
this session is created by a program and I want that another program enhances this session.
thanks in advance for your help.
Franck
‎2007 Aug 09 2:49 PM
This is possible - The BDC data is stored in SAP tables and there are options in SM35 to download a BDC session to a text file, or upload one. I suggest you have a look at the code behind these options for functions etc that you can use to get an existing session. Once you have the data you just need to modify it and write it as a new session.
Andrew
‎2007 Aug 09 3:37 PM
Hi Andrew,
I didn't known this option. I'm going to look at the ABAP code behind it.
Thanks a lot.