2012 Nov 06 9:59 AM
Hi Guys,
question, i am write perform statement after select query statement in coding part of SQ02
but its given me error at runtime.Perform statement use in coding of sq02 or not use..?
there is any different way to use perform in SQ02..
Please guide me..
Thnks
Hi Guys,
question, i am write perform statement after select query statement in coding part of SQ02
but its given me error at runtime.Perform statement use in coding of sq02 or not use..?
there is any different way to use perform in SQ02..
Please guide me..
Thnks
2012 Nov 06 10:22 AM
Hi,
Can you please specify your ADOC query editor path?
Rajneesh Gupta
2012 Nov 06 10:30 AM
SELECT bet01 bet02 bet03 FROM pa0008 INTO corresponding field of table itab WHERE begda BETWEEN pnpbegda AND pnpendda
AND pernr = pernr-pernr.
perform amt using itab-lga03 itab-bet03
form amt using ty_amt p_amt
.........
enform.
its give me runtime error
m write this coding to custom field(zhr_) of field group
2012 Nov 06 11:08 AM
your perform statement is wrong.
use
perform amt tables itab
using ty_amt p_amt.
2012 Nov 07 5:14 AM
its still not working..run time error.perform really work in SQ02.?
some abap statement or query not used/work in sq02 as we use in regular program..?
m confuse in that.
plz help me..
Thanks
2012 Nov 07 5:37 AM
Yes perform statments are working in SQ02.
Can you please mention your steps for code insert in SQ02?
2012 Nov 07 5:57 AM
m created zhr_basic field as additional filed in P0008 field group.
goto extra zhr_basic field click on coding for additon & write free coding (declaration,initialization select
query perform) in that.
2012 Nov 07 6:10 AM
Hope you are following below steps;
1. Create user group SQ03
2. Create infoset SQ02
3. Choose fields to display (SQ02)
4. Choose code button in SQ02
5. Use Code section (DATA) for data declaration
6. Use Code section (Record Processing) for queries.
7. Create query (SQ01)
Let me know for any clarification
2012 Nov 07 6:57 AM
m write according that,its create sequence: 0 name : <code> type : GET CODE in addition field then m also changed my 'z' filed sequence to 0.
m write select n perform in step 6.
bt finaly program terminated bcz statement not accessible error
2012 Nov 07 7:25 AM
2012 Nov 07 8:52 AM
2012 Nov 07 11:15 AM
2012 Nov 09 4:42 AM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |