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?
Answer Posted / 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 |
Post New Answer View All Answers
What are the various events associated with screen programming?
What was the requirement of IDoc in your project? How it was working?
What is maintenance view?
Find the scenario and give the result: a, b, c are employees, where a, b will get basic, hra, da. C gets basic and da. How to group for the allowances? : sap abap hr
Explain what is the step-by-step process to create a table in data dictionary?
How will u handle the situation – In a report using function module to generate a IDOC, How will u handle the error IDOC in the same report ?
In what ways we can get the context sensitive f1 help on a field?
What are the functional areas? User groups?
Difference between Read and Get cursor?
What are internal tables? How do you get the number of lines in an internal table?
How to create any functions? How to go about it?
What is the purpose of sum statement?
What is the maximum number of structures that can be included in a table or structure : abap data dictionary
What are the pooled and cluster tables?
What happens if a function module runs in an update task? : abap modularization