cancel
Showing results for 
Search instead for 
Did you mean: 

Parameter CRM_ONEORDER does not work

Former Member
0 Kudos

I've recently come across a strange problem: in CRMD_ORDER personalization settings are set for automatic opening of documents in change mode. The user records contains the correct parameter CRM_ONEORDER. Nevertheless documents are still not being opened in change mode. Now the really strange thing: one some systems (always using the same user) it works while on others it doesn't. Did anyone come across the same problem and find a solution? I've already opened a message on the Service Net but they cannot reproduce the error there. It actually seems the be a local problem (still occuring on various workstations and laptops) nevertheless it's no GUI version or patch level problem as I've applied the same patches as SAP support uses - for them it worked - for me it didn't. In addition I've tried GUI 7.20 - still having the same result.

Cheers,

Andy Rohr

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

As far as I've found out the reason is simple: IT'S HARD CODED!


SUBMIT crm_busprocessnd_submit_report
      WITH guid         =  <gt_report_list>-header_guid
      WITH mode       =  'A'  <- always in display mode, overrides CRM_ONEORDER ;-)
      AND RETURN.