cancel
Showing results for 
Search instead for 
Did you mean: 

Custom field RCR01-ARBPL

wagner_dasilvasilva
Participant
0 Kudos

Hi Gurus,


I would like set the field RCR01-ARBPL as mandatory on task list header on tcode IA05/06. Where can I find this configuration on SPRO?

Wagner Silva

Accepted Solutions (1)

Accepted Solutions (1)

jogeswararao_kavala
Active Contributor
0 Kudos

Hello Wagner,

  • See whether the solution given by Ziv  here using GuiXT could give solution for your requirement also.
  • Secondly you can go for a Transaction variant through SHD0 where you can incorporate this requirement.

Regards

KJogeswaraRao

wagner_dasilvasilva
Participant
0 Kudos

So, there is no way to make this field as mandatory via customizing?

jogeswararao_kavala
Active Contributor
0 Kudos

Yes Wagner,

It is No. No such provision is seen in Customizing. Also I do not think GuiXT also would be suitable. So remaining is SHD0. This will certainly serve the purpose.

Good luck

KJogeswaraRao

marc_marco
Contributor
0 Kudos

Hi Wagner,

There is some workaround also possible with GuiXT which is sometime used in this cases

Put some default values for the work center

in this Exemple I choose "PB-07" as default work center

-The script first line below put the default workcenter

-The second line put the red mark as reminder to change the field

-The third line put the field as display but still enable the search help to work .

   Please note the workcenter SHLP is still active so you can still change the workcenter - but the
   task list will  not be saved without any value as required

Regards,

Ziv

jogeswararao_kavala
Active Contributor
0 Kudos

Hello Ziv,

A practical issue with GuiXT is there is no usual authorizations for changing values in RZ11 tcode. This is considered to be special authorizations. If Wagner has this authorization he can adopt this solution.

Also it is a userId specific arrangement usually.

Regards

KJogeswaraRao

marc_marco
Contributor
0 Kudos

Hello Jogeswara ,


Thers is no need to change setting in RZ11 ( this is required only for Gui Scripting not for GuiXT -see here scn document on this )  , You can also try and change this to false or true and see that there is no impact on GuiXT

As for scripts storage : see this Q &A from synactive

Regards,

Ziv

jogeswararao_kavala
Active Contributor
0 Kudos

OK Ziv,

Thank you.

Answers (1)

Answers (1)

peter_atkin
Active Contributor
0 Kudos

Wagner,

In addition to the above suggestions, you could also investigate the Enhancement Framework options (development). Talk to your ABAP Team who should be able to help.

PeteA