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

RN1PLAOB SAP ABAP Report - Test Interface Plan-Object Collector SAP - C++







RN1PLAOB 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 RN1PLAOB 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 RN1PLAOB. "Basic submit
SUBMIT RN1PLAOB AND RETURN. "Return to original report after report execution complete
SUBMIT RN1PLAOB 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: ANFOE = Requesting Departmental OU
Selection Text: ANPOE = Requesting Nursing OU
Selection Text: DATBI = Date To
Selection Text: DATVO = From Date
Selection Text: EINRI = Institution
Selection Text: ERBOE = Performing Organizational Unit
Selection Text: P_DISPO = Planning/Scheduling Tool
Selection Text: P_FNPOB = Planning Objects File
Selection Text: P_FNTEA = Appointment Dependencies
Selection Text: P_FNTER = Appointments
Selection Text: P_FNVFZ = Availablility Times
Selection Text: P_FRDBK = Interdepart. Bed Occupancy
Selection Text: P_HIERA = With Heirarchy
Selection Text: P_OPKEN = OR Indicator
Selection Text: P_RFC = Planning Tool via RFC
Selection Text: P_UDLOAD = Upload/Download
Selection Text: P_UEBLK = Remaining Services
Title: Test Interface Plan-Object Collector SAP - C++
Text Symbol: X01 = Can start upload


INCLUDES used within this REPORT RN1PLAOB

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:

ISHMED_PLANDISP_OBJEKTE CALL FUNCTION 'ISHMED_PLANDISP_OBJEKTE' EXPORTING I_EINRI = EINRI I_ORGID = ERBOE I_DATVO = DATVO I_DATBI = DATBI I_SKALA = '030' I_FRDBK = P_FRDBK * i_hiera = p_hiera TABLES TA_N1POB = T_N1POB TA_N1VFZ = T_N1VFZ.

ISHMED_PLAN_READ CALL FUNCTION 'ISHMED_PLAN_READ' EXPORTING P_EINRI = EINRI P_ERBOE = ERBOE P_ANFOE = ANFOE P_ANPOE = ANPOE P_DATVO = DATVO P_DATBI = DATBI P_UEBLK = P_UEBLK TABLES TA_VNLEI = T_VNLEI TA_VNLEM = T_VNLEM TA_N1ANF = T_N1ANF TA_VNBEW = T_VNBEW TA_NFAL = T_NFAL TA_NPAT = T_NPAT TA_VN1LSTEAM = T_VN1LSTEAM TA_NLLZ = T_NLLZ TA_NDIA = T_NDIA TA_VNTMN = T_VNTMN TA_VNAPP = T_VNAPP.

ISHMED_INPUTSS_CONV CALL FUNCTION 'ISHMED_INPUTSS_CONV' EXPORTING P_OPKEN = P_OPKEN P_UEBLK = P_UEBLK P_DATVO = DATVO P_DATBI = DATBI TABLES TE_VNLEI = T_VNLEI TE_VNLEM = T_VNLEM TE_N1ANF = T_N1ANF TE_VNBEW = T_VNBEW TE_NFAL = T_NFAL TE_NPAT = T_NPAT TE_N1LSTEAM = T_VN1LSTEAM TE_NLLZ = T_NLLZ * te_ndia = t_ndia TE_NAPP = T_VNAPP TA_N1TER = T_N1TER TA_N1TEA = T_N1TEA.

ISHMED_PLAN_DOWNLOAD CALL FUNCTION 'ISHMED_PLAN_DOWNLOAD' EXPORTING P_FNPOB = P_FNPOB P_FNVFZ = P_FNVFZ P_FNTER = P_FNTER P_FNTEA = P_FNTEA.

ISHMED_PLAN_RFC CALL FUNCTION 'ISHMED_PLAN_RFC' TABLES TEA_N1TER = T_N1TER TEA_N1TEA = T_N1TEA.

WS_EXECUTE CALL FUNCTION 'WS_EXECUTE' EXPORTING DOCUMENT = SPACE * cd = 'U:\DOS_SSW\EXCEL50' CD = 'C:\programme\edvg\pud' COMMANDLINE = SPACE INFORM = 'X' * program = 'U:\DOS_SSW\EXCEL50\EXCEL.EXE'

ISHMED_PLAN_UPLOAD CALL FUNCTION 'ISHMED_PLAN_UPLOAD' EXPORTING P_FNPOB = P_FNPOB P_FNVFZ = P_FNVFZ P_FNTER = P_FNTER P_FNTEA = P_FNTEA TABLES TA_N1TER = T_N1TER TA_N1TEA = T_N1TEA.

ISHMED_OUTPUTSS_CONV CALL FUNCTION 'ISHMED_OUTPUTSS_CONV' TABLES TEA_N1TER = T_N1TER TEA_N1TEA = T_N1TEA TEA_VNLEI = T_VNLEI TEA_VNLEM = T_VNLEM TEA_N1ANF = T_N1ANF TEA_VNBEW = T_VNBEW TEA_VN1LSTEAM = T_VN1LSTEAM TEA_NLLZ = T_NLLZ TEA_VNAPP = T_VNAPP.

ISHMED_PLAN_SAVE CALL FUNCTION 'ISHMED_PLAN_SAVE' TABLES TE_N1ANF = T_VN1ANF TE_VNLEI = T_VNLEI TE_VNLEM = T_VNLEM TE_VNBEW = T_VNBEW TE_VNAPP = T_VNAPP TE_VN1LSTEAM = T_VN1LSTEAM.

ISHMED_PLAN_DELETE *call function 'ISHMED_PLAN_DELETE'.



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