RN1ME_EXP_FORMULARY 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 RN1ME_EXP_FORMULARY 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: TESTMODE = Test Run
Selection Text: P_STATUS = Status
Selection Text: P_CATID = Exported Catalog ID
Selection Text: PC_FILE = PC File
Selection Text: FILENAME = Path and Name of File
Selection Text: ALVDVAR = Layout
Title: Medication - Export New Drug
Text Symbol: T06 = Data Exported
Text Symbol: T05 = Test Run
Text Symbol: T04 = PC File
Text Symbol: T03 = File Name
Text Symbol: T02 = Status
Text Symbol: T01 = Exported Catalog ID
Text Symbol: S08 = Display Variant
Text Symbol: S07 = Test Run
Text Symbol: S06 = PC File
Text Symbol: S05 = File Name
Text Symbol: S04 = Parameter for File Transfer
Text Symbol: S03 = Status
Text Symbol: S02 = Export Catalog ID
Text Symbol: S01 = Parameter for N1FORMULARY
Text Symbol: F04 = Reason Missing
Text Symbol: F03 = Method in Automatic Queue
Text Symbol: F02 = Internal Error:
Text Symbol: F01 = Automatic Queue Error
INCLUDE RN1ME_EXP_FORMULARY_TOP.
No SAP DATABASE tables are accessed within this REPORT code!
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name =
CHANGING ct_fieldcat = EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = l_logical_file CHANGING physical_filename = l_file EXCEPTIONS logical_filename_not_found = 1 validation_failed = 2 OTHERS = 3.
REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = l_hlpvar i_save = 'A' IMPORTING e_exit = l_gs_exit es_variant = gs_variant EXCEPTIONS not_found = 1 program_error = 2 OTHERS = 3.
FILE_GET_NAME CALL FUNCTION 'FILE_GET_NAME' EXPORTING client = sy-mandt logical_filename = l_locfilename parameter_1 = 'FOMULARY_' parameter_2 = 'txt' parameter_3 = '' use_presentation_server = '' with_file_extension = ' ' IMPORTING file_name = l_filename EXCEPTIONS file_not_found = 1 OTHERS = 2.
POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = text-f01 "Automation Queue failure txt1 = text-f02 "Internal error txt2 = text-f03 "Methode in der automatischen Queue txt3 = text-f04. "caused a failure
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RN1ME_EXP_FORMULARY - Medication - Export New Drug RN1ME_EXP_FORMULARY - Medication - Export New Drug RN1ME_END_EVENTS_F01 - RN1MEENDEVENTSF01 RN1ME_END_EVENTS - i.s.h.med: Medication - End Medication Events RN1ME_END_EVENTS - i.s.h.med: Medication - End Medication Events RN1ME_DELETE_MANUAL_SORT - Medication: Manual Sorting