Application Development 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: 

At new problem

Former Member
0 Kudos

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

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hii..

should be working fine

Check whether all the customising requests reached quality.

Regards,

3 REPLIES 3

Former Member
0 Kudos

Hii..

should be working fine

Check whether all the customising requests reached quality.

Regards,

0 Kudos

I think you mean workbench requests.

former_member212653
Active Contributor
0 Kudos

>

> 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.