cancel
Showing results for 
Search instead for 
Did you mean: 

Retrieve correct PLNKN get the relevant charateristic description.

Former Member
0 Kudos

Hi All,

We want to display Routing details i.e. Operation number & its corresponding characteristics in a custom report.

We extracted data from MAPL, PLKO, PLPO & PLMK to display the characteristics. However for a value of PLNNR & MERKNR there are multiple PLNKN in table PLMK. In our case we are getting a incorrect PLNKN bcz of which we pull incorrect characteristic of the operation.

Could you please let us know how do we ensure that we extract correct PLNKN so that we get the relevant charateristic description from table PLMK the way its done in CA03.

P.S. We tried debugging CA03 but coudlnt get the piece of code/FM which does the above.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Use function module CARO_ROUTING_READ to retrieve the routing for the material. Then loop at OPR_TAB and go to PLMK table to read characteristics. Join tables over PLNTY, PLNNR and PLNKN fields and to eliminate deleted characteristics use condition PLMK-LOEKZ=0.

Regards.

Former Member
0 Kudos

thanks sir.

Former Member
0 Kudos

Hi Sir,

How did you come up with the solution?

I have same problem here. Retrieve correct PLNKN get the relevant longtext.

Thanks and Regards,

Jay