‎2007 Apr 18 7:09 AM
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
‎2007 Apr 18 7:14 AM
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 timeRegards
Sudheer
‎2007 Apr 18 7:14 AM
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 timeRegards
Sudheer