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

Infotype Creation - Writing logic in MPP program.

Former Member
0 Likes
425

Hello Guru's,

I dont know much about Module pool programming. I created a infotype with subtypes. And now I have to check various conditions and Validations ( Field level and Screen level). And list screen is also there.

i. Age, Service calculation.

ii. Getting some wage types from infotype 0008 and adding it.

iii. Field level validations like checking the entered amount r date in the screen, just after entering the value in the screen field.

like different things. Please tell me in detail, incense which logic we have to write and where we have to write ( which program (MP999100, MP999110,20, 30) screen and which event like PBO, PAI) in detail please.

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
394

To handle all the validations:

In the PAI event.

Chain.

create a module for your validations and handle all ur validations in that module.

endchain.

Regards,

Kiran

Hello Guru's,

I dont know much about Module pool programming. I created a infotype with subtypes. And now I have to check various conditions and Validations ( Field level and Screen level). And list screen is also there.

i. Age, Service calculation.

ii. Getting some wage types from infotype 0008 and adding it.

iii. Field level validations like checking the entered amount r date in the screen, just after entering the value in the screen field.

like different things. Please tell me in detail, incense which logic we have to write and where we have to write ( which program (MP999100, MP999110,20, 30) screen and which event like PBO, PAI) in detail please.

Thanks in advance.

1 REPLY 1
Read only

Former Member
0 Likes
395

To handle all the validations:

In the PAI event.

Chain.

create a module for your validations and handle all ur validations in that module.

endchain.

Regards,

Kiran