SAP Reports / Programs

RFFMALE_REAS_DOCNUMBER SAP ABAP Report - Adjust Document Numbers of FM Tables in ALE Environment







RFFMALE_REAS_DOCNUMBER is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report can only used after consulting SAP...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RFFMALE_REAS_DOCNUMBER 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 RFFMALE_REAS_DOCNUMBER. "Basic submit
SUBMIT RFFMALE_REAS_DOCNUMBER AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMALE_REAS_DOCNUMBER 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: P_ERRON = D .
Selection Text: S_BELNR = D .
Selection Text: S_FIKRS = D .
Title: Adjust Document Numbers of FM Tables in ALE Environment
Text Symbol: 010 = Error when updating table FMIFIIT
Text Symbol: 020 = Error when updating table FMIFIHD
Text Symbol: 030 = Error when updating table FMCCFD
Text Symbol: 300 = Date
Text Symbol: 310 = Time
Text Symbol: 320 = Runtime Errors
Text Symbol: 330 = Note the Output Log
Text Symbol: 340 = Restructure FM Doc. Number Assignment


INCLUDES used within this REPORT RFFMALE_REAS_DOCNUMBER

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:

FMALE_READ_CUST CALL FUNCTION 'FMALE_READ_CUST'.

NUMBER_GET_INFO CALL FUNCTION 'NUMBER_GET_INFO' EXPORTING nr_range_nr = l_t_fm01-ca_numkr object = con_num_object_ca subobject = l_t_fm01-fikrs IMPORTING interval = l_f_interval EXCEPTIONS interval_not_found = 1 object_not_found = 2 OTHERS = 3.

FMCA_GET_NUMBER CALL FUNCTION 'FMCA_GET_NUMBER' EXPORTING i_fikrs = fmifihd-fikrs IMPORTING e_belnr = l_fmbelnr.

FM_STUNR_GET CALL FUNCTION 'FM_STUNR_GET' IMPORTING e_stunr = l_stunr.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'FMALE_REAS_DOCNUMBER_OUT' CHANGING ct_fieldcat = l_t_fieldcat.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = 'RFFMALE_REAS_DOCNUMBER' i_callback_html_top_of_page = 'HTML_TOP_OF_PAGE' i_callback_top_of_page = 'TOP_OF_PAGE' i_grid_title = text-340 is_layout = l_f_layout it_fieldcat = l_t_fieldcat TABLES t_outtab = g_t_fmale_reas_docnumber_out.



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