FCY29FI1 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 FCY29FI1 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: Routines starting with I
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CY01_GET_LIST_PROFILE CALL FUNCTION 'CY01_GET_LIST_PROFILE' EXPORTING PROFILE_ID = H_LIPRO_ID IMPORTING CRPLIPRO = LIST_PROFILE_EIN * PROFILE_TEXT = EXCEPTIONS NO_CURRENT_PROFILE = 01 PROFILE_NOT_FOUND = 02.
FILL_SEL_PLAF CALL FUNCTION 'FILL_SEL_PLAF' TABLES CYFIL = FIL_PLAF_TAB CYSEL = IND_PLAF_TAB EXCEPTIONS FILTER_TABLE_EMPTY = 1 OTHERS = 2.
GET_PLAF_WITH_INDEX CALL FUNCTION 'GET_PLAF_WITH_INDEX' EXPORTING WITH_DELETED_PLORDS = ' ' TABLES CPLAF = PLAF_TAB CYFIL = DUMMY_CYFIL * CYOUT = CYSEL = IND_PLAF_TAB EXCEPTIONS NO_INDICES_SPECIFIED = 1 OBJECT_NOT_FOUND = 2 OTHERS = 3.
FILL_SEL_SAUF CALL FUNCTION 'FILL_SEL_SAUF' TABLES CYFIL = FIL_SAUF_TAB CYSEL = IND_SAUF_TAB EXCEPTIONS FILTER_TABLE_EMPTY = 1 OTHERS = 2.
GET_SAUF_WITH_INDEX CALL FUNCTION 'GET_SAUF_WITH_INDEX' TABLES CSAUF = SAUF_TAB CYFIL = DUMMY_CYFIL CYOUT = DUMMY_CYOUT "40C CYSEL = IND_SAUF_TAB EXCEPTIONS NO_INDICES_SPECIFIED = 1 OBJECT_NOT_FOUND = 2 OTHERS = 3.
CY01_GET_ORDERS_TO_SELECTIONS CALL FUNCTION 'CY01_GET_ORDERS_TO_SELECTIONS' TABLES CYAUKO_TAB = EXP_ORDER_TAB SEL_TAB = FIL_ORDER_TAB EXCEPTIONS NO_ENTRY = 1 WRONG_SEL_TAB = 2 OTHERS = 3.
CY01_GET_ORDERS_TO_SELECTIONS CALL FUNCTION 'CY01_GET_ORDERS_TO_SELECTIONS' "46A EXPORTING "46A FLG_VERSION = 'X' "46A TABLES "46A * CYAUKO_TAB = "46A SEL_TAB = V_FIL_ORDER_TAB "46A VSCYAUKO_TAB = V_EXP_ORDER_TAB "46A EXCEPTIONS "46A NO_ENTRY = 1 "46A WRONG_SEL_TAB = 2 "46A OTHERS = 3. "46A
CY01_READ_ORDER CALL FUNCTION 'CY01_READ_ORDER' EXPORTING * FLG_DIALOG_IMP = 'X' FLG_ENQ_IMP = ' ' * IMPORTING * FLG_ESC = TABLES ORD_TAB = AUFNR_TAB EXCEPTIONS OTHERS = 1.
CO_BH_GET_ORDERS CALL FUNCTION 'CO_BH_GET_ORDERS' TABLES CAUFVD_GET = EXP_CAUFVDGET * CAUFVB_OLD = EXCEPTIONS OTHERS = 1.
CO_BO_OPR_OF_ORDER_GET CALL FUNCTION 'CO_BO_OPR_OF_ORDER_GET' TABLES AFVGD_GET = EXP_AFVGDGET * AFVGT_OLD = EXCEPTIONS OTHERS = 1.
CYIB_ISTBED_BT_READ_WITH_INDEX CALL FUNCTION 'CYIB_ISTBED_BT_READ_WITH_INDEX' TABLES E_INDEX_ISTBED = ISTBED_INDEX_TAB I_ISTBEDD_TAB = ISTBEDD_TAB.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.