cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to set system status "I1030"

Former Member
0 Kudos

I am not able to set a error system status (I1030) in quotation transaction.

could any one help in this issue?

Thanks

Anil

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member204742
Participant
0 Kudos

Hi Anil,

In Status profile use AM05 for which status you want to set I1030 system status.

BR

Selvam

Former Member
0 Kudos

Hi Selvam,

Thanks for response.

Actually iam using FM CRM_ORDER_CHANGE_STATUS  to change status to 'I1030'.

But Iam unable to achieve it.

Plaes find below FM details

           CALL FUNCTION 'CRM_ORDER_CHANGE_STATUS'
             EXPORTING
               iv_ref_guid     = iv_guid
               iv_status       = 'I1030' "error status
               iv_activate     = 'X'
               iv_ref_kind     = 'A'
             EXCEPTIONS
               parameter_error = 1
               not_allowed     = 2
               error_occurred  = 3
               OTHERS          = 4.

Could anyone help me to get it solved?

Thanks

Anil

former_member204742
Participant
0 Kudos

HI Anil,

Check the below link.

http://scn.sap.com/thread/1914439

BR

Selvam