2012 Aug 21 8:06 AM
Hello All,
I need to set selction value dynamically for dynamic selction screen.
In brief, I need to call QM11 transaction from my custom transaction based on the order where I double clicked. This order number needs to be populated in Reference object general -> reference number -> reference number select options. In order to go to this path, click on Dynamic selections (third button in menu bar)(Shift +F4) -> Expand reference object general -> double click reference number. Here you can see reference number selctions. This needs to be populated automatically. Please suggest me how we can do this?
2012 Aug 21 8:18 AM
You could try something like
SUBMIT rqmell10
USING SELECTION-SET variant " defaut variant
WITH qmdat IN so_qmdat " some standard report/LDB parameters
WITH FREE SELECTIONS texpr. " free selection
To build the free selection parameter use FM FREE_SELECTIONS_RANGE_2_EX.
Regards,
Raymond
2012 Aug 21 8:18 AM
You could try something like
SUBMIT rqmell10
USING SELECTION-SET variant " defaut variant
WITH qmdat IN so_qmdat " some standard report/LDB parameters
WITH FREE SELECTIONS texpr. " free selection
To build the free selection parameter use FM FREE_SELECTIONS_RANGE_2_EX.
Regards,
Raymond
2012 Aug 21 10:04 AM