Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

Explain pai and pbo.

1283


Does the table can have multiple foreign keys?

1088


What are the objects of the abap dictionary or what types of objects can be created in the abap dictionary? : abap data dictionary

1033


What are the differences between a database index and a match code?

1216


What are the differences between primary and secondary indexes?

1316


How is collect statement different from append?

1083


How can one distinguish between different kinds of parameters? : abap modularization

1137


What is the significance of delivery class?

1098


Why do we use abstract class

1542


Structures can contain data only during the runtime of a program (t/f) : abap data dictionary

1369


What is alv programming in abap? When is this grid used in abap? : abap hr

1212


Which one is better joins or views and why?

1138


What are the data classes in abap?

1188


5) How to rereive text elements in SF and script?

2221


Explain Catch Command in ABAP?

1323