cancel
Showing results for 
Search instead for 
Did you mean: 

Inspection plan is entered is not compatible with the strage

0 Kudos

Message type QST078img-20200328-wa0013.jpg

Accepted Solutions (0)

Answers (3)

Answers (3)

AlbertSAP
Advisor
Advisor
0 Kudos

KBA created in the topic:

3239483 - QST078: The inspection plan entered is not compatible with the strategy (stability study)

*****

Hi Sathish,

thank you for the details provided.

  1. This is a topic, which was discussed more times during the years, it worth to search before asking about a problem, see some posts in the past:
    https://answers.sap.com/questions/4715014/stability-study.html https://answers.sap.com/questions/1865060/error-by-creation-of-stability-study.html https://answers.sap.com/questions/4717968/steps-for-stability-study.html
  2. Furthermore, the message text of QST078 is also expressive, you can check it in transaction SE91 (use 'Long Text' button to display full text):
    "Short Text
    The inspection plan entered is not compatible with the strategy :&

    Diagnosis
    You are trying to assign an inspection plan to a testing schedule item (storage condition) that is not compatible with the strategy of the testing schedule. Either the selected inspection plan does not use any strategy, or the strategy it uses is not identical to the one that was created for the testing schedule.

    System Response
    You can only assign an inspection plan to a testing schedule item for a stability study if the inspection plan uses the same strategy as the testing schedule.

    Procedure
    Select an inspection plan that uses the same strategy as the testing schedule. You can use the function "Select Inspection Plan" to do this. When you use this function, you can also see the packages assigned to the inspection operations in the inspection plans."
  3. Last, but not least, if you wish to check on code level, relevant function module is QST02_INSP_PLAN_CHECK:
*-- Strategieverträglichkeit prüfen
  IF NOT I_STRAT IS INITIAL.
    IF L_PLKOB-STRAT NE I_STRAT.
      MESSAGE E078(QST) WITH I_STRAT RAISING INSP_PLAN_NOT_VALID.
    ENDIF.
  ENDIF.

Have a nice day,
Albert
***
Read and follow the 'SAP Community Rules of Engagement' at
https://www.sap.com/community/about/rules-of-engagement.html

0 Kudos

Dinesh,

Thankss for your suggestion ,

Thanks

Sathish

former_member572818
Active Participant
0 Kudos

Sathish,

There is a standard way to ask a questions into the community members.

Simply posting the system message is not a right way to ask.

I noticed that you was joined in March 02 2020 only, might be you don't know that how to ask a questions into this forum.

You have to write into question format and mention the problem you was faced when you were tried to do some process.

Thanks,

Dk