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

Data transferring method between programs with diff program contexts

Former Member
0 Likes
329

Which of the following are correct method of Data transferring between programs with diff program contexts

1) Interface of the called program

2) ABAP memory

3) database tables

4) SAP memory

5) local files

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
315

Hi,

1) Interface of the called program  --> " You can use this One
2) ABAP memory    --> " This is Not useful, we can not use in diff program contexts
3) database tables   --> " This is the good way for data transfers
4) SAP memory   --> " This is also best way for data transfers
5) local files  --> " We can use this one also, but need to maintain the correct patha every time

Regards

Sudheer

1 REPLY 1
Read only

Former Member
0 Likes
316

Hi,

1) Interface of the called program  --> " You can use this One
2) ABAP memory    --> " This is Not useful, we can not use in diff program contexts
3) database tables   --> " This is the good way for data transfers
4) SAP memory   --> " This is also best way for data transfers
5) local files  --> " We can use this one also, but need to maintain the correct patha every time

Regards

Sudheer