SAP Reports / Programs | Cross-Application Components | General Application Functions | Cross-Application Mass Maintenance(CA-GTF-MS) SAP CA

CNV_21500_CUST_SEARCH SAP ABAP Report - Search for relevant fields in customer tables/fields







CNV_21500_CUST_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_21500_CUST_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_21500_CUSE - HR conversions: customer search
CNV_21500_CUSEI - HR conversions: customer search
CNV_21510_CUSE - HR conversions: customer search


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_21500_CUST_SEARCH. "Basic submit
SUBMIT CNV_21500_CUST_SEARCH AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_21500_CUST_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: GP_CWBSN = Use CWB tables for def. SEQNUM
Selection Text: GP_PACK = D Pack.no.
Title: Search for relevant fields in customer tables/fields
Text Symbol: 003 = (structure &1)
Text Symbol: 004 = Type of data unknown for &1.
Text Symbol: 005 = Structure &1 is not defined in DDIC


INCLUDES used within this REPORT CNV_21500_CUST_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_21510_SEARCH_FIELDS CALL FUNCTION 'CNV_21510_SEARCH_FIELDS' EXPORTING p_srcpack = gp_pack p_olddata = 'X' p_state_proto = 'X' pd_seqnum_use_cwb_tables = gp_cwbsn TABLES pt_indx_table = gt_indx_table pt_indx_field = gt_indx_field pt_indx_fipar = gt_indx_fipar CHANGING pd_state = gd_state.

CNV_INT_PACKAGE_GET CALL FUNCTION 'CNV_INT_PACKAGE_GET' IMPORTING packid = ld_pack phase = ld_phase.



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