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

bom

Former Member
0 Likes
624

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 .

4 REPLIES 4
Read only

Former Member
0 Likes
598

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

Read only

Former Member
0 Likes
598

Hi,

Try to do BDC table contol.

Regards

Read only

Former Member
0 Likes
598

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

Read only

Former Member
0 Likes
598

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