COuld you tell me, is it possible to add non-standard field to the IS-H screens without modifying standard program screens or includes?
For example, we need to add some fields to standard 201 screen (patient master data).
So we need to modify screen program SAPLNPA2 (but its direct modification), or to copy screen 201 into our own screen 9201. But to put our screen 9201 into process we must modify SAP program, as the standard screen 201 is a constant in the INCLUDE NMPA10TOP:
CONSTANTS: dummy_repid TYPE sy-repid VALUE 'SAPMNPA10',
dummy_dynnr TYPE sy-dynnr VALUE 0201.
We didnt find any extensions or Badi's for this purpose.
DO any standard ways for adding fields to screens exist?
Thank you