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

F4 HELP in T.code IE01

Former Member
0 Likes
612

Hi friends,

Please let me know if we have any exits such that we can add F4 help for the field "manufaturer" in T.code IE01.

Thanks,

Ravi

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
539

For this you have to change the screen of program SAPLITO0 (1022).

Add the below code:

PROCESS ON VALUE-REQUEST.

FIELD ITOB-HERST MODULE manf_f4.

&----


*& Module manf_f4 INPUT

&----


  • F4 for Manufacture

----


MODULE manf_f4 INPUT.

*Select data

*Display the data using the FM F4IF_INT_TABLE_VALUE_REQUEST

ENDMODULE. " manf_f4 INPUT

For this you want the acess key of Program.

Regards,

Prakash.

For this you have to change the screen of program SAPLITO0 (1022).

Add the below code:

PROCESS ON VALUE-REQUEST.

FIELD ITOB-HERST MODULE manf_f4.

&----


*& Module manf_f4 INPUT

&----


  • F4 for Manufacture

----


MODULE manf_f4 INPUT.

*Select data

*Display the data using the FM F4IF_INT_TABLE_VALUE_REQUEST

ENDMODULE. " manf_f4 INPUT

For this you want the acess key of Program.

Regards,

Prakash.

2 REPLIES 2
Read only

Former Member
0 Likes
539

HI

GOOD

GO THROUGH THESE USER EXITS

IEQM0001 Add. checks for equip. installation at functional locations

IEQM0002 Additional checks for definition of equipment hierarchies

IEQM0003 Additional checks before equipment update

IEQM0004 Object is allowed for contract partner (Order->MaintCont.)

IEQM0005 Object allowed for SD contract (MaintContract->MaintCont.)

IEQM0006 Object allowed for SD contract (Maintain maintenance cont.)

IEQM0007 Check/change manufacturer field in equipment master

THANKS

MRUTYUN

Read only

Former Member
0 Likes
540

For this you have to change the screen of program SAPLITO0 (1022).

Add the below code:

PROCESS ON VALUE-REQUEST.

FIELD ITOB-HERST MODULE manf_f4.

&----


*& Module manf_f4 INPUT

&----


  • F4 for Manufacture

----


MODULE manf_f4 INPUT.

*Select data

*Display the data using the FM F4IF_INT_TABLE_VALUE_REQUEST

ENDMODULE. " manf_f4 INPUT

For this you want the acess key of Program.

Regards,

Prakash.