SAP EXIT_SAPLN1C3_001 Function Module for









EXIT_SAPLN1C3_001 is a standard exit sapln1c3 001 SAP function module available within SAP R/3 or S/4 Hana systems, depending on your version and release level. It is used to perform a specific ABAP function and below is the pattern details, 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 sapln1c3 001 FM, simply by entering the name EXIT_SAPLN1C3_001 into the relevant SAP transaction such as SE37 or SE38.

Function Group: XP321
Program Name: SAPLXP321
Main Program: SAPLXP321
Appliation area: N
Release date: N/A
Mode(Normal, Remote etc): Normal Function Module
Update:



Function EXIT_SAPLN1C3_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_SAPLN1C3_001'"
EXPORTING
SS_OLD_NC301M = "
SS_NC301M = "

CHANGING
SS_VERSANDT = "
.



Related Function Modules

Below is a list of related SAP function modules this CUSTOMER FUNCTION exit / user exit is relevant for.
ISH_321_AUFV10_FILL
ISH_321_CHECK_RNC4K
ISH_321_EKVV10_FILL
ISH_321_ENTV10_FILL
ISH_321_FILENAME_BUILD
ISH_321_GET_INST_SPEZ
ISH_321_IDEV10_FILL
ISH_321_KOMV10_FILL
ISH_321_MAIL_CHECK
ISH_321_MAIL_COMPOSE
ISH_321_MAIL_FILL
ISH_321_MAIL_SORT
ISH_321_MSG_LAYOUT
ISH_321_MSG_STORE
ISH_321_ORDERFILENAME_BUILD
ISH_321_ORDER_CHECK
ISH_321_ORDER_PREEXAMINE
ISH_321_ORDER_RECREATE
ISH_321_RECEIPT_INIT
ISH_321_RECEIVE_AUFN
ISH_321_RECEIVE_AUFN_FHL
ISH_321_RECEIVE_EKVK
ISH_321_RECEIVE_EKVK_FHL
ISH_321_RECEIVE_ENTL
ISH_321_RECEIVE_ENTL_FHL
ISH_321_RECEIVE_ENTL_RM
ISH_321_RECEIVE_KOMM
ISH_321_RECEIVE_KOMM_FHL
ISH_321_RECEIVE_KOUB
ISH_321_RECEIVE_SAUF_FHL
ISH_321_RECEIVE_SCHL
ISH_321_RECEIVE_SCHL_FHL
ISH_321_RECEIVE_SENT_FHL
ISH_321_RECEIVE_STO_AUFN
ISH_321_RECEIVE_STO_ENTL
ISH_321_RECEIVE_STO_KOUB
ISH_321_RECEIVE_VORL
ISH_321_RECEIVE_VORL_FHL
ISH_321_RECEPTION_DISPATCH_FIX
ISH_321_SET_NC301S_FEHL
ISH_321_UNE_FILL
ISH_321_UNG_FILL
ISH_321_UPDATES_PATIENT_MERGE
ISH_321_V10_ADT_EVENTS_PROC
ISH_321_VERF_DUMMY
ISH_321_VPFT_CALC
ISH_AT_CONVERT_LFDNR
ISH_AT_ELDAA_BBAV10_FILL
ISH_AT_ELDAA_CREATE_FILENAME
ISH_AT_ELDAA_EVENTS_PROCESSING
ISH_AT_ELDAA_ISHFILENAME_BUILD
ISH_AT_ELDAA_MAIL_CHECK
ISH_AT_ELDAA_MAIL_COMPOSE
ISH_AT_ELDAA_MAIL_FILL
ISH_AT_ELDAA_MAIL_SORT
ISH_AT_ELDAA_MSG_STORE
ISH_AT_ELDAA_ORDER_CHECK
ISH_AT_ELDAA_ORDER_PREEXAMINE
ISH_AT_ELDAA_UNE_FILL
ISH_AT_ELDAA_UNG_FILL
ISH_AT_ELDAL_EVENTS_PROCESSING
ISH_AT_ELDAL_F01
ISH_AT_ELDAL_F02
ISH_AT_ELDAL_FILENAME_BUILD
ISH_AT_ELDAL_LDAV10_FILL
ISH_AT_ELDAL_MAIL_CHECK
ISH_AT_ELDAL_MAIL_FILL
ISH_AT_ELDAL_MAIL_SORT
ISH_AT_ELDAL_MSG_LAYOUT
ISH_AT_ELDAL_MSG_STORE
ISH_AT_ELDAL_ORDER_CHECK
ISH_AT_ELDAL_ORDER_PREEXAMINE
ISH_AT_ELDAL_ORDER_RECREATE
ISH_AT_ELDAL_RECEIVE_AMBL
ISH_AT_ELDAL_RECEIVE_AMBL_FHL
ISH_AT_ELDAL_RECEIVE_CHECK
ISH_AT_ELDAL_RECEIVE_DISPATCH
ISH_AT_ELDAL_RECEIVE_INIT
ISH_AT_ELDAL_RECEIVE_SAMB_FHL
ISH_AT_ELDAL_RECEIVE_STO_AMBL
ISH_AT_ELDAL_UNE_FILL
ISH_AT_ELDAL_UNG_FILL
ISH_AT_ELDAL_UPDATES_PAT_MERGE
ISH_AT_P321_ABW_AUF_FILL
ISH_AT_P321_ABW_ENT_FILL
ISH_AT_P321_ABW_IDV_FILL
ISH_AT_QUARTER_TABLE_GET
ISH_AT_UPDATES_PATIENT_MERGE
ISH_EDAT_CONVERT
ISH_MSG_DECODE_321
ISH_MSG_DECODE_ELDAA
ISH_MSG_DECODE_ELDAL
ISH_MSG_DECODE_SCORE

IMPORTING Parameters details for EXIT_SAPLN1C3_001

SS_OLD_NC301M -

Data type: NC301M
Optional: No
Call by Reference: No ( called with pass by value option)

SS_NC301M -

Data type: NC301M
Optional: No
Call by Reference: No ( called with pass by value option)

CHANGING Parameters details for EXIT_SAPLN1C3_001

SS_VERSANDT -

Data type: NPDOK-XFELD
Optional: No
Call by Reference: No ( called with pass by value option)

Copy and paste ABAP code example for EXIT_SAPLN1C3_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_ss_versandt  TYPE NPDOK-XFELD, "   
lv_ss_old_nc301m  TYPE NC301M, "   
lv_ss_nc301m  TYPE NC301M. "   

  CALL FUNCTION 'EXIT_SAPLN1C3_001'  "
    EXPORTING
         SS_OLD_NC301M = lv_ss_old_nc301m
         SS_NC301M = lv_ss_nc301m
    CHANGING
         SS_VERSANDT = lv_ss_versandt
. " EXIT_SAPLN1C3_001




ABAP code using 7.40 inline data declarations to call FM EXIT_SAPLN1C3_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.

"SELECT single XFELD FROM NPDOK INTO @DATA(ld_ss_versandt).
 
 
 


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!