cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding Smartform in CRM

Former Member
0 Kudos

Hi Gurus,

I am working on smartform of CRM module. Through the 'CRMD_ORDER' i need to populate my smartfrom. so i need to get the product event guid and i got the guid(GV_GUID) in the debugging mode. To get the preview we need to configure the smartform, class, method and processing type to the Action Wizard. My doubt is what are the parameters to pass in the class-method whichever i created. can i use GV_GUID directly in the class otherwise do i need to assign GR_ACTION_BADI and associated type IF_EX_CRM_ACTION_BADI in the attributes tab. Is there any other way to do?

Thanks in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

There is no need to do any thing bcoz you have to just do one thing creat the Actio Profile and attch your smrt from to that rpofile. but whtevr data you want to populate in smartform just get that data in smrt form itsefl by using FM CRM_ORER_READ.

It will help you.

Regards,

Amol Tambe

SAP CRM Technical Consultant.

Sm1tje
Active Contributor
0 Kudos

In your class method, you can retrieve all the relevant data via FM CRM_ORDER_READ. Use the data you need to populate to function module generated for the smartform.