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
Below is a list of transaction codes which are relevant to this SAP report
JBDEM - Overview of Change Pointers
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: 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
INCLUDE JBD_CHGPTR_CONSTANTS.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
JBD_CHGPTR_MONITOR - Change Pointer Monitor JBD_CHGPTR_MONITOR - Change Pointer Monitor JBD_CHGPTR_DELETE - Delete Processed Change Indicators JBD_CHGPTR_DELETE - Delete Processed Change Indicators JBD_CHGPTR_CONSTANTS - Include JBD_CHGPTR_CONSTANTS JBA_GENERAL_CONSTANTS - Include JBA_GENERAL_CONSTANTS