cancel
Showing results for 
Search instead for 
Did you mean: 

LCATS-template control of temsave&temdel functions in CATW

Former Member
0 Kudos

CA-TS-IA: See XZQP9CK114420 note in LCATS_ITSF10

<i>* IF PROFILE-TEMPLATE EQ FALSE.

  • field-set 'TEMSAVE-VIS' 0 profile-template. "PL0K033859

field-set 'TEMSAVE-VIS' 0 true. "PL0K033859</i>

We want to switch-off TEMSAVE/TEMDEL buttons in CATW time Entry screen.

Is there a plan for controlling via PROFILE-TEMPLATE (TCATS-template)in the future?

In the LCATS_ITSF10 XZQP9CK114420 note this looks like the intent.

-- Transaction:CAC1 Screen:110

In CAC1 screen 110 this PAI chain check is commented out

  • FIELD tcats-template. "P9CK114420 DEL PL0K033859

-- HTML template 1000Bottom in Internetservice CATW uses:

<i><!-- Begin XZQ 19.91.91 -->

`if (TEMSAVE-VIS == "X");

`<td>`SAP_TemplateButtonSpacer()`</td>

<td>`SAP_Button("TEMSAVEBTN", onclick="OkCodeBottom

('TEMSAVE')");`</td>

<td>`SAP_TemplateButtonSpacer()`</td>

<td>`SAP_Button("TEMDELEBTN", onclick="OkCodeBottom

('TEMDELE')");`</td>

`end;`

<!-- End XZQ 19.01.01--></i>

logic to manage the buttons. I would like CAC1 control of the screen function rather than modify either the HTML or the LCATS_ITSF10 include.

Also, where can I read about the scope of P9CK114420 and PL0K033859?

Thank you,

Emmett

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Emmett,

your question addresses the CATW/CATS templates, which are not part of the ITS functionality. I suggest to open an OSS message on CA-TS(-*).

Regards,

Jan