Hello Experts,
I´m trying to create a custom Time Operation in PE04 (ZANTG), I leave the standard form name OPZANTG, selected All countries, I don´t need Parameters but I choose the Model ET anyway.
Before all this I created a new Include ZPT_FUNC_ZANTG with the FORM OPZANTG and enhance the program RPTMOZ00 for both programs (SAPFP51T and SAPFP51T_V3S) with the new include, both enhancements have been Activated.
So back to PE04 when I save the operation gets Activated, If I click the source code button I have the following options:
- RPUCCT00
- SAPFP51T
- SAPFP51T_V3S
SAPFP51T works fine if I double click it takes me to my Form, but the other 2 won't work, if for example I click on RPUCCT00 I get the following error:
Form routine OPZANTG could not be found in program RPUCCT00.
Even tough the form is present in the Include RPUCOT00 in that program
FORM OPZANTG.
IF OPERATION(5) NE 'ZANTG'.
ERROR = 30. EXIT.
ENDIF.
PERFORM OPER USING 'ET'.
ENDFORM.
I activated the Operation several times with no luck, I also deleted everything and the same thing, I also ran the program RPUGCC00 to generate RPUCCT00, but the same error happens.
Did I missed something? Please help.
Regards Eduardo.