cancel
Showing results for 
Search instead for 
Did you mean: 

Making attachment block mandatory in Change Request transaction

Former Member
0 Kudos


Hi

i want to make attachment block in the Change request Transaction mandatory. i.e. if few documents are not uplaoded in the attachment Block while creating CR, it should throw an error and should not allow to save the TR.

Can anyone help me with the above requirment.

Regards

Neha Chauhan

Accepted Solutions (1)

Accepted Solutions (1)

rishav54
Active Contributor
0 Kudos

Hi Neha

I guess you need to do ABAP development for that.

Thanks

Rishav

Answers (1)

Answers (1)

prakhar_saxena
Active Contributor
0 Kudos

Hi Neha,


For document attachments, implement a condition filter in BADI SOCM_CHECK_CONDITION.


Ask you developer to use CRM_KW_DOC_GET_INFO to get the relevant information about attached documents with rfc.


this should solve


Thanks

Prakhar