SAP Reports / Programs | Service Station Retailing | Industry Solution Oil | Service Station Retailing(IS-OIL-DS-SSR) SAP IS

MOIRB_01FSR SAP ABAP INCLUDE - Include MOIRB_01FSR - Forms for Function Code Control







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


Text pool values


Title: Include MOIRB_01FSR - Forms for Function Code Control


INCLUDES used within this REPORT MOIRB_01FSR

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:

SCROLLING_IN_TABLE CALL FUNCTION 'SCROLLING_IN_TABLE' EXPORTING ENTRY_ACT = ENTRY_TO = SY-TFILL LAST_PAGE_FULL = ' ' LOOPS = OK_CODE = FCODE OVERLAPPING = 'X' IMPORTING ENTRY_NEW = .

SAVE_REGION_MANAGER CALL FUNCTION 'SAVE_REGION_MANAGER' TABLES TAB_OIRBREGM = G_OIRBREG_TAB.

SAVE_AREA_MANAGER CALL FUNCTION 'SAVE_AREA_MANAGER' TABLES TAB_OIRBAREAM = G_OIRBAREA_TAB.

SAVE_SAREA_MANAGER CALL FUNCTION 'SAVE_SAREA_MANAGER' TABLES TAB_OIRBSAREAM = G_OIRBSAREA_TAB.

ENQUEUE_E_OIRBREG CALL FUNCTION 'ENQUEUE_E_OIRBREG' EXPORTING MODE_OIRBREG = 'S' MODE_OIRBREGT = 'S' MODE_OIRBREGM = 'E' MANDT = SY-MANDT * LOCREGION = SPRAS = SY-LANGU * X_LOCREGION = ' ' * X_SPRAS = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.

ENQUEUE_E_OIRBAREA CALL FUNCTION 'ENQUEUE_E_OIRBAREA' EXPORTING MODE_OIRBAREA = 'S' MODE_OIRBAREAT = 'S' MODE_OIRBAREAM = 'E' MANDT = SY-MANDT * LOCAREA = SPRAS = SY-LANGU * X_LOCAREA = ' ' * X_SPRAS = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3 .

ENQUEUE_E_OIRBSAREA CALL FUNCTION 'ENQUEUE_E_OIRBSAREA' EXPORTING MODE_OIRBSAREA = 'S' MODE_OIRBSAREAT = 'S' MODE_OIRBSAREAM = 'E' MANDT = SY-MANDT * locsarea = SPRAS = SY-LANGU * X_LOCSAREA = ' ' * X_SPRAS = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3 .

DEQUEUE_E_OIRBREG CALL FUNCTION 'DEQUEUE_E_OIRBREG'.

DEQUEUE_E_OIRBAREA CALL FUNCTION 'DEQUEUE_E_OIRBAREA'.

DEQUEUE_E_OIRBSAREA CALL FUNCTION 'DEQUEUE_E_OIRBSAREA'.

SUSR_USER_ADDRESS_GET CALL FUNCTION 'SUSR_USER_ADDRESS_GET' EXPORTING USER_NAME = G_OIRBREG_TAB-LOCREGMAN IMPORTING USER_ADDRESS = L_ADDRESS EXCEPTIONS USER_NAME_NOT_EXIST = 1 OTHERS = 2.

ADDR_PERS_COMP_GET CALL FUNCTION 'ADDR_PERS_COMP_GET' EXPORTING ADDRESS_PERS_IN_COMP_SELECTION = L_ADDRESS_SEL * READ_TEXTS = ' ' IMPORTING ADDRESS_PERS_IN_COMP_VALUE = L_ADDR_VAL * ADDRESS_PERS_IN_COMP_INFO = * RETURNCODE = * ADDRESS_PERS_IN_COMP_TEXT = * TABLES * PERSON_GROUPS = * ERROR_TABLE = * VERSIONS = * EXCEPTIONS * PARAMETER_ERROR = 1 * PERSON_NOT_EXIST = 2 * VERSION_NOT_EXIST = 3 * ADDRESS_NOT_EXIST = 4 * INTERNAL_ERROR = 5 * OTHERS = 6 .

SUSR_USER_ADDRESS_GET CALL FUNCTION 'SUSR_USER_ADDRESS_GET' EXPORTING USER_NAME = G_OIRBAREA_TAB-LOCAREAMAN IMPORTING USER_ADDRESS = L_ADDRESS EXCEPTIONS USER_NAME_NOT_EXIST = 1 OTHERS = 2.

ADDR_PERS_COMP_GET CALL FUNCTION 'ADDR_PERS_COMP_GET' EXPORTING ADDRESS_PERS_IN_COMP_SELECTION = L_ADDRESS_SEL * READ_TEXTS = ' ' IMPORTING ADDRESS_PERS_IN_COMP_VALUE = L_ADDR_VAL * ADDRESS_PERS_IN_COMP_INFO = * RETURNCODE = * ADDRESS_PERS_IN_COMP_TEXT = * TABLES * PERSON_GROUPS = * ERROR_TABLE = * VERSIONS = * EXCEPTIONS * PARAMETER_ERROR = 1 * PERSON_NOT_EXIST = 2 * VERSION_NOT_EXIST = 3 * ADDRESS_NOT_EXIST = 4 * INTERNAL_ERROR = 5 * OTHERS = 6 .

SUSR_USER_ADDRESS_GET CALL FUNCTION 'SUSR_USER_ADDRESS_GET' EXPORTING USER_NAME = G_OIRBSAREA_TAB-LOCSAREAMAN IMPORTING USER_ADDRESS = L_ADDRESS EXCEPTIONS USER_NAME_NOT_EXIST = 1 OTHERS = 2.

ADDR_PERS_COMP_GET CALL FUNCTION 'ADDR_PERS_COMP_GET' EXPORTING ADDRESS_PERS_IN_COMP_SELECTION = L_ADDRESS_SEL * READ_TEXTS = ' ' IMPORTING ADDRESS_PERS_IN_COMP_VALUE = L_ADDR_VAL * ADDRESS_PERS_IN_COMP_INFO = * RETURNCODE = * ADDRESS_PERS_IN_COMP_TEXT = * TABLES * PERSON_GROUPS = * ERROR_TABLE = * VERSIONS = * EXCEPTIONS * PARAMETER_ERROR = 1 * PERSON_NOT_EXIST = 2 * VERSION_NOT_EXIST = 3 * ADDRESS_NOT_EXIST = 4 * INTERNAL_ERROR = 5 * OTHERS = 6 .

SUSR_USER_ADDRESS_GET CALL FUNCTION 'SUSR_USER_ADDRESS_GET' EXPORTING USER_NAME = L_MANAGER IMPORTING USER_ADDRESS = L_ADDRESS EXCEPTIONS USER_NAME_NOT_EXIST = 1 OTHERS = 2.

ADDR_PERS_COMP_DIALOG CALL FUNCTION 'ADDR_PERS_COMP_DIALOG' * IMPORTING * OK_CODE = TABLES NUMBER_HANDLE_TAB = L_NUMBER_HANDLE_TAB * VALUES = EXCEPTIONS ADDRESS_NOT_EXIST = 1 GROUP_NOT_VALID = 2 PARAMETER_ERROR = 3 INTERNAL_ERROR = 4 OTHERS = 5 .



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