*&---------------------------------------------------------------------*
*& Include ZPP001_FORM
*&---------------------------------------------------------------------*
*&---------------------------------------------------------------------*
*& Form SUB_INIT_SCREEN
*&---------------------------------------------------------------------*
* text
*----------------------------------------------------------------------*
* --> p1 text
* <-- p2 text
*----------------------------------------------------------------------*
FORM sub_init_screen .
DATA ls_functxt TYPE smp_dyntxt.
CLEAR ls_functxt.
ls_functxt-text = text-029.
ls_functxt-icon_id = icon_hr_org_unit.
ls_functxt-icon_text = text-029.
ls_functxt-quickinfo = text-030.
sscrfields-functxt_01 = ls_functxt.
CLEAR ls_functxt.
ls_functxt-text = text-031.
ls_functxt-icon_id = icon_personal_settings.
标签:PP,Include,&----------------------------------------------------------------
From: https://blog.csdn.net/qq_32198063/article/details/140691330