sivaprasad


{ City } bangalore
< Country > india
* Profession *
User No # 60748
Total Questions Posted # 0
Total Answers Posted # 3

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 13
Users Marked my Answers as Wrong # 1
Questions / { sivaprasad }
Questions Answers Category Views Company eMail




Answers / { sivaprasad }

Question { 4577 }

After running a BDC program in background, next
day morning when you see the results, few records
are not updated(error records). What will you do
then ?


Answer

In case of session method we have to download the records
through log file. again reload the records.

Is This Answer Correct ?    3 Yes 0 No

Question { 3449 }

What is direct input method ?


Answer

In bdc, direct input method can handle exclusively large
amount of data only.It is also can process foreground and
background. It also having log file default.

difference with session method is validations can be done by
sap predefine function modules. It is faster than session
method. In case of errors direct input mechanism provides
restart mechanism for this we have to execute in the
background only this rbmvshow or tcode bmv0.


Is This Answer Correct ?    0 Yes 1 No


Question { iGate, 6171 }

CAN ANY ONE TELL ME What is the use of fallowing structures
1)BDCDATA
2)BDCMSGCOLL


Answer

BDCDATA standard structure contains following parameters.

program :name of the module pool programm.
dynpro :screen number
dynbegin:it indicates for the new screen
fnam :name of the fields in database
fval :fields values are assinged with the fields

by defineing that structure bdcdata as it_bdcdata and work
area wa_bdcdata and we can pass above values.

ex: wa_bdcdata-program = name of the module pool program.

and

BDCMSGCOLL this is the structure to keep the errors while we
are using call transaction method in bdc.

ex syntax:

call transaction 'va01' using it_bdcdata mode a/n/e update
s/a messages into it_bdcmsgcoll.


correct me if i am wrong.


Is This Answer Correct ?    10 Yes 0 No