SAP Reports / Programs | Materials Management | Purchasing(MM-PUR) SAP MM

REOFORMS SAP ABAP INCLUDE - Forms Reorganization Scheduling Agreement Schedules







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


Text pool values


Title: Forms Reorganization Scheduling Agreement Schedules


INCLUDES used within this REPORT REOFORMS

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:

GET_FIELDTAB CALL FUNCTION 'GET_FIELDTAB' "#EC * EXPORTING langu = sy-langu tabname = mcinf_tab withtext = con_x TABLES fieldtab = dfies_tab EXCEPTIONS internal_error = 1 no_texts_found = 2 table_has_no_fields = 3 table_not_activ = 4.

ENQUEUE_EMEKPOE CALL FUNCTION 'ENQUEUE_EMEKPOE' EXPORTING ebeln = ebeln_basket ebelp = ebelp_basket EXCEPTIONS foreign_lock = 2 system_failure = 3.

ND_EXITS_ACTIVE_CHECK CALL FUNCTION 'ND_EXITS_ACTIVE_CHECK' EXCEPTIONS exits_not_active = 1 OTHERS = 2.

ND_EXITS_ACTIVE_CHECK CALL FUNCTION 'ND_EXITS_ACTIVE_CHECK' EXCEPTIONS exits_not_active = 1 OTHERS = 2.

DB_COMMIT CALL FUNCTION 'DB_COMMIT' EXCEPTIONS OTHERS = 1.

DEQUEUE_EMEKPOE CALL FUNCTION 'DEQUEUE_EMEKPOE' EXPORTING ebeln = ebeln_basket ebelp = ebelp_basket.

ENQUEUE_EMEKPOE CALL FUNCTION 'ENQUEUE_EMEKPOE' EXPORTING ebeln = ebeln_basket ebelp = ebelp_basket EXCEPTIONS foreign_lock = 2 system_failure = 3.

ND_EXITS_ACTIVE_CHECK CALL FUNCTION 'ND_EXITS_ACTIVE_CHECK' EXCEPTIONS exits_not_active = 1 OTHERS = 2.

ND_EXITS_ACTIVE_CHECK CALL FUNCTION 'ND_EXITS_ACTIVE_CHECK' EXCEPTIONS exits_not_active = 1 OTHERS = 2.

DB_COMMIT CALL FUNCTION 'DB_COMMIT' EXCEPTIONS OTHERS = 1.

DEQUEUE_EMEKPOE CALL FUNCTION 'DEQUEUE_EMEKPOE' EXPORTING ebeln = ebeln_basket ebelp = ebelp_basket.

ENQUEUE_EMEKPOE CALL FUNCTION 'ENQUEUE_EMEKPOE' EXPORTING ebeln = ebeln_basket ebelp = ebelp_basket EXCEPTIONS foreign_lock = 2 system_failure = 3.

ND_EXITS_ACTIVE_CHECK CALL FUNCTION 'ND_EXITS_ACTIVE_CHECK' EXCEPTIONS exits_not_active = 1 OTHERS = 2.

ND_EXITS_ACTIVE_CHECK CALL FUNCTION 'ND_EXITS_ACTIVE_CHECK' EXCEPTIONS exits_not_active = 1 OTHERS = 2.

DB_COMMIT CALL FUNCTION 'DB_COMMIT' EXCEPTIONS OTHERS = 1.

DEQUEUE_EMEKPOE CALL FUNCTION 'DEQUEUE_EMEKPOE' EXPORTING ebeln = ebeln_basket ebelp = ebelp_basket.

OUTBOUND_CALL_01000730_E CALL FUNCTION 'OUTBOUND_CALL_01000730_E' TABLES t_yeket = pti_deket.

OUTBOUND_CALL_01000730_E CALL FUNCTION 'OUTBOUND_CALL_01000730_E' TABLES t_xeket = pti_ueket.

ENQUEUE_EMEKPOE





CALL FUNCTION 'ENQUEUE_EMEKPOE' EXPORTING ebeln = lt_ebeln_ebelp-ebeln ebelp = lt_ebeln_ebelp-ebelp EXCEPTIONS foreign_lock = 2 system_failure = 3.

RV_KONV_SELECT CALL FUNCTION 'RV_KONV_SELECT' EXPORTING comm_head_i = ls_komk general_read = 'X' "Note 314576 TABLES tkomv = lt_komv.

ME_READ_HISTORY CALL FUNCTION 'ME_READ_HISTORY' EXPORTING ebeln = ls_ekko-ebeln ebelp = lt_ekpo-ebelp webre = space TABLES xekbe = lt_ekbe xekbes = lt_ekbes xekbez = lt_ekbez xekbz = lt_ekbz xekbnk = lt_ekbnk.

ME_STATISTICS_RKO CALL FUNCTION 'ME_STATISTICS_RKO' EXPORTING i_ekko = ls_ekko i_appl_refresh = 'O' "Komponente CO TABLES t_ekpo = lt_ekpo t_eket = lt_eket t_ekkn = lt_ekkn t_ekbe = lt_ekbe t_ekbes = lt_ekbes t_komv = lt_komv t_ekbz = lt_ekbz t_ekbnk = lt_ekbnk EXCEPTIONS error_message = 1 OTHERS = 2.

DEQUEUE_EMEKPOE CALL FUNCTION 'DEQUEUE_EMEKPOE' EXPORTING ebeln = lt_ebeln_ebelp-ebeln ebelp = lt_ebeln_ebelp-ebelp.



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