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: 

how to enter module pool data into specific stanard table field

Former Member
0 Kudos

I HAVE DEVELOPED SCREEN USING MODULE POOL PROGRAM......REQUIREMENT IS AFTER ENTERING DATA INTO SCREEN IT SHOULD BE DISPLAY IN THE SPECIFIC FIELD OF STANDARD TABLE

3 REPLIES 3

raymond_giuseppi
Active Contributor

(Don't cry UPPERCASE!)

There is no generic answer to such question, you should provide more information: which table(s), what did you already try, etc.

former_member539238
Participant
0 Kudos

If the module pool is standard then most of the times (as I observed) there should be a structure for the displaying content and their relevant table field. If you assign the field properly then it should be assigned.

If the module pool is custom program (As you have) then you can add the data to the standard table using "update" using primary keys in PAI block.