cancel
Showing results for 
Search instead for 
Did you mean: 

Work Manager 6.2 does not have WBS Element in the Add Time Screen.

ggunturu
Participant
0 Kudos

Standard Work Manager 6.2 does not have WBS Element in the Add Time Screen.

We have a requirement to add the WBS Element to the standard

I have added a new filed and used WBS Element property for that, But after testing, I found that WBS element is not being passed to the BAPI.

So, I was looking in the Java code and found that the WBS Element property is not there in the CATSRecord Java class.

What is the right way to approach? Can I modify the CATSRecord.java to include WBS Element Property.

AgentryJava

Accepted Solutions (0)

Answers (1)

Answers (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

You should extend the CATSRecord object in Java to add in the new field.  You will also need to extend the BAPI class to pass the value from Java to SAP.  Both should be stored in a new project / jar to make upgrading easier.

--Bill