SAP Reports / Programs

JBD_CHGPTR_MONITOR SAP ABAP Report - Change Pointer Monitor







JBD_CHGPTR_MONITOR 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 JBD_CHGPTR_MONITOR 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

JBDEM - Overview of Change Pointers


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 JBD_CHGPTR_MONITOR. "Basic submit
SUBMIT JBD_CHGPTR_MONITOR AND RETURN. "Return to original report after report execution complete
SUBMIT JBD_CHGPTR_MONITOR 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: PROC = Processed
Selection Text: LOCK = In Process
Selection Text: INITLD = Initial Load Only
Selection Text: EXPOBJ = Export Object Category
Selection Text: ERRS = Incorrect
Selection Text: DAT_TO = To Date
Selection Text: DAT_FROM = From Date
Selection Text: CREA = Created
Title: Change Pointer Monitor
Text Symbol: TTO = Time to
Text Symbol: TFR = Time frm
Text Symbol: STA = Selection by Status
Text Symbol: OPT = Options
Text Symbol: OBJ = Exp.Obj.Cat.
Text Symbol: DTO = To Date
Text Symbol: DTI = Delete
Text Symbol: DFR = From Date
Text Symbol: DEL = Delete the change pointer?
Text Symbol: DAT = Time Limit
Text Symbol: CNT = No. of Entries:
Text Symbol: 113 = Processed:
Text Symbol: 112 = Sub-Object
Text Symbol: 111 = Export Status:
Text Symbol: 110 = Origin:
Text Symbol: 109 = User:
Text Symbol: 108 = Entered On:
Text Symbol: 107 = Reversed:
Text Symbol: 106 = Archived:
Text Symbol: 105 = Initial Load:
Text Symbol: 104 = Change Cat.:
Text Symbol: 103 = External Key:
Text Symbol: 102 = Internal Key:
Text Symbol: 101 = Cat.of Exp.Obj:
Text Symbol: 100 = ID of Change Ind.:
Text Symbol: 006 = Status
Text Symbol: 005 = Date
Text Symbol: 004 = Key
Text Symbol: 003 = Change





Text Symbol: 002 = Expobj
Text Symbol: 001 = ID of CP


INCLUDES used within this REPORT JBD_CHGPTR_MONITOR

INCLUDE JBD_CHGPTR_CONSTANTS.


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:

DD_DOMVALUE_TEXT_GET CALL FUNCTION 'DD_DOMVALUE_TEXT_GET' EXPORTING DOMNAME = 'JBD_EXPFLAG' VALUE = domvalue IMPORTING DD07V_WA = wa_dd07v.

DD_DOMVALUE_TEXT_GET CALL FUNCTION 'DD_DOMVALUE_TEXT_GET' EXPORTING DOMNAME = 'JBD_CDCHGIND' VALUE = domvalue IMPORTING DD07V_WA = wa_dd07v.

DD_DOMVALUE_TEXT_GET CALL FUNCTION 'DD_DOMVALUE_TEXT_GET' EXPORTING DOMNAME = 'JBD_EXPSUBOBJ' VALUE = domvalue IMPORTING DD07V_WA = wa_dd07v.

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING TEXTLINE1 = text-del * TEXTLINE2 = ' ' TITEL = text-dti * START_COLUMN = 25 * START_ROW = 6 * DEFAULTOPTION = 'N' IMPORTING ANSWER = l_answer.



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