cancel
Showing results for 
Search instead for 
Did you mean: 

SEARCH HELP FOR WBS ELEMENT

Former Member
0 Kudos

Hi All,

Currently the timesheet application on the portal has a search help for WBS Element (provided by standard SAP).

The search help exhibit only standard selection criteria & some standard output values for WBS Element selection.

Also this search help cannot fill in value for Activity.

As this is a standard SAP application 'CatDataRecord', developed using Java webdynpro, while making use of some std. RFC's available in the ECC backend.

Requirement is to enhance the Standard search help for WBS element as iam novice in java webdynpro .

Expecting valuable inputs to proceed further

Regards

Jay

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

First you trace the RFCs that are being called during the Search. You can do this by switching the trace on from ST05 transaction code.

Take help of an ABAP to see if that RFC can be modified to cater for the added functionalities of Search, and also check whether any BADI/enhancement spots exists for the same.

If these don't work- then probably you have to extract the ESS standard code in NWDS, study the existing functionality and see whether it can be modified or not.

Thanks