‎2008 Dec 11 6:07 AM
in the modulepool program for my custom infotype 9050, I have defined a field symbol like below in the top include.
FIELD-SYMBOLS: <PNNNN> STRUCTURE P9050
DEFAULT P9050.
still it is showing <PNNNN> is unkown.
Seconldy, can anyone give an simple modulepool code for custom infotypes ( 9xxx).
Regards,
Uday Madhav
‎2008 Dec 11 6:15 AM
‎2008 Dec 11 6:15 AM
‎2008 Dec 11 6:29 AM
Hi,
Go through this link for your second querry:
Hope this helps.
Regards,
Rahul
‎2008 Dec 11 7:08 AM
Thanks for your above replies.
I have created an applicant infotype. I put some fields on the screen.
Now how to capture the data in the fields and update the data to database table?
is it same as normal modulepool programming. Can i write modify PB9050 table?
pls do reply.
Regards,
Uday madhav
‎2008 Dec 11 10:15 AM
hi,
Try out if possible .. otherwise the other option is to use UPDATE TABLE command..
Regards
Mudit
‎2008 Dec 11 10:18 AM