cancel
Showing results for 
Search instead for 
Did you mean: 

How to get characteristics for charge - function modul etc

Former Member
0 Kudos

Hello,

I am trying to get characteristics for Charge.

Result of direct select from PLMK (using fields PLNNR, PLNKN, PLNTY , LOEKZ ) is not equal with sap logon


in sap logon i've made:

qp03 -> material input -> plant input -> plan group input -> Enter -> then selecting counter bu double click -> then mak line -> and then click on 'characteristic' button

Best will be to find Fm to do this. Any idea ?

thanks,

Lucas

Accepted Solutions (0)

Answers (1)

Answers (1)

anand_rao3
Active Contributor
0 Kudos

You can try function module CP_EX_PLAN_READ to read task list. You need to give below inputs in SE37 for this

  1. PLNTY_IMP - Q (Task list type)
  2. PLNNR_IMP - Task list Group
  3. PLNAL_IMP - Group counter
  4. STTAG_IMP - Key Date

Upon execution you will get data filled in table PLMK_EXP, PLKO_EXP, PLPO_EXP.