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

input file for bdc

Former Member
0 Likes
656

hi experts,

What is the easiest way to build the input file used in running critical BDC programs?

thanks in advance.

krishna reddy

4 REPLIES 4
Read only

Former Member
0 Likes
577

Hi Radhakrishna,

Its usually the other way around.We create BDC with the available i/p file.But generally the i/p file should be a TXT file with all the required data properly formatted.ie the file should contain all the required data for runnign the BDC of a particular tcode.

Please reward if useful

Thanks Arjun

Read only

Former Member
0 Likes
577

Hi,

Header data with line items

Ex "

10001 xxxx yyyy

aaaa bbbb

cccc dddd

in txt with any seperator...

Read only

0 Likes
577

Check sm35 transaction go to recording and you can upload/download a recording here.

Read only

Former Member
0 Likes
577

Hi

create the file in notepad(.txt file) and save it on desktop or any where.

you give the field values in the notepad by using some separator like tab or comma or space.