cancel
Showing results for 
Search instead for 
Did you mean: 

input field editable when check box is ticked.

0 Kudos
162

Hi All,

In CJ20n Project Builder, when i click the check box value from user status, i want a WBS field editable. 

It is standard program, so i have to do enhancement, 

Can you guide me where we exactly do enhancement? in PBO or PAI of the WBS field screen?

if so, please suggest me after what logic we can add the new peace of code which can help us to make field editable(it also needed that if user edit the WBS number that value need to update related database table, )

Note. Project is ALE distributed So is it cause any issue if user change WBS number after releasing the project?

Thanks in advance.

 

View Entire Topic
raymond_giuseppi
Active Contributor

Is this field a standard field, is it already input allowed by standard.

  • Check also OPUJ, OPUK / SPRO for WBS modifiable fields, Field Selection for Work Breakdown Structures
  • Look at form MODULE modif_pbo of function group (there should be an ENHANCEMENT-POINT available)
  • You could read status from memory buffer with FM such as STATUS_READ or STATUS_CHANGES_GET
0 Kudos

Hi,

Yes It is standard field, it is input allowed till release of project, once project set to release status, field become non editable.

it is SAP standard behavior.

As you suggested i checked, in modif_pbo there are some standard enhancement-points available.

and status read is there , can i get the status value in this modif_pbo? How can i get that? 

and once user changed the WBS number, that need to be update to Database table, is it feasible?

dose this affect other standard behavior of the Tcode?

How can i analysis these?

i am a fresher, So i am requesting you to please guide me to resolve this issue.

Thanks and regards.

 

 

 

raymond_giuseppi
Active Contributor
0 Kudos

This enhancement makes it possible to modify standard behavior.

But when you change the value of a field that the standard process doesn't allow, you need to analyze the possible after-effects, e.g. when certain costs/benefits are already accounted for, will this generate inconsistencies in the database, i.e. find out where this value is replicated in subsequent “documents”, aggregation tables and reporting data.