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

RN2LABOR_CORRECT_STATUS SAP ABAP Report - Special Program for Releasing Documents







RN2LABOR_CORRECT_STATUS 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 RN2LABOR_CORRECT_STATUS 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 RN2LABOR_CORRECT_STATUS. "Basic submit
SUBMIT RN2LABOR_CORRECT_STATUS AND RETURN. "Return to original report after report execution complete
SUBMIT RN2LABOR_CORRECT_STATUS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Special Program for Releasing Documents
Text Symbol: 001 = Institution
Text Symbol: 002 = Document Type
Text Symbol: 003 = Current Document Status
Text Symbol: 004 = Start Document Status Conversion
Text Symbol: 005 = End Document Status Conversion
Text Symbol: 006 = Number of Records Converted :
Text Symbol: 007 = Number of Records not Converted:
Text Symbol: 008 = Following Records were not Converted:
Text Symbol: 009 = Document
Text Symbol: H01 = Conversion of Document Status
Text Symbol: R01 = RN2KORSTATUS


INCLUDES used within this REPORT RN2LABOR_CORRECT_STATUS

No INCLUDES are used within this REPORT code!


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_N2_DOCUMENT_BASE CALL FUNCTION 'ISH_N2_DOCUMENT_BASE' EXPORTING SS_MODE = 'STAF' SS_TCODE = 'N202' SS_VCODE = 'UPD' * SS_DOC_ANZ = 1 * SS_DOC_POS = 1 * IMPORTING * SS_UPDATE = * SS_NEXT_STATUS_FRKNZ = * SS_NEXT_STATUS_FOLGE = TABLES SS_NDOC = INDOC CHANGING SS_DRAW = IDRAW * SS_TDWS = * SS_TDWST = EXCEPTIONS OTHERS = 1.

ISH_CALL_LIST_HEAD CALL FUNCTION 'ISH_CALL_LIST_HEAD' EXPORTING AUSBEGDT = CURR_DATE AUSENDDT = CURR_DATE EINRI = EINRICHT LINE_SIZE = repwidth * repid = text-r01 REPID = L_REPID TITLE_LIN1 = text-h01 TITLE_LIN2 = ' ' ULINE = 'X' VERBEGDT = '00000000' VERENDDT = '00000000' EXCEPTIONS INVALID_EINRI = 1 OTHERS = 2.

ISHMED_READ_NORG CALL FUNCTION 'ISHMED_READ_NORG' EXPORTING * SS_CHECK = ' ' * SS_CHECK_FREIG = OFF * SS_CHECK_LOEKZ = OFF * SS_DATUM = SY-DATUM * SS_EINRI = ' ' SS_ORGID = ORGID IMPORTING E_NORG = NORG EXCEPTIONS NOT_ANFOE = 1 NOT_ANPOE = 2 NOT_ERBOE = 3 NOT_FOUND = 4 NOT_FREIG = 5 NOT_VALID = 6 SET_LOEKZ = 7 OTHERS = 8.



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