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

How to create module pool programming for application form?

Former Member
0 Likes
15,854

Dear gurus,

can any 1 help me?

How to  create module pool programming for application form?

i have created modulepool .

have look from the attachment.

i was stuck in saving the recordin z table.

can any 1 help mewith that how to proceed further.

Thanks

Reagrds

Prathmesh Rane.

Hi Prathamesh,

     Create Z Table for All Fields on Screen. say ZDATA -- Dictionary Table

     Create Structure for the same in Module Pool ZSDATA with Type Dictionary Table ZDATA.

     if u create Screen using this Structure or any other Structure in Program using (Begin of .... end of..) it will be OK.

     For check box create 3 fields if Checked , Check which check box is ticked and update respective field of the structure.

     for Eg, If check box SSC - then Declare field SSC type C. check whether check box with SSC is checked or Not, and Update SSC Field as 'X' in structure.

Regards

Pritesh Raut.

39 REPLIES 39