SAP Reports / Programs

SDBONTO4 SAP ABAP Report - Update for rebate-relevant data fro release 4.x







SDBONTO4 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 SDBONTO4 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

VFBV - Reorganization of discount-rel. data


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 SDBONTO4. "Basic submit
SUBMIT SDBONTO4 AND RETURN. "Return to original report after report execution complete
SUBMIT SDBONTO4 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: ATPFLG = D Checkbox field
Selection Text: KONPFLAG = Edit KONP
Selection Text: KONPTST = D Checkbox field
Selection Text: KONP_DAT = Start date
Selection Text: KONP_TIM = Start time
Selection Text: KONVFLAG = Edit KONV
Selection Text: KONVPROT = D Checkbox field
Selection Text: KONVTST = D Checkbox field
Selection Text: S060FLAG = Edit S060
Selection Text: S060PROT = D Checkbox field
Selection Text: S060TST = D Checkbox field
Selection Text: TMBLOCK = D Checkbox field
Title: Update for rebate-relevant data fro release 4.x
Text Symbol: V05 = Start time
Text Symbol: V04 = Start date
Text Symbol: S06 = Log
Text Symbol: S05 = Block in test mode
Text Symbol: S04 = Log for deviations
Text Symbol: S03 = Log for statistical data
Text Symbol: S02 = Current data check in test mode
Text Symbol: S01 = Test mode
Text Symbol: P05 = Start time
Text Symbol: 001 = Continue all
Text Symbol: 002 = Day(s) ;;
Text Symbol: 010 = Maximum runtime
Text Symbol: 011 = Hour(s) ;;
Text Symbol: 020 = First run on ;;
Text Symbol: 021 = at ;;
Text Symbol: 030 = First delete table content ;;
Text Symbol: 040 = Billing document ;;
Text Symbol: 041 = to ;;
Text Symbol: 100 = Execution options for KONP update
Text Symbol: 110 = Execution options for KONV update
Text Symbol: 120 = Execution options for S060 update
Text Symbol: 200 = Program planning
Text Symbol: 300 = S060 processing
Text Symbol: 301 = S060 data are current
Text Symbol: 302 = Do you still want to edit data





Text Symbol: KP1 = Application ;;
Text Symbol: KP2 = Agreement ;;
Text Symbol: KP3 = to ;;
Text Symbol: P01 = Online processing
Text Symbol: P02 = Processing in background
Text Symbol: P04 = Start date


INCLUDES used within this REPORT SDBONTO4

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:

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'N' TEXTLINE1 = TEXT-301 TEXTLINE2 = TEXT-302 TITEL = TEXT-300 START_COLUMN = 25 START_ROW = 6 CANCEL_DISPLAY = ' ' IMPORTING ANSWER = POPUP_ANSWER EXCEPTIONS OTHERS = 0.

JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING JOBNAME = TBTCO-JOBNAME IMPORTING JOBCOUNT = TBTCO-JOBCOUNT.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING JOBCOUNT = TBTCO-JOBCOUNT JOBNAME = TBTCO-JOBNAME SDLSTRTDT = TAB_DATE SDLSTRTTM = TAB_TIME.

JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING JOBNAME = TBTCO-JOBNAME IMPORTING JOBCOUNT = TBTCO-JOBCOUNT.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING JOBCOUNT = TBTCO-JOBCOUNT JOBNAME = TBTCO-JOBNAME SDLSTRTDT = TAB_DATE SDLSTRTTM = TAB_TIME.

JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING JOBNAME = TBTCO-JOBNAME IMPORTING JOBCOUNT = TBTCO-JOBCOUNT.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING JOBCOUNT = TBTCO-JOBCOUNT JOBNAME = TBTCO-JOBNAME PREDJOB_CHECKSTAT = PREDJOB_CHECKSTAT PRED_JOBCOUNT = PRED_JOBCOUNT PRED_JOBNAME = PRED_JOBNAME.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING JOBCOUNT = TBTCO-JOBCOUNT JOBNAME = TBTCO-JOBNAME SDLSTRTDT = TAB_DATE SDLSTRTTM = TAB_TIME.

JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING JOBNAME = TBTCO-JOBNAME IMPORTING JOBCOUNT = TBTCO-JOBCOUNT.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING JOBCOUNT = TBTCO-JOBCOUNT JOBNAME = TBTCO-JOBNAME SDLSTRTDT = TAB_DATE SDLSTRTTM = TAB_TIME.

JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING JOBNAME = TBTCO-JOBNAME IMPORTING JOBCOUNT = TBTCO-JOBCOUNT.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING JOBCOUNT = TBTCO-JOBCOUNT JOBNAME = TBTCO-JOBNAME PREDJOB_CHECKSTAT = PREDJOB_CHECKSTAT PRED_JOBCOUNT = PRED_JOBCOUNT PRED_JOBNAME = PRED_JOBNAME.

HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING DOKCLASS = 'DE' DOKNAME = DOKNAME CALLED_BY_PROGRAM = ld_REPID CALLED_BY_DYNP = ld_dynp CALLED_FOR_FIELD = CALLED_FOR_FIELD CALLED_FOR_TAB_FLD_BTCH_INPUT = CALLED_FOR_FIELD_BTCH CALLED_BY_CUASTAT = SY-PFKEY TABLES LINKS = LINKS.



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