SAP Reports / Programs | Basis Components | BW Service API(BC-BW) SAP BC

TRIGFORM SAP ABAP INCLUDE - documentation and ABAP source code







TRIGFORM 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 TRIGFORM into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT TRIGFORM. "Basic submit
SUBMIT TRIGFORM AND RETURN. "Return to original report after report execution complete
SUBMIT TRIGFORM VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT TRIGFORM

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

RSFH_TRIGGER_SAPI CALL FUNCTION 'RSFH_TRIGGER_SAPI' EXPORTING I_OBJECT = RSFHDYNP01-ISOURCE I_OBJTYPE = RSFHDYNP01-OBJTYPE I_UPDMODE = RSFHDYNP01-UPDMODE I_TSMETHODE = RSFHDYNP01-TSMETHODE I_EXPRESS = RSFHDYNP01-EXPRESS I_RLOGSYS = RSFHDYNP01-RLOGSYS I_SLOGSYS = RSFHDYNP01-SLOGSYS I_SAPRL = RSFHDYNP01-SAPRL I_DEBUGMODE = RSFHDYNP01-DEBUGMODE I_BENCHMARK = RSFHDYNP01-BENCHMARK TABLES I_T_SELECT = G_T_SELECT EXCEPTIONS NO_TRANSFER_STRUCTURE = 1 DATA_KIND_FALSE = 2 LANGUAGES_NOT_FOUND = 3 DISPATCH_FAILED = 4 NO_AUTHORITY = 5 OTHERS = 6.

INFO_MSD_IOS_GET CALL FUNCTION 'INFO_MSD_IOS_GET' EXPORTING I_CHABASNM = G_ISOURCE I_ONLY_SEL = 'X' TABLES E_T_IOBJ_LIST = L_T_IOBJ_LIST EXCEPTIONS INFO_NO_SUCH_CHABAS = 1 NO_INFO_OBJECTS = 2 OTHERS = 3.

INFO_IS_IOS_GET CALL FUNCTION 'INFO_IS_IOS_GET' EXPORTING I_ISOURCE = G_ISOURCE I_ONLY_SEL = 'X' TABLES E_T_IOBJ_LIST = L_T_IOBJ_LIST EXCEPTIONS INFO_NO_SUCH_ISOURCE = 1 NO_INFO_OBJECTS = 2 OTHERS = 3.

INFO_IS_IOS_GET CALL FUNCTION 'INFO_IS_IOS_GET' EXPORTING I_ISOURCE = G_ISOURCE I_ONLY_SEL = '' TABLES E_T_IOBJ_LIST = L_T_IOBJ_LIST EXCEPTIONS INFO_NO_SUCH_ISOURCE = 1 NO_INFO_OBJECTS = 2 OTHERS = 3.

HELP_VALUES_GET_NO_DD_NAME CALL FUNCTION 'HELP_VALUES_GET_NO_DD_NAME' EXPORTING CUCOL = 10 CUROW = 10 * display = ' ' SELECTFIELD = 'InfoSource'(004) TITEL = TEXT-003 * no_pers_help_select = ' ' * title_in_values_list = ' ' * use_user_selections = 'S' * show_all_values_at_first_time = ' ' * write_selectfield_in_colours = 'X' IMPORTING IND = L_IND TABLES FIELDS = L_T_FIELD FULL_TABLE = L_T_F4TAB * user_sel_fields = shrinkfields EXCEPTIONS FULL_TABLE_EMPTY = 01 NO_TABLESTRUCTURE_GIVEN = 02 NO_TABLEFIELDS_IN_DICTIONARY = 03 MORE_THEN_ONE_SELECTFIELD = 04 NO_SELECTFIELD = 05.

RSAN_LOGSYS_DETERMINE CALL FUNCTION 'RSAN_LOGSYS_DETERMINE' EXPORTING I_CLIENT = SY-MANDT IMPORTING E_LOGSYS = RSFHDYNP01-SLOGSYS E_RELEASE = RSFHDYNP01-SAPRL.

DD_DTEL_SET_GET CALL FUNCTION 'DD_DTEL_SET_GET' EXPORTING GET_STATE = 'A' LANGU = SY-LANGU WITHTEXT = 'X' TABLES DD04T_TAB_A = L_T_DD04T_A DD04T_TAB_N = L_T_DD04T_N ROLLNAMES = L_T_DTELNM DD04L_TAB_A = L_T_DD04L_A DD04L_TAB_N = L_T_DD04L_N GOT_STATES = L_T_GOTSTATES DD01L_TAB = L_T_DD01L TPARA_TAB = L_T_TPARA EXCEPTIONS ILLEGAL_VALUE = 1 OP_FAILURE = 2 OTHERS = 3.

HELP_VALUES_GET_NO_DD_NAME CALL FUNCTION 'HELP_VALUES_GET_NO_DD_NAME' EXPORTING CUCOL = 10 CUROW = 10 * display = ' ' SELECTFIELD = 'Merkmal'(002) TITEL = 'Wählen Sie ein Merkmal:'(001) * no_pers_help_select = ' ' * title_in_values_list = ' ' * use_user_selections = 'S' * show_all_values_at_first_time = ' ' * write_selectfield_in_colours = 'X' IMPORTING IND = L_IND TABLES FIELDS = L_T_FIELD FULL_TABLE = L_T_F4TAB * user_sel_fields = shrinkfields EXCEPTIONS FULL_TABLE_EMPTY = 01 NO_TABLESTRUCTURE_GIVEN = 02 NO_TABLEFIELDS_IN_DICTIONARY = 03 MORE_THEN_ONE_SELECTFIELD = 04 NO_SELECTFIELD = 05.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = 'TRIGSAPI' DYNUMB = '0100' TABLES DYNPFIELDS = L_T_SCR_FIELDS EXCEPTIONS INVALID_ABAPWORKAREA = 1 INVALID_DYNPROFIELD = 2 INVALID_DYNPRONAME = 3 INVALID_DYNPRONUMMER = 4 INVALID_REQUEST = 5 NO_FIELDDESCRIPTION = 6 INVALID_PARAMETER = 7 UNDEFIND_ERROR = 8 OTHERS = 9.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name TRIGFORM or its description.