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

HariMaradana
Active Participant
0 Likes
418

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
403

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

3 REPLIES 3
Read only

Former Member
0 Likes
403

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

Read only

Former Member
0 Likes
404

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

Read only

Former Member
0 Likes
403

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.