if we have to upload the legacy data by using one
transaction ex.me22, in bdc which way we will choose i.e.
session method or call transaction? how we will choose that
way? can we use both method in single program?
Answer Posted / venkatesh.bandi
Both methods we cannot use in the same program. Depend upon
the requirement and volume of data only we have to choose
the method weather we have to session method or otherwise
call transaction method.
But most of times we have to use only session method.
Because the while processing the session if any errors
occured those error screens are stroed into Error session
logs. (SM35). And also the update the database also
synchorouous. Such facility is not aviable in call
transaction method.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
How can a lock object be called in the transaction?
What are the events in screen programming?
Write the bdc table structure? : abap bdc
Explain what is sequence of event triggered in report?
1 . how do u design technical documentation in abap ? 2 . what u currently devloped in sap abap ?
Explain what are interactive reports?
In an abap/4 program how do you access data that exists on a presentation server vs on an application server?
Some Realtime Examples on Exits .
What application areas are you comfortable in?
What is lock objects? : sap abap data dictionary
Can a posting run be deleted? : sap abap hr
What is collective search help? : sap abap data dictionary
Hi,have Good Command in SAP ABAP, ABAP WEBDYNPRO now i want to learn sap IS utilities.. can u plz suggest me is it useful r not? If not can i learn BI? Is ABAP with BI have gud future?
What are the field and chain statements?
What is the difference between internal tables and extract datasets? : abap modularization