SDBI_CHECK_BCD_NUMBERS 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 SDBI_CHECK_BCD_NUMBERS 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: S_TABS = D .
Selection Text: P_WHAT = Please select
Selection Text: P_VERBOS = Detailed log?
Selection Text: P_REPAIR = Repair?
Title: Check tables with DEC fields for invalid BCD numbers
Text Symbol: YES = Yes
Text Symbol: XX0 = Internal error: No write position found!
Text Symbol: T02 = Options
Text Symbol: T01 = Objects to be checked
Text Symbol: SU5 = &nr tables skipped for security errors
Text Symbol: SU4 = &ok tables were repaired, &err tables still have errors
Text Symbol: SU3 = All invalid numbers were repaired
Text Symbol: SU2 = &nr tables checked, &ok tables ok (&empty empty), &err tables with invalid numbers
Text Symbol: SU1 = &nr tables checked, no invalid BCD numbers found
Text Symbol: SU0 = Summary
Text Symbol: SC0 = Table &tab not found in package &pak
Text Symbol: S03 = Individually selected tables
Text Symbol: S02 = All clustered tables
Text Symbol: S01 = All pooled tables
Text Symbol: S00 = All pooled and clustered tables
Text Symbol: NON = No
Text Symbol: N00 = Start of check for table &tab
Text Symbol: LS4 = #Objects to check
Text Symbol: LS2 = Repair?
Text Symbol: LS1 = Task
Text Symbol: LS0 = Version
Text Symbol: HB0 = Error getting nametab for table &tab
Text Symbol: H03 = Repaired?
Text Symbol: H02 = HEX(Value)
Text Symbol: H01 = Value
Text Symbol: H00 = Column
Text Symbol: GP0 = No package found for table &tab
Text Symbol: ET4 = &nr_rows rows of table &tab checked, no errors found
Text Symbol: ET3 = &nr_corr invalid numbers were corrected
Text Symbol: ET2 = All errors were corrected!
Text Symbol: ET1 = &nr_rows rows of table &tab checked, &nr_wrong invalid BCD numbers found
Text Symbol: ET0 = The table contains no data
Text Symbol: CS1 = Please check table name &tab.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
VRM_SET_VALUES call function 'VRM_SET_VALUES' exporting id = 'P_WHAT' values = list.
DD_GET_NAMETAB call function 'DD_GET_NAMETAB' exporting status = 'A' tabname = p_tabname get_all = ' ' importing x030l_wa = ls_x030l tables x031l_tab = lt_x031l exceptions not_found = 1 no_fields = 2 others = 3.
DB_COMMIT call function 'DB_COMMIT'.
DB_COMMIT call function 'DB_COMMIT'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SDBI_CHECK_BCD_NUMBERS - Check tables with DEC fields for invalid BCD numbers SDBI_CHECK_BCD_NUMBERS - Check tables with DEC fields for invalid BCD numbers SDBIMAIN - documentation and ABAP source code SDBILLDL_TOI_SELSCREEN_1000 - Maintain Billing Due List SDBILLDL_TOI_J1B - Oil-include: (core dev.-class:OI0_CV_B DATA definition SDBILLDL_FOI_J1B - Oil-include: (core dev.-class:OI0_CV_B FORM-routine