Application Development 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: 

When RESB table is filled in co01

Former Member
0 Kudos
727

Hello,

i want to know when resb table is filled while creating production order.

I need it since sometimes boms are not saved in resb. Which conditions may affect this?

We read resb just before outputting the form and save the data in it for an order, aufnr.

When it is blank, no data come and form bom part is not filled.

And;

this is my first thread, hope i can get the best answer:)

Thanks.

1 REPLY 1

former_member193202
Participant
0 Kudos
241

Hi,

have a look at function moduls co_bt_resb* e.g. CO_BT_RESB_PUT , these are used to fill resb internal tables, later on in CO_ZV_ORDER_POST the data of these tabels will be saved, so you could debug this part also