‎2008 Oct 06 5:29 AM
Hi,
I am supposed to print a check using SAP scripts by copying the standard form F110_PRENUM_CHCK into a ZFORM and by executing the standard program RFFOUS_C.I am getting the layout but along with that I get an error log saying text element 510-W is missing in main window.I tried to insert the text element 510-W manually in the ZFORM but still I get the same error.Has anyone faced a similar problem earlier and what was the solution to the problem?
‎2008 Oct 06 5:42 AM
Is your testing done in a different client? If yes Then the text element would not have moved to the client. Go to tcode SO10 - in the top menu there is a menu option called Utilities - Copy from Client.
Click on it. Now give your Text name, source client and target name(which is the same name).
this issue will be solved.
‎2008 Oct 06 5:48 AM
Hi shah,
Please make sure you have copied the standard form to your zform and copy the standard code too.
Cheers!!
‎2008 Oct 06 5:57 AM
I have used the program RSTXR3TR which is used to move the changes made in a particular cliect to the testing client but still the same error occurs
‎2008 Oct 06 6:17 AM
Check the value of SY-SUBRC on the code lines 567 of the main program RFFORI01. This will raise the error message that you are receiving. The program RFFORI01 is an include program to your main driver program RFFOUS_C.
Hope That Helps
Anirban M.