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

Call transaction CS13 in program

Former Member
0 Likes
418

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.

1 REPLY 1
Read only

Former Member
0 Likes
333

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