SAP Reports / Programs | Cross-Application Components | General Application Functions | Business Application Support(CA-GTF-BS) SAP CA

CNV_10994_START_SEARCH SAP ABAP Report - Find unknown change document objects: Schedule search jobs







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

CNV_10994_CDPOS_A - Analyze CDPOS


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 CNV_10994_START_SEARCH. "Basic submit
SUBMIT CNV_10994_START_SEARCH AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_10994_START_SEARCH 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: P_TIME = Start time
Selection Text: P_START = Schedule with start date
Selection Text: P_SINGLE = CDPOS only for 1 object class
Selection Text: P_IMMED = Schedule for immediate release
Selection Text: P_DATE = Start date
Title: Find unknown change document objects: Schedule search jobs
Text Symbol: 058 = no unknown objects were found
Text Symbol: 069 = OBJECTCLAS=
Text Symbol: 070 = Following object classes that are known to be relevant exist:
Text Symbol: 071 = Following objects that are known to be relevant exist:
Text Symbol: 077 = Following additional objects exist:
Text Symbol: 056 = Suggestion was transferred to structure table
Text Symbol: 001 = Find unknown objects in table:
Text Symbol: 002 = Find unknown objects for special object classes:
Text Symbol: 010 = ------------------------------------------------------------------------------------------
Text Symbol: 012 = Select. with or w/o CLIENT SPECIFIED:
Text Symbol: 027 = Additional options - not in standard
Text Symbol: 055 = No autom. suggestion for structure possible
Text Symbol: 121 = CDPOS (other objects)
Text Symbol: 122 = PCDPOS
Text Symbol: 123 = BDCP
Text Symbol: 124 = BDCP2
Text Symbol: 125 = output one instance for each
Text Symbol: 126 = including check for existence of
Text Symbol: 120 = Analysis regarding VALUE_OLD and VALUE_NEW
Text Symbol: 079 = Following relevant VALUE_OLD, VALUE_NEW exist:
Text Symbol: 080 = VALUE_OLD=
Text Symbol: 081 = VALUE_NEW=
Text Symbol: 180 = Table PCDHDR is empty
Text Symbol: 181 = No PCDPOS analysis is made
Text Symbol: 196 = Following change document objects exist and are unknown:
Text Symbol: 200 = Change documents
Text Symbol: 201 = Find unknown objects in CDHDR
Text Symbol: 202 = Find unknown objects in PCDHDR
Text Symbol: 173 = Data el.=
Text Symbol: 128 = Output all existing objects
Text Symbol: 129 = PCDHDR
Text Symbol: 130 = (if in the system present)





Text Symbol: 158 = CLIENT SPECIFIED ( = across all clients )
Text Symbol: 171 = TABNAME=
Text Symbol: 172 = FNAME=
Text Symbol: 212 = + Output of existing known relevant objects in PCDHDR
Text Symbol: 213 = + Output of existing known relevant objects in CDPOS
Text Symbol: 214 = + Output of existing known relevant objects in PCDPOS
Text Symbol: 215 = + Output of existing known relevant objects in BDCP
Text Symbol: 217 = + output of existing known relevant objects in PCDPOS_UID
Text Symbol: 218 = + output of existing known relevant objects in BDCP2
Text Symbol: 211 = + Output of existing known relevant objects in CDHDR
Text Symbol: 203 = Find unknown objects in CDPOS
Text Symbol: 204 = Find unknown objects in PCDPOS
Text Symbol: 205 = Find unknown objects in BDCP
Text Symbol: 206 = Find unknown objects in CDPOS_UID
Text Symbol: 207 = Find unknown objects in PCDPOS_UID
Text Symbol: 208 = Find unknown objects in BDCP2
Text Symbol: 127 = CDHDR
Text Symbol: 057 = In table
Text Symbol: 100 = Anal.
Text Symbol: 240 = PREFIX
Text Symbol: 252 = OBJECTID (sample value)
Text Symbol: 253 = Default structure:
Text Symbol: 254 = Offset
Text Symbol: 255 = Lgth.
Text Symbol: 229 = BDCP2
Text Symbol: 222 = PCDHDR
Text Symbol: 224 = CDPOS
Text Symbol: 225 = CDPOS_UID
Text Symbol: 226 = PCDPOS
Text Symbol: 227 = PCDPOS_UID
Text Symbol: 228 = BDCP
Text Symbol: 296 = For following objects, the prefix is unknown:
Text Symbol: 301 = Active package not found
Text Symbol: 302 = Change pointers
Text Symbol: 303 = Single search job
Text Symbol: 304 = Loop over CDHDR-OBJECTCLAS
Text Symbol: 305 = only for one OBJECTCLAS
Text Symbol: 272 = Find unknown change documents
Text Symbol: 256 = Domain





Text Symbol: 257 = Data element
Text Symbol: 258 = Sample value
Text Symbol: 260 = Analysis of CDHDR-OBJECTCLAS and PCDHDR-OBJECTCLAS
Text Symbol: 261 = Count no. of OBJECTCLAS in CDHDR and PCDHDR?
Text Symbol: 270 = Schedule search jobs?
Text Symbol: 101 = Find unknown change document objects
Text Symbol: 107 = Search relevant objects in VALUE_NEW/VALUE_OLD in (P)CDPOS
Text Symbol: 220 = CDHDR
Text Symbol: 333 = CDPOS: OBJECTCLAS=ALLOCATION
Text Symbol: 334 = CDPOS: OBJECTCLAS=SETS
Text Symbol: 352 = TABKEY (sample value)
Text Symbol: 359 = For OBJECTCLAS=
Text Symbol: 361 = no objects with unknown prefix were found
Text Symbol: 401 = from OBJECTCLAS
Text Symbol: 316 = OBJECTCLAS =
Text Symbol: 307 = In CDPOS for OBJECTCLAS = ALLOCATION
Text Symbol: 308 = In CDPOS for OBJECTCLAS = SETS
Text Symbol: 311 = Loop over CDHDR-OBJECTCLAS
Text Symbol: 313 = (Full) Table scan
Text Symbol: 314 = Loop over TCDOB
Text Symbol: 315 = Loop over PCDHDR-OBJECTCLAS
Text Symbol: 503 = Split into 6 search jobs
Text Symbol: 402 = to OBJECTCLAS
Text Symbol: 406 = Short descr.:
Text Symbol: 410 = Change documents without CDPOS analysis (QUICK_SEARCH)
Text Symbol: 411 = with CDPOS anal.
Text Symbol: 433 = CDPOS (special objects)
Text Symbol: 439 = CDPOS (freq. used obj.)
Text Symbol: 306 = OBJECTCLAS =
Text Symbol: 230 = Find relevant fields VALUE_NEW and VALUE_OLD


INCLUDES used within this REPORT CNV_10994_START_SEARCH

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:

CNV_INT_PACKAGE_GET CALL FUNCTION 'CNV_INT_PACKAGE_GET' IMPORTING packid = gc_packid EXCEPTIONS active_package_not_found = 1 OTHERS = 2.

CNV_INT_PACKAGE_GET CALL FUNCTION 'CNV_INT_PACKAGE_GET' IMPORTING packid = gc_packid EXCEPTIONS active_package_not_found = 1 OTHERS = 2.

JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING jobname = gd_jobname IMPORTING jobcount = gd_jobcount EXCEPTIONS cant_create_job = 1 invalid_job_data = 2 jobname_missing = 3 OTHERS = 4.




JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING jobcount = gd_jobcount jobname = gd_jobname sdlstrtdt = p_date sdlstrttm = p_time * strtimmed = p_immed EXCEPTIONS cant_start_immediate = 1 invalid_startdate = 2 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6 lock_failed = 7 OTHERS = 8.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING jobcount = gd_jobcount jobname = gd_jobname * sdlstrtdt = p_date * sdlstrttm = p_time strtimmed = '' EXCEPTIONS cant_start_immediate = 1 invalid_startdate = 2 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6 lock_failed = 7 OTHERS = 8.



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