‎2007 Mar 29 6:34 AM
Hi,
Can anyone get me the <b>function module</b> which will get me the details of the selection screen variables like <b>parameters and select-options</b> present in a given <b>executable program</b>. It should give me the details like whether the <b>parameter is a radio button or a checkbox or referring any db field type.</b>
thanks,
Navneeth.K
‎2007 Mar 29 6:41 AM
hi,
try this fm 'RS_ISOLATE_1_SELSCREEN',
this will retrieve all selection-screen fields along with their properties.
this function module gives the type of parameter, it's reference db field etc...
reward if useful.
Message was edited by:
Sankar Muvva
‎2007 Mar 29 6:41 AM
hi,
try this fm 'RS_ISOLATE_1_SELSCREEN',
this will retrieve all selection-screen fields along with their properties.
this function module gives the type of parameter, it's reference db field etc...
reward if useful.
Message was edited by:
Sankar Muvva
‎2007 Mar 29 6:44 AM
‎2007 Mar 29 6:46 AM
‎2007 Mar 29 7:04 AM
hi sankar,
the fm 'RS_ISOLATE_1_SELSCREEN' doesn't provide the details whether it is a ccheckbox or a radiobutton.