RNCTTCMS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program lists all the cases for which the communication status has to be changed or communication status has to be set...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 RNCTTCMS into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: TXTEPROC = EDI Procedure Long Text
Selection Text: TXTEINRI = Institution Text
Selection Text: SE_CASNO = D Case
Selection Text: P_MISSCM = Maintain Missing Statuses only
Selection Text: P_EPROC = D EDI Procedure
Selection Text: P_EINRI = D Institution
Selection Text: PCMSTATS = D Communication Status
Title: IS-H : Set Communication Status for a Case
Text Symbol: U00 = EDI Procedure
Text Symbol: T10 = change status?
Text Symbol: T09 = Do you really want to
Text Symbol: T08 = Information
Text Symbol: T07 = Confirmatn Prompt
Text Symbol: T04 = Add Missing Statuses only
Text Symbol: T03 = Communication Status
Text Symbol: T01 = Institution
Text Symbol: F06 = New Status
Text Symbol: F05 = NS
Text Symbol: F04 = Old Status
Text Symbol: F03 = OS
Text Symbol: F02 = Case
Text Symbol: F01 = Chg
INCLUDE MNCDATA0.
INCLUDE RNCIEDIP.
INCLUDE RNCIEDII.
INCLUDE RNSSSPBO.
INCLUDE RNCIEDIU.
No SAP DATABASE tables are accessed within this REPORT code!
ISH_CASE_VALUE_REQUEST CALL FUNCTION 'ISH_CASE_VALUE_REQUEST' EXPORTING SS_EINRI = P_EINRI SS_VCODE = GC_UPDATE IMPORTING SS_FALNR = SE_CASNO-LOW.
ISH_CASE_VALUE_REQUEST CALL FUNCTION 'ISH_CASE_VALUE_REQUEST' EXPORTING SS_EINRI = P_EINRI SS_VCODE = GC_UPDATE IMPORTING SS_FALNR = SE_CASNO-HIGH.
ISH_AUTH_CHECK_REPORT_EINRI CALL FUNCTION 'ISH_AUTH_CHECK_REPORT_EINRI' EXPORTING REPID = REPORT_ID EINRI = P_EINRI * NO_MESSAGE = ' ' IMPORTING RC = AUTH_RC EXCEPTIONS OTHERS = 1.
ISH_EDI_READ_TNC301GI CALL FUNCTION 'ISH_EDI_READ_TNC301GI' EXPORTING INSTITUTION = P_EINRI EDIPROC = P_EPROC IMPORTING ACTIVE = ACTIVE_FLAG EXCEPTIONS OTHERS = 1.
DD_DOMVALUES_GET *-- Call function 'DD_DOMVALUES_GET' to check whether the communication *-- status enterd by the user is in the range of the domain values as no *-- other entries are allowed.....
DD_DOMVALUES_GET CALL FUNCTION 'DD_DOMVALUES_GET' EXPORTING DOMNAME = CDOMAIN_COMSTS IMPORTING RC = REC_DOMVALUES TABLES DD07V_TAB = L_DD07VTAB EXCEPTIONS WRONG_TEXTFLAG = 1 OTHERS = 2.
ISH_CALL_LIST_HEAD CALL FUNCTION 'ISH_CALL_LIST_HEAD' EXPORTING EINRI = P_EINRI LINE_SIZE = RNSTAT-LINE_SIZE REPID = REPID * title_lin1 = rnstat-title_lin1 TITLE_LIN2 = ' ' ULINE = SPACE * verbegdt = init_date * verenddt = init_date EXCEPTIONS INVALID_EINRI = 01.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING I_LIST_TYPE = 0 IMPORTING ET_EVENTS = E03_LT_EVENTS.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = RNSTAT-REPID I_CALLBACK_PF_STATUS_SET = 'SET_PF_STATUS' I_CALLBACK_USER_COMMAND = 'USER_COMMAND' IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = XFIELD IT_SPECIAL_GROUPS = GT_SP_GROUPS[] * i_default = 'X' * i_save = 'A' IS_VARIANT = GS_VARIANT IT_EVENTS = GT_EVENTS[] TABLES T_OUTTAB = ILIST EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'N' TEXTLINE1 = 'Wollen Sie den Status'(T09) TEXTLINE2 = 'wirklich ändern?'(T10) TITEL = 'Sicherheitsabfrage'(T07) * START_COLUMN = 25 * START_ROW = 6 IMPORTING ANSWER = ANSWER EXCEPTIONS OTHERS = 1.
ISH_CMSTATUS_SET CALL FUNCTION 'ISH_CMSTATUS_SET' EXPORTING EDIPROC = ILIST-EDIPROC INSTITUTION = ILIST-EINRI CASENUMBER = TEMP_FALNR CMSTATUS = ILIST-CMSTATUS_NEW IMPORTING RC = REC EXCEPTIONS MISSING_PARAMETERS = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RNCTTCMS - IS-H : Set Communication Status for a Case RNCTTCMS - IS-H : Set Communication Status for a Case RNCTTBAPIGMAPTAB - IS-H BAPI Generating Program for MAPTABFLD-FORM for BAPIs RNCTTBAPIGMAPTAB - IS-H BAPI Generating Program for MAPTABFLD-FORM for BAPIs RNCTT900A - IS-H DE: §301 Training: Corrupt Filt for Exercise 4.4 RNCTT900A - IS-H DE: §301 Training: Corrupt Filt for Exercise 4.4