SAP Function RMSA901_SUBSCR_PARA_DUMMY - Reference Function Module for Parameter Subscreen

Parameter Reference Type Length Default Optional Text
IT_HITLIST ANY TABLE 0 Selected Data Records in Hit List
I_HITLIST_TYPE RMSAE_HITLIST_TYPE C 1 Type of Hit List
I_OBJCAT ESEOBJTYPE C 10 X Specification Category

Parameter Reference Type Length Text
ER_PARAMETERS REF TO DATA 0 Reference to Parameter Structure
ET_KEY STANDARD TABLE 0 Key of Mass-Change Service
E_DYNNR SYDYNNR C 4 Current Screen Number
E_REPID SYREPID C 40 ABAP Program: Current Main Program

Functionality
This function module is used as a copy template for including aparameter screen for a mass-change service. The function module does notcontain any additional functions. You must implement the following logicin the copy of the function module:

  • Mapping of the object keys passed in IT_HITLIST to the table ET_KEY
  • based on the import parameters I_HITLIST_TYPE and I_OBJTYPE
    • Filling of the information E_REPID and E_DYNNR that contain the program
    • name and screen number of a subscreen that is displayed in the parameterscreen for the mass change
      • Filling of the data reference ER_PARA. This is a data reference to
      • mass-change service parameters that are filled with current values inthe PAI module of the subscreen.