SAP CMX_XS_PARAM_POST Function Module for NOTRANSL: XSteps: historische Verbuchung









CMX_XS_PARAM_POST is a standard cmx xs param post SAP function module available within SAP R/3 or S/4 Hana systems, depending on your version and release level. It is used for NOTRANSL: XSteps: historische Verbuchung 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 cmx xs param post FM, simply by entering the name CMX_XS_PARAM_POST into the relevant SAP transaction such as SE37 or SE38.

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



Function CMX_XS_PARAM_POST 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 'CMX_XS_PARAM_POST'"NOTRANSL: XSteps: historische Verbuchung
EXPORTING
SMALL_INS = "XSteps: Table for Values in DB Format SMALL
LIVE_SMALL_INS = "XSteps: LIVE Parameter in DB Format SMALL
LIVE_SMALL_UPD = "XSteps: Table for Parameter in DB Format SMALL
LIVE_SMALL_DEL = "XSteps: Table for Parameter in DB Format SMALL
LIVE_MEDIUM_INS = "XSteps: Table for Values in DB Format MEDIUM
LIVE_MEDIUM_UPD = "XSteps: Table for Values in DB Format MEDIUM
LIVE_MEDIUM_DEL = "XSteps: Table for Values in DB Format MEDIUM
LIVE_LARGE_INS = "XSteps: Table for Values in DB Format LARGE
LIVE_LARGE_UPD = "XSteps: Table for Values in DB Format LARGE
LIVE_LARGE_DEL = "XSteps: Table for Values in DB Format LARGE
* IT_SMALL_TXT_MOD = "
SMALL_UPD = "XSteps: Table for Values in DB Format SMALL
* IT_SMALL_TXT_DEL = "
* IT_MEDIUM_TXT_MOD = "
* IT_MEDIUM_TXT_DEL = "
* IT_LARGE_TXT_MOD = "
* IT_LARGE_TXT_DEL = "
SMALL_DEL = "XSteps: Table for Values in DB Format SMALL
MEDIUM_INS = "XSteps: Table for Values in DB Format SMALL
MEDIUM_UPD = "XSteps: Table for Values in DB Format SMALL
MEDIUM_DEL = "XSteps: Table for Values in DB Format SMALL
LARGE_INS = "XSteps: Table for Values in DB Format SMALL
LARGE_UPD = "XSteps: Table for Values in DB Format SMALL
LARGE_DEL = "XSteps: Table for Values in DB Format SMALL
.



IMPORTING Parameters details for CMX_XS_PARAM_POST

SMALL_INS - XSteps: Table for Values in DB Format SMALL

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

LIVE_SMALL_INS - XSteps: LIVE Parameter in DB Format SMALL

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

LIVE_SMALL_UPD - XSteps: Table for Parameter in DB Format SMALL

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

LIVE_SMALL_DEL - XSteps: Table for Parameter in DB Format SMALL

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

LIVE_MEDIUM_INS - XSteps: Table for Values in DB Format MEDIUM

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

LIVE_MEDIUM_UPD - XSteps: Table for Values in DB Format MEDIUM

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

LIVE_MEDIUM_DEL - XSteps: Table for Values in DB Format MEDIUM

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

LIVE_LARGE_INS - XSteps: Table for Values in DB Format LARGE

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

LIVE_LARGE_UPD - XSteps: Table for Values in DB Format LARGE

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

LIVE_LARGE_DEL - XSteps: Table for Values in DB Format LARGE

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

IT_SMALL_TXT_MOD -

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

SMALL_UPD - XSteps: Table for Values in DB Format SMALL

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

IT_SMALL_TXT_DEL -

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

IT_MEDIUM_TXT_MOD -

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

IT_MEDIUM_TXT_DEL -

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

IT_LARGE_TXT_MOD -

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

IT_LARGE_TXT_DEL -

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

SMALL_DEL - XSteps: Table for Values in DB Format SMALL

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

MEDIUM_INS - XSteps: Table for Values in DB Format SMALL

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

MEDIUM_UPD - XSteps: Table for Values in DB Format SMALL

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

MEDIUM_DEL - XSteps: Table for Values in DB Format SMALL

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

LARGE_INS - XSteps: Table for Values in DB Format SMALL

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

LARGE_UPD - XSteps: Table for Values in DB Format SMALL

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

LARGE_DEL - XSteps: Table for Values in DB Format SMALL

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

Copy and paste ABAP code example for CMX_XS_PARAM_POST 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_small_ins  TYPE CMX_XS_T_PARAM_DB_SMALL, "   
lv_live_small_ins  TYPE CMX_XS_T_PARAM_LIVE_DB_SMALL, "   
lv_live_small_upd  TYPE CMX_XS_T_PARAM_LIVE_DB_SMALL, "   
lv_live_small_del  TYPE CMX_XS_T_PARAM_LIVE_DB_SMALL, "   
lv_live_medium_ins  TYPE CMX_XS_T_VALUE_DB_MEDIUM, "   
lv_live_medium_upd  TYPE CMX_XS_T_VALUE_DB_MEDIUM, "   
lv_live_medium_del  TYPE CMX_XS_T_VALUE_DB_MEDIUM, "   
lv_live_large_ins  TYPE CMX_XS_T_VALUE_DB_LARGE, "   
lv_live_large_upd  TYPE CMX_XS_T_VALUE_DB_LARGE, "   
lv_live_large_del  TYPE CMX_XS_T_VALUE_DB_LARGE, "   
lv_it_small_txt_mod  TYPE CMX_XS_T_DB_PST, "   
lv_small_upd  TYPE CMX_XS_T_PARAM_DB_SMALL, "   
lv_it_small_txt_del  TYPE CMX_XS_T_DB_PST, "   
lv_it_medium_txt_mod  TYPE CMX_XS_T_TEXTS_DB_MEDIUM, "   
lv_it_medium_txt_del  TYPE CMX_XS_T_TEXTS_DB_MEDIUM, "   
lv_it_large_txt_mod  TYPE CMX_XS_T_TEXTS_DB_LARGE, "   
lv_it_large_txt_del  TYPE CMX_XS_T_TEXTS_DB_LARGE, "   
lv_small_del  TYPE CMX_XS_T_PARAM_DB_SMALL, "   
lv_medium_ins  TYPE CMX_XS_T_VALUE_DB_MEDIUM, "   
lv_medium_upd  TYPE CMX_XS_T_VALUE_DB_MEDIUM, "   
lv_medium_del  TYPE CMX_XS_T_VALUE_DB_MEDIUM, "   
lv_large_ins  TYPE CMX_XS_T_VALUE_DB_LARGE, "   
lv_large_upd  TYPE CMX_XS_T_VALUE_DB_LARGE, "   
lv_large_del  TYPE CMX_XS_T_VALUE_DB_LARGE. "   

  CALL FUNCTION 'CMX_XS_PARAM_POST'  "NOTRANSL: XSteps: historische Verbuchung
    EXPORTING
         SMALL_INS = lv_small_ins
         LIVE_SMALL_INS = lv_live_small_ins
         LIVE_SMALL_UPD = lv_live_small_upd
         LIVE_SMALL_DEL = lv_live_small_del
         LIVE_MEDIUM_INS = lv_live_medium_ins
         LIVE_MEDIUM_UPD = lv_live_medium_upd
         LIVE_MEDIUM_DEL = lv_live_medium_del
         LIVE_LARGE_INS = lv_live_large_ins
         LIVE_LARGE_UPD = lv_live_large_upd
         LIVE_LARGE_DEL = lv_live_large_del
         IT_SMALL_TXT_MOD = lv_it_small_txt_mod
         SMALL_UPD = lv_small_upd
         IT_SMALL_TXT_DEL = lv_it_small_txt_del
         IT_MEDIUM_TXT_MOD = lv_it_medium_txt_mod
         IT_MEDIUM_TXT_DEL = lv_it_medium_txt_del
         IT_LARGE_TXT_MOD = lv_it_large_txt_mod
         IT_LARGE_TXT_DEL = lv_it_large_txt_del
         SMALL_DEL = lv_small_del
         MEDIUM_INS = lv_medium_ins
         MEDIUM_UPD = lv_medium_upd
         MEDIUM_DEL = lv_medium_del
         LARGE_INS = lv_large_ins
         LARGE_UPD = lv_large_upd
         LARGE_DEL = lv_large_del
. " CMX_XS_PARAM_POST




ABAP code using 7.40 inline data declarations to call FM CMX_XS_PARAM_POST

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!