FDM_COLL_MAINTAIN_BR_HEAD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program is used to delete branch/head office relationships in Collections Management that are stored in table FDM_COLL_BR_HEAD...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter FDM_COLL_MAINTAIN_BR_HEAD 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.
Selection Text: SO_TIME = Last refresh
Selection Text: SO_KUNNR = Account
Selection Text: SO_BUKRS = Company Code
Selection Text: P_XKUNNR = Account as Head Office
Selection Text: P_XFILKD = Account as Branch
Selection Text: P_XFIKUN = Account as Branch or Head Off.
Selection Text: P_VARI = Layout
Selection Text: P_TESTR = Test Run
Selection Text: P_DETAIL = Output Details
Title: Deletion of Branch/Head Office Relationships in Collections Management
Text Symbol: 103 = Update Run: Deleted Branch - Head Office Relationships
Text Symbol: 102 = Messages
Text Symbol: 101 = Details
Text Symbol: 100 = Test Run: Branch - Head Office Relationships to be Deleted
Text Symbol: 021 = Deletion of Branch - Head Office Relationships
Text Symbol: 020 = Test Run
Text Symbol: 019 = Update Run:
Text Symbol: 007 = Last refresh
Text Symbol: 006 = Branch
Text Symbol: 004 = List Display
Text Symbol: 003 = Output Control
Text Symbol: 002 = Further Account Details
Text Symbol: 001 = General Selection Criteria
INCLUDE FDM_COLL_MAINTAIN_BR_HEAD_TOP.
No SAP DATABASE tables are accessed within this REPORT code!
FDM_COLL_BR_HEAD_DELETE CALL FUNCTION 'FDM_COLL_BR_HEAD_DELETE' EXPORTING i_xinit_lastpay = 'X' it_br_head = gt_alvlist_br_head.
FDM_COLL_LASTPAY_HOB_INIT CALL FUNCTION 'FDM_COLL_LASTPAY_HOB_INIT' EXPORTING it_wrktab = gt_wrktab.
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FDM_COLL_MAINTAIN_BR_HEAD - Deletion of Branch/Head Office Relationships in Collections Management FDM_COLL_MAINTAIN_BR_HEAD - Deletion of Branch/Head Office Relationships in Collections Management FDM_COLL_INSTPLAN_TYPE - Framework Program for Events of FDMVC_INSTPLAN_TY FDM_COLL_INSTPLAN_TYPE - Framework Program for Events of FDMVC_INSTPLAN_TY FDM_COLL_GET_DOCUMENTS_DOC_TOP - FDMCOLLGETDOCUMENTSDOCTOP FDM_COLL_GET_DOCUMENTS_DOC_F02 - FDMCOLLGETDOCUMENTSDOCF02