in the time of migration of data who will decide whether it is
done in bapi , call transaction or session method to the
technical consultant?
Answers were Sorted based on User's Feedback
Answer / kubera
Hi..It depends on the criteria..for example if the
transaction has a custom subscreen and if you want update
database table through mapping logic from the internal table
we should go for BDC-Batch Input session method..becoz it
processes the screens.
You maight think about BAPIs becoz it is an advanced
approach..it doesn't process the screens..there lies the
criteria.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / kavotha
Before migrate the team lead will decide which method to
use
Is This Answer Correct ? | 0 Yes | 0 No |
How is conversion of data types done between abap/4 & external level? : abap data dictionary
What does an extract statement do in the ABAP program?
Give few names of pooled tables in sap ?
If I want to execute a bdc program only in background not in foreground is there any option for this? : abap bdc
What is open sql vs native sql ?
What is the bitwise operator in the sap abap?
1.what are the events in TMG..? 2.if i do not write any thing in a REPORT program except TOP OF PAGE and END OF PAGE ,then what will be the output?
Why do we declare a method of a class final? What can be the purpose? Give a scenario.
How do you populate data into a multiple line field? : abap bdc
How to execute a smart form?
In a loop of an internal table, what is the use of at first & at last statements?
Define Internal Table?