FV45PF0S_STATUS_OBJEKT_LOESCHE is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter FV45PF0S_STATUS_OBJEKT_LOESCHE into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
STATUS_OBJECT_DELETE CALL FUNCTION 'STATUS_OBJECT_DELETE' EXPORTING OBJNR = VBAP-OBJNR.
CK_F_SD_POSITION_CALC_RESET CALL FUNCTION 'CK_F_SD_POSITION_CALC_RESET' EXPORTING VBELN_IMP = VBAK-VBELN POSNR_IMP = VBAP-POSNR OBJNR_IMP = VBAP-OBJNR EXCEPTIONS OTHERS = 1.
K_SETTLEMENT_RULE_DELETE CALL FUNCTION 'K_SETTLEMENT_RULE_DELETE' EXPORTING objnr = vbap-objnr EXCEPTIONS enqueue_failure = 1 foreign_lock = 2 objnr_not_found = 3 used_rule_found = 4 no_rule_for_objnr = 5 OTHERS = 6.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FV45PF0S_STATUS_OBJEKT_LOESCHE - FV45PF0SSTATUSOBJEKTLOESCHE FV45PF0S_STATUS_OBJEKT_ANLEGEN - FV45PF0SSTATUSOBJEKTANLEGEN FV45PF0S_STATUS_NEFT_SETZEN - FV45PF0SSTATUSNEFTSETZEN FV45PF0S_STATUS_LOESCHEN_TFAK - FV45PF0SSTATUSLOESCHENTFAK FV45PF0S_STATUS_LOESCHEN_SERVI - FV45PF0SSTATUSLOESCHENSERVI FV45PF0S_STATUS_LOESCHEN - FV45PF0SSTATUSLOESCHEN