SAP EXIT_SAPLKSP1_001 Function Module for User Exit









EXIT_SAPLKSP1_001 is a standard exit saplksp1 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 User Exit 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 saplksp1 001 FM, simply by entering the name EXIT_SAPLKSP1_001 into the relevant SAP transaction such as SE37 or SE38.

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

.



Related Function Modules

Below is a list of related SAP function modules this CUSTOMER FUNCTION exit / user exit is relevant for.
K_COSTCENTER_ACTIVITY_SHOW
K_PLAN_APPLI_ATTRIBUTES_DAT1_K
K_PLAN_ATTRIBUTES_FILL_APPLI_K
K_PLAN_AUTHORITY_CHECK_K
K_PLAN_CHECK_ACTIVITY_RECORD
K_PLAN_CHECK_COMBI_FOR_DIM_K
K_PLAN_CHECK_COMPONENT_K
K_PLAN_CHECK_INPUT_FOR_COMBI_K
K_PLAN_CHECK_ONE_COMBI_K
K_PLAN_CHECK_QUANTITY_UNIT_K
K_PLAN_CHECK_SET_APPLICATION_K
K_PLAN_COLLECT_INFO_FOR_DIM_K
K_PLAN_COMPLETE_POSTINGS_1_K
K_PLAN_CREATE_APPLI_RECORD_K
K_PLAN_CREATE_NEW_OBJNR_K
K_PLAN_CREATE_RANGES_OBJNR_K
K_PLAN_DECIMATE_CHCK_ENTRIES_K
K_PLAN_DIALOG_FILL_PARAMS_K
K_PLAN_ENQUEUE_APPLI_DATA_K
K_PLAN_EXE_FUNCTION_APPLI_K
K_PLAN_FILL_DIM_APPLICATION_K
K_PLAN_FILL_FUNCTIONS_APPLI_K
K_PLAN_FILL_IDENTIFIERS_DIM_K
K_PLAN_FILL_IDENTVAL_INITIAL_K
K_PLAN_FILL_OWN_MESSAGES_K
K_PLAN_FILL_SPREADKEY_APPLI_K
K_PLAN_FILL_STAR_SELECTION_K
K_PLAN_GET_INFOS_FOR_DIM_K
K_PLAN_GET_OBJNR_FOR_COMBI_K
K_PLAN_INIT_GLOBAL_DATA_K
K_PLAN_JUMP_TO_BREAK_POINT_K
K_PLAN_PARAMS_WITHOUT_SETS_K
K_PLAN_READ_COKL_FOR_SENDER
K_PLAN_READ_CSSL_FOR_SENDER
K_PLAN_READ_PRICE_FOR_RESRC_K
K_PLAN_READ_PRICE_FOR_SENDER
K_PLAN_REFRESH_INTTABS_K
K_PLAN_SELECT_CSSL_FOR_SKOST
K_PLAN_SET_ACTIVITY_COMBI_K
K_PLAN_SET_ATTRIBUTES_DAT1_K
K_PLAN_SET_COKA_DEFAULTS_K
K_PLAN_SET_CUA_APPLICATION_K
K_PLAN_SET_INPUT_FOR_RATIO_K
K_PLAN_SET_LATYP_FOR_COKL_K
K_PLAN_UPDATE_CSSL_K
K_PLAN_UPDATE_OTHERS_MEINH_K
K_REFRESH_IT_COSLA_K

Copy and paste ABAP code example for EXIT_SAPLKSP1_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.

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



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!