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

RN1ME_EXP_FORMULARY SAP ABAP Report - Medication - Export New Drug







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


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 RN1ME_EXP_FORMULARY. "Basic submit
SUBMIT RN1ME_EXP_FORMULARY AND RETURN. "Return to original report after report execution complete
SUBMIT RN1ME_EXP_FORMULARY 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: 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


INCLUDES used within this REPORT RN1ME_EXP_FORMULARY

INCLUDE RN1ME_EXP_FORMULARY_TOP.


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:

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



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