‎2009 Jul 02 2:36 AM
What is the table rpsco used for? what is the bussiness logic of the following code?
DATA: t_rpsco_mod LIKE rpsco OCCURS 0 WITH HEADER LINE.
SELECT * INTO TABLE t_rpsco_mod
FROM rpsco WHERE ( ( wrttp = '04' AND objnr LIKE 'NV%' AND
( vorga = 'COIN' OR vorga = 'KOAO'
OR vorga = 'KOAL' ) )
OR ( wrttp = '04' AND objnr LIKE 'OR%' AND
( vorga = 'COIN' OR vorga = 'KOAO'
OR vorga = 'KOAL' ) )
OR ( wrttp = '04' AND objnr LIKE 'PR%' AND
( vorga = 'COIN' OR vorga = 'RKL ' ) ) )
AND gjahr IN s_year.
‎2009 Jul 02 3:10 AM
Hi,
Table RPSCO is used to give details related to Project info database: Costs, revenues, finances.
If you go to table and verify based on select criteria below you will come to klnow the locgic of select query.
Hope this may be helpful..
Regards,
Prashant
‎2009 Jul 02 3:10 AM
Hi,
Table RPSCO is used to give details related to Project info database: Costs, revenues, finances.
If you go to table and verify based on select criteria below you will come to klnow the locgic of select query.
Hope this may be helpful..
Regards,
Prashant