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

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







CNV_CMIS_U_10_ADD_LANG_ENTR_ND 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_ENTR_ND 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_ENTR_ND. "Basic submit
SUBMIT CNV_CMIS_U_10_ADD_LANG_ENTR_ND AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_CMIS_U_10_ADD_LANG_ENTR_ND 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_ENTR_ND

INCLUDE CNV_MBT_SM_MACROS_WITH_LOGGER. "VK25032011
INCLUDE CNV_MBT_SM_CONSTANTS .


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 TABLES IT_LANGU = GT_LANGU ET_LANGU_JOBS = GT_LANGU_JOBS ET_LANGU_FAILED = GT_LANGU_FAILED 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.

CNV_CMIS_CONTROL_TABLES_WRITE CALL FUNCTION 'CNV_CMIS_CONTROL_TABLES_WRITE' EXPORTING PACKID = P_PACK MODE = 'M' TABLES I_CNVCMIS_U_LANGU = GT_CMIS_LANGU EXCEPTIONS INSERT_DUPLICATE_KEY = 1 OTHERS = 2.

CNV_MBT_L_PROTOCOL_WRITE_DB CALL FUNCTION 'CNV_MBT_L_PROTOCOL_WRITE_DB' EXPORTING IR_LOGGER = GR_LOGGER EXCEPTIONS OBJECT_NOT_FOUND = 1 SUBOBJECT_NOT_FOUND = 2 INTERNAL_ERRORS = 3 OTHERS = 4.

CNV_MBT_L_PROTOCOL_WRITE_DB CALL FUNCTION 'CNV_MBT_L_PROTOCOL_WRITE_DB' EXPORTING IR_LOGGER = GR_LOGGER EXCEPTIONS OBJECT_NOT_FOUND = 1 SUBOBJECT_NOT_FOUND = 2 INTERNAL_ERRORS = 3 OTHERS = 4.

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.

CONVERSION_EXIT_ISOLA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ISOLA_OUTPUT' EXPORTING INPUT = P_CMIS_LANGU-SPRAS IMPORTING OUTPUT = LV_LAISO.

CNV_MBT_SUBSTATE_WRITE CALL FUNCTION 'CNV_MBT_SUBSTATE_WRITE' TABLES IM_CNVMBTSUBSTATE = LT_SUBSTATE EXCEPTIONS UPDATE_FAILED = 1 OTHERS = 4.

CNV_MBT_SUBSTATE_WRITE CALL FUNCTION 'CNV_MBT_SUBSTATE_WRITE' DESTINATION GV_RCV_DEST TABLES IM_CNVMBTSUBSTATE = LT_SUBSTATE_RCV EXCEPTIONS UPDATE_FAILED = 1 COMMUNICATION_FAILURE = 98 MESSAGE GD_MSGTEXT SYSTEM_FAILURE = 99 MESSAGE GD_MSGTEXT OTHERS = 4.



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