Application Development 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: 

Module Pool

0 Kudos

Hello Every One,

I got a requirement that when i entered a data in input field and  click on the push button  it should have to update the table(Custom table).

i will give small example below......

I have the  6 fields which i mentioned above,when i enter any input on any field on when click on ORDER it should have to update the Custom  table.

and i created the table with the above fields.

Please Resolve my issue.

Thanks&Regards.

Sagar.K.

6 REPLIES 6

shadab_maldar
Active Participant
0 Kudos

Hi Sagar,

So where is the Issue??

Regards,

Shadab.

0 Kudos

How can i pass respective data from Module Pool to Custom Table when i clicked push button.

0 Kudos

Check out the FIELD screen statement to transport your screen fields to memory and then write a subroutine to update your table.

Rich

0 Kudos

Hi Sagar,

it is very basic concept.

you have screen element that map with a variable  like wa_nonveg-chk_brnylike this so when you press order button it goes to PAI Event of screen so you create a work area of type of that table on which the data going to save.

then assign that work area field (For e.g wa_tbl)

so wa_tbl-chk_brny = wa_nonveg-chk_brny like this

then update the table by  UPDATE COMMAND .

former_member182877
Participant
0 Kudos

This message was moderated.

matt
Active Contributor
0 Kudos

MODERATOR NOTICE

This thread has been rejected twice. You have used non-meaningful subject. The concepts required to achieve your objective are basic and covered in training and in the documentation.

Ignoring moderator instruction by continuing to post the same question after rejection will lead to your account being suspended.

Thread locked.