cancel
Showing results for 
Search instead for 
Did you mean: 

How to make external reference field as mandatory in customised ZDCR

Former Member
0 Kudos

Hi guys,

I am working in CHARM implementation and we have defined customised transaction type for change request(ZDCR), now my client wants the external reference field as mandatory, and we are using CRMD_ORDER for creating a customised change request. Now my point is the external refernce field should be mandatory only to ZDCR transaction type and it should not effect to another transaction types who are using through CRMD_ORDER transaction code.

Kindly give ur inputs it is very urgent as the Go-live it very near.

Thanks&Regards

Sitaramaraju.P

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Dear Friend,

Either you can go for transaction variant i.e SHD0 transaction code for ur ..ZDCR tran-type and create a variant or

U can ask any abaper to write a code using the BADI

DNO_EVENT _SAVE which is called every time u press the save button.

Please assign pts.

Former Member
0 Kudos

Hi!

Try to modify the Dynpro of TC: CRMD_ORDER:

Start Transaction SE80.

Display program SAPLCRM_SERVICE_UI

Go to 'Screens' and select screen 7153

Go to the element list of screen 7153

Then select 'Special attr. '.

Activate the change mode.

Mark field Name: CRMT_7010_SERVICE_UI-PO_NUMBER_SOLD / Typ: I/O as required entry field.

Activate your changes and start Transaction CRMD_ORDER

Due to this modification you will need a SSCR Key for this object (see http://service.sap.com/sscr).

Hope this will help!

Best regards / Gerhard

0 Kudos

Hello Sitaramaraju,

Try using transaction variants. It should be helpful.

Regards

Farzan