2007 Oct 01 2:42 PM
Hi all,
I am using the Function Modules :
1- RS_TREE_CONSTRUCT ,
2- RS_TREE_LIST_DISPLAY ,
to construct a tree structure.
I am displaying Material No > Plant > Storage Location hierarchy. So when I click on any Material no, I want to navigate to MM03 (skipping first two screens), to get details of that Material No, by passing it.
As I want to skip first two screens of MM03 , ie Component one and the Select Views screen, I wrote a BDC . Now, the problem is, I am not able to get user-command control in my program when I double click on a node in tree, say Material No.
Plz help, with getting control of user-command event in my program . Is there any argument or parameter in the function itself, which I need to specify ?
2007 Oct 01 2:53 PM
Use this -
Neue Get/Set Parameter setzen
SET PARAMETER ID 'MAT' FIELD MATNR_IMP.
SET PARAMETER ID 'WRK' FIELD WERKS_IMP.
SET PARAMETER ID 'MXX' FIELD MTSTA_IMP.
Ausflug in Arbeitsplatz
CALL TRANSACTION 'MM03' AND SKIP FIRST SCREEN.
or you can try with FM - CP_08_MATERIAL_SHOW for directly taking to MM tabs. FM - SELECTION_VIEWS_FIND will give the probable values of MXX.
Hope it solves ur problem.
Hi all,
I am using the Function Modules :
1- RS_TREE_CONSTRUCT ,
2- RS_TREE_LIST_DISPLAY ,
to construct a tree structure.
I am displaying Material No > Plant > Storage Location hierarchy. So when I click on any Material no, I want to navigate to MM03 (skipping first two screens), to get details of that Material No, by passing it.
As I want to skip first two screens of MM03 , ie Component one and the Select Views screen, I wrote a BDC . Now, the problem is, I am not able to get user-command control in my program when I double click on a node in tree, say Material No.
Plz help, with getting control of user-command event in my program . Is there any argument or parameter in the function itself, which I need to specify ?
2007 Oct 01 2:53 PM
Use this -
Neue Get/Set Parameter setzen
SET PARAMETER ID 'MAT' FIELD MATNR_IMP.
SET PARAMETER ID 'WRK' FIELD WERKS_IMP.
SET PARAMETER ID 'MXX' FIELD MTSTA_IMP.
Ausflug in Arbeitsplatz
CALL TRANSACTION 'MM03' AND SKIP FIRST SCREEN.
or you can try with FM - CP_08_MATERIAL_SHOW for directly taking to MM tabs. FM - SELECTION_VIEWS_FIND will give the probable values of MXX.
Hope it solves ur problem.
2007 Oct 03 9:38 AM
Thanks a lot.....
I tried that way previously....
But still my problem remains unsolved.
I want to catch the control at User-command event, in my program. The skip of first two screens is already done through BDC. How do I handle the event ? Do I have to use another function or is there any other way to get it done ?
Regards,
Neha.
2007 Oct 15 7:12 PM
Hello Neha,
Could you find some solution to tapping the tree nodes while recording a BDC on tree control? Would really appreciate your advice on the same.
Thanks a lot.
Regards
Priyanka
2009 Oct 28 6:06 AM
Hi Neha.
This post was from long back..
And today i have same requirement.. So could you tell me that what you have done for this...
Thanks in Advace