cancel
Showing results for 
Search instead for 
Did you mean: 

MSS_POWL_CATS_APPROVAL_1

Former Member
0 Kudos

Hi there,

Does anyone know how to CHANGE the MSS POWL Query for Time Approval: MSS_POWL_CATS_APPROVAL.  I am looking to add a couple fields.  I don't see anyway to modify it via POWL_QUERY nor can I find it any of the Query transactions SQ01 etc (I checked all user groups).  Does anyone know how to do this - I can't find any help documentation.  Help?!??

Thanks,

Karen

Accepted Solutions (0)

Answers (1)

Answers (1)

dsharmak
Advisor
Advisor
0 Kudos

Dear Karen,

Please check :

POWL type:MSS_POWL_LEA_APPROVAL,

POWL query:MSS_POWL_LEA_APPROVAL and

feeder class:CL_HRMSS_PTARQ_LEAVREQ_POWL,

Check in the following method  GET_FIELD_CATALOG for adding the field.

BR,

Deepak

soldner
Participant
0 Kudos

CATS Powl uses feeder class CL_HRMSS_CATS_APPROVAL_POWL_1->IF_POWL_FEEDER~GET_FIELD_CATALOG.

But I don't see how to enhance it.  Also do not see where the data is pulled.  There is no GET_DATA method.

Any suggestions?

Former Member
0 Kudos

Hi Steve,

Data is retrieved in GET_OBJECTS method. You can enhance using menu item "Class > Enhance". Otherwise, maybe consider creating a subclass "Edit > Create subclass" to make your changes. Then, assign your Z subclass to the POWL in the POWL cockpit.

Good luck,

Julien

soldner
Participant
0 Kudos

Great!  Learning fun stuff all the time!  Is this correct - We add extra columns in GET_FIELD_CATALOG, and then fill them at GET_OBJECTS? I will try the create subclass, perhaps I'll have better control than adding code in the enhancement point.

Thanks!