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

FM06LFSL SAP ABAP INCLUDE - documentation and ABAP source code







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

INCLUDE FM06LFSL_ANFORDERUNGSBILD . " ANFORDERUNGSBILD
INCLUDE FM06LFSL_T160B_LESEN . " T160B_LESEN
INCLUDE FM06LFSL_T160B_ZUWEISEN . " T160B_ZUWEISEN
INCLUDE FM06LFSL_MODIFY_ANFO . " MODIFY_ANFO
INCLUDE FM06LFSL_MODIFY_MEMORY . " MODIFY_MEMORY "PARK&HOLD
INCLUDE FM06LFSL_BSTYP_BESTIMMEN . " BSTYP_BESTIMMEN
INCLUDE FM06LFSL_PREISANZ_SETZEN . " PREISANZ_SETZEN
INCLUDE FM06LFSL_PREISBER_KOPF . " PREISBER_KOPF
INCLUDE FM06LFSL_PREISBER_POS . " PREISBER_POS
INCLUDE FM06LFSL_SELPA_ANALYSE . " SELPA_ANALYSE
INCLUDE FM06LFSL_SELPA_CHECK_KOPF . " SELPA_CHECK_KOPF
INCLUDE FM06LFSL_SELPA_CHECK_KOPF_RAHM . " SELPA_CHECK_KOPF_RAHM
INCLUDE FM06LFSL_SELPA_CHECK_POS . " SELPA_CHECK_POS
INCLUDE FM06LFSL_FC_ME_READ_HISTORY . " FC_ME_READ_HISTORY
INCLUDE FM06LFSL_SELPA_CHECK_POS_BEST . " SELPA_CHECK_POS_BEST
INCLUDE FM06LFSL_SELPA_CHECK_POS_RAHM . " SELPA_CHECK_POS_RAHM
INCLUDE FM06LFSL_SELPA_CHECK_POS_ANFR . " SELPA_CHECK_POS_ANFR
INCLUDE FM06LFSL_SELPA_CHECK_EKKN . " SELPA_CHECK_EKKN
INCLUDE FM06LFSL_SELPA_VERGLEICH . " SELPA_VERGLEICH
INCLUDE FM06LFSL_SELPA_VFELD_WE . " SELPA_VFELD_WE
INCLUDE FM06LFSL_SELPA_VFELD_RE . " SELPA_VFELD_RE
INCLUDE FM06LFSL_ZUGRIFF_ERMITTELN . " ZUGRIFF_ERMITTELN
INCLUDE FM06LFSL_SELP_ERMITTELN . " SELP_ERMITTELN
INCLUDE FM06LFSL_SET_SELP . " SET_SELP
INCLUDE FM06LFSL_SELK_ERMITTELN . " SELK_ERMITTELN
INCLUDE FM06LFSL_ZUGRIFF_KOPF . " ZUGRIFF_KOPF
INCLUDE FM06LFSL_ZUGRIFF_POS . " ZUGRIFF_POS
INCLUDE FM06LFSL_EKKO_MERKEN . " EKKO_MERKEN
INCLUDE FM06LFSL_EKPO_MERKEN . " EKPO_MERKEN
INCLUDE FM06LFSL_POS_NACH_KOPF . " POS_NACH_KOPF
INCLUDE FM06LFSL_KOPF_NACH_POS . " KOPF_NACH_POS
INCLUDE FM06LFSL_KOPF_NACH_POS_LESEN . " KOPF_NACH_POS_LESEN
INCLUDE FM06LFSL_KOPF_NACH_POS_PRUEFEN . " KOPF_NACH_POS_PRUEFEN
INCLUDE FM06LFSL_KOPF_NACH_POS_AUSGEBE . " KOPF_NACH_POS_AUSGEBEN
INCLUDE FM06LFSL_END_OF_SELECTION . " END_OF_SELECTION


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:

No SAP FUNCTION MODULES are executed within this report code!



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