1
Function Modules to change QM status for Infopackage and DTP you might have come across lot of dataload issues where you have to change the status of DTP or Infopackage QM status.But it may not allow you to change the QM status in both the places. For Infopackage if the request is in partially activated state(Yellow Request) and you can’t delete the request as it says it is in partially activated state. You can’t make it red. In this scenario we have to use : RSS2_SET_QMACTION to change the status of the request to red or green or partially yellow request to Green or Red. Input Parameters : 1. Target Name 2. Request Number 3. Which status required : R for Red and G for Green. 4. If it is a partially yellow request like in our scenario. We need to Put X indicating that we have partially activated yellow request in target. To change the status of DTP request to Red or Green use the following function Module to change the status. FM : RSBM_GUI_CHANGE_USTATE.

Function Modules to Change QM Status for Infopackage and DTP

Embed Size (px)

DESCRIPTION

Function Modules to Change QM Status for Infopackage and DTP

Citation preview

  • Function Modules to change QM status for Infopackage and DTP

    you might have come across lot of dataload issues where you have to change the status of DTP or

    Infopackage QM status.But it may not allow you to change the QM status in both the places.

    For Infopackage if the request is in partially activated state(Yellow Request) and you cant delete the

    request as it says it is in partially activated state. You cant make it red.

    In this scenario we have to use : RSS2_SET_QMACTION to change the status of the request to red

    or green or partially yellow request to Green or Red.

    Input Parameters :

    1. Target Name

    2. Request Number

    3. Which status required : R for Red and G for Green.

    4. If it is a partially yellow request like in our scenario. We need to Put X indicating that we have

    partially activated yellow request in target.

    To change the status of DTP request to Red or Green use the following function Module to change

    the status.

    FM : RSBM_GUI_CHANGE_USTATE.