SAP Reports / Programs | Clinical System | Clinical System(IS-HMED) SAP IS

RN1PKSSTA SAP ABAP Report - documentation and ABAP source code







RN1PKSSTA 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 RN1PKSSTA 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 RN1PKSSTA. "Basic submit
SUBMIT RN1PKSSTA AND RETURN. "Return to original report after report execution complete
SUBMIT RN1PKSSTA 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: SO_GBGEW = D Weight
Selection Text: SO_GBMOD = Birth Procedure
Selection Text: PA_EINRI = D Einrichtung
Selection Text: SO_GBDAT = D Geburtsdatum
Text Symbol: 012 = Selection Criteria
Text Symbol: MO4 = Unknown
Text Symbol: SE5 = Birth Procedure
Text Symbol: T91 = Error List
Text Symbol: TL0 = Yes
Text Symbol: U05 = Birth Procedure


INCLUDES used within this REPORT RN1PKSSTA

INCLUDE RNDATA00. "GZ 16072002 REL.463B
INCLUDE IN2_LICENCE. "GZ 16072002 REL.463B


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_EINRI_CHECK CALL FUNCTION 'ISH_EINRI_CHECK' EXPORTING ss_einri = pa_einri IMPORTING ss_tn01 = tn01 EXCEPTIONS OTHERS = 1.

ISH_N2_AUTHORITY * call function 'ISH_N2_AUTHORITY' * EXPORTING * SS_EINRI = pa_einri " Rel.463B

SET_PRINT_PARAMETERS CALL FUNCTION 'SET_PRINT_PARAMETERS' EXPORTING list_text = hlp_titel new_list_id = 'X'.

ISH_EINRI_CHECK CALL FUNCTION 'ISH_EINRI_CHECK' EXPORTING ss_einri = pa_einri IMPORTING ss_tn01 = tn01 EXCEPTIONS OTHERS = 1.

ISHMED_GET_MATCHING_CASE CALL FUNCTION 'ISHMED_GET_MATCHING_CASE' EXPORTING i_einri = pa_einri i_falnr = hlp_falnr_m i_rolle = '4' TABLES t_ndoc = it_ndoc EXCEPTIONS read_error = 1 OTHERS = 2.

ISH_N2_READ_DOMAIN_VALUES CALL FUNCTION 'ISH_N2_READ_DOMAIN_VALUES' EXPORTING ss_domain = 'N1PDGKIGEBM' ss_value = wa_gebmd-gmcode ss_langu = sy-langu IMPORTING ss_dd07v = dd_gebm EXCEPTIONS not_found = 1 OTHERS = 2.

ISH_N2_TIME_DIFFERENCE CALL FUNCTION 'ISH_N2_TIME_DIFFERENCE' EXPORTING date1 = wa_knd-eki-n6ekivedt time1 = wa_knd-eki-n6ekivezt date2 = wa_knd-geb-gbdat time2 = wa_knd-geb-gbtim IMPORTING timediff = hlp_dauer EXCEPTIONS invalid_datetime = 1 OTHERS = 2.

DSYS_SHOW_FOR_F1HELP CALL FUNCTION 'DSYS_SHOW_FOR_F1HELP' EXPORTING dokclass = 'RE' "Report dokname = hlp_dokname "Report-Name short_text = 'X'.

ISHMED_SHOW_LISTEINTRAEGE CALL FUNCTION 'ISHMED_SHOW_LISTEINTRAEGE' IMPORTING sel_mitarb = sel_mitarb TABLES ss_mitarb = in1pdkmitarb EXCEPTIONS OTHERS = 1.



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