MM08RO10 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 MM08RO10 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!
COMPANY_CODE_READ CALL FUNCTION 'COMPANY_CODE_READ' EXPORTING i_bukrs = rm08r-bukz1 IMPORTING e_t001 = t001 e_t005 = t005 e_t043 = t043 e_t043t = t043t.
COBL_SEND_PBO CALL FUNCTION 'COBL_SEND_PBO' EXPORTING dclass = 'STD1' icobl = cobl full_always = full_always IMPORTING dynnr = dynnr progn = progn TABLES icoblf = int_coblf.
ADDR_COMPOSE_STREET_LINE CALL FUNCTION 'ADDR_COMPOSE_STREET_LINE' EXPORTING street = addr1_val-street house_number = addr1_val-house_num1 length = 35 country = addr1_val-country language = addr1_val-langu IMPORTING street_line = bsec-stras.
CURRENCY_CODE_SAP_TO_ISO CALL FUNCTION 'CURRENCY_CODE_SAP_TO_ISO' EXPORTING sap_code = bkpf-waers IMPORTING iso_code = l_isocd.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.