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

Select Routing Operation

Former Member
0 Likes
558

Dear All,

I want to use routing oerations in program. I am using plpo table, but I have one problem, eg. in ca03 tcode for material 37 it is displaying 4 operaions like 20, 30, 40, 50. But in table plpo there is 10 operation also I want to avoid this operaion(10). Please tell me how to do it?

Thanks & Regards,

Roshani

3 REPLIES 3
Read only

Former Member
0 Likes
519

after you select PLPO into an internal table:

delete internatablename where operation eq 10?

Read only

0 Likes
519

But how to identify the operation to be deleted?

I am checking dates also.

Read only

Former Member
0 Likes
519

Check the Valid from/Valid To dates.