Wednesday, July 31, 2013
Function module RHPE_QK_SCALE_WRITE is used to assign scale to a rating. 
OBJID is Qualification Group. OBJTYPE for this object ID is 'QK'.


        CALL FUNCTION 'RHPE_QK_SCALE_WRITE'
          EXPORTING
            PLVAR                 = '01'
            OBJID                 = OBJID
            GDATE                 = '19000101'
            Q_SCALE               = SCALE_ID
            VTASK                 = 'D'
          EXCEPTIONS
            INVALID_DATE          = 1
            OBJECT_DOES_NOT_EXIST = 2
            NO_AUTHORIZATION      = 3
            SCALE_NOT_FOUND       = 4
            ERROR_DURING_INSERT   = 5
            UNDEFINED             = 6
            OTHERS                = 7.

0 comments:

Post a Comment

Your useful comments, suggestions are appreciated.Your comments are moderated.

Followers

Contact Form

Name

Email *

Message *

Web Dynpro ABAP Book

An SAP Consultant

Follow US


Want to Contribute ?

If you are interested in writing about the new stuff you learn everyday while working, please write to the.sap.consultants@gmail.com.

Click on Contribution for more details.