SAP ISH_UNIRETCASE_POOL_GET Function Module for









ISH_UNIRETCASE_POOL_GET is a standard ish uniretcase pool get 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 ish uniretcase pool get FM, simply by entering the name ISH_UNIRETCASE_POOL_GET into the relevant SAP transaction such as SE37 or SE38.

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



Function ISH_UNIRETCASE_POOL_GET 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 'ISH_UNIRETCASE_POOL_GET'"
EXPORTING
I_APXNR = "

IMPORTING
E_NPAT = "
E_NDRG_TAB_CURR = "
E_NAPX_CURR = "
E_NAPX_FAL_TAB_CURR = "
E_NAPX_BEW_TAB_CURR = "
E_NAPX_DIA_TAB_CURR = "
E_NAPX_ICP_TAB_CURR = "
E_NAPX_DRG_TAB_CURR = "
E_NAPX_DB = "
E_NAPX_FAL_TAB_DB = "
E_NAPX_BEW_TAB_DB = "
E_NFAL = "
E_NAPX_DIA_TAB_DB = "
E_NAPX_ICP_TAB_DB = "
E_NAPX_DRG_TAB_DB = "
E_RETURN_TAB = "
E_RETMAXTYPE = "
E_NGEB = "
E_RNFKL_TAB = "
E_NBEW_TAB = "
E_NDIA_TAB_CURR = "
E_NICP_TAB_CURR = "
E_NLICZ_TAB_CURR = "
E_NDICZ_TAB_CURR = "
.



IMPORTING Parameters details for ISH_UNIRETCASE_POOL_GET

I_APXNR -

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

EXPORTING Parameters details for ISH_UNIRETCASE_POOL_GET

E_NPAT -

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

E_NDRG_TAB_CURR -

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

E_NAPX_CURR -

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

E_NAPX_FAL_TAB_CURR -

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

E_NAPX_BEW_TAB_CURR -

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

E_NAPX_DIA_TAB_CURR -

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

E_NAPX_ICP_TAB_CURR -

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

E_NAPX_DRG_TAB_CURR -

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

E_NAPX_DB -

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

E_NAPX_FAL_TAB_DB -

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

E_NAPX_BEW_TAB_DB -

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

E_NFAL -

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

E_NAPX_DIA_TAB_DB -

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

E_NAPX_ICP_TAB_DB -

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

E_NAPX_DRG_TAB_DB -

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

E_RETURN_TAB -

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

E_RETMAXTYPE -

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

E_NGEB -

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

E_RNFKL_TAB -

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

E_NBEW_TAB -

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

E_NDIA_TAB_CURR -

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

E_NICP_TAB_CURR -

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

E_NLICZ_TAB_CURR -

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

E_NDICZ_TAB_CURR -

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

Copy and paste ABAP code example for ISH_UNIRETCASE_POOL_GET 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_npat  TYPE NPAT, "   
lv_i_apxnr  TYPE APXNR, "   
lv_e_ndrg_tab_curr  TYPE ISH_T_NDRG, "   
lv_e_napx_curr  TYPE NAPX, "   
lv_e_napx_fal_tab_curr  TYPE ISH_T_NAPX_FAL, "   
lv_e_napx_bew_tab_curr  TYPE ISH_T_NAPX_BEW, "   
lv_e_napx_dia_tab_curr  TYPE ISH_T_NAPX_DIA, "   
lv_e_napx_icp_tab_curr  TYPE ISH_T_NAPX_ICP, "   
lv_e_napx_drg_tab_curr  TYPE ISH_T_NAPX_DRG, "   
lv_e_napx_db  TYPE NAPX, "   
lv_e_napx_fal_tab_db  TYPE ISH_T_NAPX_FAL, "   
lv_e_napx_bew_tab_db  TYPE ISH_T_NAPX_BEW, "   
lv_e_nfal  TYPE NFAL, "   
lv_e_napx_dia_tab_db  TYPE ISH_T_NAPX_DIA, "   
lv_e_napx_icp_tab_db  TYPE ISH_T_NAPX_ICP, "   
lv_e_napx_drg_tab_db  TYPE ISH_T_NAPX_DRG, "   
lv_e_return_tab  TYPE ISH_BAPIRET2_TAB_TYPE, "   
lv_e_retmaxtype  TYPE ISH_BAPIRETMAXTY, "   
lv_e_ngeb  TYPE NGEB, "   
lv_e_rnfkl_tab  TYPE ISH_T_RNFKL_S, "   
lv_e_nbew_tab  TYPE ISH_T_NBEW, "   
lv_e_ndia_tab_curr  TYPE ISH_T_NDIA, "   
lv_e_nicp_tab_curr  TYPE ISH_NICP_TAB, "   
lv_e_nlicz_tab_curr  TYPE ISH_YT_NLICZ, "   
lv_e_ndicz_tab_curr  TYPE ISH_YT_NDICZ. "   

  CALL FUNCTION 'ISH_UNIRETCASE_POOL_GET'  "
    EXPORTING
         I_APXNR = lv_i_apxnr
    IMPORTING
         E_NPAT = lv_e_npat
         E_NDRG_TAB_CURR = lv_e_ndrg_tab_curr
         E_NAPX_CURR = lv_e_napx_curr
         E_NAPX_FAL_TAB_CURR = lv_e_napx_fal_tab_curr
         E_NAPX_BEW_TAB_CURR = lv_e_napx_bew_tab_curr
         E_NAPX_DIA_TAB_CURR = lv_e_napx_dia_tab_curr
         E_NAPX_ICP_TAB_CURR = lv_e_napx_icp_tab_curr
         E_NAPX_DRG_TAB_CURR = lv_e_napx_drg_tab_curr
         E_NAPX_DB = lv_e_napx_db
         E_NAPX_FAL_TAB_DB = lv_e_napx_fal_tab_db
         E_NAPX_BEW_TAB_DB = lv_e_napx_bew_tab_db
         E_NFAL = lv_e_nfal
         E_NAPX_DIA_TAB_DB = lv_e_napx_dia_tab_db
         E_NAPX_ICP_TAB_DB = lv_e_napx_icp_tab_db
         E_NAPX_DRG_TAB_DB = lv_e_napx_drg_tab_db
         E_RETURN_TAB = lv_e_return_tab
         E_RETMAXTYPE = lv_e_retmaxtype
         E_NGEB = lv_e_ngeb
         E_RNFKL_TAB = lv_e_rnfkl_tab
         E_NBEW_TAB = lv_e_nbew_tab
         E_NDIA_TAB_CURR = lv_e_ndia_tab_curr
         E_NICP_TAB_CURR = lv_e_nicp_tab_curr
         E_NLICZ_TAB_CURR = lv_e_nlicz_tab_curr
         E_NDICZ_TAB_CURR = lv_e_ndicz_tab_curr
. " ISH_UNIRETCASE_POOL_GET




ABAP code using 7.40 inline data declarations to call FM ISH_UNIRETCASE_POOL_GET

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!