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
What is an rfc?
What are multiple use BADIS?
What is the difference between a structure and a table? : abap data dictionary
What is luw?
What is the difference between collect and append statements?
Is it possible to pass data to and from include programs explicitly?
What is the difference between Check and Continue?
Explain what are the different functions used in sap script?
How can we upload a text file having delimiters in to legacy system?
Explain what is the difference between sy-tabix and sy-index? Where it is used?
Explain what are interactive reports?
what next in SAP-ABAP/4 is it going to be change?
What is the relationship existing between the various data elements in data dictionary? : abap data dictionary
What are the techniques involved in using SAP supplied programs? Do you prefer to write your own programs to load master data? Why?
Will 50,000 records be uploaded directly into APP's Server?