Quantcast
Channel: SCN: Message List - ABAP Development
Viewing all articles
Browse latest Browse all 10425

Re: QM - Flexible Inspection Specifications

$
0
0

For the BADI.

 

 

method IF_EX_QPAP_FLEX_PLAN~PLMKB_QAPO_MODIFY.


    CALL FUNCTION 'QST05_FLEX_PLAN_SELECTION'


      EXPORTING


        I_QALS = I_QALS


      TABLES


        T_PLMK = T_PLMK


        T_QAPO = T_QAPO.



endmethod.

 

For EXIT_SAPLQEEM_024.

 

 

CALL FUNCTION 'QST05_FLEX_PLAN_RES_REC'


  EXPORTING


    I_QALS          = I_QALS


    I_QAPO          = I_QAPO


  TABLES


    T_QAMKTAB       = T_QAMKTAB

 

 

 

 

For EXIT_SAPLQEEM_028.

 

 

*&---------------------------------------------------------------------*


*&  Include           ZXQEEU18


*&---------------------------------------------------------------------*


E_QAQEE = I_QAQEE.


E_QAQEE-USERTEXT4 = 'TEST'.


E_OUTPUT_ACTIVE = 'X'.

   .

 

Make sure that the function code in enhancement QEEM0024 is activated.


Viewing all articles
Browse latest Browse all 10425

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>