‎2007 May 31 6:21 PM
Hi All,
I am new to sap scripts, I have copied medruck to z and creted one header window for standard text. It is constant. But when i test nothing is populated.
Do i need to change driver program like write element. Pls suggest.
Regards
Cris
‎2007 Jun 01 4:47 AM
Hello,
After the creation of the Z sap script have you maintained the relation between the zsap script and the driver program.
Create a copy of the standard driver program into Z and use the Write element FM to call the new element .
Regards,
Sowmya
‎2007 May 31 6:28 PM
Hi Cris,
Yes, If you have created a new window in the script then you need to use write element in the driver program. otherwise the data will not be populated.
Create a Z copy of driver program & pass the data to window.
Ashven
‎2007 Jun 01 4:47 AM
Hello,
After the creation of the Z sap script have you maintained the relation between the zsap script and the driver program.
Create a copy of the standard driver program into Z and use the Write element FM to call the new element .
Regards,
Sowmya
‎2007 Jun 01 4:49 AM
Hi Cris,
Try to create a new driver program.
Pass the window through the function module WRITE_FORM.
This will give the output.
Regards,
Priyanka.