cancel
Showing results for 
Search instead for 
Did you mean: 

ZMHF is getting created in "In Development" status

Sajid
Participant
0 Kudos

In ZMCR => ZMHF scenario, change document ZMHF is created in status "In Development" instead of "Created", but in standard scenario ZMCR => ZMHF, initial status is Created. Am I missing a config? How can I have ZMHF created in Created status?

Thanks

Sajid

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sajid,

Also in addition with Dan, check the below details in sppfcadm

Go to tcode sppfcadm -> crm_order -> define action profile and action -> select the action profile ZMHF_ACTIONS ->click action definition ->

select the action definition ->ZMHF_ON_SAVE When First Saving -> select the action and click processing type -> setting method call -> check and maintain the initial value E0001 and save it.

if user status is empty, maintain the below below and save it.

Rg,

Karthik

Sajid
Participant
0 Kudos

Problem solved. It was missing E0001 in ZMHF_ON_SAVE.

@Karthik, you were dead right. Thanks.
@Dan, thanks for your help.

Sajid

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sajid,

First check your status schema

  • tcode CRMBS02 choose ZMHFHEAD
  • now check column Init. status for Created it should be marked all others unmarked
  • else you can start debug put breakpoint in FM CRM_ORDERADM_H_UPDATE_DU line 30 this FM updates DB

Regards Dan