cancel
Showing results for 
Search instead for 
Did you mean: 

Check Box in PI sheet

Former Member
0 Kudos

Hi Gurus,

I'm buiding PI sheets and I would like to know if is possible to manage some checks box in the process instructions ?

For instance I have 3 cleaning tasks to execute, I know how to display them on pi sheet, but I also would like to add a checkbox in front of each cleaning instruction. In this case it should work as a "check list".and the operator could tic when each cleanning task in done.

Does anybody know how to display a checkbox in pisheet ? do I have to launch a call function ?

Thank's in advance.

Regards

Chris

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Why don't you use validation for this?

We have developed Z characteristics with values as "To be checked, OK, N\OK.

Use this vlaidation in PI sheet to confirm the activity.

make sure that To be checked is default.

alejandro_lpez
Contributor
0 Kudos

Hi,

If you only want to create a check to know with values were selected by the user, you can use the HTML instructions with the instruction PPPI_OUTPUT_CHARACTERISTIC

<input type="checkbox" name="Method1" value="Method">MÉTODO 1


Best regards,

Alejandro López

Former Member
0 Kudos

Hi Alejandro,

Can you please mention the characteristics value u assigned for the PPPI_Instruction for setting the checkbox in PI Sheet.

Regards,

Shyam

alejandro_lpez
Contributor
0 Kudos

Hi Shyam,

This is a text example that i used in the PPPI_INSTRUCTION value.

This solution help me to visualice with option was checked by an user, but to make decisions based on the selection, probably is better an abap development or Z characteristics with values (See  Animesh  Kumar post above).

Hope this help you.