SAP Reports / Programs | Exchanges | Industry Solution Oil | Exchanges(IS-OIL-DS-EXG) SAP IS

MOIA1F40 SAP ABAP INCLUDE - Performs for SAPMOIA1







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


Text pool values


Title: Performs for SAPMOIA1


INCLUDES used within this REPORT MOIA1F40

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:

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' "SO4K000978 RD EXPORTING "SO4K000978 RD TEXTLINE1 = 'Do you really want to quit'(C11)"o4k000978 rd TEXTLINE2 = 'without saving?'(C12) "SO4K000978 RD TITEL = SY-TITLE "SO4K000978 RD IMPORTING "SO4K000978 RD ANSWER = MAY_BE "SO4K000978 RD EXCEPTIONS "SO4K000978 RD OTHERS = 1. "SO4K000978 RD

RV_HELP_TVCPT CALL FUNCTION 'RV_HELP_TVCPT' EXPORTING HGRPZE = GRPZE HKAPPL = KAPPL HSYPFKEY = HSYPFKEY IMPORTING HTABWA = LV07B_SELECT.

IS_OIA01_SINGLE_READ CALL FUNCTION 'IS_OIA01_SINGLE_READ' ">46B KH EXPORTING I_EXGNUM = oia01r-exgnum ">46B KH IMPORTING E_OIA01 = *oia01 ">46B KH exceptions record_not_found = 4. ">46B KH

NUMBER_GET_INFO CALL FUNCTION 'NUMBER_GET_INFO' EXPORTING NR_RANGE_NR = TOIA2-NUMKR OBJECT = 'OIA01' IMPORTING INTERVAL = NRIV.

NUMBER_CHECK CALL FUNCTION 'NUMBER_CHECK' EXPORTING NR_RANGE_NR = TOIA2-NUMKR NUMBER = OIA01-EXGNUM OBJECT = 'OIA01' IMPORTING RETURNCODE = NUM_SUBRC.

CONVERSION_EXIT_AUART_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_AUART_OUTPUT' EXPORTING INPUT = 'KM' IMPORTING OUTPUT = CONTRACT_TYPE.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' "SO4K000978 RD EXPORTING "SO4K000978 RD TITLEBAR = 'Update contracts ?'(E11) "SO4K000978 RD TEXT_QUESTION = 'Do you really want to update ..'(E12)"00978 RD

MESSAGE_TEXTS_READ CALL FUNCTION 'MESSAGE_TEXTS_READ' "SO4K000978 RD EXPORTING "SO4K000978 RD MSG_LOG_IMP = LS_MSG_LOG "SO4K000978 RD IMPORTING "SO4K000978 RD MSG_TEXT_EXP = LS_MSG_TEXT. "SO4K000978 RD



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