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

SAP beginner !! steps to create a fun module which accept int table

Former Member
0 Likes
487

steps to create a fun module

1. which accept internal table and a flag value

2. based on flag value it calls screen.

3. if flag value is ' D' it displays the internal table in Table Control in Display Mode

4. if flag value is ' E' it edits the table control also the internal table,

it can also append a new row in table control or delete it.

5. the function module should then send the output the internal table which has changed.

plz if any one can provide solution to this do it for me

thnk u

steps to create a fun module

1. which accept internal table and a flag value

2. based on flag value it calls screen.

3. if flag value is ' D' it displays the internal table in Table Control in Display Mode

4. if flag value is ' E' it edits the table control also the internal table,

it can also append a new row in table control or delete it.

5. the function module should then send the output the internal table which has changed.

plz if any one can provide solution to this do it for me

thnk u

2 REPLIES 2
Read only

Former Member
0 Likes
464

Hi Shailesh,

U just create 2 table control (one in Display Mode & the another in Change Mode ).While sending the Internal Table values, u send the values to the corresponding Table Control based on the Flag Value.

Read only

Former Member
0 Likes
464

how to populate table control from internal table