cancel
Showing results for 
Search instead for 
Did you mean: 

FUNCTIONAL MODULE_Routing_CA61

vkumara
Explorer
0 Kudos

HI,

In the Transaction Code CA61,

Input Screen:

Routing Group : (Group Number)

Over View Selection:

Selecting (Radio Button) Object View for Routing

and executing. We are getting Output.

Now our requirement is in the INPUT Screen wanted add two parameters (1. Material  2. Plant) and require the output same as above. {wants to get the output with specified Material & Plant Combination}

with the help of abaper, Plant & Material fields added in screen but when executing with the input parameters, the system is populating all routing materials results in the specified plant.

Requirement is when inputting the Particular Material, results has to be displayed related to that material.

Functional Module for CA61 is changedocument_read

Object Id - 110N00000001

Object Class - Plan

Is there other Functional module with object class for meeting the above requirement??

Pls help with your valuable suggestions.

Thanks in advance

Regards,

VKUMAR

Accepted Solutions (0)

Answers (1)

Answers (1)

jogeswararao_kavala
Active Contributor
0 Kudos

Hello VKUMAR,

  • I do not think ou will get any such function module for CA61.
  • The fm you've used is not specific to CA61, This is for all Change documents.
  • You sounded that ABAPer added 2 more fields to CA61.
  • Whether he added to CA61 or developed a custom program that is not clearly understood.
  • Whatever is the case he only can very well manage the output to be filtered by your input values, i.e., Material and Plant .
  • This should not be a difficult task for him.
  • In the extreme case, develop your own program using the above fm (changedocument_read).
  • If you have already done it, then enhance that to filter by your input values.

Bottom-line is that the solution lies with your ABAPer. May be he requires the knowledge of related tables to filter by these two input values.

Good luck

KJogeswaraRao