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: 

Get data from PLMK with data from QALS and QAMR

Former Member
0 Kudos

Hi,

I was trying to get data from the table PLMK,

using

PLMK- PLNNR = QALS-PLNNR,

PLMK-ZAEHL = QALS- ZAEHL,

PLMK-MERKNR = QAMR-MERKNR

and PLMK-PLNTY = u2018Qu2019.

But apparently PLMK-ZAEHL is not the same as QALS- ZAEHL.

Does anyone know how to get the correct data from PLMK?

Do I need to pass through another table?

THANKS!

3 REPLIES 3

Jens-K
Advisor
Advisor
0 Kudos

Hi Christophe,

PLMK-ZAEHL and QUALS-ZAEHL are both of field type CIM_COUNT. Both fields are NUMC with length 8. The assignment shall work. Which problem are you facing? Can you please give a further problem description?

Kind regards,

Jens

Former Member
0 Kudos

Yes, Jens. The problem is that his field is an internal counter, for each table. And they can be different in both tables.

I don't think I can use this field to select data from the tables, because the counter can change in one table, without having changed in the other table. It's a counter of how many lines there are for the key data.

Former Member
0 Kudos

It seems that I would need the number of the task list node, plnkn, but I don't know if I can find that anywhere...