Solution : https://service.sap.com/sap/support/notes/383077 (SAP Service marketplace login required)
Summary :
When using the Report-Report Interface (RRI) to transition from a report or query to a transaction, input fields may not transfer correctly, prompting the error message RS010, indicating missing required field values. This issue is often seen with interactive transactions not initially compatible with RRI, especially when fields are on subscreens or their attributes change dynamically. The resolution involves creating an intermediary ABAP program that sets necessary parameter IDs for the start program, which calls the transaction, bypassing problematic screens. The process necessitates modifying report assignments to use the new start program, ensuring seamless field data continuity.
Key words :
sgrw_extensionsgrw_om sgrw_ps sgrw_pc sgrw_sl sgrw_pca sgrw_ec sgrw_lis reason, mm03set parameter id 'mat' field p_matnr, parameters -set parameter id pairs, system generates message rs010, report assignment dialog box, mara-matnrcall transaction 'mm03', short abap start program, correct parameter id, set parameter command, missing parameter id
Related Notes :
784330 | Transaction call from query not possible |
694244 | RRI: Calling transaction KSB5 |
367833 | ABAP-QUERY: Jump to process order (COR3) |
186899 | Report/report interface / Goto line item report |
180225 | MR3M: External call causes message RS010 |
171386 | Report interface: incorr.transfer of charact. value |
168210 | Rep.interface:Fld transformtn/domain equal in value |
149270 | Report/report interface: call of transactions |
148919 | Branching to cost center master record does not work |
101043 | CO rep: docu no. not transferred via R/R interface |
73870 | Param.s when calling MM03 from ABAP/4 query report |