can anyone give me notes on bdc direct input method
Answer Posted / kartikeya bommuluri
Direct Input (DI) programs work exactly similar to BI
programs. But the only difference is, instead of processing
screens they validate fields and directly load the data
into tables using standard function modules. For this
reason, DI programs are much faster (RMDATIND - Material
Master DI program works at least 5 times faster) than the
BDC counterpart and so ideally suited for loading large
volume data. DI programs are not available for all
applicatioDirect Input.
direct input is to use Without calling the screens but all
the validations should be done and only for master datas
upload.
Direct Input method:
1. Only for error free datas and also master data
updation.
2. It will directly updates the database table. No
screens involved.
3. Transaction BMVO or Program RBMVSHOW has been
usedn areas.
Thus a program using direct input must care for
intermittent commits to avoid an overflow of the lock
tables. For master data, a lock table overflow may occur
for more than (roughly) 2000 cases.
Although direct input does not do any screen input, the
same routines are passed as BDC with (simulated) screen
input
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Workbench request are client dependent or client independent
what is defference between repository and non repository Object?
In order to upload purchase order details, how you handle multiple values for a single field?
What are the advantages and disadvantages of ABAP query tool?
What are the properties of selection screen?
What is going life actually? What is the role of a functional consultant in it? : sap abap hr
What is filter dependent BADI?
In selection screen, I have three fields, plant material number and material group. If I input plant how do I get the material number and material group based on plantdynamically?
What are the parameters in bdc_open_group? : abap bdc
What are the parameters used in each function?
What is repository info. Systems?
What is the procedure you followed to upload the data?
What is system-land-scape of your project?
If your project is support project ? when is your implementation has completed ?
When a program is created and need to be transported to prodn does selection texts always go with it? If not how do you make sure? Can you change the cts entries? How do you do it?