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 PRINTING PROBLEM.

Former Member
0 Likes
481

Hi All,

I am using a Standard Program which is the DRIVER program for the SAP script ... noe the reqirement was to change the SAP script and not the DRIVER program .. so i have copied the SAP SCRIPT to Z...

and done the required changes ... noe the problem is that .. i want to print the certain elements i.e TEXT ELEMTS in SCRIPT in some other position...

For e.g : Text Element A : Contains header data : DATE , NAME : ADDR etc

Text Element B : Contains Item data : ID , CODE .. etc...

Here Text Element A is printed on the TOP of the page and Text Element B is printed Below Text Element A and in Driver Program First Text Element A is called then Text Element B is called noe i want to print one of the field suppose ID on the TOP of the page with the along with the HEADER data.

Please suggest the soloution.

Note : the data in the Element B is fillend only after the execution of the Text Element A.

regards,

Jay.

2 REPLIES 2
Read only

hadiman_ngoei
Product and Topic Expert
Product and Topic Expert
0 Likes
421

You can create a new window on top of your page and when you call WRITE_FORM, you can pass the window name.

Regards,

Hadiman

Read only

Former Member
0 Likes
421

Hi,

to display the field from elementB to elementA just put that field in elementA in SAP script text.

when elementA is called in driver program than automatically that field will also displayed there.

hope it helps.

Regards

Rajesh Kumar