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

Module Pool

0 Likes
1,175

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
Read only

shadab_maldar
Active Participant
0 Likes
1,131

Hi Sagar,

So where is the Issue??

Regards,

Shadab.

Read only

0 Likes
1,131

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

Read only

0 Likes
1,131

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

Rich

Read only

0 Likes
1,131

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 .

Read only

former_member182877
Participant
0 Likes
1,131

This message was moderated.

Read only

matt
Active Contributor
0 Likes
1,131

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.