J_7LINTERFACEF4 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter J_7LINTERFACEF4 into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: REA Tools: Interface Field Check FORMs to J_7LINTERFACE
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DATE_CHECK_PLAUSIBILITY CALL FUNCTION 'DATE_CHECK_PLAUSIBILITY' EXPORTING date = l_datbi_tmp EXCEPTIONS plausibility_check_failed = 1 OTHERS = 2.
DATE_CHECK_PLAUSIBILITY CALL FUNCTION 'DATE_CHECK_PLAUSIBILITY' EXPORTING date = l_datab_tmp EXCEPTIONS plausibility_check_failed = 1 OTHERS = 2.
J_7L_VERSCHNITT CALL FUNCTION 'J_7L_VERSCHNITT' EXPORTING matnr = l_vrpnr laeng = u_laeng breit = u_breite meabm = u_laneh fmeng = u_fmeng meins = u_meins blfmeng = u_blister blmeins = u_blmeins IMPORTING verschnitt = c_verschnitt EXCEPTIONS not_found = 1 unit_conversion = 2 not_fit = 3 OTHERS = 4.
J_7L_VOLUMEN_FLAECHEN_KLASSE * CALL FUNCTION 'J_7L_VOLUMEN_FLAECHEN_KLASSE' * EXPORTING * VRPNR = U_VRPNR * ENTNR = U_ENTNR * LAND1 = U_LAND1 * VPARTS = L_TMP_VPARTS * VPFORMTYP = U_VPFORMTYP * IMPORTING * VFLKL = C_VFLKL * EXCEPTIONS * NOT_FOUND = 1 * NOT_UNIQUE = 2 * OTHERS = 3.
J_7L_VOLUMEN_FLAECHEN_KLASSE CALL FUNCTION 'J_7L_VOLUMEN_FLAECHEN_KLASSE' EXPORTING vrpnr = u_vrpnr entnr = u_entnr land1 = u_land1 * BUKRS = vparts = u_vparts sokoa = u_sokoa vpformtyp = u_vpformtyp volum = u_volum voleh = u_voleh laeng = u_laeng breit = u_breit hoehe = u_hoehe meabm = u_meabm ntgew = u_ntgew gewei = u_gewei * X_VPGEW_V01 = ' ' x_read_v01 = l_read_v01 datum = sy-datum IMPORTING vflkl = c_vflkl * FAKTOR = * TEXT = * PRICE = * VPART_NO_STKE = EXCEPTIONS not_found = 1 not_unique = 2 OTHERS = 3.
CONVERSION_EXIT_MATN1_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_MATN1_OUTPUT' EXPORTING input = u_matnr IMPORTING output = l_matnr.
CONVERSION_EXIT_MATN1_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_MATN1_OUTPUT' EXPORTING input = u_matnr IMPORTING output = l_matnr.
CONVERSION_EXIT_MATN1_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_MATN1_OUTPUT' " KK EXPORTING " KK input = c_matnr " KK IMPORTING " KK output = l_matnr_out " KK EXCEPTIONS " KK OTHERS = 1. " KK
CONVERSION_EXIT_MATN1_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_MATN1_OUTPUT' " KK EXPORTING input = c_matnr IMPORTING output = l_matnr_out EXCEPTIONS OTHERS = 1. " KK
J_7L_SPLITTING_FAKTOR_DATUM CALL FUNCTION 'J_7L_SPLITTING_FAKTOR_DATUM' EXPORTING entna = wa_e01-entna land1 = u_land1 kokey = u_kokey datam = u_datab * KOTYP = ' ' * NO_PUFFER = ' ' * NO_TEXT_IN_LIST = ' ' IMPORTING kproz = l_kproz * KZPRAD = * TABLES * KOART_TAB = * J_7LC36_TAB = * J_7LC37_TAB = * J_7LC38_TAB = EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
J_7LINTERFACEF4 - REA Tools: Interface Field Check FORMs to J_7LINTERFACE J_7LINTERFACEF3 - REA Tools: Interface Help FORMs to J_7LINTERFACE J_7LINTERFACEF2 - REA Tools: Interface Update FORMs to J_7LINTERFACE J_7LINTERFACEF1 - REA Tools: Interface Import FORMs to J_7LINTERFACE J_7LINTERFACE - REA Tools: General Interface J_7LINTERFACE - REA Tools: General Interface