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

/NFM/RBSL_F22 SAP ABAP INCLUDE - /NFM/RBSLF22







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

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:

SWE_REQUESTER_TO_UPDATE call function 'SWE_REQUESTER_TO_UPDATE'.

KRED_WRITE_DOCUMENT call function 'KRED_WRITE_DOCUMENT' exporting objectid = l_objectid tcode = sy-tcode utime = sy-uzeit udate = sy-datlo username = sy-uname n_lfa1 = l_lfa1 o_ylfa1 = l_lfa1 n_lfb1 = l_lfb1 o_ylfb1 = l_lfb1 n_lfm1 = g_lfm1_tbl o_ylfm1 = l_lfm1_old upd_lfm1 = 'U' tables xknvk = l_xknvk_tbl yknvk = l_yknvk_tbl xlfas = l_xlfas_tbl ylfas = l_ylfas_tbl xlfat = l_xlfat_tbl ylfat = l_ylfat_tbl xlfb5 = l_xlfb5_tbl ylfb5 = l_ylfb5_tbl xlfbk = l_xlfbk_tbl ylfbk = l_ylfbk_tbl xlfbw = l_xlfbw_tbl ylfbw = l_ylfbw_tbl xlfei = l_xlfei_tbl ylfei = l_ylfei_tbl xlflr = l_xlflr_tbl ylflr = l_ylflr_tbl xlfm2 = l_xlfm2_tbl ylfm2 = l_ylfm2_tbl xlfza = l_xlfza_tbl ylfza = l_ylfza_tbl xwyt1 = l_xwyt1_tbl ywyt1 = l_ywyt1_tbl xwyt1t = l_xwyt1t_tbl ywyt1t = l_ywyt1t_tbl xwyt3 = l_xwyt3_tbl ywyt3 = l_ywyt3_tbl.



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