‎2009 Dec 22 7:45 AM
Hi experts:
I'm writting a program, in which I would like to call the t-code 'CS13'. Actually, what I really need is the result after runing 'CS13' because I need those data in my own program. Can you great expert help me on it?
PS: While we run t-code CS13 independently, after we type in the material number, plant and BOM application, then it will show us the result by ALV, I want to extact all the data in the ALV grid and use them in my code, but I dont know HOW.
‎2009 Dec 22 8:06 AM
USE SUBMIT STATEMENT WITH EXPORTING LIST TO MEMORY
IF SY-SUBRC IS 0 THEN IMPORT LIST FROM MEMORY AND USE THIS DATA AND DISPLAY IT IN ALV