MP56TI1011 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 MP56TI1011 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!
DDIF_FIELDINFO_GET * CALL FUNCTION 'DDIF_FIELDINFO_GET' * EXPORTING * tabname = 'T706T' * fieldname = 'STEXT' * langu = sy-langu * TABLES * dfies_tab = lbox_fields[] * EXCEPTIONS * not_found = 1 * internal_error = 2 * OTHERS = 3.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING * retfield = 'STEXT' "WBGPLN retfield = 'SCHEM' "WBGPLN dynpprog = 'SAPMP56T' dynpnr = '1011' * dynprofield = 'T706T-STEXT' "WBGPLN dynprofield = 'T706T-SCHEM' "WBGPLN value_org = 'S' TABLES value_tab = t706t_text * field_tab = lbox_fields[] "WBGPLN EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.
NUMBER_CHECK CALL FUNCTION 'NUMBER_CHECK' EXPORTING nr_range_nr = num_kre number = ptp00-reinr object = num_obj subobject = p0001_sydat-werks IMPORTING returncode = num_rt_code EXCEPTIONS interval_not_found = 04 number_range_not_extern = 08 object_not_found = 12.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.