Hi,
I designed a report to download quality notification data into MS Word.
I use MS Word 2003 on my laptop. The users have MS Word 2000.
Steps that I followed :
1. Create a template using program SAPRDEMO_FORM_INTERFACE
2. Save the template on your desktop.
3. Upload the Template into BOR using TCode OAER.
4. Write a report to get the form open in Word & then populate the fields created with the data from the program.
The ZProgram has the following logic :
1. Create instance for BDS
2. Get Document info
3. Get Document URL
4. Set application type.
5. Open Word Document
6. Check Form interface
7. Get the Form interface
8. Get the Form variables
9. Fetch data from R/3 & populate the structures
10. Pass the variables to the Form Interface.
Steps 1-9 are done. The problem occurs in step 10. Using MS Word 2003, I am able to pass all data from R/3 to the respective fields in the form. But using MS Word 2000, users are getting few fields and some are missed. I got MS Office 2000 installed on one of our machines. The problem I face is none of the fields are getting populated in step 10.
Please suggest if MS Word 2000 form interface is compatible with SAP 4.6C.
Thanks,
Mahi