Hi All,
My scenario is as follows.
In Change material scenario if one enters the value to any of the finance related field the workitem should go to finance approver or otherwise it will go to next approver.
Now I am using the Badi USMD_SSW_RULE_CONTEXT_PREPARE to implement this scenario and I have already add a column in user agent decision table as a finance flag .Depending on the some specific field are populated or not I have to populate the flag as 'X'.
Now my problem is I am not able to capture those fields which are having value . The fields are like variance key, variance catagory etc.
There are some fields in LS_material structure but not all.
How to capture those field value and implement the scenario here.
Please help.