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

custom infotype syntax error

Former Member
0 Likes
728

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

1 ACCEPTED SOLUTION
Read only

Former Member
5 REPLIES 5
Read only

Former Member
Read only

Former Member
0 Likes
692

Hi,

Go through this link for your second querry:

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0aefeb4-85c9-2910-f0a0-c2ad7814....

Hope this helps.

Regards,

Rahul

Read only

0 Likes
692

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

Read only

0 Likes
692

hi,

Try out if possible .. otherwise the other option is to use UPDATE TABLE command..

Regards

Mudit

Read only

0 Likes
692

U can use HR_INFOTYPE_OPERATION to update the entries ..