cancel
Showing results for 
Search instead for 
Did you mean: 

MRS: Multi Resource Sched: How to populate new fields in /MRSS/T_DEM_INFO

Former Member
0 Kudos

this is a technical question from a developer:

In teh transaction /MRSS/PLBOSRV Planning borad for demands, when I have a demand chosen it goes to Resource planning screen with several ALV grid controls. In the lower right corner is the worklist. I used the MRS Souliton 610 document to add 4 new fields to structure /MRSS/T_DEM_INFO and ran teh config to make them now available on this worklist screen. But I cannot figure out how to populate them since they currently are empty. Example new fields are functional location and abc indicator TPLNR and ABCKZ.

I created a new BADI implementation as pre this Soultion guid and just put a breakpoint in the method PUSH_TO_MRS of BADI /MRSS/RSG_PM_INT.

When I run the /MRSS/PLBOSRV now with the BADI implementation activated, it does not hit my breakpoint.

How do I populate these fields in this BADI implementation?

thanks.

Steve Deutsch

The Hershey Company.

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hello Varun Verma,

GOOD day!!

I have implemented BADI /MRSS/RSG_PM_INT and able to update orders after saving in IW32 for populating additional fields but the orders from IP10 also updating in planning board (/n/MRSS/PLBOORGSRV) how to populate additional fields for the orders coming from IP10? Can you give any BADI or exits?

Thanks in Advance.

Regards,

sai ram.

former_member69765
Contributor
0 Kudos

Hi Stephen,

I assume you have implemented the CI_INFO to extend the INFO structure. This means that the DB table /MRSS/D_DEM_INFO will also be extended by your custom fields.

Please read the documentation of the BADI: /MRSS/RSG_PM_INT.

As the name suggests, the method PUSH_TO_MRS is called when the data is pushed from PM to MRS.

It is not called while loading the Planning board !!!

So this BADI implementation will be called when you save order (for e.g. from IW32 / IW32 ). Here you can populate the custom fields and this should be saved in MRS DB.

Then you can see it on Plb.

Regards

Vaurn