SAP DD_TABL_INNER_ACT Function Module for









DD_TABL_INNER_ACT is a standard dd tabl inner act 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 dd tabl inner act FM, simply by entering the name DD_TABL_INNER_ACT into the relevant SAP transaction such as SE37 or SE38.

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



Function DD_TABL_INNER_ACT 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 'DD_TABL_INNER_ACT'"
EXPORTING
CTRL_TABL_ACT = "
* MODEFLAG = ' ' "
* ACTION = ' ' "
* CTRL_TABL_INFO = "DD: Contains Additional Info for Activator (Input Structure)
* MODE = 1 "
PRID = "
TABNAME = "
GOT_STATE = "
DD02V_WA_A = "
DD02V_WA = "
DD09L_WA_A = "
DD09L_WA = "

IMPORTING
DD02V_HD = "
SINGLEACT_RESULT = "
CTRL_TABL_RES = "
ACT_RES_INFO = "

TABLES
DD03P_TAB_A = "
DD17V_TAB = "
* DD35V_TAB_A = "
* DD35V_TAB = "
* DD36M_TAB_A = "
* DD36M_TAB = "
* CTRL_TBVI_TAB = "
* CTRL_TBSH_TAB = "
* CTRL_TBEN_TAB = "
* DEPTYPES = "
DD03P_TAB = "
DD05M_TAB_A = "
DD05M_TAB = "
DD08V_TAB_A = "
DD08V_TAB = "
DD12V_TAB_A = "
DD12V_TAB = "
DD17V_TAB_A = "

EXCEPTIONS
DBCHANGE_FAILURE = 1 NTAB_GEN_FAILURE = 2 PUT_FAILURE = 3 READ_FAILURE = 4
.



IMPORTING Parameters details for DD_TABL_INNER_ACT

CTRL_TABL_ACT -

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

MODEFLAG -

Data type: DDXTT-MODEFLAG
Default: ' '
Optional: Yes
Call by Reference: Yes

ACTION -

Data type: TBATG-FCT
Default: ' '
Optional: Yes
Call by Reference: Yes

CTRL_TABL_INFO - DD: Contains Additional Info for Activator (Input Structure)

Data type: DCTABLCTRL
Optional: Yes
Call by Reference: Yes

MODE -

Data type: DDREFSTRUC-MODE
Default: 1
Optional: Yes
Call by Reference: No ( called with pass by value option)

PRID -

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

TABNAME -

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

GOT_STATE -

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

DD02V_WA_A -

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

DD02V_WA -

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

DD09L_WA_A -

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

DD09L_WA -

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

EXPORTING Parameters details for DD_TABL_INNER_ACT

DD02V_HD -

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

SINGLEACT_RESULT -

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

CTRL_TABL_RES -

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

ACT_RES_INFO -

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

TABLES Parameters details for DD_TABL_INNER_ACT

DD03P_TAB_A -

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

DD17V_TAB -

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

DD35V_TAB_A -

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

DD35V_TAB -

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

DD36M_TAB_A -

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

DD36M_TAB -

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

CTRL_TBVI_TAB -

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

CTRL_TBSH_TAB -

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

CTRL_TBEN_TAB -

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

DEPTYPES -

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

DD03P_TAB -

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

DD05M_TAB_A -

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

DD05M_TAB -

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

DD08V_TAB_A -

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

DD08V_TAB -

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

DD12V_TAB_A -

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

DD12V_TAB -

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

DD17V_TAB_A -

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

EXCEPTIONS details

DBCHANGE_FAILURE -

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

NTAB_GEN_FAILURE -

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

PUT_FAILURE -

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

READ_FAILURE -

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

Copy and paste ABAP code example for DD_TABL_INNER_ACT 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_dd02v_hd  TYPE DD02V, "   
lt_dd03p_tab_a  TYPE STANDARD TABLE OF DD03P, "   
lv_ctrl_tabl_act  TYPE DCTABLACT, "   
lv_dbchange_failure  TYPE DCTABLACT, "   
lv_modeflag  TYPE DDXTT-MODEFLAG, "   ' '
lt_dd17v_tab  TYPE STANDARD TABLE OF DD17V, "   
lv_action  TYPE TBATG-FCT, "   ' '
lt_dd35v_tab_a  TYPE STANDARD TABLE OF DD35V, "   
lt_dd35v_tab  TYPE STANDARD TABLE OF DD35V, "   
lv_ctrl_tabl_info  TYPE DCTABLCTRL, "   
lt_dd36m_tab_a  TYPE STANDARD TABLE OF DD36M, "   
lt_dd36m_tab  TYPE STANDARD TABLE OF DD36M, "   
lt_ctrl_tbvi_tab  TYPE STANDARD TABLE OF DCTBVIDEP, "   
lt_ctrl_tbsh_tab  TYPE STANDARD TABLE OF DCOBJDEP, "   
lt_ctrl_tben_tab  TYPE STANDARD TABLE OF DCOBJDEP, "   
lt_deptypes  TYPE STANDARD TABLE OF DCDEPTYPES, "   
lv_mode  TYPE DDREFSTRUC-MODE, "   1
lt_dd03p_tab  TYPE STANDARD TABLE OF DD03P, "   
lv_ntab_gen_failure  TYPE DD03P, "   
lv_singleact_result  TYPE SY-SUBRC, "   
lv_prid  TYPE SY-TABIX, "   
lt_dd05m_tab_a  TYPE STANDARD TABLE OF DD05M, "   
lv_put_failure  TYPE DD05M, "   
lv_ctrl_tabl_res  TYPE DCTABLRES, "   
lv_tabname  TYPE DD02V-TABNAME, "   
lt_dd05m_tab  TYPE STANDARD TABLE OF DD05M, "   
lv_act_res_info  TYPE DCTBACTRES, "   
lv_read_failure  TYPE DCTBACTRES, "   
lv_got_state  TYPE DCTABLGET, "   
lt_dd08v_tab_a  TYPE STANDARD TABLE OF DD08V, "   
lt_dd08v_tab  TYPE STANDARD TABLE OF DD08V, "   
lv_dd02v_wa_a  TYPE DD02V, "   
lv_dd02v_wa  TYPE DD02V, "   
lt_dd12v_tab_a  TYPE STANDARD TABLE OF DD12V, "   
lt_dd12v_tab  TYPE STANDARD TABLE OF DD12V, "   
lv_dd09l_wa_a  TYPE DD09L, "   
lv_dd09l_wa  TYPE DD09L, "   
lt_dd17v_tab_a  TYPE STANDARD TABLE OF DD17V. "   

  CALL FUNCTION 'DD_TABL_INNER_ACT'  "
    EXPORTING
         CTRL_TABL_ACT = lv_ctrl_tabl_act
         MODEFLAG = lv_modeflag
         ACTION = lv_action
         CTRL_TABL_INFO = lv_ctrl_tabl_info
         MODE = lv_mode
         PRID = lv_prid
         TABNAME = lv_tabname
         GOT_STATE = lv_got_state
         DD02V_WA_A = lv_dd02v_wa_a
         DD02V_WA = lv_dd02v_wa
         DD09L_WA_A = lv_dd09l_wa_a
         DD09L_WA = lv_dd09l_wa
    IMPORTING
         DD02V_HD = lv_dd02v_hd
         SINGLEACT_RESULT = lv_singleact_result
         CTRL_TABL_RES = lv_ctrl_tabl_res
         ACT_RES_INFO = lv_act_res_info
    TABLES
         DD03P_TAB_A = lt_dd03p_tab_a
         DD17V_TAB = lt_dd17v_tab
         DD35V_TAB_A = lt_dd35v_tab_a
         DD35V_TAB = lt_dd35v_tab
         DD36M_TAB_A = lt_dd36m_tab_a
         DD36M_TAB = lt_dd36m_tab
         CTRL_TBVI_TAB = lt_ctrl_tbvi_tab
         CTRL_TBSH_TAB = lt_ctrl_tbsh_tab
         CTRL_TBEN_TAB = lt_ctrl_tben_tab
         DEPTYPES = lt_deptypes
         DD03P_TAB = lt_dd03p_tab
         DD05M_TAB_A = lt_dd05m_tab_a
         DD05M_TAB = lt_dd05m_tab
         DD08V_TAB_A = lt_dd08v_tab_a
         DD08V_TAB = lt_dd08v_tab
         DD12V_TAB_A = lt_dd12v_tab_a
         DD12V_TAB = lt_dd12v_tab
         DD17V_TAB_A = lt_dd17v_tab_a
    EXCEPTIONS
        DBCHANGE_FAILURE = 1
        NTAB_GEN_FAILURE = 2
        PUT_FAILURE = 3
        READ_FAILURE = 4
. " DD_TABL_INNER_ACT




ABAP code using 7.40 inline data declarations to call FM DD_TABL_INNER_ACT

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 MODEFLAG FROM DDXTT INTO @DATA(ld_modeflag).
DATA(ld_modeflag) = ' '.
 
 
"SELECT single FCT FROM TBATG INTO @DATA(ld_action).
DATA(ld_action) = ' '.
 
 
 
 
 
 
 
 
 
 
"SELECT single MODE FROM DDREFSTRUC INTO @DATA(ld_mode).
DATA(ld_mode) = 1.
 
 
 
"SELECT single SUBRC FROM SY INTO @DATA(ld_singleact_result).
 
"SELECT single TABIX FROM SY INTO @DATA(ld_prid).
 
 
 
 
"SELECT single TABNAME FROM DD02V INTO @DATA(ld_tabname).
 
 
 
 
 
 
 
 
 
 
 
 
 
 


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!