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

regarding transaction CS13

Former Member
0 Likes
980

Hi All,

there is a standard transaction CS13 which gives the details of the BOM but the issue is that we can get data for a particular material only

what i have to do is to develpo a same report as CS13 which can display data for more than one material.

so can anyone tell me is there any fucntion module or bapi which can give me data same what i am getting in CS13.

Thanks in advance.

3 REPLIES 3
Read only

Former Member
0 Likes
764

thanks i got the way to import the list into my program.

Read only

jayendradasari
Explorer
0 Likes
764

Hi Sandeep

Can you please explain how you imported the list with multiple materials into your list

thank you

jayendra

Read only

0 Likes
764

sure bro,

CS13 is a module pool so we canot use submit,so i found a program named.rcs13001

i copied this program into my zprogram and in my main program i used submit on this report and passed materials one by one to get the desired result,

at line 3863 it is using ALv grid display to display the output

i just commented that display and exported the table into a memory id

once submit is over for a particular it comes back to my main program and now i can import the ourtput table into my table and use the values accordingly.