Application Development 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: 

steps for standerd transaction upload By recording

Former Member
0 Kudos

HI Friends,

can any help me in step by step procedure for coding a program . example After recording i will get a inbuilt program and a flat file containing data for one record . If i need to continue for multiple records .first i want to try with application server and fallow with other .

Regards,

Mahendra.

2 REPLIES 2

Former Member
0 Kudos

Hi Mahendra,

Check the following links:

http://www.sapbrainsonline.com/TUTORIALS/TECHNICAL/BDC_tutorial.html

http://www.sap-img.com/bdc.htm

Reward if useful.

Thanks

Aneesh.

Former Member
0 Kudos

Hi,

These are the steps.

1. Declare an internal table with all char types.

2. Get the file name with F4_FILENAME function module.

3. Upload the file using GUI_UPLOAD function module.

4. Loop at this internal table.

5. copy the code u got for one record.

6. Replace all hardcoded values with your headerline/workarea fields.

7. Endloop.

Award points if useful else getbk,

Aleem.