cancel
Showing results for 
Search instead for 
Did you mean: 

Printing data in Script

Former Member
0 Kudos

Hi ,

I am facing a problem with respect to data display in Script.Need some help on this.The Write_form is being used by providing window details and text element names to print data .The Write_form function module is called within a loop.(looping an internal table).Now the problem is no data is being written (displayed in the form output).Is there anything more to be done?Moreover this custom print program is being called from an exit for sales order creation.(SAPMV45A).

Thanks & Regards,

Savitha

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Savitha,

The Program SAPMV45A is standard program for Sales for Inquiry,Quotation and Sales Order. For Sales Order it has its Standard Driver Program and Standard Script. You have to change to the customised Driver Program and Script which you have created. You can change it with <b>SPRO</b> T-code.

Regards,

Tushar

Former Member
0 Kudos

when u called the write_form function module, did u keep the window

and element names in capitals in export parameters.

Former Member
0 Kudos

Hi Savitha,

Savitha I think u need to configure an output type(NACE) to trigger the form output.

In tcode NACE and choose application as V1. Then do the appropriate config.

This will trigger this output that u have configured and will print the form.

Your method might not print it as it will end the normal course of process abruptly

Thanks,

Utsah.

Former Member
0 Kudos

1) check if your internal table has values..at all.

2) Check if you have given the rite text element and that too in capitals to write_form

3) if the script is activated

santhosh