Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

call tcode mmbe for module pool programming

Former Member
0 Likes
600

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
540

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

1 REPLY 1
Read only

Former Member
0 Likes
541

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