cancel
Showing results for 
Search instead for 
Did you mean: 

smatrform and processing class

Former Member
0 Kudos

Hi,

I'm New to SAP CRM.

My requirement is to send a the activity transaction details to a customer as a PDF in the smartforms.

Here we can execute the action using a Smartform or Method call.

How to go about it.

How can we know the processing class for a gievn smartform. In which table can we find the entries or relationships between a smartform and processing class.

Regards

Lekha

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Lekha,

if you want to create a PDF out of an activity

have a look at this thread:

We created here a Z-class (subclass of CL_SF_PROCESSING_PPF) and implemented additional coding before calling the smartform.

Hope this helps.

Best regards

Claudia Bayer

Former Member
0 Kudos

Hi,

In the thread you have referred to, they have used a BADI.

Is it a msut to go for BADI Or is there any other process to have a PDF format Or in the driver program of the we can write this conversion and call this smartform inthat for that PDF conversion. So that we can refer to this report instead of the BADI.

Can you let me know about this.

Regards

Lekha

Former Member
0 Kudos

Hi,

you do not have to use the BAdI.

You can even assign the standard class as processing class.

But here you cannot add any custom coding ie to add custom parameters to your smartform.

Reards,

Claudia

Former Member
0 Kudos

Hi,

I am sorry. I am not able to understand ur question properly. Actually i did some smartfroms work in my organisation relating to CRM 2007.

Here, our functional people first assign the standard method and class and smartform. Then take a sample data. Then i used to copy the std form to zform and apply my logic in program lines. I got success.

The std methods and classes depend on the action type.

in service area i used.

cl_doc_processing_crm_order (processing class)

crm_srvorder_exec_smart_form (method).

if u goto std one u find a lot.

u better get the details from the funtional team.

hope this will help you.

best wishes,

mallik

Former Member
0 Kudos

Hi,

I know that the fucntional consultants should provide us with the details of the corresponding smartform and processing class.

Here I need to find them myself.

I have got the issue resolved.

Thanks Much.

Regards

Lekha

Answers (1)

Answers (1)

Former Member
0 Kudos

Issue resolved