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

Custo Infotype

Former Member
0 Likes
467

Hi Friends,

I am creating one custom infotype....

in that i am giving the field 'Building Number'- for this field whenever the user click F4 an pop-up window should appear with fields building no, company code and region.

Here the company code should be pre populate based on the PERNR for whom we r maintaining the records and also the building no should be poulate for this particular company code.

Can u give me some solution reg this.

thanks in advance,

priya.s

Hi Friends,

I am creating one custom infotype....

in that i am giving the field 'Building Number'- for this field whenever the user click F4 an pop-up window should appear with fields building no, company code and region.

Here the company code should be pre populate based on the PERNR for whom we r maintaining the records and also the building no should be poulate for this particular company code.

Can u give me some solution reg this.

thanks in advance,

priya.s

3 REPLIES 3
Read only

Former Member
0 Likes
431

hi priya..

go to PM01.. particularly on Screen painter program..

there you need to write code on flow logic

under the event

process on value request for F4 help

regards

deva

Read only

Former Member
0 Likes
431

Hi,

Once you create Custom Infotype... it will automatically create program for that .. go to that program modify the code as u required...

program name should be MP<Infotype number> *.

ex: if you created an infotype called 9001 then the program name should be MP9001* (search in SE38 once u created infotype successfully)..

hope helpful

Raghunath.S

Read only

Former Member
0 Likes
431

Hi,

when a Custom Infotype is created,PA tables,module pool Programs and Dialog Programs are generated automatically by SAP.

In PM01 T.Code,give the infotype Number ( Custom ) ,Check the Module Pool Radio button and press "Edit"

You get navigated to the concerned Module Pool Program.

You need to add your custom Code in the Screen 2000 in "Process on Value request on F4" for the Field for which you require F4 help.