SAP Reports / Programs

FDM_COLL_MAINTAIN_BR_HEAD SAP ABAP Report - Deletion of Branch/Head Office Relationships in Collections Management







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT FDM_COLL_MAINTAIN_BR_HEAD. "Basic submit
SUBMIT FDM_COLL_MAINTAIN_BR_HEAD AND RETURN. "Return to original report after report execution complete
SUBMIT FDM_COLL_MAINTAIN_BR_HEAD VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT FDM_COLL_MAINTAIN_BR_HEAD

INCLUDE FDM_COLL_MAINTAIN_BR_HEAD_TOP.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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'.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name FDM_COLL_MAINTAIN_BR_HEAD or its description.