CRMOST_TRANSPORT_OBJECT_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 CRMOST_TRANSPORT_OBJECT_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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING tabname = 'BSP_DLC_OBJTYP_T' fieldname = 'OBJECT_TYPE' searchhelp = 'CRMOST_SRV_OBJECTS' shlpparam = 'OBJECT_TYPE' dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = field * STEPL = 0 * VALUE = ' ' * MULTIPLE_CHOICE = ' ' * DISPLAY = ' ' * SUPPRESS_RECORDLIST = ' ' * CALLBACK_PROGRAM = ' ' * CALLBACK_FORM = ' ' * SELECTION_SCREEN = ' ' TABLES return_tab = return_tab EXCEPTIONS field_not_found = 1 no_help_for_field = 2 inconsistent_help = 3 no_values_found = 4 OTHERS = 5.
F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING tabname = 'E070' fieldname = 'TRKORR' searchhelp = 'CRMOST_TRKORR' shlpparam = 'TRKORR' dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = field * STEPL = 0 * VALUE = ' ' * MULTIPLE_CHOICE = ' ' * DISPLAY = ' ' * SUPPRESS_RECORDLIST = ' ' * CALLBACK_PROGRAM = ' ' * CALLBACK_FORM = ' ' * SELECTION_SCREEN = ' ' TABLES return_tab = return_tab EXCEPTIONS field_not_found = 1 no_help_for_field = 2 inconsistent_help = 3 no_values_found = 4 OTHERS = 5.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = ls_bapireturn-id * EXCEPTION_IF_NOT_ACTIVE = 'X' msgty = ls_bapireturn-type msgv1 = ls_bapireturn-message_v1 msgv2 = ls_bapireturn-message_v2 msgv3 = ls_bapireturn-message_v3 msgv4 = ls_bapireturn-message_v4 txtnr = ls_bapireturn-number zeile = l_line * IMPORTING * ACT_SEVERITY = * MAX_SEVERITY = EXCEPTIONS message_type_not_valid = 1 not_active = 2 OTHERS = 3.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = ls_message-ag * EXCEPTION_IF_NOT_ACTIVE = 'X' msgty = ls_message-severity msgv1 = ls_message-var1 msgv2 = ls_message-var2 msgv3 = ls_message-var3 msgv4 = ls_message-var4 txtnr = ls_message-msgnr zeile = l_line * IMPORTING * ACT_SEVERITY = * MAX_SEVERITY = EXCEPTIONS message_type_not_valid = 1 not_active = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CRMOST_TRANSPORT_OBJECT_F01 - Include WS_BOL_DT_TRANSPORT_OBJECT_F01 CRMOST_TRANSPORT - CRM Web Services Tool: Transport Service Objects CRMOST_TRANSPORT - CRM Web Services Tool: Transport Service Objects CRMOST_TEMPLATE_READ - Program CRMOST_TEMPLATE_READ CRMOST_TEMPLATE_QUERY - Include CRMOST_TEMPLATE_QUERY CRMOST_TEMPLATE_DQUERY - Include CRMOST_TEMPLATE_QUERY