‎2007 Aug 24 4:34 AM
hi all
plz answer these questions
1) Can we add data during runtime in scripts?
2) How to put search help for a field without using function modules ?
3) how do we do Calculations in script?
4) what is the main use of events we can write code with out using events .so what is the use of that ?
‎2007 Aug 24 6:31 AM
Hi,
1. No u can't.
2. Use tthis code....Select single matnr from mara object matchcode zsearch_help.
3. Calculate as we do in abap....same no diffrence just use command line when u do calculate in text editor.
4. Ya u can write code without events ....event is logical area which devide your area into logical part.......
Rewards points if it is useful.