Home > SAP > Ajout bouton avec icone dans écran de sélection

Ajout bouton avec icone dans écran de sélection

February 24th, 2009 admin Leave a comment Go to comments

Je vous propose UNE solution pour ajouter un bouton dans la barre

au dessus de l’écran de sélection.

bouton spécifique

  •  Tables : sscrfields.
  • Data : ws_icon type smp_dyntxt. “declaration pour l’icon du bouton
  • At selection-screen.

               if sscrfields-ucomm = ‘FC01′.

                  … action

              endif.

  • Initialization.

             clear ws_icon.

            ws_icon-text = text-001.

           ws_icon-icon_id = ‘@IT@’.

           ws_icon-icon_text = text-002.

          ws_icon-quickinfo = text-003.

          sscrfields-functxt_01 = ws_icon.

Categories: SAP Tags:
  1. No comments yet.
  1. No trackbacks yet.