How to send a flat file to application server ?
in
3 types
1.to write in bound inteface
in bdc > call transation
in
3 types
1.to write in bound inteface
in bdc > call transation
- In call transation the data will processed immidetly.
- In call transation errors wil not handle
- For errors we have to use bdcmsgcoll .
- This is used for short data.
- In session the data should not processed immidietly.when we have to process at that time it will process
- In session the Background jobs are created ,
- The errors will stored in log file.