I believe this was possible in older version. Users were able to select a profile from dropdown list and based on selected profile timesheet entry screen would be displayed. We are on EHP4 and using Webdynpro for JAVA basd application. We are trying to provide similar feature but unable to track where i can pass selected profile id to reload time sheet application
Any help/pointers is greatly appreciated.
Cheers,
Sudhir
se24> CL_XSS_CAT_PROFILE
or
Object METH CL_XSS_CAT_1_APPLICATION_CORE
INITIALIZE_BUSINESS_LAYER
Object Header CLAS CL_XSS_CAT_1_APPLICATION_CORE
*
.
CALL BADI profile_handle->get_profile_id
EXPORTING
pernr = pernr
IMPORTING
profile_id = l_profile_id.
you are right there is no feature available to select the profile in working time in JAVA WD till EHp4, however From EHp5
we might allow CATS profiles to be selected
if you need it now, you can use only one via
SU01 , cvr parameter
otherwise go for a modification in the frontend.
Add a comment