2010 Mar 02 12:04 PM
i want to make
loop at itab where (dynamic field) > 0
how i can make it...
Edited by: Thomas Zloch on Mar 2, 2010 2:47 PM
2010 Mar 02 12:16 PM
RTFOH:
Dynamic specification of a component through bracketed character-type data objects is not possible.
i want to make
loop at itab where (dynamic field) > 0
how i can make it...
Edited by: Thomas Zloch on Mar 2, 2010 2:47 PM
2010 Mar 02 12:12 PM
Is it possible ... I have tried it before.
Wait for good suggestions !!!
2010 Mar 02 12:16 PM
RTFOH:
Dynamic specification of a component through bracketed character-type data objects is not possible.
2010 Mar 02 12:21 PM
RTFOH ?? I dont get what this acronym stands for !!!
Rainer, please enlighten me
2010 Mar 02 12:26 PM
2010 Mar 02 12:27 PM
2010 Mar 02 1:45 PM
I thought it's funny.
And the problem can maybe be solved by using a completely dynamic where-condition, not just a dynamic component.
http://help.sap.com/abapdocu_70/en/ABAPLOOP_AT_ITAB_COND.htm#!ABAP_ADDITION_4@4@
Thomas
P.S. meaningless subject enhanced, and please take the time to say hi and please when asking for help. Thanks.
2010 Mar 02 2:32 PM
Hello Thomas,
I think this feature has been introduced in SAPNW7.0. Previous SAP release don't support dynamic tokens with LOOP AT ... WHERE clause.
Correct me if i am wrong.
Cheers,
Suhas
2010 Mar 02 2:38 PM
2010 Mar 02 2:43 PM
2010 Mar 02 3:11 PM
2010 Mar 02 1:57 PM
field symbols: <fs>.
assign (name of your field) to <fs>. "don't forget ()
loop at itab where <fs> 0.
...
2010 Mar 02 2:08 PM
Please try it once before posting.
I have tried this many times.
Blank Explanation doesnt help anybody.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |