‎2011 Nov 21 1:21 PM
Hi,
I want to enhance form INTTAB_FUELLEN of report RMCE0200. This form is placed in the multi-use include RMCE02F0. When I press the Enhance button, a dialog window pops up with selection of already enhanced main programs such as RMCE0800 etc, however RMCE0200 is not in that list. If I select any program from that list and enhance the form, my enhancement is not executed during report RMCE0200. Is it possible to enhance this form in RMCE0200 report?
‎2011 Nov 28 9:50 AM
Looks like this is the side effect of inconsistencies in SAP standard table ENHCROSS. Please refer OSS note 1460462 where the whole table is replaced with the class CL_ENH_HELPER & infact there are so many new OSS notes related to this table (To name few, 1439813 - Removal of table ENHCROSS & 1638877) . I think, the best solution would be to check with SAP referring to this table & the includes you have mentioned.
Regards,
Gokul
‎2011 Nov 28 9:50 AM
Looks like this is the side effect of inconsistencies in SAP standard table ENHCROSS. Please refer OSS note 1460462 where the whole table is replaced with the class CL_ENH_HELPER & infact there are so many new OSS notes related to this table (To name few, 1439813 - Removal of table ENHCROSS & 1638877) . I think, the best solution would be to check with SAP referring to this table & the includes you have mentioned.
Regards,
Gokul
‎2011 Dec 01 4:36 AM
Hi Gokul,
Thank you for the suggestion. I have two systems available with different SAP_BASIS version, one of them uses ENHCROSS (7.0 SP22) and the other does not (7.0 SP25). However the behavior is the same on both systems.