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

Uploading Qa01 from excell sheet using Session method in BDC

Former Member
0 Likes
338

Hi all,

I would want to upload Data from excell sheet to transaction qa01 using BDC. The whole process is suppose to be automatic. Once the first few fields are updated , it updates inspection log creation and automatically at the status bar a document number is created. Using this document number the remaining data in the flat file should help us updates results recording. For this process BDC session method is to be usd and the flat file used for BDC is excell.

Please guide me through this process.

Regards,

G. SHankar

1 REPLY 1
Read only

Former Member
0 Likes
291

Hi,

You need to write a Program to Upload the data from Application Server. Now if you are going with Session Method then you need to execute the session Manually....But you are talking about automated process......Can you use Call Txn Menthod........that will take care of all your issues.....