cancel
Showing results for 
Search instead for 
Did you mean: 

Smart forms Doubts

Former Member
0 Kudos

hi,

i have a standard program rqcaap00 copied into Zrqcaap00, but it triggers the Script by default. but it needs to call the Smartform . How to modify the program where to modify,pls urgent.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

your program is designed to call the SAP Script. Usually WRITE_FORM function module will be called in your program.... Instead of SAP Script related function modules call function module generated by your smart form.

http://help.sap.com/saphelp_47x200/helpdata/en/d5/6243ea8a4111d4b605006094192fe3/content.htm

Regards,

Vara

Former Member
0 Kudos

Hi,

the program that you mention has the subroutines FORM_OPEN, FORM_OPEN_DATA & FORM_CLOSE. These are responsible for printing the SAPscript form. You must comment the calling lines to the subroutines and include your code for calling the function that the system generated for your SmartForm.

Regards.

sreemsft
Contributor
0 Kudos

Hi Chandra,

How are you running the smartforms. Are you using any transacion?? or Are you running the driver program directly?

If you are calling any transaction and using any output types, you need to configure the smartform and driver program in <i>NACE</i> transaction.

If you are directly running the driver program, follow as ravi said.

Thanks,

Sreekanth

former_member181962
Active Contributor
0 Kudos

Refer the programs

ssf_example* in se38 to see how a smartform is called.

The data retrieval part will be common. but the way you call and pass the data will be different.

The smartform should already be created in the smartforms transaction.

Regards,

Ravi