ParamName
The name of a processing option at a specified index.
Group: JDE Processing Option
Syntax: Object value, Object property = JDEparamname
Example:
Dim sDOCTYPE As String
Dim oJDE As New JDEProcOpt
oJDE.ProgramId = “P4113”
oJDE.Version = “ZJDE0001”
sDOCTYPE = oJDE.ParamName(1)
The result of sDOCTYPE will be “Documenttype”