2006 Dec 18 3:02 PM
Hallow I wont to delete objects that I find in the select on hrp1001. I heard about function that can delete from data base. how can I do that in my program thanes.
(i now that it possible to do it by hand but not for that i mean)
SELECT objid
FROM hrp1000
INTO wa_itab-objid
WHERE otype ='S'
AND objid GE '7000000'.
APPEND wa_itab TO itab.
IF sy-subrc = 0 .
<b> SELECT SINGLE objid
FROM hrp1001
INTO wa_itab-objid
WHERE objid = wa_itab-objid
AND otype = 'P'
AND rsign = 'A'
AND relat ='008'.
ENDIF.
ENDSELECT.</b>
2006 Dec 18 3:08 PM
Use teh function moduel RH_OBJECT_DELETE
~Suresh
2006 Dec 18 3:08 PM
2006 Dec 18 3:30 PM
hi i now about this function but i dont how to use it in my program
mybe u can help.
regards
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |