SAP JITOUT01_READ_JITOHD_JITOIT Function Module for NOTRANSL: Lesen der Tabellen JITHD und JITOIT
JITOUT01_READ_JITOHD_JITOIT is a standard jitout01 read jitohd jitoit 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: Lesen der Tabellen JITHD und JITOIT 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 jitout01 read jitohd jitoit FM, simply by entering the name JITOUT01_READ_JITOHD_JITOIT into the relevant SAP transaction such as SE37 or SE38.
Function Group: JITOUT01
Program Name: SAPLJITOUT01
Main Program: SAPLJITOUT01
Appliation area:
Release date: N/A
Mode(Normal, Remote etc): Normal Function Module
Update:

Function JITOUT01_READ_JITOHD_JITOIT 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 'JITOUT01_READ_JITOHD_JITOIT'"NOTRANSL: Lesen der Tabellen JITHD und JITOIT.
EXPORTING
* PRODN_IT = "SumJC: Table w.Selection Options f. External Call No.(SumJC)
* POSID_IT = "Table Type for Range Table for Int. Components Grp No. Inb.
* OUTPO_IT = "Table Type for Range Table for Int. Components Grp No. Outb.
* CNTRL_IT = "
* INDAT_IT = "Table Type for Ranges Table for Time of Internal Status
* GRPIN_IT = "Selection options for grouping info
* GRIND_IT = "Selection options for grouping index
* RDATE_IT = "Table Type for Ranges Table for Requirement Time
* CRDAT_IT = "Table Type for Ranges Table for Requirement Time
* PKNUM_IT = "Table Type for Ranges Table for Control Cycle
* GRDON_IT = "Table Type for Range Table of Components Goods Receipt
* OUTID_IT = "Table Type for Range Table for Internal JIT Call Number
* MAX_COUNT_IV = "
* ONLY_OUTPO_IV = '' "
* JCTYP_IT = "Range Table for JCTYP
* CREAT_IT = "
* SEQNR_IT = "Table Type for Ranges Table for Sequence Number
* VEHID_IT = "Selection options for additional information 2
* VETYP_IT = "Selection options for additional information 1
* LIFNR_IT = "Table Type for Ranges Table for Vendors
* INTST_IT = "
IMPORTING
JITOHD_OIT_ET = "Chain JITHD - JITOIT
JITOHD_OIT_OCO_ET = "Chain JITOHD - JITOIT - JITOCO
EXCEPTIONS
NO_ENTRY_FOUND = 1
IMPORTING Parameters details for JITOUT01_READ_JITOHD_JITOIT
PRODN_IT - SumJC: Table w.Selection Options f. External Call No.(SumJC)
Data type: JITO_PRODN_TTOptional: Yes
Call by Reference: Yes
POSID_IT - Table Type for Range Table for Int. Components Grp No. Inb.
Data type: JIT_POSID_RANGE_TTOptional: Yes
Call by Reference: Yes
OUTPO_IT - Table Type for Range Table for Int. Components Grp No. Outb.
Data type: JIT_OUTPO_RANGE_TTOptional: Yes
Call by Reference: Yes
CNTRL_IT -
Data type: JIT_CNTRL_RANGE_TTOptional: Yes
Call by Reference: Yes
INDAT_IT - Table Type for Ranges Table for Time of Internal Status
Data type: JIT_INDAT_RANGE_TTOptional: Yes
Call by Reference: Yes
GRPIN_IT - Selection options for grouping info
Data type: JIT_GRPIN_RANGE_TTOptional: Yes
Call by Reference: Yes
GRIND_IT - Selection options for grouping index
Data type: JIT_GRIND_RANGE_TTOptional: Yes
Call by Reference: Yes
RDATE_IT - Table Type for Ranges Table for Requirement Time
Data type: JIT_RDATE_RANGE_TTOptional: Yes
Call by Reference: Yes
CRDAT_IT - Table Type for Ranges Table for Requirement Time
Data type: JIT_CRDAT_RANGE_TTOptional: Yes
Call by Reference: Yes
PKNUM_IT - Table Type for Ranges Table for Control Cycle
Data type: JITO_PKNUM_RANGE_TTOptional: Yes
Call by Reference: Yes
GRDON_IT - Table Type for Range Table of Components Goods Receipt
Data type: JITO_GRDON_RANGE_TTOptional: Yes
Call by Reference: Yes
OUTID_IT - Table Type for Range Table for Internal JIT Call Number
Data type: JIT_OUTID_RANGE_TTOptional: Yes
Call by Reference: Yes
MAX_COUNT_IV -
Data type: IOptional: Yes
Call by Reference: Yes
ONLY_OUTPO_IV -
Data type: CDefault: ''
Optional: Yes
Call by Reference: Yes
JCTYP_IT - Range Table for JCTYP
Data type: JITO_JCTYP_RANGE_TTOptional: Yes
Call by Reference: Yes
CREAT_IT -
Data type: JITO_CREAT_RANGE_TTOptional: Yes
Call by Reference: Yes
SEQNR_IT - Table Type for Ranges Table for Sequence Number
Data type: JIT_SEQNR_RANGE_TTOptional: Yes
Call by Reference: Yes
VEHID_IT - Selection options for additional information 2
Data type: JIT_VEHID_RANGE_TTOptional: Yes
Call by Reference: Yes
VETYP_IT - Selection options for additional information 1
Data type: JIT_VETYP_RANGE_TTOptional: Yes
Call by Reference: Yes
LIFNR_IT - Table Type for Ranges Table for Vendors
Data type: JIT_LIFNR_RANGES_TTOptional: Yes
Call by Reference: Yes
INTST_IT -
Data type: JIT_INTST_RANGE_TTOptional: Yes
Call by Reference: Yes
EXPORTING Parameters details for JITOUT01_READ_JITOHD_JITOIT
JITOHD_OIT_ET - Chain JITHD - JITOIT
Data type: JITOHD_OIT_TTOptional: No
Call by Reference: Yes
JITOHD_OIT_OCO_ET - Chain JITOHD - JITOIT - JITOCO
Data type: JITOHD_OIT_OCO_TTOptional: No
Call by Reference: Yes
EXCEPTIONS details
NO_ENTRY_FOUND - No Entry Found
Data type:Optional: No
Call by Reference: No ( called with pass by value option)
Copy and paste ABAP code example for JITOUT01_READ_JITOHD_JITOIT 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_prodn_it | TYPE JITO_PRODN_TT, " | |||
| lv_jitohd_oit_et | TYPE JITOHD_OIT_TT, " | |||
| lv_no_entry_found | TYPE JITOHD_OIT_TT, " | |||
| lv_posid_it | TYPE JIT_POSID_RANGE_TT, " | |||
| lv_outpo_it | TYPE JIT_OUTPO_RANGE_TT, " | |||
| lv_cntrl_it | TYPE JIT_CNTRL_RANGE_TT, " | |||
| lv_indat_it | TYPE JIT_INDAT_RANGE_TT, " | |||
| lv_grpin_it | TYPE JIT_GRPIN_RANGE_TT, " | |||
| lv_grind_it | TYPE JIT_GRIND_RANGE_TT, " | |||
| lv_rdate_it | TYPE JIT_RDATE_RANGE_TT, " | |||
| lv_crdat_it | TYPE JIT_CRDAT_RANGE_TT, " | |||
| lv_pknum_it | TYPE JITO_PKNUM_RANGE_TT, " | |||
| lv_grdon_it | TYPE JITO_GRDON_RANGE_TT, " | |||
| lv_outid_it | TYPE JIT_OUTID_RANGE_TT, " | |||
| lv_jitohd_oit_oco_et | TYPE JITOHD_OIT_OCO_TT, " | |||
| lv_max_count_iv | TYPE I, " | |||
| lv_only_outpo_iv | TYPE C, " '' | |||
| lv_jctyp_it | TYPE JITO_JCTYP_RANGE_TT, " | |||
| lv_creat_it | TYPE JITO_CREAT_RANGE_TT, " | |||
| lv_seqnr_it | TYPE JIT_SEQNR_RANGE_TT, " | |||
| lv_vehid_it | TYPE JIT_VEHID_RANGE_TT, " | |||
| lv_vetyp_it | TYPE JIT_VETYP_RANGE_TT, " | |||
| lv_lifnr_it | TYPE JIT_LIFNR_RANGES_TT, " | |||
| lv_intst_it | TYPE JIT_INTST_RANGE_TT. " |
|   CALL FUNCTION 'JITOUT01_READ_JITOHD_JITOIT' "NOTRANSL: Lesen der Tabellen JITHD und JITOIT |
| EXPORTING | ||
| PRODN_IT | = lv_prodn_it | |
| POSID_IT | = lv_posid_it | |
| OUTPO_IT | = lv_outpo_it | |
| CNTRL_IT | = lv_cntrl_it | |
| INDAT_IT | = lv_indat_it | |
| GRPIN_IT | = lv_grpin_it | |
| GRIND_IT | = lv_grind_it | |
| RDATE_IT | = lv_rdate_it | |
| CRDAT_IT | = lv_crdat_it | |
| PKNUM_IT | = lv_pknum_it | |
| GRDON_IT | = lv_grdon_it | |
| OUTID_IT | = lv_outid_it | |
| MAX_COUNT_IV | = lv_max_count_iv | |
| ONLY_OUTPO_IV | = lv_only_outpo_iv | |
| JCTYP_IT | = lv_jctyp_it | |
| CREAT_IT | = lv_creat_it | |
| SEQNR_IT | = lv_seqnr_it | |
| VEHID_IT | = lv_vehid_it | |
| VETYP_IT | = lv_vetyp_it | |
| LIFNR_IT | = lv_lifnr_it | |
| INTST_IT | = lv_intst_it | |
| IMPORTING | ||
| JITOHD_OIT_ET | = lv_jitohd_oit_et | |
| JITOHD_OIT_OCO_ET | = lv_jitohd_oit_oco_et | |
| EXCEPTIONS | ||
| NO_ENTRY_FOUND = 1 | ||
| . " JITOUT01_READ_JITOHD_JITOIT | ||
ABAP code using 7.40 inline data declarations to call FM JITOUT01_READ_JITOHD_JITOIT
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.| DATA(ld_only_outpo_iv) | = ''. | |||
Search for further information about these or an SAP related objects