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

abap

Former Member
0 Likes
309

hi to all,

how to avoid loop inside loop?

when will generate active version 1.when activation of the object or relesing of the object pls explain.

how to handle data,currency,quantity fields in reports,scripts and smartforms.

pls explain as early as possible

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
292

Hi,

Try to avoid loop inside loop by using read statement.

Loop itab into wa_itab.

read itab1 into wa_itab2 with key field1 =wa_itab-field.

endloop.

2. How to generate active version.... click on utilities >version manangement> check the desired version come back and activate.

3.Activation of object means u r placing it in the q to application server subsequently to Database server..

hence its need.

4. Release of object when u have done an extended check and u got a nod from u r functional counterpart to move it to next system u release it fromSe01 .

5. The question asked are bit ambigous please explain it as in what kind of data handling u r looking for

Reports,Smart forms etc.

cheers.

Mohinder Singh Chauhan

1 REPLY 1
Read only

Former Member
0 Likes
293

Hi,

Try to avoid loop inside loop by using read statement.

Loop itab into wa_itab.

read itab1 into wa_itab2 with key field1 =wa_itab-field.

endloop.

2. How to generate active version.... click on utilities >version manangement> check the desired version come back and activate.

3.Activation of object means u r placing it in the q to application server subsequently to Database server..

hence its need.

4. Release of object when u have done an extended check and u got a nod from u r functional counterpart to move it to next system u release it fromSe01 .

5. The question asked are bit ambigous please explain it as in what kind of data handling u r looking for

Reports,Smart forms etc.

cheers.

Mohinder Singh Chauhan