‎2016 Mar 20 10:25 AM
Hi All,
I have added custom fields on additional data tab b (header level) for VA11 tcode.
I have added a field - 'serial number' in vbak which has data element GERNR. Now I want to call the transaction MMBE when user clicks on F4 help for this field.
How can I do this ? I could not find any search help for this field.
Regards
Meenakshi
‎2016 Mar 20 2:32 PM
HI Meena,
Instead of F4 help, why you cannot go for making the field as hyperlink.
To make the field as Hyperlink- You cand do the following changes:-
In the element list, for the field you just now created (TEXT) , click on properties , and for Hyperlink click the Attributes
In the PAI, for the SY-UCOMM as 'TEXT' - you can use the abap statement "Cal Transaction" to meet your requirement.
Thanks,
Gupta
‎2016 Mar 20 2:32 PM
HI Meena,
Instead of F4 help, why you cannot go for making the field as hyperlink.
To make the field as Hyperlink- You cand do the following changes:-
In the element list, for the field you just now created (TEXT) , click on properties , and for Hyperlink click the Attributes
In the PAI, for the SY-UCOMM as 'TEXT' - you can use the abap statement "Cal Transaction" to meet your requirement.
Thanks,
Gupta