SAP PCHEAD_UPDATE_PARAMETERS_SET Function Module for NOTRANSL: ALE-Ausgang PCHEAD: Kennzeichnung aller Daten als änderungsrelev
PCHEAD_UPDATE_PARAMETERS_SET is a standard pchead update parameters set 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: ALE-Ausgang PCHEAD: Kennzeichnung aller Daten als änderungsrelev 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 pchead update parameters set FM, simply by entering the name PCHEAD_UPDATE_PARAMETERS_SET into the relevant SAP transaction such as SE37 or SE38.
Function Group: WPCA
Program Name: SAPLWPCA
Main Program: SAPLWPCA
Appliation area: W
Release date: N/A
Mode(Normal, Remote etc): Normal Function Module
Update:

Function PCHEAD_UPDATE_PARAMETERS_SET 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 'PCHEAD_UPDATE_PARAMETERS_SET'"NOTRANSL: ALE-Ausgang PCHEAD: Kennzeichnung aller Daten als änderungsrelev.
EXPORTING
PI_BAPIPCWWMI = "Product Catalog Basic Data
PI_BAPIPCTWGV = "Product Catalog Layout
IMPORTING
PE_BAPIPCWWMIX = "Change Information
PE_BAPIPCTWGVX = "Change Information
TABLES
* PI_T_BAPIPCWWMIT = "Product catalog description
* PE_T_BAPIPCTWGLVX = "Change Information
* PI_T_BAPIPCTWGLVT = "Layout Area Description
* PE_T_BAPIPCTWGLVTX = "Change Information
* PI_T_BAPIPCWLMT = "Layout Area Texts
* PE_T_BAPIPCWLMTX = "Change Information
* PI_T_BAPIPCLTEXT = "Layout Area Long Texts
* PE_T_BAPIPCLTEXTX = "Change Information
PE_T_RETURN = "Return Values
* PE_T_BAPIPCWWMITX = "Change Information
* PI_T_BAPIPCWWMV = "Product Catalog Variants
* PE_T_BAPIPCWWMVX = "Change Information
* PI_T_BAPIPCWWVT = "Variant Description
* PE_T_BAPIPCWWVTX = "Change Information
* PI_T_BAPIPCTWGVT = "Layout description
* PE_T_BAPIPCTWGVTX = "Change Information
* PI_T_BAPIPCTWGLV = "Product Catalog Layout Areas
Customer Function user exits
Below is a list of CUSTOMER FUNCTION exit user exits that are available within this program and maybe relevant for this FM.EXIT_SAPLWPCA_001 Function Exit for Product Catalog IDoc Outbound Message Type PCHEAD
EXIT_SAPLWPCA_002 Function Exit for Product Catalog IDoc Outbound Message Type PCITEMS
EXIT_SAPLWPCA_003 Function Exit for Product Catalog IDoc Inbound Message Type PCHEAD
EXIT_SAPLWPCA_004 Function Exit for Product Catalog IDoc Inbound Message Type PCITEMS
IMPORTING Parameters details for PCHEAD_UPDATE_PARAMETERS_SET
PI_BAPIPCWWMI - Product Catalog Basic Data
Data type: BAPIPCWWMIOptional: No
Call by Reference: No ( called with pass by value option)
PI_BAPIPCTWGV - Product Catalog Layout
Data type: BAPIPCTWGVOptional: No
Call by Reference: No ( called with pass by value option)
EXPORTING Parameters details for PCHEAD_UPDATE_PARAMETERS_SET
PE_BAPIPCWWMIX - Change Information
Data type: BAPIPCWWMIXOptional: No
Call by Reference: No ( called with pass by value option)
PE_BAPIPCTWGVX - Change Information
Data type: BAPIPCTWGVXOptional: No
Call by Reference: No ( called with pass by value option)
TABLES Parameters details for PCHEAD_UPDATE_PARAMETERS_SET
PI_T_BAPIPCWWMIT - Product catalog description
Data type: BAPIPCWWMITOptional: Yes
Call by Reference: No ( called with pass by value option)
PE_T_BAPIPCTWGLVX - Change Information
Data type: BAPIPCTWGLVXOptional: Yes
Call by Reference: No ( called with pass by value option)
PI_T_BAPIPCTWGLVT - Layout Area Description
Data type: BAPIPCTWGLVTOptional: Yes
Call by Reference: No ( called with pass by value option)
PE_T_BAPIPCTWGLVTX - Change Information
Data type: BAPIPCTWGLVTXOptional: Yes
Call by Reference: No ( called with pass by value option)
PI_T_BAPIPCWLMT - Layout Area Texts
Data type: BAPIPCWLMTOptional: Yes
Call by Reference: No ( called with pass by value option)
PE_T_BAPIPCWLMTX - Change Information
Data type: BAPIPCWLMTXOptional: Yes
Call by Reference: No ( called with pass by value option)
PI_T_BAPIPCLTEXT - Layout Area Long Texts
Data type: BAPIPCLTEXTOptional: Yes
Call by Reference: No ( called with pass by value option)
PE_T_BAPIPCLTEXTX - Change Information
Data type: BAPIPCLTEXTXOptional: Yes
Call by Reference: No ( called with pass by value option)
PE_T_RETURN - Return Values
Data type: BAPIRET2Optional: No
Call by Reference: No ( called with pass by value option)
PE_T_BAPIPCWWMITX - Change Information
Data type: BAPIPCWWMITXOptional: Yes
Call by Reference: No ( called with pass by value option)
PI_T_BAPIPCWWMV - Product Catalog Variants
Data type: BAPIPCWWMVOptional: Yes
Call by Reference: No ( called with pass by value option)
PE_T_BAPIPCWWMVX - Change Information
Data type: BAPIPCWWMVXOptional: Yes
Call by Reference: No ( called with pass by value option)
PI_T_BAPIPCWWVT - Variant Description
Data type: BAPIPCWWVTOptional: Yes
Call by Reference: No ( called with pass by value option)
PE_T_BAPIPCWWVTX - Change Information
Data type: BAPIPCWWVTXOptional: Yes
Call by Reference: No ( called with pass by value option)
PI_T_BAPIPCTWGVT - Layout description
Data type: BAPIPCTWGVTOptional: Yes
Call by Reference: No ( called with pass by value option)
PE_T_BAPIPCTWGVTX - Change Information
Data type: BAPIPCTWGVTXOptional: Yes
Call by Reference: No ( called with pass by value option)
PI_T_BAPIPCTWGLV - Product Catalog Layout Areas
Data type: BAPIPCTWGLVOptional: Yes
Call by Reference: No ( called with pass by value option)
Copy and paste ABAP code example for PCHEAD_UPDATE_PARAMETERS_SET 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_pi_bapipcwwmi | TYPE BAPIPCWWMI, " | |||
| lv_pe_bapipcwwmix | TYPE BAPIPCWWMIX, " | |||
| lt_pi_t_bapipcwwmit | TYPE STANDARD TABLE OF BAPIPCWWMIT, " | |||
| lt_pe_t_bapipctwglvx | TYPE STANDARD TABLE OF BAPIPCTWGLVX, " | |||
| lt_pi_t_bapipctwglvt | TYPE STANDARD TABLE OF BAPIPCTWGLVT, " | |||
| lt_pe_t_bapipctwglvtx | TYPE STANDARD TABLE OF BAPIPCTWGLVTX, " | |||
| lt_pi_t_bapipcwlmt | TYPE STANDARD TABLE OF BAPIPCWLMT, " | |||
| lt_pe_t_bapipcwlmtx | TYPE STANDARD TABLE OF BAPIPCWLMTX, " | |||
| lt_pi_t_bapipcltext | TYPE STANDARD TABLE OF BAPIPCLTEXT, " | |||
| lt_pe_t_bapipcltextx | TYPE STANDARD TABLE OF BAPIPCLTEXTX, " | |||
| lt_pe_t_return | TYPE STANDARD TABLE OF BAPIRET2, " | |||
| lv_pi_bapipctwgv | TYPE BAPIPCTWGV, " | |||
| lv_pe_bapipctwgvx | TYPE BAPIPCTWGVX, " | |||
| lt_pe_t_bapipcwwmitx | TYPE STANDARD TABLE OF BAPIPCWWMITX, " | |||
| lt_pi_t_bapipcwwmv | TYPE STANDARD TABLE OF BAPIPCWWMV, " | |||
| lt_pe_t_bapipcwwmvx | TYPE STANDARD TABLE OF BAPIPCWWMVX, " | |||
| lt_pi_t_bapipcwwvt | TYPE STANDARD TABLE OF BAPIPCWWVT, " | |||
| lt_pe_t_bapipcwwvtx | TYPE STANDARD TABLE OF BAPIPCWWVTX, " | |||
| lt_pi_t_bapipctwgvt | TYPE STANDARD TABLE OF BAPIPCTWGVT, " | |||
| lt_pe_t_bapipctwgvtx | TYPE STANDARD TABLE OF BAPIPCTWGVTX, " | |||
| lt_pi_t_bapipctwglv | TYPE STANDARD TABLE OF BAPIPCTWGLV. " |
|   CALL FUNCTION 'PCHEAD_UPDATE_PARAMETERS_SET' "NOTRANSL: ALE-Ausgang PCHEAD: Kennzeichnung aller Daten als änderungsrelev |
| EXPORTING | ||
| PI_BAPIPCWWMI | = lv_pi_bapipcwwmi | |
| PI_BAPIPCTWGV | = lv_pi_bapipctwgv | |
| IMPORTING | ||
| PE_BAPIPCWWMIX | = lv_pe_bapipcwwmix | |
| PE_BAPIPCTWGVX | = lv_pe_bapipctwgvx | |
| TABLES | ||
| PI_T_BAPIPCWWMIT | = lt_pi_t_bapipcwwmit | |
| PE_T_BAPIPCTWGLVX | = lt_pe_t_bapipctwgltx | |
| PI_T_BAPIPCTWGLVT | = lt_pi_t_bapipctwgltt | |
| PE_T_BAPIPCTWGLVTX | = lt_pe_t_bapipctwglttx | |
| PI_T_BAPIPCWLMT | = lt_pi_t_bapipcwlmt | |
| PE_T_BAPIPCWLMTX | = lt_pe_t_bapipcwlmtx | |
| PI_T_BAPIPCLTEXT | = lt_pi_t_bapipcltext | |
| PE_T_BAPIPCLTEXTX | = lt_pe_t_bapipcltextx | |
| PE_T_RETURN | = lt_pe_t_return | |
| PE_T_BAPIPCWWMITX | = lt_pe_t_bapipcwwmitx | |
| PI_T_BAPIPCWWMV | = lt_pi_t_bapipcwwmv | |
| PE_T_BAPIPCWWMVX | = lt_pe_t_bapipcwwmvx | |
| PI_T_BAPIPCWWVT | = lt_pi_t_bapipcwwvt | |
| PE_T_BAPIPCWWVTX | = lt_pe_t_bapipcwwvtx | |
| PI_T_BAPIPCTWGVT | = lt_pi_t_bapipctwgvt | |
| PE_T_BAPIPCTWGVTX | = lt_pe_t_bapipctwgvtx | |
| PI_T_BAPIPCTWGLV | = lt_pi_t_bapipctwglt | |
| . " PCHEAD_UPDATE_PARAMETERS_SET | ||
ABAP code using 7.40 inline data declarations to call FM PCHEAD_UPDATE_PARAMETERS_SET
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