J_5KFH_INV12_F01 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_5KFH_INV12_F01 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: Include J_5KFH_INV12_F01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' "#EC * EXPORTING * titel = lv_repid txt2 = sy-subrc txt1 = 'The control could not be created'(510).
POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' "#EC * EXPORTING * titel = lv_repid txt2 = sy-subrc txt1 = 'The control could not be created'(510).
POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' "#EC * EXPORTING * titel = lv_repid txt2 = sy-subrc txt1 = 'Error in FLush'(500).
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'J_5KFH_INV12_RESULT' CHANGING ct_fieldcat = p_fieldcat[] EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
SPELL_AMOUNT CALL FUNCTION 'SPELL_AMOUNT' EXPORTING amount = gs_form_data-inv_num_to * * CURRENCY = ' ' * * FILLER = ' ' * * LANGUAGE = SY-LANGU IMPORTING in_words = lv_serial_num EXCEPTIONS not_found = 1 too_large = 2 OTHERS = 3.
T095_READ CALL FUNCTION 'T095_READ' EXPORTING f_t095 = gs_t095 IMPORTING f_t095 = gs_t095 EXCEPTIONS not_found = 1 OTHERS = 2.
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_5KFH_INV12_F01 - Include J_5KFH_INV12_F01 J_5KFH_INV12_END_SELECTION - Include J_5KFH_INV12_END_SELECTION J_5KFH_INV12_CONST - Include J_5KFH_INV12_CONST J_5KFH_INV12_AT_SEL_OUTPUT - Include J_5KFH_INV12_AT_SEL_OUTPUT J_5KFH_INV12_AT_SELECTION - Include J_5KFH_INV12_AT_SELECTION J_5KFH_EXAMPLE - Include J_5KFH_EXAMPLE