‎2008 May 14 5:08 AM
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
‎2008 May 14 6:15 AM
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
‎2008 May 14 6:15 AM
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