‎2007 Jun 04 7:12 AM
1) which method is used for BOM material data upload.
2) if a flatfile has 1000 records ..is session method ok .
3)if more than 1 user working on same object through out globe.how to release that object
4) diffrence between ..transport request 2)change request 3) task request .
‎2007 Jun 04 7:23 AM
Hi,
1.You can go for BAPI or BDC, it depends onthe flatfile provided.
2. not a problem, better to Use call transaction when small number of records.
3. You canot release that object, if any other user is trying to change that. , but you can release the Task .
For example: Each user is given different Tasks for the same object,a t that time you can release your task, after releasing all the tasks only you can release the Request.
4. All requests are same,
COming to Change Request - if one of the Task is released, it will create one more change request for the same.
Thanks,
Anitha
‎2007 Jun 04 8:08 AM
‎2007 Jun 04 8:37 AM
Hi,
For BOM upload we have standard programs available (LSMW).
You can us the Obhject 30 - Method Create. The program name is RCSBI010.
Regards,
Devendra
‎2007 Jun 04 9:03 AM
Hi,
You can go for Session or Call transaction methods in bdc. Better to go Call transaction for 1000 records for fast transactions.
You cant release the request while using the same object more than one at the same time.
All the requests are performing same actions.
reward marks