SAP EXIT_SAPLC1F3_001 Function Module for EHS: Checking Assignment in Report Header
EXIT_SAPLC1F3_001 is a standard exit saplc1f3 001 SAP function module available within SAP R/3 or S/4 Hana systems, depending on your version and release level. It is used for EHS: Checking Assignment in Report Header processing and below is the pattern details for this FM, showing its interface including any import and export parameters, exceptions etc. there is also a full "cut and paste" ABAP pattern code example, along with implementation ABAP coding, documentation and contribution comments specific to this or related objects.
See here to view full function module documentation and code listing for exit saplc1f3 001 FM, simply by entering the name EXIT_SAPLC1F3_001 into the relevant SAP transaction such as SE37 or SE38.
Function Group: XC1A
Program Name: SAPLXC1A
Main Program: SAPLXC1A
Appliation area: M
Release date: N/A
Mode(Normal, Remote etc): Normal Function Module
Update:

Function EXIT_SAPLC1F3_001 pattern details
In-order to call this FM within your sap programs, simply using the below ABAP pattern details to trigger the function call...or see the full ABAP code listing at the end of this article. You can simply cut and paste this code into your ABAP progrom as it is, including variable declarations.CALL FUNCTION 'EXIT_SAPLC1F3_001'"EHS: Checking Assignment in Report Header.
EXPORTING
I_ADDINF = "Additional information on object
TABLES
X_API_SUBJOIN_TAB = "Substance assignment data
EXCEPTIONS
JOIN_REFUSED = 1
Related Function Modules
Below is a list of related SAP function modules this CUSTOMER FUNCTION exit / user exit is relevant for.C1F3_CHANGE_POINTERS_BUFFER NOTRANSL: EHS: Zwischenspeichern der ALE-Änderungszeiger
C1F3_CHANGE_POINTERS_SAVE NOTRANSL: EHS: Speichern der ALE-Änderungszeiger auf der Datenbank
C1F3_CNT_STRCT_CREATE NOTRANSL: EHS: Kontrollstruktur anlegen
C1F3_CNT_STRCT_DELETE NOTRANSL: EHS: Kontrollstruktur löschen
C1F3_CNT_STRCT_READ NOTRANSL: EHS: Kontrollstruktur lesen
C1F3_GEN_RAWREPORT_CB NOTRANSL: EHS: INTERN : CallBack-Funktion der Rohberichtsgenerierung
C1F3_RAWREP_DEFAULT_PARAMETER NOTRANSL: EHS: Default-Werte für Parametersymbole eines Berichtes ermittel
C1F3_REFREPORTS_FIND_BY_SUBLIS NOTRANSL: EHS: Suche nach referenzierten Berichten nach Kopfdaten und Stof
C1F3_REPORTS_DELETE NOTRANSL: EHS: Löschen von Berichten
C1F3_REPORTS_FIND NOTRANSL: EHS: Suche nach Berichten anhand von Kopfdaten
C1F3_REPORTS_FIND_BY_APPLOBJ NOTRANSL: EHS: Suche nach Berichten nach Kopfdaten und Anwendungsobjekte
C1F3_REPORTS_FIND_BY_MATMASTER
C1F3_REPORTS_FIND_BY_SBGVLIST NOTRANSL: EHS: Suche nach Berichten nach Kopfdaten und SBGV-Liste
C1F3_REPORTS_FIND_BY_SUBLIST NOTRANSL: EHS: Suche nach Berichten nach Kopfdaten und Stoffliste
C1F3_REPORTS_FIND_FOR_SUBSEQ NOTRANSL: EHS: Suche nach Berichten für den Nachversand/-export
C1F3_REPORTS_FIND_HISTORIC NOTRANSL: EHS: Suche nach Berichten anhand von Kopfdaten
C1F3_REPORTS_FIND_IN_STAT_NET NOTRANSL: EHS: Finden von Rohberichten im Statusnetz von Status - FT
C1F3_REPORTS_GENERATE NOTRANSL: EHS: Berichte im Status GB generieren
C1F3_REPORTS_READ NOTRANSL: EHS: Lesen von Berichten
C1F3_REPORTS_REFERENCE_CHECK NOTRANSL: EHS: Spezielle Prüfungen für einen neuen Referenzstoff
C1F3_REPORTS_RELEASE_LOCKS NOTRANSL: EHS: Sperren der im Puffer gesperrten Sätze freigeben
C1F3_REPORTS_RESET NOTRANSL: EHS: Rücksetzen der Berichtsdatenpuffer
C1F3_REPORTS_SAVE_TO_DB NOTRANSL: EHS: Pufferinhalte der Berichtspuffer auf die Datenbank schreibe
C1F3_REPORTS_UPDATE NOTRANSL: EHS: Ändern von Berichten
C1F3_REPORT_ADD_DOCUMENT NOTRANSL: EHS: Bericht im Status GB mit fertigem Dokument versehen (InBoun
C1F3_REPORT_AUTH_CHECK NOTRANSL: EHS: Prüfen der Berechtigung auf einen Bericht für spez. Aktivit
C1F3_REPORT_CHECK_INITRELSTAT NOTRANSL: EHS: Prüfen des init. Freigabest. und setzen der notwendigen Ber
C1F3_REPORT_CHECK_VERSIONING NOTRANSL: EHS: Prüfen der Versionierung, Vergabe einer neuen Version eines
C1F3_REPORT_CREATE NOTRANSL: EHS: Bericht anlegen
C1F3_REPORT_DEFAULT_PARAMETER NOTRANSL: EHS: Default-Werte für Parametersymbole eines Rohberichtes ermit
C1F3_REPORT_DISPLAY NOTRANSL: EHS: Anzeigen eines Berichtes am Frontend
C1F3_REPORT_FIND_FOR_AVGEN NOTRANSL: EHS: Suchen von Berichtsköpfen für die Arbeitsvorratsgenerierung
C1F3_REPORT_GET_NEXT_VERSION NOTRANSL: EHS: Ermitteln von Versionsnummern abhängig von bestehenden Beri
C1F3_REPORT_STATUS_GET NOTRANSL: Get status of report for given document
C1F3_VALUEFILE_GEN_FROM_CVDDP NOTRANSL: EHS: Generiert Valuefile aus Report Default Parameter und Report
IMPORTING Parameters details for EXIT_SAPLC1F3_001
I_ADDINF - Additional information on object
Data type: RCGADDINFOptional: No
Call by Reference: No ( called with pass by value option)
TABLES Parameters details for EXIT_SAPLC1F3_001
X_API_SUBJOIN_TAB - Substance assignment data
Data type: ESPRE_APIDJ_TAB_TYPEOptional: No
Call by Reference: No ( called with pass by value option)
EXCEPTIONS details
JOIN_REFUSED - Assignment is refused
Data type:Optional: No
Call by Reference: No ( called with pass by value option)
Copy and paste ABAP code example for EXIT_SAPLC1F3_001 Function Module
The ABAP code below is a full code listing to execute function module POPUP_TO_CONFIRM including all data declarations. The code uses the original data declarations rather than the latest in-line data DECLARATION SYNTAX but I have included an ABAP code snippet at the end to show how declarations would look using the newer method of declaring data variables on the fly. This will allow you to compare and fully understand the new inline method. Please note some of the newer syntax such as the @DATA is not available until a later 4.70 service pack (SP8), which i why i have stuck to the origianl for this example.| DATA: | ||||
| lv_i_addinf | TYPE RCGADDINF, " | |||
| lv_join_refused | TYPE RCGADDINF, " | |||
| lt_x_api_subjoin_tab | TYPE STANDARD TABLE OF ESPRE_APIDJ_TAB_TYPE. " |
|   CALL FUNCTION 'EXIT_SAPLC1F3_001' "EHS: Checking Assignment in Report Header |
| EXPORTING | ||
| I_ADDINF | = lv_i_addinf | |
| TABLES | ||
| X_API_SUBJOIN_TAB | = lt_x_api_subjoin_tab | |
| EXCEPTIONS | ||
| JOIN_REFUSED = 1 | ||
| . " EXIT_SAPLC1F3_001 | ||
ABAP code using 7.40 inline data declarations to call FM EXIT_SAPLC1F3_001
The below ABAP code uses the newer in-line data declarations. This allows you to see the coding differences/benefits of the later inline syntax. Please note some of the newer syntax below, such as the @DATA is not available until 4.70 EHP 8.Search for further information about these or an SAP related objects