can anyone give me notes on bdc direct input method
Answer / 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 |
Report zabc. Top-of-page. Write : 'Hello'. End-of-page. What is the output of the program.
6 Answers Enteg Technologies, Myne,
What is tcode se16? For what is it used.
how u transport a abap program from 4.7 version to 5.0 version?
What does an extract statement do in the ABAP program?
Suppose Idoc is strucked in the Q then how can I resend it?
What is BDC Recording?
WHAT ARE THE INPUT PARAMETERS TO BE PASSED FOR THE BAPIS 'BAPI_CUSTMATINFO_GETDETAILM' AND 'BAPI_CUSTMATINFO_GETLIST'
how 2 create the normal form by using functional module
What primary key and foreign key relationship
im thinking to do sap course ....before doing that there shoud be any course to complete
how many no of buttons we can create on Apllication tool Bar?
How do you create secondary index. Do you have access to create secondary index?