CAN ANY ONE TELL ME What is the use of fallowing structures
1)BDCDATA
2)BDCMSGCOLL
Answer Posted / sivaprasad.th
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 |
Post New Answer View All Answers
Explain pai and pbo.
Does the table can have multiple foreign keys?
What are the objects of the abap dictionary or what types of objects can be created in the abap dictionary? : abap data dictionary
What are the differences between a database index and a match code?
What are the differences between primary and secondary indexes?
How is collect statement different from append?
How can one distinguish between different kinds of parameters? : abap modularization
What is the significance of delivery class?
Why do we use abstract class
Structures can contain data only during the runtime of a program (t/f) : abap data dictionary
What is alv programming in abap? When is this grid used in abap? : abap hr
Which one is better joins or views and why?
What are the data classes in abap?
5) How to rereive text elements in SF and script?
Explain Catch Command in ABAP?