SAP Reports / Programs

IBRO_STM_CHECK_LT_471 SAP ABAP Report - Check Program for Broker Report Consistency







IBRO_STM_CHECK_LT_471 is a standard Executable ABAP Report 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 IBRO_STM_CHECK_LT_471 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 IBRO_STM_CHECK_LT_471. "Basic submit
SUBMIT IBRO_STM_CHECK_LT_471 AND RETURN. "Return to original report after report execution complete
SUBMIT IBRO_STM_CHECK_LT_471 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: P_ACT = Activities (IBROSTMACT)
Selection Text: P_CHNG = Changed After
Selection Text: P_CLAR = Clarif. Cases (IBROSTMCF)
Selection Text: P_CREA = Created After
Selection Text: P_CSUM = Control Totals (IBROSTMH)
Selection Text: P_DOC = Documents (IBROSTMDOC)
Selection Text: P_ERR = Errors (IBROSTMPE)
Selection Text: P_FIK = Reconcil. Keys (IBROSTMFKY)
Selection Text: P_MAX = Maximum Number
Selection Text: P_NUMB = Number Assignment
Selection Text: P_QUEN = Fast Data Entry
Selection Text: P_SEL = Selected Items (IBROSTMS)
Selection Text: P_TOT = Totals Doc. (IBROSTMPSUMNO)
Selection Text: SO_IDENT = D Broker Report
Selection Text: SO_STAT = D Broker Report Status
Title: Check Program for Broker Report Consistency
Text Symbol: SUB = SUBPOSNUMB
Text Symbol: POS = POSNUMB
Text Symbol: 031 = Last Changed on:
Text Symbol: 030 = Document W/o Item: 1
Text Symbol: 029 = Activity W/o Item: 1
Text Symbol: 028 = Errors W/o Item: 1
Text Symbol: 027 = Clarif. Cases W/o Item: 1
Text Symbol: 026 = More than two IBROSTMP for same QUENTRYIND
Text Symbol: 001 = No Broker Reports Found Matching Selection
Text Symbol: 002 = Items Header:
Text Symbol: 004 = Error in Broker Report
Text Symbol: 005 = Broker Reports Contain Errors:
Text Symbol: 006 = Read Broker Reports:
Text Symbol: 007 = Created On
Text Symbol: 008 = Fr.
Text Symbol: 009 = SubitemNum Header:
Text Symbol: 011 = Report Status:
Text Symbol: 012 = Total Amount Header:
Text Symbol: 013 = Actual:
Text Symbol: 014 = No. of IBROSTMP Entries
Text Symbol: 015 = No. of IBROSTMS Entries
Text Symbol: 016 = STMS W/o STMP





Text Symbol: 017 = Example
Text Symbol: 018 = No Sequence Number Assignment for IBROSTMP-POSNUMB
Text Symbol: 019 = Reconciliation Key 1 not Reserved for Broker Report
Text Symbol: 020 = Reconciliation Key 1 not Closed
Text Symbol: 021 = Reconciliation Key 1 Already Closed
Text Symbol: 022 = XSEL =X, no STMS
Text Symbol: 023 = XSEL ='', but STMS
Text Symbol: 024 = Premiums or Commissions with QUENTRYIND = '': 1
Text Symbol: 025 = Claims or Costs with QUENTRYIND = 'X': 1


INCLUDES used within this REPORT IBRO_STM_CHECK_LT_471

No INCLUDES are used within this REPORT code!


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:

DDIF_DOMA_GET call function 'DDIF_DOMA_GET' exporting name = 'STATUS_BRO' langu = sy-langu tables dd07v_tab = lt_dd07v exceptions others = 0.



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 IBRO_STM_CHECK_LT_471 or its description.