SAP ISP_JHTD_PLAZ_CALL Function Module for IS-M/AM: Access Positioning Instructions Function Group









ISP_JHTD_PLAZ_CALL is a standard isp jhtd plaz call SAP function module available within SAP R/3 or S/4 Hana systems, depending on your version and release level. It is used for IS-M/AM: Access Positioning Instructions Function Group 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 isp jhtd plaz call FM, simply by entering the name ISP_JHTD_PLAZ_CALL into the relevant SAP transaction such as SE37 or SE38.

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



Function ISP_JHTD_PLAZ_CALL 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 'ISP_JHTD_PLAZ_CALL'"IS-M/AM: Access Positioning Instructions Function Group
EXPORTING
PAR_FCODE = "
PAR_RJHAE = "
PAR_RJHAEA = "
* PAR_ASSIGN_AVM_NR = "
* PAR_ASSIGN_POS_NR = "
* PAR_ASSIGN_UPOS_NR = "
* PAR_ASSIGN_EIN_NR = "
PAR_RJHATRZ_ITAB = "
PAR_RJHABPZ_ITAB = "
PAR_RJHAE_ITAB = "
PAR_T185 = "
PAR_T185F = "
PAR_T185V = "
PAR_TJ180 = "
PAR_RJHALLG = "
PAR_RJHAK = "
PAR_RJHAP = "
PAR_RJHAUA = "

CHANGING
PAR_GV_FLG_UPDATE = "
PAR_RJHAPLZ_ITAB = "
PAR_RJHAPA_ITAB = "
PAR_RJHAUA_ITAB = "
PAR_RJHAEA_ITAB = "
PAR_RJHAPA = "
.




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_SAPLJHTD_001 IS-M/AM: Set Status Characteristics for an Ad Spec
EXIT_SAPLJHTD_002 IS-M/AM: Conversion of Characters, Words, or Lines to Column Millimeters
EXIT_SAPLJHTD_003 IS-M/AM: Conversion of Characters, Words or Lines to Page Parts
EXIT_SAPLJHTD_004 IS-M/AM: Check Completeness and Plausibility of an Ad Spec
EXIT_SAPLJHTD_005 IS-M/AM: Define Default Ad Spec
EXIT_SAPLJHTD_006 IS-M/AM: Plausibility Checks for Positioning Instructions
EXIT_SAPLJHTD_007 IS-M/AM: Convert Ad Sizes
EXIT_SAPLJHTD_008 IS-M/AM: Convert Ad Spec Widths and Heights
EXIT_SAPLJHTD_009 IS-M/AM: Define Default Ad Spec Master
EXIT_SAPLJHTD_010 IS-M/AM: Check Completeness and Plausibility of Ad Spec Master
EXIT_SAPLJHTD_011 IS-M/AM: Set Status Characteristics for a Commercial Ad Spec
EXIT_SAPLJHTD_012 IS-M/AM: Define Default Ad Spec (Commercial)
EXIT_SAPLJHTD_013 IS-M/AM: Define Default Ad Spec (Online)
EXIT_SAPLJHTD_014 IS-M/AM: Check Completness and Plausibility of an Ad Spec (Online)
EXIT_SAPLJHTD_015 IS-M/AM: Set Status Characteristics for an Online Ad Spec
EXIT_SAPLJHTD_016 IS-M/AM: Check Completeness and Plausibility of an Ad Spec

IMPORTING Parameters details for ISP_JHTD_PLAZ_CALL

PAR_FCODE -

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

PAR_RJHAE -

Data type: JHA1_RJHAE_STR
Optional: No
Call by Reference: Yes

PAR_RJHAEA -

Data type: JHA1_RJHAEA_STR
Optional: No
Call by Reference: Yes

PAR_ASSIGN_AVM_NR -

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

PAR_ASSIGN_POS_NR -

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

PAR_ASSIGN_UPOS_NR -

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

PAR_ASSIGN_EIN_NR -

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

PAR_RJHATRZ_ITAB -

Data type: JHA1_RJHATRZ_TAB
Optional: No
Call by Reference: Yes

PAR_RJHABPZ_ITAB -

Data type: JHA1_RJHABPZ_TAB
Optional: No
Call by Reference: Yes

PAR_RJHAE_ITAB -

Data type: JHA1_RJHAE_TAB
Optional: No
Call by Reference: Yes

PAR_T185 -

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

PAR_T185F -

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

PAR_T185V -

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

PAR_TJ180 -

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

PAR_RJHALLG -

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

PAR_RJHAK -

Data type: JHA1_RJHAK_STR
Optional: No
Call by Reference: Yes

PAR_RJHAP -

Data type: JHA1_RJHAP_STR
Optional: No
Call by Reference: Yes

PAR_RJHAUA -

Data type: JHA1_RJHAUA_STR
Optional: No
Call by Reference: Yes

CHANGING Parameters details for ISP_JHTD_PLAZ_CALL

PAR_GV_FLG_UPDATE -

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

PAR_RJHAPLZ_ITAB -

Data type: JHA1_RJHAPLZ_TAB
Optional: No
Call by Reference: Yes

PAR_RJHAPA_ITAB -

Data type: JHA1_RJHAPA_TAB
Optional: No
Call by Reference: Yes

PAR_RJHAUA_ITAB -

Data type: JHA1_RJHAUA_TAB
Optional: No
Call by Reference: Yes

PAR_RJHAEA_ITAB -

Data type: JHA1_RJHAEA_TAB
Optional: No
Call by Reference: Yes

PAR_RJHAPA -

Data type: JHA1_RJHAPA_STR
Optional: No
Call by Reference: Yes

Copy and paste ABAP code example for ISP_JHTD_PLAZ_CALL 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_par_fcode  TYPE T185-FCODE, "   
lv_par_gv_flg_update  TYPE SY-BATCH, "   
lv_par_rjhae  TYPE JHA1_RJHAE_STR, "   
lv_par_rjhaea  TYPE JHA1_RJHAEA_STR, "   
lv_par_assign_avm_nr  TYPE JHAK-AVM_NR, "   
lv_par_assign_pos_nr  TYPE JHAP-POS_NR, "   
lv_par_assign_upos_nr  TYPE JHAUA-UPOS_NR, "   
lv_par_assign_ein_nr  TYPE JHAEA-EIN_NR, "   
lv_par_rjhatrz_itab  TYPE JHA1_RJHATRZ_TAB, "   
lv_par_rjhabpz_itab  TYPE JHA1_RJHABPZ_TAB, "   
lv_par_rjhae_itab  TYPE JHA1_RJHAE_TAB, "   
lv_par_t185  TYPE T185, "   
lv_par_rjhaplz_itab  TYPE JHA1_RJHAPLZ_TAB, "   
lv_par_t185f  TYPE T185F, "   
lv_par_rjhapa_itab  TYPE JHA1_RJHAPA_TAB, "   
lv_par_t185v  TYPE T185V, "   
lv_par_rjhaua_itab  TYPE JHA1_RJHAUA_TAB, "   
lv_par_tj180  TYPE TJ180, "   
lv_par_rjhaea_itab  TYPE JHA1_RJHAEA_TAB, "   
lv_par_rjhapa  TYPE JHA1_RJHAPA_STR, "   
lv_par_rjhallg  TYPE JHA1_RJHALLG_STR, "   
lv_par_rjhak  TYPE JHA1_RJHAK_STR, "   
lv_par_rjhap  TYPE JHA1_RJHAP_STR, "   
lv_par_rjhaua  TYPE JHA1_RJHAUA_STR. "   

  CALL FUNCTION 'ISP_JHTD_PLAZ_CALL'  "IS-M/AM: Access Positioning Instructions Function Group
    EXPORTING
         PAR_FCODE = lv_par_fcode
         PAR_RJHAE = lv_par_rjhae
         PAR_RJHAEA = lv_par_rjhaea
         PAR_ASSIGN_AVM_NR = lv_par_assign_avm_nr
         PAR_ASSIGN_POS_NR = lv_par_assign_pos_nr
         PAR_ASSIGN_UPOS_NR = lv_par_assign_upos_nr
         PAR_ASSIGN_EIN_NR = lv_par_assign_ein_nr
         PAR_RJHATRZ_ITAB = lv_par_rjhatrz_itab
         PAR_RJHABPZ_ITAB = lv_par_rjhabpz_itab
         PAR_RJHAE_ITAB = lv_par_rjhae_itab
         PAR_T185 = lv_par_t185
         PAR_T185F = lv_par_t185f
         PAR_T185V = lv_par_t185v
         PAR_TJ180 = lv_par_tj180
         PAR_RJHALLG = lv_par_rjhallg
         PAR_RJHAK = lv_par_rjhak
         PAR_RJHAP = lv_par_rjhap
         PAR_RJHAUA = lv_par_rjhaua
    CHANGING
         PAR_GV_FLG_UPDATE = lv_par_gv_flg_update
         PAR_RJHAPLZ_ITAB = lv_par_rjhaplz_itab
         PAR_RJHAPA_ITAB = lv_par_rjhapa_itab
         PAR_RJHAUA_ITAB = lv_par_rjhaua_itab
         PAR_RJHAEA_ITAB = lv_par_rjhaea_itab
         PAR_RJHAPA = lv_par_rjhapa
. " ISP_JHTD_PLAZ_CALL




ABAP code using 7.40 inline data declarations to call FM ISP_JHTD_PLAZ_CALL

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 FCODE FROM T185 INTO @DATA(ld_par_fcode).
 
"SELECT single BATCH FROM SY INTO @DATA(ld_par_gv_flg_update).
 
 
 
"SELECT single AVM_NR FROM JHAK INTO @DATA(ld_par_assign_avm_nr).
 
"SELECT single POS_NR FROM JHAP INTO @DATA(ld_par_assign_pos_nr).
 
"SELECT single UPOS_NR FROM JHAUA INTO @DATA(ld_par_assign_upos_nr).
 
"SELECT single EIN_NR FROM JHAEA INTO @DATA(ld_par_assign_ein_nr).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 


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!