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

Batch Input enhancement in ABAP program

Former Member
0 Likes
479

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

2 REPLIES 2
Read only

Former Member
0 Likes
370

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

Read only

0 Likes
370

Hi Andrew,

I didn't known this option. I'm going to look at the ABAP code behind it.

Thanks a lot.