SAP Reports / Programs

CNV_10992_START_SEARCH SAP ABAP Report - Find unknown text objects: Schedule search jobs







CNV_10992_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_10992_START_SEARCH 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 CNV_10992_START_SEARCH. "Basic submit
SUBMIT CNV_10992_START_SEARCH AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_10992_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_STXH = STXH
Selection Text: P_STXB = STXB
Selection Text: P_START = Schedule with start date
Selection Text: P_IMMED = Schedule for immediate release
Selection Text: P_DATE = Start date
Title: Find unknown text objects: Schedule search jobs
Text Symbol: 069 = TDOBJECT=
Text Symbol: 070 = Following text objects that are known to be relevant exist:
Text Symbol: 100 = Anal.
Text Symbol: 101 = Find unknown text objects
Text Symbol: 001 = Find unknown objects in table:
Text Symbol: 002 = Find unknown objects in special text objects:
Text Symbol: 010 = ------------------------------------------------------------------------------------------
Text Symbol: 055 = No autom. suggestion for structure possible
Text Symbol: 056 = Suggestion was transferred to structure table
Text Symbol: 057 = In table
Text Symbol: 058 = no unknown text objects were found
Text Symbol: 127 = Comments in SAP-EIS
Text Symbol: 126 = Template for R/3 money manager
Text Symbol: 125 = Notes on R/3 money manager
Text Symbol: 124 = Long text WBS/PROJ (versions)
Text Symbol: 123 = PS long texts- SAPSCRIPT
Text Symbol: 122 = Texts for internal mail
Text Symbol: 121 = STXH (other text objects)
Text Symbol: 059 = For TDOBJECT=
Text Symbol: 129 = Process text
Text Symbol: 142 = (TDOBJECT=OCS ,TDID=BEWG)
Text Symbol: 143 = (TDOBJECT=PMS ,TDID=LTXT)
Text Symbol: 144 = (TDOBJECT=PMS ,TDID=VSLT)
Text Symbol: 145 = (TDOBJECT=R3VV ,TDID=NOTZ)
Text Symbol: 146 = (TDOBJECT=R3VV ,TDID=VORL)
Text Symbol: 147 = (TDOBJECT=RKC_EIS,TDID=COMM)
Text Symbol: 149 = (TDOBJECT=CAPV ,TDID=VRFG)
Text Symbol: 105 = Output of existing known relevant objects in STXB and STXH
Text Symbol: 068 = TDIDs=
Text Symbol: 254 = Offset
Text Symbol: 255 = Length





Text Symbol: 256 = Domain
Text Symbol: 257 = Data element
Text Symbol: 258 = Sample value
Text Symbol: 300 = Selection method
Text Symbol: 303 = Single search job
Text Symbol: 305 = only for one TDOBJECT
Text Symbol: 165 = For following objects, the prefix is unknown:
Text Symbol: 196 = Following objects for which texts exist are unknown:
Text Symbol: 200 = Find unknown text objects
Text Symbol: 201 = Active package not found
Text Symbol: 225 = STXH (freq. used text objects)
Text Symbol: 229 = Analysis of STXH-TDOBJECT
Text Symbol: 230 = Count no. of each TDOBJECT in STXH?
Text Symbol: 252 = TDNAME (sample value)
Text Symbol: 522 = STXH (special text objects)
Text Symbol: 306 = TDOBJECT =
Text Symbol: 311 = Loop over TTXID
Text Symbol: 312 = Loop over TTXID-TDOBJECT
Text Symbol: 313 = (Full) Table scan
Text Symbol: 401 = from TDOBJECT
Text Symbol: 402 = to TDOBJECT
Text Symbol: 406 = Short descr.:
Text Symbol: 503 = Split into 6 search jobs
Text Symbol: 060 = TDID=
Text Symbol: 061 = no text objects with unknown prefix were found
Text Symbol: 067 = Following additional text objects exist:


INCLUDES used within this REPORT CNV_10992_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.

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