SAP Reports / Programs

SBAL_CONVERT_OLD_TO_NEW SAP ABAP Report - Report SBAL_CONVERT_OLD_TO_NEW







SBAL_CONVERT_OLD_TO_NEW 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 SBAL_CONVERT_OLD_TO_NEW 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 SBAL_CONVERT_OLD_TO_NEW. "Basic submit
SUBMIT SBAL_CONVERT_OLD_TO_NEW AND RETURN. "Return to original report after report execution complete
SUBMIT SBAL_CONVERT_OLD_TO_NEW 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_SUB = D .
Selection Text: S_OBJ = D .
Selection Text: S_EXT = D .
Selection Text: S_PCL = Problem Class
Selection Text: S_LOG_NM = Log Number
Selection Text: P_USER = User
Selection Text: P_UPDATE = Convert
Selection Text: P_TCODE = Transaction Code
Selection Text: P_PROG = Program
Selection Text: P_ENDTIM = Creation Time: To
Selection Text: P_ENDDAT = Creation Date: To
Selection Text: P_COUNT = Count only:
Selection Text: P_BEGTIM = Creation Time: From
Selection Text: P_BEGDAT = Creation Date: From
Title: Report SBAL_CONVERT_OLD_TO_NEW
Text Symbol: USE = User
Text Symbol: UPD = Conversion
Text Symbol: TCD = Transaction Code
Text Symbol: SUB = Subobject
Text Symbol: SEL = Select Application Logs for Conversion
Text Symbol: RES = Time Restriction
Text Symbol: PRG = Program
Text Symbol: PCL = Problem Class
Text Symbol: OBJ = Object
Text Symbol: LGN = Log Number
Text Symbol: EXT = External ID
Text Symbol: END = To (Date/Time)
Text Symbol: CTL = Process control
Text Symbol: CRE = Log User
Text Symbol: CNT = Count only
Text Symbol: BEG = From (Date/Time)


INCLUDES used within this REPORT SBAL_CONVERT_OLD_TO_NEW

INCLUDE SBALTYPE. "#EC INCL_OK


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:

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' "#EC FB_OLDED EXPORTING cucol = 0 curow = 0 display = space fieldname = 'ALUSER' tabname = 'BALHDR' IMPORTING select_value = balhdr-aluser TABLES fields = fields valuetab = values EXCEPTIONS OTHERS = 0.

ENQUEUE_ESRDIRE CALL FUNCTION 'ENQUEUE_ESRDIRE' EXPORTING name = g_name EXCEPTIONS OTHERS = 1.

BAL_DB_LOAD CALL FUNCTION 'BAL_DB_LOAD' EXPORTING i_t_lognumber = part_logconvert IMPORTING e_t_log_handle = g_t_log_handle EXCEPTIONS OTHERS = 0.

BAL_DB_SAVE CALL FUNCTION 'BAL_DB_SAVE' EXPORTING i_t_log_handle = g_t_log_handle.



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