SAP Reports / Programs | Non-Ferrous Metal enhancements | Mill Products Industry Solution | Non-Ferrous Metal enhancements(IS-MP-NF) SAP IS

/NFM/_LMRMBF01 SAP ABAP INCLUDE - /NFM/LMRMBF01







/NFM/_LMRMBF01 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 /NFM/_LMRMBF01 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/_LMRMBF01. "Basic submit
SUBMIT /NFM/_LMRMBF01 AND RETURN. "Return to original report after report execution complete
SUBMIT /NFM/_LMRMBF01 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 /NFM/_LMRMBF01

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 = t_drseg-matnr i_kappl = /nfm/c_kappl-mm i_werks = t_drseg-werks i_blt = /nfm/c_blt-invoice i_belnr = u_rbkpv-belnr i_posnr = l_posnr i_orderpos = l_orderpos importing e_ne_flag = l_ne_flag.

/NFM/MRM_NF_DATA_GET call function '/NFM/MRM_NF_DATA_GET' exporting i_rbkpv = u_rbkpv i_drseg = t_drseg i_trtyp = l_akt_typ i_fill_memory = /nfm/c_xflag importing e_nf_data = l_nfm_data.

/NFM/PROCESSING call function '/NFM/PROCESSING' exporting i_data = l_nfm_data.

/NFM/MRM_CONDITIONS_GET call function '/NFM/MRM_CONDITIONS_GET' exporting i_drseg = l_drseg i_trtyp = l_akt_typ i_belnr = l_nfm_data-belnr i_rbkpv = u_rbkpv tables t_komv = l_komv_tbl.

/NFM/MRM_DATA_MOVE call function '/NFM/MRM_DATA_MOVE' exporting i_rbkpv = u_rbkpv i_ydrseg = t_drseg.

/NFM/MRM_CONDITIONS_NEW * call function '/NFM/MRM_CONDITIONS_NEW' * exporting * i_komk = komk * i_komp = komp * i_kzkon = kzkon * i_knumv = h_knumv * tables * t_komva = tkomva * t_komvn = tkomvn * changing * ch_drseg = t_drseg.

/NFM/MRM_NETWR_GET call function '/NFM/MRM_NETWR_GET' exporting i_rbkpv = u_rbkpv i_drseg = l_drseg importing e_netwr = t_drseg-wrbtr tables t_komv = l_komv_tbl.

CONVERT_AMOUNT_TO_CURRENCY call function 'CONVERT_AMOUNT_TO_CURRENCY' exporting date = u_rbkpv-wwert foreign_currency = t_drseg-bewae foreign_amount = t_drseg-wrbtr local_currency = t_drseg-waers importing local_amount = t_drseg-wrbtr 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/_LMRMBF01 or its description.