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

lsmw

Former Member
0 Likes
318

1) why LSMW doesnot support Call Transaction method?

2) When do we go for Buffer allowed but switched off option?

3) what is SAP memory and ABAP memory?

1) why LSMW doesnot support Call Transaction method?

2) When do we go for Buffer allowed but switched off option?

3) what is SAP memory and ABAP memory?

1 REPLY 1
Read only

Former Member
0 Likes
284

Hi

1) why LSMW doesnot support Call Transaction method?

It depends on which program you use to load the data, if you use a B.I. method you could use Call Transaction too.

For example to load FI document it can use std program RFBIBL00 and it supports SESSION and CALL TRANSACTION methods.

2) Where?

3) ABAP memory is the part of memory seen only by the program, SAP memory can be used by several programs: so it can be used to transfer the data from program to another one.

Max