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

Function about production order component material

Former Member
0 Likes
483

WHO can tell me the function about production order component material?

When import production order number , the function export tables about component material.

2 REPLIES 2
Read only

Former Member
0 Likes
436

Hi!

you can use FM CO_SF_RESB_READ

or directly from RESB table


select single rsnum  into lv_rsnum from AFKO where  aufnr = aufnr.
    SELECT * FROM resb INTO TABLE lt_resb WHERE  rsnum =lv_rsnum AND xloek NE 'X' .

Read only

0 Likes
436

Hi Andrey,

Thank you very much!