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 Script Text Element

arvind_soni
Participant
0 Likes
335

Hi All,

I have copied a standard SAP script and the Print program and now modifying the same according to my requirement.

I changed the data that is getting printed in the main window and put my own data there.The main window had the tes=xt elements in it so i didint removed the text element from it.

Bow after activating i m transporting the Script to the Tetsing client,but it is giving error as program terminated with error or warning.However the changes are reflecting in the testing client but no output is getting displayed on the main window.

Please let me know what is the reason behind this .Also please clear the text elements role in the Scripts.

Thanks in advance.

Arvind soni

2 REPLIES 2
Read only

Former Member
0 Likes
306

Hi Arvind,

I thing the changes made to the print program are not passed to the main window through this text element. The data which will be passed to the main window will depends on the text element.

And also before activating the Form check the definition and text of the Form in SE71.

Regards

Satya

Read only

Former Member
0 Likes
306

hi

good

did you debg your sap script , why it is not coming in the main window,

check out the open_window where you r passing the main window name and the selection statement that is use to print the data in the driver program, if you find out that the data is going correctly to the sap script screen than you check each and every parameter that you r using to display the data, i hope you ll get the solution.

thanks

mrutyun^