SAP Reports / Programs | Basic Data | SAP Healthcare - Industry-Specific Components for Hospitals | Basic Data(IS-H-BD) SAP IS

RNCTT_CCPSSPLIT SAP ABAP Report - IS-H: SG: Split CCPS File If Start of Message not Recognized







RNCTT_CCPSSPLIT 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 RNCTT_CCPSSPLIT 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 RNCTT_CCPSSPLIT. "Basic submit
SUBMIT RNCTT_CCPSSPLIT AND RETURN. "Return to original report after report execution complete
SUBMIT RNCTT_CCPSSPLIT 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: SELF301D = Tech. File Number (lf301d)
Selection Text: P_EPROC = EDI Procedure
Selection Text: P_EINRI = Institution
Title: IS-H: SG: Split CCPS File If Start of Message not Recognized
Text Symbol: U02 = Technical File Numbers (lf301d)
Text Symbol: U01 = Institution
Text Symbol: U00 = EDI Procedure


INCLUDES used within this REPORT RNCTT_CCPSSPLIT

INCLUDE MNCSGGC1.
INCLUDE MNCCCPS1.
INCLUDE RNCIEDIP.
INCLUDE RNCIEDII.
INCLUDE RNSSSPBO.
INCLUDE RNCIEDIU.


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:

ISH_AUTH_CHECK_REPORT_EINRI call function 'ISH_AUTH_CHECK_REPORT_EINRI' exporting repid = rnstat-repid einri = p_einri no_message = 'X' importing rc = rc exceptions others = 1.

ISH_CALL_LIST_HEAD call function 'ISH_CALL_LIST_HEAD' exporting einri = p_einri line_size = 120 repid = rnstat-repid * title_lin1 = ' ' uline = ' ' exceptions others = 0.

ISH_LOGUPDATE_TN00L call function 'ISH_LOGUPDATE_TN00L' exporting einri = p_einri identifier = rnstat-repid identif2 = p_eproc exceptions update_failed = 1 others = 2.

ISH_EDI_UNA_FILL call function 'ISH_EDI_UNA_FILL' exporting i_procedure = inc301b-ediproc inc301b = inc301b * IMPORTING * SEGMENTSTRING = exceptions others = 0.

ISH_EDI_CASEMSG_IO_GET call function 'ISH_EDI_CASEMSG_IO_GET' exporting einri = inc301s-einri ediproc = inc301s-ediproc caseno = falnr outbound = off "??? inbound = on * READ_DB = ' ' importing * ES_NC301S = es_nc301s_in = inc301s_in * ES_NC301S_OUT = * ES_NC301S_SENT = * TABLES * E_NC301S = * E_NC301S_WAITING = exceptions not_found = 1 others = 2.

ISH_TEST_DIGIT_GET_FOR_MESSAGE call function 'ISH_TEST_DIGIT_GET_FOR_MESSAGE' exporting ss_einri = inc301s-einri ss_number = falnr ss_which = 'F' importing ss_pziff = pziff exceptions others = 1.

ISH_EDI_UNZ_FILL call function 'ISH_EDI_UNZ_FILL' exporting i_procedure = inc301b-ediproc inc301b = inc301b inc301d = inc301d importing segmentstring = unz_string exceptions others = 1.

ISH_EDI_UNZ_FILL call function 'ISH_EDI_UNZ_FILL' exporting i_procedure = inc301b-ediproc inc301b = inc301b inc301d = inc301d importing segmentstring = unz_string exceptions others = 1.

ISH_EDI_UNZ_FILL call function 'ISH_EDI_UNZ_FILL' exporting i_procedure = inc301b-ediproc inc301b = inc301b inc301d = inc301d importing segmentstring = unz_string exceptions others = 1.

DEQUEUE_ENTS00 call function 'DEQUEUE_ENTS00' exporting progname = 'RNC301I0'.

DEQUEUE_ENTS00 call function 'DEQUEUE_ENTS00' exporting progname = 'RNC301I1'.

DEQUEUE_ENTS00 call function 'DEQUEUE_ENTS00' exporting progname = 'RNC301I2'.

DEQUEUE_ENTS00 call function 'DEQUEUE_ENTS00' exporting progname = progname.

ENQUEUE_ENTS00 call function 'ENQUEUE_ENTS00' exporting progname = 'RNC301I0' exceptions foreign_lock = 1 system_failure = 2.

ENQUEUE_ENTS00 call function 'ENQUEUE_ENTS00' exporting progname = 'RNC301I1' exceptions foreign_lock = 1 system_failure = 2.

ENQUEUE_ENTS00 call function 'ENQUEUE_ENTS00' exporting progname = 'RNC301I2' exceptions foreign_lock = 1 system_failure = 2.

ENQUEUE_ENTS00 call function 'ENQUEUE_ENTS00' exporting progname = progname exceptions foreign_lock = 1 system_failure = 2.



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