cancel
Showing results for 
Search instead for 
Did you mean: 

FM to create Activity

Former Member
0 Kudos

Hi All,

Is there a function module to create an activity in CRM?

Alka

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

try with CRM_ORDER_MAINTAIN.

regards

Radek

Former Member
0 Kudos

Hi Radek,

could you also specify the input parameters for using CRM_ORDER_MAINTAIN?

thanks.

Alka

Former Member
0 Kudos

hi

the best would be to do:

go to create new activity

enter data in activity that you want to save in activities which you will create

enter /h in tcode field

click SAVE

then abap debuger will be opened, choose from menu to enter brekapoint in function module crm_order_maintain.

press F8

debugger will stop in crm_order_maintain. there you will be able to see what data is in which variable.

remember to see input_fields variable. it is used to point what data will be updated.

regards

radek

Former Member
0 Kudos

Hello Alka,

You can use the report program (SE38) CRM_ORDER_MAINTAIN - yes it is a report program to test the FM CRM_ORDER_MAINTAIN. This gives you a great insight in using the function module. The trick is to use this FM with an existing transaction. You can also use CRM_ORDER_READ to know about the transaction details.

The help on this report program (click on the Information icon) will be useful in knowing about the function module.

Easwar Ram

http://www.parxlns.com

Former Member
0 Kudos

You can use : BAPI_ACTIVITYCRM_CREATEMULTI

Former Member
0 Kudos

Hi Shilpi,

Thanks for you response.

Could you please specify, what all input values have to be specified?

An example set of values is appreciated.

Thanks

Alka