SAP Reports / Programs

SDBI_CHECK_BCD_NUMBERS SAP ABAP Report - Check tables with DEC fields for invalid BCD numbers







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


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 SDBI_CHECK_BCD_NUMBERS. "Basic submit
SUBMIT SDBI_CHECK_BCD_NUMBERS AND RETURN. "Return to original report after report execution complete
SUBMIT SDBI_CHECK_BCD_NUMBERS 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: 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.





Text Symbol: CS0 = Exception occured:


INCLUDES used within this REPORT SDBI_CHECK_BCD_NUMBERS

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:

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



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