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

CNV_CMIS_U_10_ADD_LANG_ENTRIES SAP ABAP Report - CMIS Upg: Treat language tables (language supplementation)







CNV_CMIS_U_10_ADD_LANG_ENTRIES 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_CMIS_U_10_ADD_LANG_ENTRIES 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_CMIS_U_10_ADD_LANG_ENTRIES. "Basic submit
SUBMIT CNV_CMIS_U_10_ADD_LANG_ENTRIES AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_CMIS_U_10_ADD_LANG_ENTRIES 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_ACT_ID = D Activity ID
Selection Text: P_PACK = D Pack ID
Selection Text: P_PHASE = D Phase
Selection Text: S_LANGU = D Language key
Title: CMIS Upg: Treat language tables (language supplementation)
Text Symbol: 001 = not
Text Symbol: 002 = receiver
Text Symbol: 010 = Allowed Languages
Text Symbol: 020 = Start process for language:


INCLUDES used within this REPORT CNV_CMIS_U_10_ADD_LANG_ENTRIES

INCLUDE CNV_MBT_SM_PARAMS. "VK14072011


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:

DMC_IU_GET_INSTALLED_LANGU CALL FUNCTION 'DMC_IU_GET_INSTALLED_LANGU' DESTINATION GV_RCV_DEST EXPORTING I_LANGU = SY-LANGU TABLES ET_LANGU = GT_VALUES EXCEPTIONS OTHERS = 0.

CNV_MBT_RFC_SYSTEM_INFO_GET CALL FUNCTION 'CNV_MBT_RFC_SYSTEM_INFO_GET' DESTINATION GV_RCV_DEST IMPORTING SYSTEM_CLIENT = GV_RCV_CLIENT.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING PERCENTAGE = GV_PERCENTAGE TEXT = GV_TEXT.

CNV_CMIS_U_10_START_LANG_SUPP CALL FUNCTION 'CNV_CMIS_U_10_START_LANG_SUPP' DESTINATION GV_RCV_DEST EXPORTING IM_CLIENT = GV_RCV_CLIENT IM_SPRAS = GS_VALUES-SPRAS IMPORTING EX_JOBNAME = GV_JOBNAME EX_JOBCOUNT = GV_JOBCOUNT EXCEPTIONS DISSONANT_CLIENT = 1 CLIENT_000_VORBIDDEN = 2 RELEASE_NOT_ALLOWED = 3 SCHEDULE_FAILED = 4 EXCEPTION_IN_RESERVE = 5 COMMUNICATION_FAILURE = 98 MESSAGE GD_MSGTEXT SYSTEM_FAILURE = 99 MESSAGE GD_MSGTEXT.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = 'DMC_IU_LANGU' LFIELDNAME = 'SPRAS' IMPORTING DFIES_WA = LS_DFIES.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = 'DMC_IU_LANGU' LFIELDNAME = 'SPTXT' IMPORTING DFIES_WA = LS_DFIES.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING RETFIELD = 'SPRAS' WINDOW_TITLE = 'Allowed Languages'(010) VALUE_ORG = 'S' DYNPPROG = L_DYNAME DYNPNR = L_DYNUM DYNPROFIELD = 'S_LANGU-LOW' MULTIPLE_CHOICE = ' ' TABLES VALUE_TAB = GT_VALUES FIELD_TAB = LT_DFIES EXCEPTIONS PARAMETER_ERROR = 1 NO_VALUES_FOUND = 2 OTHERS = 3.



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