SAP Reports / Programs | Cross-Application Components | European Monetary Union: Euro(CA-EUR) SAP CA

CNVC_SCNG_NSP_TM SAP ABAP Report - Select Namespaces for Comparison







CNVC_SCNG_NSP_TM is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for In this activity, you can add additional customer-specific namespaces for the comparison...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter CNVC_SCNG_NSP_TM 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 CNVC_SCNG_NSP_TM. "Basic submit
SUBMIT CNVC_SCNG_NSP_TM AND RETURN. "Return to original report after report execution complete
SUBMIT CNVC_SCNG_NSP_TM VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Select Namespaces for Comparison
Text Symbol: T24 = Add Namespace
Text Symbol: T23 = Delete Namespace
Text Symbol: T21 = Relevant for Comparison
Text Symbol: T20 = No
Text Symbol: T19 = Yes
Text Symbol: T18 = because you lack authorization
Text Symbol: T17 = Not all datasets are displayed
Text Symbol: T16 = PACKID
Text Symbol: T15 = Namespaces for repository comparison
Text Symbol: T14 = Do you want to save the changes
Text Symbol: T13 = : record added in DB
Text Symbol: T12 = : record deleted from DB
Text Symbol: T11 = Check your entries
Text Symbol: T10 = Entries are not yet consistent
Text Symbol: T09 = Entry error
Text Symbol: T08 = Fill all required entry
Text Symbol: T07 = Namespace entry does not exist
Text Symbol: T05 = Duplicate entry exist
Text Symbol: T04 = Changes were saved
Text Symbol: T03 = No namespaces were set for selection of Pack id
Text Symbol: T02 = Namespace


INCLUDES used within this REPORT CNVC_SCNG_NSP_TM

INCLUDE CNVC_SCNG_NSP_INCL_TOP.
INCLUDE: CNVC_SCWB_PARAMS,
INCLUDE CNVC_SCWB_FORMS.


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:

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = e_fieldname window_title = text-t02 value_org = 'S' TABLES value_tab = gt_nsp1 return_tab = lt_returnval EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

CNV_MBT_AUTHORITY_CHECK CALL FUNCTION 'CNV_MBT_AUTHORITY_CHECK' EXPORTING im_area = 'SLOP' im_level = 'PACKAGE' im_activity = '03' EXCEPTIONS no_authority = 1 OTHERS = 2.

CNVCF_SCNG_RUNID_GETACTIVE * CALL FUNCTION 'CNVCF_SCNG_RUNID_GETACTIVE' * IMPORTING * runid = so_001-low.

CNVCF_SCWB_CHECK_RUNID * CALL FUNCTION 'CNVCF_SCWB_CHECK_RUNID' * EXPORTING * iv_runid = p_runid * EXCEPTIONS * initial = 1 * too_long = 2 * illegal_char = 3 * not_exist = 4 * OTHERS = 5.

CNVC_SCWB_NAMESPACE CALL FUNCTION 'CNVC_SCWB_NAMESPACE' DESTINATION gs_sid-rfcdest TABLES it_nsp = gt_nsp.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = text-t09 txt1 = text-t10 txt2 = text-t11.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = text-t14 text_button_1 = text-t19 text_button_2 = text-t20 IMPORTING answer = lv_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 CNVC_SCNG_NSP_TM or its description.