‎2009 Apr 09 11:00 AM
hi gurus
i have requirement here .
on selection screen i have file parameter which is like below
EG: /interface/<S>/tmp
now my requirement is when i click on variant symbol on selection screen the <S> should be replaced by <SYSID>.
reuired path : /interface/<SYSID(SAP SYSID)>/tmp.
can anyone help on this if anybody worked on this .
Thanks for quick reply .
‎2009 Apr 09 11:02 AM
‎2009 Apr 09 11:04 AM
‎2009 Apr 09 11:06 AM
can you cleary mention your problem. i could not understand anything..
if only just replacement of the variant with system id means, apply the following logic:
At selection-screen on <fileparametername>.
replace string 'tmp' with 'interface/sy-sysid/tmp' in the string <fileparametername>.
the above statement is not exact, check the F1, but procedure is the same.
‎2009 Apr 09 11:14 AM
hi
my problem wont solve with At selection screen events . i have checked with all . when we click on variant symbol on selection then the string should replace.
‎2009 Apr 09 11:55 AM
Hello,
Do you mean that you ae trying to select a variant from your program, and it doesnot work?
Roxani