2008 Mar 04 6:55 AM
Dear All ,
How to select data from Maintance View V_T052 in abap Program.
Regards,
Archana
Dear All ,
How to select data from Maintance View V_T052 in abap Program.
Regards,
Archana
2008 Mar 04 7:01 AM
TABLES: t179, t179t.
DATA: v_t179_int TYPE TABLE OF v_t179.
SELECT * FROM t179
JOIN t179t ON
t179prodh = t179tprodh
INTO CORRESPONDING FIELDS OF TABLE v_t179_int.
Reward points...
2008 Mar 04 7:17 AM
2008 Mar 04 7:36 AM
Hi Raymond ,
You are right , we can use SELECT with maintance view.
can you tell me how to use this function module VIEWPROC_V_T052.
Regards,
Archana.
2008 Mar 04 8:36 AM
2008 Mar 04 9:36 AM
hi
check the following link
http://allaboutsap.blogspot.com/2007/04/table-maintenance-in-sap-step-by-step.html
hope it will help you
Regards,
Sreelatha gullapalli
2008 Mar 04 10:16 AM
2008 Mar 04 11:23 AM
hi
check the following thread
https://www.sdn.sap.com/irj/sdn/forums
How to get data from maintaince view into internal table
i think it will help you
regards,
sreelatha gullapalli
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |