cancel
Showing results for 
Search instead for 
Did you mean: 

Stock reservation workflow - Update field RESB-XWAOK when validated

former_member239066
Participant
0 Kudos

Hi Experts,

We have implemented a workflow for the validation of stock reservations.  Once the stock reservation is validated, we would like to set the field RESB-XWAOK to 'X'. 

Is it possible to that in the workflow?  Could you please provide the step by step instructions?

Thanks,

Vitish.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Vitish

look at function COS6_CHANGE_AUFLAG. I´ve searched from the table in SE11 the usage of the field....

Best regards

Helena

former_member239066
Participant
0 Kudos

Hi Helena,

Thanks for your reply.  In fact we would like to know the steps to follow to implement the update of the flag RESB-XWAOK during the execution of the workflow.

Thanks.

Former Member
0 Kudos

Hello

which key information do you have? Do you validate the reservation using a function or is it a user action?

Helena

former_member239066
Participant
0 Kudos

Hello,

The validation is a user action and the key is the reservation number.

Vitish.

Former Member
0 Kudos

Hello

then you have two exits. Behind one you place the update.

Which function or BAPI you need depends on type of reservation.

Helena

former_member185167
Active Contributor
0 Kudos

Hello,

This isn't really a workflow question.

In workflow you can execute a step that calls a TS task that calls a method that runs whatever ABAP or function is needed to make that change.


regards

Rick