‎2009 May 20 7:38 AM
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.
‎2009 May 21 1:44 AM
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
‎2009 May 21 7:15 AM
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