cancel
Showing results for 
Search instead for 
Did you mean: 

Action to change status of sales order

Former Member
0 Kudos

Hi Gurus,

Initially sales order is created with user status A . If the current date is greater than the date present in the date profile the status needs to be changed to B .

created the action profile and updated the method - 1ORD_STATUS_SET for the action definition. Updated the start and schedule condition.

Initially when the sales order is created the action is in yellow. Once the CRMC_ACTION_JOB is executed the action turns to green but the status is not being updated to status B.

Can the gurus let me know if I missed any step.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

how u r updating the status(which fm?)

Regards,

Padma.

Former Member
0 Kudos

I am using the standard method - 1ORD_STATUS_SET to set the status

jotsaroop_singh
Active Participant
0 Kudos

Hi Vijay,

Indicator of action is just set by the exporting parameter rp_status. If you set it 1 it will be Green after execution. It actually does not guarantee any thing. It is up to a developer to make good use of it.

Try with the function module "CRM_STATUS_CHANGE_EXTERN" to change the status.

Please let us know if you still have issues.

Regards,

Jotsaroop Singh

Former Member
0 Kudos

Try this fm CRM_ORDER_CHANGE_STATUS