cancel
Showing results for 
Search instead for 
Did you mean: 

Ibase comp valid date from update

Former Member
0 Kudos

Hi,

I am creating ibase component through program, But component valid date from by default today's date. I am trying to change that by using FM

CRM_ICSS_CHANGE_IBASE and CRM_IBASE_COMP_CHANGE, I have tried both FM, i am not able to update valid date from of component.

Please help me with valuable answers.

Thanks,

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Reshma,

Are you passing all the fields for all structures in FM: CRM_IBASE_COMP_CHANGE. Check if you have any errors after execution of the FM.

Thanks

Ram Vellanki

Former Member
0 Kudos

Hi,

Yes...I am passing all the fields into FM: CRM_IBASE_COMP_CHANGE, There are no errors also, But date is not updating.

thanks,


Former Member
0 Kudos

Hi Reshma,

   After calling FM:CRM_IBASE_COMP_CHANGE did you call CRM_IBASE_SAVE

if sy-subrc = 0.

   CALL FUNCTION 'CRM_IBASE_SAVE'.

   COMMIT WORK.

endif.

Thanks

Ram Vellanki