2007 Jul 25 3:12 PM
2007 Jul 25 3:13 PM
how to get first two entries from a table.
regards,
pradeep
2007 Jul 25 3:13 PM
2007 Jul 25 3:14 PM
Hi,
Use it.
select * from <tablename) into table <internal table> up to 2 rows.
reward if helpful
Regards
Azad.
2007 Jul 25 3:14 PM
read table itab with index 1.
read table itab with index 2.
Reward points if helpful
2007 Jul 25 3:14 PM
select <field names> from <table name> into table <internal table name>upto 2 rows.
regards,
srinivas
<b>*reward for useful answers*</b>
2007 Jul 25 3:19 PM
2007 Jul 25 3:21 PM
Hi,
Try like this:
select * up to 2 rows from mara into table i_mara.
Regards,
Bhaskar
2007 Jul 25 4:31 PM
2007 Jul 25 4:33 PM
2007 Jul 25 4:34 PM
2007 Jul 25 4:47 PM
hi, actualy my program is i have to call a function module which dmu_mat_bom_read
and pass the values material , plant bom_alt bom_usage and information should go back to bom_item table after that i get 8 records , from the i should read first two entries where item_category = n and 1st entrywhere item_category = l...can any please tell me how to do that..
regards,
pradeep.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |