Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

scripts

Former Member
0 Likes
235

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 ?

1 REPLY 1
Read only

Former Member
0 Likes
219

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.