TRIP_WISH_4100_F01_01 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 TRIP_WISH_4100_F01_01 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HRCA_COMPANYCODE_GETDETAIL CALL FUNCTION 'HRCA_COMPANYCODE_GETDETAIL' EXPORTING companycode = p_pa0001-bukrs * LANGUAGE = SY-LANGU IMPORTING * COMP_NAME = * CITY = * COUNTRY = currency = p_ptrp_currency * LANGU = * CHRT_ACCTS = * FY_VARIANT = * FI_MANAGEMENTAREA = * JURISDICTION = * RATE_DEVIATION = * ADDRESS = * VAT_REG_NO = * TABLES * APPENDIX = EXCEPTIONS not_found = 1 OTHERS = 2.
RP_GET_CURRENCY CALL FUNCTION 'RP_GET_CURRENCY' EXPORTING molga = p_ptrp_molga begda = sy-datum IMPORTING waers = p_ptrp_currency EXCEPTIONS molga_not_in_t001p = 1 no_entry_found_in_table_t001 = 2 no_entry_found_in_table_t500p = 3 no_entry_found_in_table_t500c = 4 OTHERS = 5.
POPUP_TO_CONFIRM_WITH_MESSAGE * CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' * EXPORTING ** DEFAULTOPTION = 'Y' * diagnosetext1 = text-w38 ** DIAGNOSETEXT2 = ' ' ** DIAGNOSETEXT3 = ' ' * textline1 = text-w39 ** TEXTLINE2 = ' ' * titel = titel ** START_COLUMN = 25 ** START_ROW = 6 * cancel_display = ' ' * IMPORTING * answer = answer.
POPUP_GET_VALUES_USER_HELP * CALL FUNCTION 'POPUP_GET_VALUES_USER_HELP' * EXPORTING ** F1_FORMNAME = ' ' ** F1_PROGRAMNAME = ' ' ** F4_FORMNAME = ' ' ** F4_PROGRAMNAME = ' ' ** formname = ' ' * popup_title = text-w45 ** programname = ' ' ** START_COLUMN = '5' ** START_ROW = '5' ** NO_CHECK_FOR_FIXED_VALUES = ' ' ** IMPORTING ** returncode = * TABLES * fields = fields * EXCEPTIONS * error_in_fields = 1 * OTHERS = 2.
VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'FTPT_VARIANT-AGENCYSTATUS' values = p_it_status[] EXCEPTIONS id_illegal_name = 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.