Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP SCRIPTS

Former Member
0 Likes
546

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?

4 REPLIES 4
Read only

former_member216668
Participant
0 Likes
517

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.

Read only

Former Member
0 Likes
517

Hi shah,

Please make sure you have copied the standard form to your zform and copy the standard code too.

Cheers!!

Read only

Former Member
0 Likes
517

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

Read only

former_member480923
Active Contributor
0 Likes
517

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.