SAP Reports / Programs

/NFM/CORRECT1 SAP ABAP Report - Correction Program for Sales Orders with NF Data







/NFM/CORRECT1 is a standard Executable ABAP Report 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 /NFM/CORRECT1 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 /NFM/CORRECT1. "Basic submit
SUBMIT /NFM/CORRECT1 AND RETURN. "Return to original report after report execution complete
SUBMIT /NFM/CORRECT1 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: S_VBELN = Sales Document Number
Selection Text: S_ERDAT = Entered On
Title: Correction Program for Sales Orders with NF Data
Text Symbol: MAP = Folder
Text Symbol: LRE = Order fields are on left, material master fields on right
Text Symbol: LIF = Delivery blocks have been set
Text Symbol: KOR = have been corrected
Text Symbol: GEW = Weights in orders and coverage
Text Symbol: FAK = Billing blocks have been set
Text Symbol: CRE = was created.
Text Symbol: ALI = Selection of Delivery Block
Text Symbol: AFA = Selection of Billing Block


INCLUDES used within this REPORT /NFM/CORRECT1

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:

/NFM/NF_MATERIAL_CHECK call function '/NFM/NF_MATERIAL_CHECK' exporting i_matnr = l_vbap_tbl-matnr i_kappl = 'V ' i_org = l_vbap_tbl-vkorg i_vtweg = l_vbap_tbl-vtweg i_blt = 'A' i_belnr = l_vbap_tbl-vbeln i_posnr = l_vbap_tbl-posnr importing e_ne_flag = l_ne_flag.

REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_callback_program = '/NFM/CORRECT1' i_callback_pf_status_set = 'CB_STATUS_SET' i_callback_user_command = 'CB_USER_COMMAND' i_structure_name = 'CB_TOP_OF_PAGE' is_layout = l_layout it_fieldcat = g_field_tbl it_events = l_events tables t_outtab = g_output_tbl exceptions others = 1.

K_KKB_TOP_OF_PAGE_HEADER call function 'K_KKB_TOP_OF_PAGE_HEADER' exporting it_header = l_header_tbl exceptions others = 1.

BDC_OPEN_GROUP call function 'BDC_OPEN_GROUP' exporting client = sy-mandt group = group user = user keep = keep holddate = holddate.

BDC_CLOSE_GROUP call function 'BDC_CLOSE_GROUP'.

BDC_INSERT call function 'BDC_INSERT' exporting tcode = tcode tables dynprotab = bdcdata.

K_KKB_LIST_FOR_ITEM_SELECTION call function 'K_KKB_LIST_FOR_ITEM_SELECTION' exporting i_title = l_title i_tabname = 'L_LIFSP_TBL' it_fieldcat = l_field_tbl importing es_selfield = l_selfield e_exit = l_exit tables t_outtab = l_lifsp_tbl exceptions others = 1.

K_KKB_LIST_FOR_ITEM_SELECTION call function 'K_KKB_LIST_FOR_ITEM_SELECTION' exporting i_title = l_title i_tabname = 'L_FAKSP_TBL' it_fieldcat = l_field_tbl importing es_selfield = l_selfield e_exit = l_exit tables t_outtab = l_faksp_tbl exceptions others = 1.



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 /NFM/CORRECT1 or its description.