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: 

Interface Issue

sivapuram_phanikumar
Active Participant
0 Kudos

Hi,

I have got an interface that should read data from text files and update the tables TCURR & T056P tables. As database updates are not suggestable, can any one has idea about the function modules or transaction codes that can be used to do the updates???

the second issue is: Interface has to read files from a specified location and the files will be uploaded there by 7 PM daily. If the interface program couldnt find the file at that location then the program should keep on searching till 6 AM next day...!!! it should through an error message. Is it possible to keep on searching for such a long time? How it can be done??? Is it suggestable to do like that?

Regards,

Phani.

1 REPLY 1

Former Member
0 Kudos

for point 1---please look for TCode of that..then push the data thru BDC or BAPI...for that buiness object..

For point 2 do it with background scheduling..

REgards,