‎2010 Jan 29 6:44 AM
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.
‎2010 Feb 01 7:32 AM
‎2010 Feb 01 2:17 PM
Hi Sandeep
Can you please explain how you imported the list with multiple materials into your list
thank you
jayendra
‎2010 Feb 02 6:20 AM
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.