2008 Jul 11 6:55 AM
hi all,
kindly help me with this scenario:
i have a internal table with fields like this (among others)
OBJEK ATINN CHAR CHARG CHAR1
-
-
-
-
000000000000000031 0000000188 Batchnumber: WEEK NO. 9 0000000052
000000000000000031 0000000189 Visualinspection: OK 0000000052
now wht i need to do is for SAME batch number i need to concatenate the values of CHAR into CHAR1.
that is to say that CHAR1 shud have the value "Batchnumber: WEEK NO. 9 Visualinspection: OK"
ive right now done it using 2 different internal tables and concatenating the values. want to know if theres an easier and simpler way.
any pointers guys??
pk
hi,
Before the AT END statement put both the variables in two different variables and inside AT END you can concatenate the new variables.
Hope that will help.
Regards
Sumit Agarwal
2008 Jul 11 7:13 AM
try using AT END OF..
till the end of each batch number; concatenate the corresponding fields..
2008 Jul 11 7:20 AM
hi mouli i tried AT END OF..
but it was returning all astrixs. so had to quit that idea.
pk
2008 Jul 11 7:23 AM
hi,
Before the AT END statement put both the variables in two different variables and inside AT END you can concatenate the new variables.
Hope that will help.
Regards
Sumit Agarwal
2008 Jul 11 7:47 AM
tried every which way possible.....
but still getting only stars.
pk
2008 Jul 11 8:09 AM
| User | Count |
|---|---|
| 6 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |