2008 Jun 05 8:23 AM
Hi,
i use at new commend and its work o.k. in Dev System,
but when i move the program to QA its not working,
its very strange , did someone Have this problem before?
Regards
2008 Jun 05 8:55 AM
Hii..
should be working fine
Check whether all the customising requests reached quality.
Regards,
2008 Jun 05 8:55 AM
Hii..
should be working fine
Check whether all the customising requests reached quality.
Regards,
2008 Jun 05 8:58 AM
2008 Jun 05 9:02 AM
>
> Hi,
>
> i use at new commend and its work o.k. in Dev System,
> but when i move the program to QA its not working,
> its very strange , did someone Have this problem before?
>
> Regards
It will never happen like that...please check the documentaion of AT NEW statement.
In order that control level processing is carried out properly, the following rules must be observed:
After LOOP, a restricting condition cond can only be specified if this selects a consecutive line block of the internal table. Otherwise, the behavior of control level processing is undefined.
The internal table cannot be modified within the LOOP loop.
A work area wa specified in the LOOP statement after the addition INTO must be compatible with the line type of the table.
The content of a work area wa specified after the addition INTO in the LOOP statement must not be modified.
If the INTO addition is used in the LOOP statement to assign the content of the current line to a work area wa, its content is changed upon entry into the AT-ENDAT control structure as follows:
The components of the current control key remain unchanged.
All components with a character-type, flat data type to the right of the current control key are set to character "*" in every position.
All the other components to the right of the current control key are set to their initial value.