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

How to create RDI file using SAP script

Former Member
0 Likes
1,662

Hi All,

I want to generate RDI file using SAP script. As I suppose in FM OPEN_FORM I need to make raw_data_interface = 'X'. Is there anything else I need to do in code or in cofiguration settings (Printer is already configured for RDI files).

Thanks & Regards,

Vijay

4 REPLIES 4
Read only

Former Member
0 Likes
1,071

yeah same setting u have to do in SE71 --->check u will get one option to activate RDI format.

Regards

pRABHU

Read only

Former Member
0 Likes
1,071

Goto SP01 after you have given the print , then view the spool and in the Application toolbar there will be one option to Download the spool , Download it with the Option Unconverted , then a file will be created in .TXT format , then chnage that file to .RDI format.

Regards,

Senthil N S

Read only

Former Member
0 Likes
1,071

Goto SP01 after you have given the print , then view the spool and in the Application toolbar there will be one option to Save to Local ( Download the spool ), Download it with the Option Unconverted , then a file will be created in .TXT format , then chnage that file to .RDI format.

Regards,

Senthil N S

Read only

0 Likes
1,071

Hi Senthil,

Thanks for ur response. I am getting correct output after downloading to desktop & then viewing that text file. But why its not showing in spool file when I see in SP01. In SP01 when I open spool file it shows the variable names & not their values. Can u please clarify this point.

Thanks,

Vijay