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

Passing Screen fields to Internal table

Former Member
0 Likes
491

Hi Friends,

Here requirement is Palm oil plant details they want to update with Module Pool Program.

The Module Pool contains only four fields. 1.Block 2.editable field 3.editable field 4.editable field.

Let say for Block B1 , they want key in remaining three fields.that data need to transfer to internal table.

here i created module with this four fields but for each block they will key in more than 20 records. how to pass this 20 records to internal table. Please help on this.

Thank You,

Anu.

Hi Friends,

Here requirement is Palm oil plant details they want to update with Module Pool Program.

The Module Pool contains only four fields. 1.Block 2.editable field 3.editable field 4.editable field.

Let say for Block B1 , they want key in remaining three fields.that data need to transfer to internal table.

here i created module with this four fields but for each block they will key in more than 20 records. how to pass this 20 records to internal table. Please help on this.

Thank You,

Anu.

1 REPLY 1
Read only

Former Member
0 Likes
447

Hi,

Declare the 4 variables in ur prog with the same name. When PAI will trigger the 4 parameters value will come to those variables automatically.

Assign this 4 variables value to one work area.... and then append it to internal table.

Regards,

Amitava