SAP Reports / Programs | Logistics - General | Agency Business (Global Trade)(LO-AB) SAP LO

F2009F00 SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT F2009F00

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:

ENQUEUE_EMWBRKE CALL FUNCTION 'ENQUEUE_EMWBRKE' EXCEPTIONS FOREIGN_LOCK = 2 SYSTEM_FAILURE = 3.

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING DEFAULTOPTION = SPACE DIAGNOSETEXT1 = TEXT-W01 DIAGNOSETEXT2 = TEXT-W02 TEXTLINE1 = TEXT-W04 TEXTLINE2 = TEXT-W05 TITEL = TEXT-W06 IMPORTING ANSWER = L_ANSWER.

DEQUEUE_EMWBRKE CALL FUNCTION 'DEQUEUE_EMWBRKE'.

TRANSFER_NAMES_TO_FIELDS CALL FUNCTION 'TRANSFER_NAMES_TO_FIELDS' EXPORTING SELECTFIELD = FIELDNAME TABLES FIELDS = FIELDS NAMELIST = LIST_OF_FIELDS EXCEPTIONS WRONG_FORMAT_GIVEN = 01 ERROR_MESSAGE = 02 OTHERS = 03.

HELP_VALUES_GET_NO_DD_NAME CALL FUNCTION 'HELP_VALUES_GET_NO_DD_NAME' EXPORTING SELECTFIELD = FIELDNAME TITEL = TEXT35 * TEXT: OFFENE LAEUFE, TABELLE & NO_PERS_HELP_SELECT = YES SHOW_ALL_VALUES_AT_FIRST_TIME = YES IMPORTING IND = IND TABLES FIELDS = FIELDS FULL_TABLE = YTMCW3_DISPLAY EXCEPTIONS FULL_TABLE_EMPTY = 01 NO_TABLESTRUCTURE_GIVEN = 02 ERROR_MESSAGE = 03 OTHERS = 04.

DATE_TIME_CONVERT CALL FUNCTION 'DATE_TIME_CONVERT' EXPORTING DATE = LE_STARTDAT TIME = LE_STARTTIM IMPORTING POINT_IN_TIME = LE_HLP_STARTZEIT EXCEPTIONS DATE_BEFORE_REL_DATE = 01 DATE_TO_BIG = 02.

DATE_TIME_CONVERT CALL FUNCTION 'DATE_TIME_CONVERT' EXPORTING DATE = SY-DATUM TIME = SY-UZEIT IMPORTING POINT_IN_TIME = LE_HLP_UZEIT EXCEPTIONS DATE_BEFORE_REL_DATE = 01 DATE_TO_BIG = 02.

DB_COMMIT CALL FUNCTION 'DB_COMMIT' EXCEPTIONS OTHERS = 1.

WLF_DISPLAY_MESSAGES_DATA CALL FUNCTION 'WLF_DISPLAY_MESSAGES_DATA' EXPORTING I_TITLE = TEXT-075 * TEXT: FEHLENDE BERECHTIGUNG(EN) I_DISPLAY_POSNR = NO TABLES ERROR_MESSAGES = L_ERROR_MESSAGES.

WLF_TMFKT_READ CALL FUNCTION 'WLF_TMFKT_READ' EXPORTING I_LFART = I_LFART I_SPRAS = SY-LANGU IMPORTING E_TMFKT = L_TMFKT EXCEPTIONS NO_INPUT_DATA = 1 DATA_NOT_FOUND = 2 OTHERS = 3.



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