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

CS_BOM_EXPL_MAT_V2

Former Member
0 Likes
531

hi i am using the below function module

CS_BOM_EXPL_MAT_V2

this function module works for 1 material at a time,

i hav an internal table of 40000 records,

when i loop this 40000 records with the above function module for each record.

it is taking for ever,

is there a function module which takes this internal table and then just gives list

of materials after process in sequesnce.

thanks

hi i am using the below function module

CS_BOM_EXPL_MAT_V2

this function module works for 1 material at a time,

i hav an internal table of 40000 records,

when i loop this 40000 records with the above function module for each record.

it is taking for ever,

is there a function module which takes this internal table and then just gives list

of materials after process in sequesnce.

thanks

2 REPLIES 2
Read only

Former Member
0 Likes
449

Hi Sanjana,

No other simillar FM supplied by SAP for this functionality.

Thanks,

Greetson

Read only

Former Member
0 Likes
449

Hi,

You can pass an internal table with the following 40000 records into the tables parameter(STB) of this function module CS_BOM_EXPL_MAT_V2.

Regards

Abhishek