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

How std programs insert data to tables?

Former Member
0 Likes
478

Hi everyone!

How does standard programs in SAP insert data to tables? Is it through SQL?

Thanks! _

3 REPLIES 3
Read only

Former Member
0 Likes
457

Hi,

Yes it is thorugh SQL only.

You will find the INSERT command used in the standard upload or data creation pogram.

Regards,

Atish

Read only

0 Likes
457

Hi Atish! Can you give sample program name? Thanks!

Read only

0 Likes
457

Use program RPR_ABAP_SOURCE_SCAN and search for INSERT you will find lots of program.

Just restrict your selection to few.

Regards,

Atish