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'.
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.
Followers
Popular Posts
- ABAP - ALV Report example with steps
- ABAP - Step by step tutorial on Smart Forms - Template Node
- ABAP - Sending email with pdf attachment
- SAP Adobe Form - Steps to create simple ADOBE Form and calling it from ABAP Program
- SAP ABAP - CL_ABAP_CHAR_UTILITIES class usage
- ABAP - Multiple value selection from F4 help for SELECT-OPTIONS
- Execute ABAP Report using SUBMIT statement
- ABAP - Select all or Deselect all in ALV or Check box handling in ALV
- Web Dynpro ABAP ALV - ON_CLICK event
- ABAP - Dynamic WHERE clause
0 comments:
Post a Comment
Your useful comments, suggestions are appreciated.Your comments are moderated.