2008 Aug 21 10:37 AM
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
2008 Aug 21 10:42 AM
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
2008 Aug 21 10:46 AM
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
2008 Aug 21 12:46 PM
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.