cancel
Showing results for 
Search instead for 
Did you mean: 

Programatically create change request and navigate to the CR in Matarial

former_member187651
Active Participant
0 Kudos

Hello All,

I have a requirement to create the Change Request programmatically with reference to the existing material and also navigate to the CR screen. I have CR type and material number in hand.

Added one custom button on Material search screen for user to select CR type in custom dialog box and navigate to CR change screen with the material that user has selected.

I tried with some solutions provided but not succeeded. Here I can create new CR with code but I need to get the reference of existing material and open it in Change request.

I am new to MDG. Please guide me on this. Any help will be highly appreciated.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

former_member187651
Active Participant
0 Kudos

Hi All,

I have achieved the objective with the Navigate method provided by class: LO_UI_SERVICES. Actually this is the only method used to navigate to CR view either from Search screen or Change Cr screen.

Check for the method LO_UI_SERVICES->NAVIGATE

Thanks

Answers (0)