SAP C14H_SUB_TAB_FLAGS_SET Function Module for NOTRANSL: EHS: Prüfen ob API-Tabellen Sätze enthalten und setzen von Ausga









C14H_SUB_TAB_FLAGS_SET is a standard c14h sub tab flags 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: EHS: Prüfen ob API-Tabellen Sätze enthalten und setzen von Ausga 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 c14h sub tab flags set FM, simply by entering the name C14H_SUB_TAB_FLAGS_SET into the relevant SAP transaction such as SE37 or SE38.

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



Function C14H_SUB_TAB_FLAGS_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 'C14H_SUB_TAB_FLAGS_SET'"NOTRANSL: EHS: Prüfen ob API-Tabellen Sätze enthalten und setzen von Ausga
IMPORTING
E_FLG_HEADER = "
E_FLG_PROP_COMPONENT = "
E_FLG_PROP_USAGE = "
E_FLG_PROP_RELIABILITY = "
E_FLG_PROP_SOURCE = "
E_FLG_PROP_FTEXT = "
E_FLG_PROP_FTEXT_LONGTEXT = "
E_FLG_PROP_TAB07 = "
E_FLG_PROP_TAB0B = "
E_FLG_PROP_TAB0D = "
E_FLG_PROP_TAB0F = "
E_FLG_REFSUBS = "
E_FLG_IDENT = "
E_FLG_IDENT_SUBLIST = "
E_FLG_IDENT_LONGTEXT = "
E_FLG_MATJOIN = "
E_FLG_PROP_HEADER = "
E_FLG_PROP = "
E_FLG_PROP_DATA = "

TABLES
* I_API_HEADER_TAB = "
* I_API_PROP_COMPONENT_TAB = "
* I_API_PROP_USAGE_TAB = "
* I_API_PROP_RELIABILITY_TAB = "
* I_API_PROP_SOURCE_TAB = "
* I_API_PROP_FTEXT_TAB = "
* I_API_PROP_FTEXT_LONGTEXT_TAB = "
* I_API_PROP_TAB07_TAB = "
* I_API_PROP_TAB0B_TAB = "
* I_API_PROP_TAB0D_TAB = "
* I_API_PROP_TAB0F_TAB = "
* I_API_REFSUBS_TAB = "
* I_API_IDENT_TAB = "
* I_API_IDENT_LONGTEXT_TAB = "
* I_API_IDENT_SUBLIST_TAB = "
* I_API_MATJOIN_TAB = "
* I_API_PROP_HEADER_TAB = "
* I_API_PROP_TAB = "
* I_API_PROP_DATA_TAB = "
.



EXPORTING Parameters details for C14H_SUB_TAB_FLAGS_SET

E_FLG_HEADER -

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

E_FLG_PROP_COMPONENT -

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

E_FLG_PROP_USAGE -

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

E_FLG_PROP_RELIABILITY -

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

E_FLG_PROP_SOURCE -

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

E_FLG_PROP_FTEXT -

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

E_FLG_PROP_FTEXT_LONGTEXT -

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

E_FLG_PROP_TAB07 -

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

E_FLG_PROP_TAB0B -

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

E_FLG_PROP_TAB0D -

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

E_FLG_PROP_TAB0F -

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

E_FLG_REFSUBS -

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

E_FLG_IDENT -

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

E_FLG_IDENT_SUBLIST -

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

E_FLG_IDENT_LONGTEXT -

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

E_FLG_MATJOIN -

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

E_FLG_PROP_HEADER -

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

E_FLG_PROP -

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

E_FLG_PROP_DATA -

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

TABLES Parameters details for C14H_SUB_TAB_FLAGS_SET

I_API_HEADER_TAB -

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

I_API_PROP_COMPONENT_TAB -

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

I_API_PROP_USAGE_TAB -

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

I_API_PROP_RELIABILITY_TAB -

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

I_API_PROP_SOURCE_TAB -

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

I_API_PROP_FTEXT_TAB -

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

I_API_PROP_FTEXT_LONGTEXT_TAB -

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

I_API_PROP_TAB07_TAB -

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

I_API_PROP_TAB0B_TAB -

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

I_API_PROP_TAB0D_TAB -

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

I_API_PROP_TAB0F_TAB -

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

I_API_REFSUBS_TAB -

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

I_API_IDENT_TAB -

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

I_API_IDENT_LONGTEXT_TAB -

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

I_API_IDENT_SUBLIST_TAB -

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

I_API_MATJOIN_TAB -

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

I_API_PROP_HEADER_TAB -

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

I_API_PROP_TAB -

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

I_API_PROP_DATA_TAB -

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

Copy and paste ABAP code example for C14H_SUB_TAB_FLAGS_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_e_flg_header  TYPE ESP1_BOOLEAN, "   
lt_i_api_header_tab  TYPE STANDARD TABLE OF ESPRH_APIRH_TAB_TYPE, "   
lv_e_flg_prop_component  TYPE ESP1_BOOLEAN, "   
lt_i_api_prop_component_tab  TYPE STANDARD TABLE OF ESPRH_APIVP_TAB_TYPE, "   
lv_e_flg_prop_usage  TYPE ESP1_BOOLEAN, "   
lt_i_api_prop_usage_tab  TYPE STANDARD TABLE OF ESPRH_APIDU_TAB_TYPE, "   
lv_e_flg_prop_reliability  TYPE ESP1_BOOLEAN, "   
lt_i_api_prop_reliability_tab  TYPE STANDARD TABLE OF ESPRH_APIDR_TAB_TYPE, "   
lv_e_flg_prop_source  TYPE ESP1_BOOLEAN, "   
lt_i_api_prop_source_tab  TYPE STANDARD TABLE OF ESPRH_APIDS_TAB_TYPE, "   
lv_e_flg_prop_ftext  TYPE ESP1_BOOLEAN, "   
lt_i_api_prop_ftext_tab  TYPE STANDARD TABLE OF ESPRH_APIDF_TAB_TYPE, "   
lv_e_flg_prop_ftext_longtext  TYPE ESP1_BOOLEAN, "   
lt_i_api_prop_ftext_longtext_tab  TYPE STANDARD TABLE OF ESPRH_APIFL_TAB_TYPE, "   
lv_e_flg_prop_tab07  TYPE ESP1_BOOLEAN, "   
lt_i_api_prop_tab07_tab  TYPE STANDARD TABLE OF ESPRH_API07_TAB_TYPE, "   
lv_e_flg_prop_tab0b  TYPE ESP1_BOOLEAN, "   
lt_i_api_prop_tab0b_tab  TYPE STANDARD TABLE OF ESPRH_API0B_TAB_TYPE, "   
lv_e_flg_prop_tab0d  TYPE ESP1_BOOLEAN, "   
lt_i_api_prop_tab0d_tab  TYPE STANDARD TABLE OF ESPRH_API0D_TAB_TYPE, "   
lv_e_flg_prop_tab0f  TYPE ESP1_BOOLEAN, "   
lt_i_api_prop_tab0f_tab  TYPE STANDARD TABLE OF ESPRH_API0F_TAB_TYPE, "   
lv_e_flg_refsubs  TYPE ESP1_BOOLEAN, "   
lt_i_api_refsubs_tab  TYPE STANDARD TABLE OF ESPRH_APIRR_TAB_TYPE, "   
lv_e_flg_ident  TYPE ESP1_BOOLEAN, "   
lt_i_api_ident_tab  TYPE STANDARD TABLE OF ESPRH_APIRI_TAB_TYPE, "   
lv_e_flg_ident_sublist  TYPE ESP1_BOOLEAN, "   
lt_i_api_ident_longtext_tab  TYPE STANDARD TABLE OF ESPRH_APIIL_TAB_TYPE, "   
lv_e_flg_ident_longtext  TYPE ESP1_BOOLEAN, "   
lt_i_api_ident_sublist_tab  TYPE STANDARD TABLE OF ESPRH_APIRL_TAB_TYPE, "   
lv_e_flg_matjoin  TYPE ESP1_BOOLEAN, "   
lt_i_api_matjoin_tab  TYPE STANDARD TABLE OF ESPRH_APIMJ_TAB_TYPE, "   
lv_e_flg_prop_header  TYPE ESP1_BOOLEAN, "   
lt_i_api_prop_header_tab  TYPE STANDARD TABLE OF ESPRH_APIVH_TAB_TYPE, "   
lv_e_flg_prop  TYPE ESP1_BOOLEAN, "   
lt_i_api_prop_tab  TYPE STANDARD TABLE OF ESPRH_APIVA_TAB_TYPE, "   
lv_e_flg_prop_data  TYPE ESP1_BOOLEAN, "   
lt_i_api_prop_data_tab  TYPE STANDARD TABLE OF ESPRH_APIPR_TAB_TYPE. "   

  CALL FUNCTION 'C14H_SUB_TAB_FLAGS_SET'  "NOTRANSL: EHS: Prüfen ob API-Tabellen Sätze enthalten und setzen von Ausga
    IMPORTING
         E_FLG_HEADER = lv_e_flg_header
         E_FLG_PROP_COMPONENT = lv_e_flg_prop_component
         E_FLG_PROP_USAGE = lv_e_flg_prop_usage
         E_FLG_PROP_RELIABILITY = lv_e_flg_prop_reliability
         E_FLG_PROP_SOURCE = lv_e_flg_prop_source
         E_FLG_PROP_FTEXT = lv_e_flg_prop_ftext
         E_FLG_PROP_FTEXT_LONGTEXT = lv_e_flg_prop_ftext_longtext
         E_FLG_PROP_TAB07 = lv_e_flg_prop_tab07
         E_FLG_PROP_TAB0B = lv_e_flg_prop_tab0b
         E_FLG_PROP_TAB0D = lv_e_flg_prop_tab0d
         E_FLG_PROP_TAB0F = lv_e_flg_prop_tab0f
         E_FLG_REFSUBS = lv_e_flg_refsubs
         E_FLG_IDENT = lv_e_flg_ident
         E_FLG_IDENT_SUBLIST = lv_e_flg_ident_sublist
         E_FLG_IDENT_LONGTEXT = lv_e_flg_ident_longtext
         E_FLG_MATJOIN = lv_e_flg_matjoin
         E_FLG_PROP_HEADER = lv_e_flg_prop_header
         E_FLG_PROP = lv_e_flg_prop
         E_FLG_PROP_DATA = lv_e_flg_prop_data
    TABLES
         I_API_HEADER_TAB = lt_i_api_header_tab
         I_API_PROP_COMPONENT_TAB = lt_i_api_prop_component_tab
         I_API_PROP_USAGE_TAB = lt_i_api_prop_usage_tab
         I_API_PROP_RELIABILITY_TAB = lt_i_api_prop_reliability_tab
         I_API_PROP_SOURCE_TAB = lt_i_api_prop_source_tab
         I_API_PROP_FTEXT_TAB = lt_i_api_prop_ftext_tab
         I_API_PROP_FTEXT_LONGTEXT_TAB = lt_i_api_prop_ftext_longtext_tab
         I_API_PROP_TAB07_TAB = lt_i_api_prop_tab07_tab
         I_API_PROP_TAB0B_TAB = lt_i_api_prop_tab0b_tab
         I_API_PROP_TAB0D_TAB = lt_i_api_prop_tab0d_tab
         I_API_PROP_TAB0F_TAB = lt_i_api_prop_tab0f_tab
         I_API_REFSUBS_TAB = lt_i_api_refsubs_tab
         I_API_IDENT_TAB = lt_i_api_ident_tab
         I_API_IDENT_LONGTEXT_TAB = lt_i_api_ident_longtext_tab
         I_API_IDENT_SUBLIST_TAB = lt_i_api_ident_sublist_tab
         I_API_MATJOIN_TAB = lt_i_api_matjoin_tab
         I_API_PROP_HEADER_TAB = lt_i_api_prop_header_tab
         I_API_PROP_TAB = lt_i_api_prop_tab
         I_API_PROP_DATA_TAB = lt_i_api_prop_data_tab
. " C14H_SUB_TAB_FLAGS_SET




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



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!